2025-03-21T20:17:22.6632330Z Current runner version: '2.323.0' 2025-03-21T20:17:22.6648570Z ##[group]Operating System 2025-03-21T20:17:22.6649080Z macOS 2025-03-21T20:17:22.6649420Z 14.7.4 2025-03-21T20:17:22.6649760Z 23H420 2025-03-21T20:17:22.6650110Z ##[endgroup] 2025-03-21T20:17:22.6650480Z ##[group]Runner Image 2025-03-21T20:17:22.6650880Z Image: macos-14-arm64 2025-03-21T20:17:22.6651280Z Version: 20250317.1117 2025-03-21T20:17:22.6652040Z Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20250317.1117/images/macos/macos-14-arm64-Readme.md 2025-03-21T20:17:22.6653110Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20250317.1117 2025-03-21T20:17:22.6653780Z ##[endgroup] 2025-03-21T20:17:22.6654150Z ##[group]Runner Image Provisioner 2025-03-21T20:17:22.6654620Z 2.0.422.1+55c30c14fe2a0a1547db1b656933ae07d97649a9 2025-03-21T20:17:22.6655080Z ##[endgroup] 2025-03-21T20:17:22.6655840Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:22.6656900Z Contents: read 2025-03-21T20:17:22.6657270Z Metadata: read 2025-03-21T20:17:22.6657620Z Packages: read 2025-03-21T20:17:22.6657980Z ##[endgroup] 2025-03-21T20:17:22.6659730Z Secret source: Actions 2025-03-21T20:17:22.6660180Z Prepare workflow directory 2025-03-21T20:17:22.6960040Z Prepare all required actions 2025-03-21T20:17:22.6984090Z Getting action download info 2025-03-21T20:17:22.9268540Z ##[group]Download immutable action package 'actions/checkout@v4' 2025-03-21T20:17:22.9269220Z Version: 4.2.2 2025-03-21T20:17:22.9269910Z Digest: sha256:ccb2698953eaebd21c7bf6268a94f9c26518a7e38e27e0b83c1fe1ad049819b1 2025-03-21T20:17:22.9270670Z Source commit SHA: 11bd71901bbe5b1630ceea73d27597364c9af683 2025-03-21T20:17:22.9271210Z ##[endgroup] 2025-03-21T20:17:23.1651390Z ##[group]Download immutable action package 'actions/download-artifact@v4' 2025-03-21T20:17:23.1652080Z Version: 4.2.1 2025-03-21T20:17:23.1652610Z Digest: sha256:dc468d5aa7f2038c97563f0fd51a6d40150fe504eef54e24f5ac75983c6666de 2025-03-21T20:17:23.1653330Z Source commit SHA: 95815c38cf2ff2164869cbab79da8d1f422bc89e 2025-03-21T20:17:23.1653840Z ##[endgroup] 2025-03-21T20:17:23.7675900Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:24.7731250Z ##[group]Download immutable action package 'actions/upload-artifact@v4' 2025-03-21T20:17:24.7732390Z Version: 4.6.2 2025-03-21T20:17:24.7733430Z Digest: sha256:290722aa3281d5caf23d0acdc3dbeb3424786a1a01a9cc97e72f147225e37c38 2025-03-21T20:17:24.7735010Z Source commit SHA: ea165f8d65b6e75b540449e92b4886f43607fa02 2025-03-21T20:17:24.7736040Z ##[endgroup] 2025-03-21T20:17:25.3443250Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:26.8517100Z Uses: pytorch/test-infra/.github/workflows/macos_job.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:26.8518670Z ##[group] Inputs 2025-03-21T20:17:26.8520670Z script: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:26.8522850Z timeout: 90 2025-03-21T20:17:26.8523080Z runner: macos-latest-xlarge 2025-03-21T20:17:26.8523410Z upload-artifact: ios-demo-app 2025-03-21T20:17:26.8523990Z upload-artifact-to-s3: false 2025-03-21T20:17:26.8524300Z download-artifact: 2025-03-21T20:17:26.8525070Z repository: 2025-03-21T20:17:26.8525750Z fetch-depth: 1 2025-03-21T20:17:26.8526030Z submodules: recursive 2025-03-21T20:17:26.8526290Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:26.8526670Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:26.8526990Z test-infra-ref: 2025-03-21T20:17:26.8527210Z job-name: macos-job 2025-03-21T20:17:26.8527480Z continue-on-error: false 2025-03-21T20:17:26.8527760Z binary-matrix: 2025-03-21T20:17:26.8528150Z secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD 2025-03-21T20:17:26.8528640Z python-version: 3.11 2025-03-21T20:17:26.8528870Z ##[endgroup] 2025-03-21T20:17:26.8529240Z Complete job name: build-demo-ios / macos-job 2025-03-21T20:17:26.8848840Z ##[group]Run echo "::group::Cleanup debug output" 2025-03-21T20:17:26.8849210Z echo "::group::Cleanup debug output" 2025-03-21T20:17:26.8849460Z rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:26.8849710Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:26.8849940Z echo "::endgroup::" 2025-03-21T20:17:26.8898930Z shell: /bin/bash -e {0} 2025-03-21T20:17:26.8899250Z env: 2025-03-21T20:17:26.8899410Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:26.8901190Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:26.8902920Z ##[endgroup] 2025-03-21T20:17:26.9277990Z ##[group]Cleanup debug output 2025-03-21T20:17:26.9279390Z /Users/runner/work/executorch/executorch 2025-03-21T20:17:26.9295610Z ##[endgroup] 2025-03-21T20:17:26.9408140Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:26.9408390Z with: 2025-03-21T20:17:26.9408550Z repository: pytorch/test-infra 2025-03-21T20:17:26.9408750Z path: test-infra 2025-03-21T20:17:26.9409030Z token: *** 2025-03-21T20:17:26.9409190Z ssh-strict: true 2025-03-21T20:17:26.9409360Z ssh-user: git 2025-03-21T20:17:26.9409540Z persist-credentials: true 2025-03-21T20:17:26.9409730Z clean: true 2025-03-21T20:17:26.9409920Z sparse-checkout-cone-mode: true 2025-03-21T20:17:26.9410150Z fetch-depth: 1 2025-03-21T20:17:26.9410320Z fetch-tags: false 2025-03-21T20:17:26.9410500Z show-progress: true 2025-03-21T20:17:26.9410710Z lfs: false 2025-03-21T20:17:26.9410880Z submodules: false 2025-03-21T20:17:26.9411070Z set-safe-directory: true 2025-03-21T20:17:26.9411270Z env: 2025-03-21T20:17:26.9411460Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:26.9413520Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:26.9415440Z ##[endgroup] 2025-03-21T20:17:27.1928670Z Syncing repository: pytorch/test-infra 2025-03-21T20:17:27.1929270Z ##[group]Getting Git version info 2025-03-21T20:17:27.1929630Z Working directory is '/Users/runner/work/executorch/executorch/test-infra' 2025-03-21T20:17:27.1930540Z [command]/opt/homebrew/bin/git version 2025-03-21T20:17:27.2751310Z git version 2.49.0 2025-03-21T20:17:27.2774450Z ##[endgroup] 2025-03-21T20:17:27.2783540Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/83769420-ad74-4568-9897-a1a89a4bb91b/.gitconfig' 2025-03-21T20:17:27.2790370Z Temporarily overriding HOME='/Users/runner/work/_temp/83769420-ad74-4568-9897-a1a89a4bb91b' before making global git config changes 2025-03-21T20:17:27.2791010Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:27.2793640Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/test-infra 2025-03-21T20:17:27.2874550Z ##[group]Initializing the repository 2025-03-21T20:17:27.2877370Z [command]/opt/homebrew/bin/git init /Users/runner/work/executorch/executorch/test-infra 2025-03-21T20:17:27.3040260Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:27.3041040Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:27.3041570Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:27.3041880Z hint: 2025-03-21T20:17:27.3042130Z hint: git config --global init.defaultBranch 2025-03-21T20:17:27.3042390Z hint: 2025-03-21T20:17:27.3042650Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:27.3043070Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:27.3043380Z hint: 2025-03-21T20:17:27.3043570Z hint: git branch -m 2025-03-21T20:17:27.3043940Z Initialized empty Git repository in /Users/runner/work/executorch/executorch/test-infra/.git/ 2025-03-21T20:17:27.3049790Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:17:27.3096290Z ##[endgroup] 2025-03-21T20:17:27.3096670Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:27.3098640Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2025-03-21T20:17:27.3133810Z ##[endgroup] 2025-03-21T20:17:27.3134140Z ##[group]Setting up auth 2025-03-21T20:17:27.3137730Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:27.3175100Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:17:27.3699830Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:27.3736240Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:17:27.4196370Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:27.4281770Z ##[endgroup] 2025-03-21T20:17:27.4282210Z ##[group]Determining the default branch 2025-03-21T20:17:27.4286320Z Retrieving the default branch name 2025-03-21T20:17:27.8993250Z Default branch 'main' 2025-03-21T20:17:27.8993960Z ##[endgroup] 2025-03-21T20:17:27.8994340Z ##[group]Fetching the repository 2025-03-21T20:17:27.8997330Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:17:29.2260870Z From https://github.com/pytorch/test-infra 2025-03-21T20:17:29.2261240Z * [new branch] main -> origin/main 2025-03-21T20:17:29.2310790Z ##[endgroup] 2025-03-21T20:17:29.2311110Z ##[group]Determining the checkout info 2025-03-21T20:17:29.2311560Z ##[endgroup] 2025-03-21T20:17:29.2314530Z [command]/opt/homebrew/bin/git sparse-checkout disable 2025-03-21T20:17:29.2362950Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:29.2399820Z ##[group]Checking out the ref 2025-03-21T20:17:29.2403290Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:17:29.3702200Z Switched to a new branch 'main' 2025-03-21T20:17:29.3754210Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:17:29.3841030Z ##[endgroup] 2025-03-21T20:17:29.3842640Z [command]/opt/homebrew/bin/git log -1 --format=%H 2025-03-21T20:17:29.3851380Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:17:29.4157900Z Prepare all required actions 2025-03-21T20:17:29.4158940Z Getting action download info 2025-03-21T20:17:29.5732700Z ##[group]Download immutable action package 'actions/cache@v3' 2025-03-21T20:17:29.5733070Z Version: 3.4.3 2025-03-21T20:17:29.5733450Z Digest: sha256:912f76fb11db1ca09ae23248a39eb86e79ea0f0f6e183d9cb96d0b778eeea4e2 2025-03-21T20:17:29.5733960Z Source commit SHA: 2f8e54208210a422b2efd51efaa6bd6d7ca8920f 2025-03-21T20:17:29.5734320Z ##[endgroup] 2025-03-21T20:17:30.1853750Z ##[group]Run ./test-infra/.github/actions/setup-miniconda 2025-03-21T20:17:30.1854070Z with: 2025-03-21T20:17:30.1854250Z python-version: 3.11 2025-03-21T20:17:30.1854470Z miniconda-version: 24.7.1-0 2025-03-21T20:17:30.1854800Z default-packages: cmake=3.22 ninja=1.10 pkg-config=0.29 wheel=0.37 2025-03-21T20:17:30.1855130Z env: 2025-03-21T20:17:30.1855310Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:30.1857280Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:30.1859160Z ##[endgroup] 2025-03-21T20:17:30.1982550Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:30.1983660Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:30.1985110Z echo "default_packages_checksum=$(echo -n cmake=3.22 ninja=1.10 pkg-config=0.29 wheel=0.37 | md5sum | awk '{print $1}' )" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:30.2041370Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:30.2041680Z env: 2025-03-21T20:17:30.2041840Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:30.2043690Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:30.2045520Z ##[endgroup] 2025-03-21T20:17:30.2589350Z /Users/runner/work/_temp/c575f020-d855-4e57-9fa4-66e11f96ef95.sh: line 2: md5sum: command not found 2025-03-21T20:17:30.2711320Z ##[group]Run actions/cache@v3 2025-03-21T20:17:30.2711530Z with: 2025-03-21T20:17:30.2711720Z path: /Users/runner/work/_temp/miniconda 2025-03-21T20:17:30.2712010Z key: miniconda-24.7.1-0-macOS-ARM64-3.11--20250321d 2025-03-21T20:17:30.2712630Z enableCrossOsArchive: false 2025-03-21T20:17:30.2712980Z fail-on-cache-miss: false 2025-03-21T20:17:30.2713280Z lookup-only: false 2025-03-21T20:17:30.2713510Z env: 2025-03-21T20:17:30.2713750Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:30.2716180Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:30.2718100Z ##[endgroup] 2025-03-21T20:17:30.4437720Z Cache hit for: miniconda-24.7.1-0-macOS-ARM64-3.11--20250321d 2025-03-21T20:17:31.4893310Z Received 138412032 of 329867195 (42.0%), 131.9 MBs/sec 2025-03-21T20:17:32.4054970Z Received 329867195 of 329867195 (100.0%), 164.0 MBs/sec 2025-03-21T20:17:32.4144820Z Cache Size: ~315 MB (329867195 B) 2025-03-21T20:17:32.4156250Z [command]/opt/homebrew/bin/gtar -xf /Users/runner/work/_temp/ec5a5071-f31d-4494-a989-ac83de5d69a0/cache.tzst -P -C /Users/runner/work/executorch/executorch --delay-directory-restore --use-compress-program unzstd 2025-03-21T20:17:38.6236030Z Cache restored successfully 2025-03-21T20:17:38.6454430Z Cache restored from key: miniconda-24.7.1-0-macOS-ARM64-3.11--20250321d 2025-03-21T20:17:38.6666930Z ##[group]Run set -x 2025-03-21T20:17:38.6667370Z set -x 2025-03-21T20:17:38.6667620Z  2025-03-21T20:17:38.6667870Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2025-03-21T20:17:38.6668380Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2025-03-21T20:17:38.6668820Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2025-03-21T20:17:38.6669220Z # here to make sure that the correct conda is used 2025-03-21T20:17:38.6669600Z { 2025-03-21T20:17:38.6669960Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2025-03-21T20:17:38.6670510Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2025-03-21T20:17:38.6670870Z } >> "${GITHUB_ENV}" 2025-03-21T20:17:38.6770410Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:38.6770730Z env: 2025-03-21T20:17:38.6771020Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:38.6773040Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:38.6775020Z ##[endgroup] 2025-03-21T20:17:38.7281600Z + MINICONDA_INSTALL_PATH=/Users/runner/work/_temp/miniconda 2025-03-21T20:17:38.7282040Z + echo /Users/runner/work/_temp/miniconda/bin 2025-03-21T20:17:38.7284150Z + echo PATH=/Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:17:38.7287610Z + echo CONDA_EXE=/Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:38.8556620Z ##[group]Run actions/cache@v3 2025-03-21T20:17:38.8556870Z with: 2025-03-21T20:17:38.8557050Z path: /Users/runner/work/_temp/conda-python-3.11 2025-03-21T20:17:38.8557580Z key: miniconda-env-macOS-ARM64-3.11--20250321d-- 2025-03-21T20:17:38.8557840Z enableCrossOsArchive: false 2025-03-21T20:17:38.8558060Z fail-on-cache-miss: false 2025-03-21T20:17:38.8558240Z lookup-only: false 2025-03-21T20:17:38.8558400Z env: 2025-03-21T20:17:38.8558560Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:38.8560330Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:38.8576630Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:17:38.8578350Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:38.8578610Z ##[endgroup] 2025-03-21T20:17:39.1482960Z Cache hit for: miniconda-env-macOS-ARM64-3.11--20250321d-- 2025-03-21T20:17:39.7626760Z Received 61894567 of 61894567 (100.0%), 104.8 MBs/sec 2025-03-21T20:17:39.7685880Z Cache Size: ~59 MB (61894567 B) 2025-03-21T20:17:39.7740450Z [command]/opt/homebrew/bin/gtar -xf /Users/runner/work/_temp/b8ae52a1-c518-496d-8364-4d78f622c3eb/cache.tzst -P -C /Users/runner/work/executorch/executorch --delay-directory-restore --use-compress-program unzstd 2025-03-21T20:17:43.1328950Z Cache restored successfully 2025-03-21T20:17:43.1421170Z Cache restored from key: miniconda-env-macOS-ARM64-3.11--20250321d-- 2025-03-21T20:17:43.1501450Z ##[group]Run set -x 2025-03-21T20:17:43.1501750Z set -x 2025-03-21T20:17:43.1502030Z  2025-03-21T20:17:43.1502290Z # Print the conda we are using here in case we need debugging information 2025-03-21T20:17:43.1502650Z CONDA_RUNTIME=$(which conda) 2025-03-21T20:17:43.1502880Z "${CONDA_RUNTIME}" --version 2025-03-21T20:17:43.1503080Z  2025-03-21T20:17:43.1503460Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2025-03-21T20:17:43.1503940Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2025-03-21T20:17:43.1504280Z "${CONDA_RUNTIME}" create \ 2025-03-21T20:17:43.1504530Z  --yes --quiet \ 2025-03-21T20:17:43.1504750Z  --prefix "${CONDA_PREFIX}" \ 2025-03-21T20:17:43.1504970Z  --clone "${CONDA_BASE_ENV}" 2025-03-21T20:17:43.1505190Z  2025-03-21T20:17:43.1505370Z set +e 2025-03-21T20:17:43.1505680Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2025-03-21T20:17:43.1506480Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2025-03-21T20:17:43.1506930Z # environment. This is to make sure that no dependency is missing. 2025-03-21T20:17:43.1507420Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2025-03-21T20:17:43.1507800Z set -e 2025-03-21T20:17:43.1507980Z  2025-03-21T20:17:43.1508760Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2025-03-21T20:17:43.1509240Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2025-03-21T20:17:43.1509660Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2025-03-21T20:17:43.1510090Z  # when reporting that all requirements have been satisfied 2025-03-21T20:17:43.1510660Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2025-03-21T20:17:43.1511310Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2025-03-21T20:17:43.1511810Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2025-03-21T20:17:43.1512210Z  fi 2025-03-21T20:17:43.1512400Z fi 2025-03-21T20:17:43.1512610Z  2025-03-21T20:17:43.1512940Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2025-03-21T20:17:43.1513400Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2025-03-21T20:17:43.1513650Z  2025-03-21T20:17:43.1513910Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2025-03-21T20:17:43.1514320Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2025-03-21T20:17:43.1514760Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2025-03-21T20:17:43.1515210Z  # TODO: Remove me, when more packages will be available on default channel 2025-03-21T20:17:43.1515850Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2025-03-21T20:17:43.1516300Z else 2025-03-21T20:17:43.1516650Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2025-03-21T20:17:43.1517030Z fi 2025-03-21T20:17:43.1578640Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:43.1578900Z env: 2025-03-21T20:17:43.1579100Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:43.1580880Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:43.1583990Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:17:43.1585760Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:43.1586000Z PYTHON_VERSION: 3.11 2025-03-21T20:17:43.1586280Z CONDA_BASE_ENV: /Users/runner/work/_temp/conda-python-3.11 2025-03-21T20:17:43.1586710Z PIP_REQUIREMENTS_FILE: 2025-03-21T20:17:43.1587000Z ##[endgroup] 2025-03-21T20:17:43.2090310Z ++ which conda 2025-03-21T20:17:43.2152890Z + CONDA_RUNTIME=/Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:43.2160770Z + /Users/runner/work/_temp/miniconda/bin/conda --version 2025-03-21T20:17:43.5170710Z conda 24.7.1 2025-03-21T20:17:43.5532120Z + CONDA_PREFIX=/Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:43.5533260Z + /Users/runner/work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/runner/work/_temp/conda_environment_14000170657 --clone /Users/runner/work/_temp/conda-python-3.11 2025-03-21T20:17:44.2146030Z Source: /Users/runner/work/_temp/conda-python-3.11 2025-03-21T20:17:44.2248650Z Destination: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:44.2287670Z Packages: 33 2025-03-21T20:17:44.2384480Z Files: 1 2025-03-21T20:17:44.4114620Z Preparing transaction: ...working... done 2025-03-21T20:17:47.7442360Z Verifying transaction: ...working... done 2025-03-21T20:17:50.3783740Z Executing transaction: ...working... done 2025-03-21T20:17:50.4821230Z + set +e 2025-03-21T20:17:50.4827400Z ++ /Users/runner/work/_temp/miniconda/bin/conda package -p /Users/runner/work/_temp/conda_environment_14000170657 -u 2025-03-21T20:17:50.4828110Z ++ grep -v '^#' 2025-03-21T20:17:50.4832690Z ++ wc -l 2025-03-21T20:17:50.4833470Z ++ xargs 2025-03-21T20:17:50.8636150Z + UNTRACKED_FILES_COUNT=1 2025-03-21T20:17:50.8637060Z + set -e 2025-03-21T20:17:50.8637650Z + [[ -z 1 ]] 2025-03-21T20:17:50.8638140Z + [[ 1 == \0 ]] 2025-03-21T20:17:50.8638930Z + echo CONDA_ENV=/Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:50.8641580Z + echo CONDA_PREFIX=/Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:50.8643760Z + echo 'CONDA_RUN=/Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output' 2025-03-21T20:17:50.8645140Z + [[ 3.11 == \3\.\1\1 ]] 2025-03-21T20:17:50.8646570Z + echo 'CONDA_INSTALL=/Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly' 2025-03-21T20:17:50.8693800Z ##[group]Run CONDA_RUNTIME=$(which conda) 2025-03-21T20:17:50.8694230Z CONDA_RUNTIME=$(which conda) 2025-03-21T20:17:50.8694540Z  2025-03-21T20:17:50.8694790Z set -euxo pipefail 2025-03-21T20:17:50.8695080Z "${CONDA_RUNTIME}" config --set channel_priority false 2025-03-21T20:17:50.8755470Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:50.8755720Z env: 2025-03-21T20:17:50.8755860Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:50.8757580Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:50.8760590Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:17:50.8762380Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:50.8762670Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:50.8763170Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:50.8763680Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T20:17:50.8764370Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T20:17:50.8764820Z ##[endgroup] 2025-03-21T20:17:50.9041430Z + /Users/runner/work/_temp/miniconda/bin/conda config --set channel_priority false 2025-03-21T20:17:51.1447710Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:51.1447940Z with: 2025-03-21T20:17:51.1448110Z repository: pytorch/executorch 2025-03-21T20:17:51.1448340Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:51.1448600Z path: pytorch/executorch 2025-03-21T20:17:51.1448800Z fetch-depth: 1 2025-03-21T20:17:51.1448960Z submodules: recursive 2025-03-21T20:17:51.1449250Z token: *** 2025-03-21T20:17:51.1449410Z ssh-strict: true 2025-03-21T20:17:51.1449560Z ssh-user: git 2025-03-21T20:17:51.1449740Z persist-credentials: true 2025-03-21T20:17:51.1449960Z clean: true 2025-03-21T20:17:51.1450130Z sparse-checkout-cone-mode: true 2025-03-21T20:17:51.1450350Z fetch-tags: false 2025-03-21T20:17:51.1450520Z show-progress: true 2025-03-21T20:17:51.1450680Z lfs: false 2025-03-21T20:17:51.1450850Z set-safe-directory: true 2025-03-21T20:17:51.1451060Z env: 2025-03-21T20:17:51.1451280Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:51.1453160Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:17:51.1456360Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:17:51.1458000Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:17:51.1458340Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:51.1458720Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:17:51.1459270Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T20:17:51.1460060Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T20:17:51.1460800Z ##[endgroup] 2025-03-21T20:17:51.2239830Z Syncing repository: pytorch/executorch 2025-03-21T20:17:51.2241520Z ##[group]Getting Git version info 2025-03-21T20:17:51.2241950Z Working directory is '/Users/runner/work/executorch/executorch/pytorch/executorch' 2025-03-21T20:17:51.2268610Z [command]/opt/homebrew/bin/git version 2025-03-21T20:17:51.2315130Z git version 2.49.0 2025-03-21T20:17:51.2328190Z ##[endgroup] 2025-03-21T20:17:51.2333330Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/18b0450c-3956-4afe-bfa3-4f6f69622d5b/.gitconfig' 2025-03-21T20:17:51.2340450Z Temporarily overriding HOME='/Users/runner/work/_temp/18b0450c-3956-4afe-bfa3-4f6f69622d5b' before making global git config changes 2025-03-21T20:17:51.2341060Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:51.2343230Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:51.2383610Z ##[group]Initializing the repository 2025-03-21T20:17:51.2386980Z [command]/opt/homebrew/bin/git init /Users/runner/work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:51.2455920Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:51.2456380Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:51.2456800Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:51.2457120Z hint: 2025-03-21T20:17:51.2457330Z hint: git config --global init.defaultBranch 2025-03-21T20:17:51.2457590Z hint: 2025-03-21T20:17:51.2457830Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:51.2458230Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:51.2458540Z hint: 2025-03-21T20:17:51.2458730Z hint: git branch -m 2025-03-21T20:17:51.2459120Z Initialized empty Git repository in /Users/runner/work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:17:51.2463980Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:17:51.2503720Z ##[endgroup] 2025-03-21T20:17:51.2504060Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:51.2506450Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2025-03-21T20:17:51.2546030Z ##[endgroup] 2025-03-21T20:17:51.2546300Z ##[group]Setting up auth 2025-03-21T20:17:51.2550790Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:51.2587430Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:17:51.3034370Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:51.3068640Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:17:51.3513160Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:51.3556440Z ##[endgroup] 2025-03-21T20:17:51.3556730Z ##[group]Fetching the repository 2025-03-21T20:17:51.3561260Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:54.5605010Z From https://github.com/pytorch/executorch 2025-03-21T20:17:54.5605820Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:17:54.5982290Z ##[endgroup] 2025-03-21T20:17:54.6025200Z ##[group]Determining the checkout info 2025-03-21T20:17:54.6025820Z ##[endgroup] 2025-03-21T20:17:54.6026300Z [command]/opt/homebrew/bin/git sparse-checkout disable 2025-03-21T20:17:54.6028210Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:54.6029140Z ##[group]Checking out the ref 2025-03-21T20:17:54.6029510Z [command]/opt/homebrew/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:55.1395930Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:17:55.1408280Z ##[endgroup] 2025-03-21T20:17:55.1408580Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:17:55.1413350Z [command]/opt/homebrew/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:55.1462890Z [command]/opt/homebrew/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:17:55.1498590Z [command]/opt/homebrew/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:17:55.1534620Z [command]/opt/homebrew/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:17:55.1569360Z ##[endgroup] 2025-03-21T20:17:55.1569910Z ##[group]Fetching submodules 2025-03-21T20:17:55.1572880Z [command]/opt/homebrew/bin/git submodule sync --recursive 2025-03-21T20:17:55.2324310Z [command]/opt/homebrew/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:17:55.3428200Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:17:55.3434540Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:17:55.3439970Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:17:55.3445060Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:17:55.3452710Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:17:55.3458470Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:17:55.3467170Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:17:55.3476030Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:17:55.3481820Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:17:55.3489260Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:17:55.3498290Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:17:55.3511440Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:17:55.3523430Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:17:55.3536060Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:17:55.3546650Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:17:55.3554000Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:17:55.3568930Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:17:55.3578970Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:17:55.3591250Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:17:55.3610220Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:17:55.3620530Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:17:55.3633880Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:17:55.3645280Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:17:55.3757080Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:17:56.3964890Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:17:57.4212540Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:17:58.3440940Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:17:59.6328190Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:00.8793040Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:01.8936630Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:02.7831370Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:03.5932810Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:05.3000720Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:06.6617930Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:07.5486720Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:08.7671120Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:09.4706370Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:10.4260240Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:11.7495680Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:13.0642340Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:14.2025310Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:15.1785070Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:16.3884970Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:17.7242330Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:18.5302470Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:19.9762540Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:22.9278390Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:22.9286570Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:22.9622230Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:24.8358750Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:24.8359380Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:24.8555370Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:24.8600070Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:18:24.8673360Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-03-21T20:18:28.4307880Z From https://github.com/google/flatbuffers 2025-03-21T20:18:28.4308440Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-03-21T20:18:28.5951950Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-03-21T20:18:28.6230250Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:31.0252280Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:31.0270480Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:31.0756500Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:33.2216090Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:33.2224000Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:33.2898640Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:35.0213160Z From https://github.com/zeux/volk 2025-03-21T20:18:35.0213820Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:35.0355350Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:36.7331070Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:36.7331550Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:36.7510350Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:38.2990490Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:38.3043980Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:38.3204350Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:41.3088390Z From https://github.com/google/XNNPACK 2025-03-21T20:18:41.3092170Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:42.4019960Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:44.2647820Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:44.2648690Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:44.4143670Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:46.2213350Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:46.2213890Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:46.2359240Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:48.0039590Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:48.0141280Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:48.0783100Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:48.0903730Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:18:48.1071050Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:18:48.1075030Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:18:48.1287040Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:18:48.1288090Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:18:49.5162670Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:18:50.8889540Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:18:51.9747810Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:18:56.2226790Z From https://github.com/abseil/abseil-cpp 2025-03-21T20:18:56.2227170Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-03-21T20:18:56.4002560Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:18:58.7887930Z From https://github.com/nlohmann/json 2025-03-21T20:18:58.7888750Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-03-21T20:18:58.9179770Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:19:00.8832160Z From https://github.com/google/re2 2025-03-21T20:19:00.8833150Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-03-21T20:19:00.9281650Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:19:02.9346010Z From https://github.com/google/sentencepiece 2025-03-21T20:19:02.9346650Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-03-21T20:19:03.0187960Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:19:04.4640480Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:19:04.4640870Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:19:04.6283420Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:19:04.6679950Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:19:06.6513440Z From https://github.com/pytorch/ao 2025-03-21T20:19:06.6513940Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:19:06.7369960Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:19:06.7410470Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:06.7477880Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-03-21T20:19:11.0600010Z From https://github.com/NVIDIA/cutlass 2025-03-21T20:19:11.0600550Z * branch afa1772203677c5118fcd82537a9c8fefbcc7008 -> FETCH_HEAD 2025-03-21T20:19:11.8141090Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-21T20:19:13.9112420Z From https://github.com/google/flatbuffers 2025-03-21T20:19:13.9112900Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:19:14.0612480Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:19:15.8714070Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:19:15.8815660Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:19:15.9414830Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:19:17.7146480Z From https://github.com/gflags/gflags 2025-03-21T20:19:17.7146950Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:19:17.7321580Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:19:19.9563740Z From https://github.com/google/googletest 2025-03-21T20:19:19.9564260Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:19:20.0177650Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:19:21.8452780Z From https://github.com/leetal/ios-cmake 2025-03-21T20:19:21.8453210Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:19:21.8587460Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:19:21.8772490Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:19:23.9460720Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:19:23.9561100Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:19:24.0810270Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:19:26.2157540Z From https://github.com/pybind/pybind11 2025-03-21T20:19:26.2158050Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:19:26.2492990Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:19:26.2565540Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:19:26.3014350Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:19:26.3101720Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:19:26.3186830Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:19:26.3278310Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:19:26.3365320Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:19:26.3453030Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:19:26.3539980Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:19:26.3630830Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:19:26.3718520Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:19:26.3806900Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:19:26.3907960Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:19:26.4015070Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:19:26.4101170Z Entering 'extension/llm/tokenizers' 2025-03-21T20:19:26.4187190Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:19:26.4273080Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:19:26.4358540Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:19:26.4443720Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:19:26.4531250Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:19:26.4619550Z Entering 'shim' 2025-03-21T20:19:26.4704520Z Entering 'third-party/ao' 2025-03-21T20:19:26.4788620Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:26.4878000Z Entering 'third-party/flatbuffers' 2025-03-21T20:19:26.4966310Z Entering 'third-party/flatcc' 2025-03-21T20:19:26.5067190Z Entering 'third-party/gflags' 2025-03-21T20:19:26.5172220Z Entering 'third-party/googletest' 2025-03-21T20:19:26.5272550Z Entering 'third-party/ios-cmake' 2025-03-21T20:19:26.5383090Z Entering 'third-party/pocketfft' 2025-03-21T20:19:26.5637510Z Entering 'third-party/prelude' 2025-03-21T20:19:26.5821130Z Entering 'third-party/pybind11' 2025-03-21T20:19:26.6241070Z ##[endgroup] 2025-03-21T20:19:26.6341070Z ##[group]Persisting credentials for submodules 2025-03-21T20:19:26.6353650Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:19:26.7061350Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:19:26.7198970Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:19:26.7368390Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:19:26.7552560Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:19:26.7716530Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:19:26.7892910Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:19:26.8042060Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:19:26.8236610Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:19:26.8404700Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:19:26.8650450Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:19:26.8923870Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:19:26.9089570Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:19:26.9282490Z Entering 'extension/llm/tokenizers' 2025-03-21T20:19:26.9465840Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:19:26.9635920Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:19:26.9782220Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:19:26.9933450Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:19:27.0081990Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:19:27.0229530Z Entering 'shim' 2025-03-21T20:19:27.0427340Z Entering 'third-party/ao' 2025-03-21T20:19:27.0587000Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:27.0748980Z Entering 'third-party/flatbuffers' 2025-03-21T20:19:27.0903880Z Entering 'third-party/flatcc' 2025-03-21T20:19:27.1136770Z Entering 'third-party/gflags' 2025-03-21T20:19:27.1299880Z Entering 'third-party/googletest' 2025-03-21T20:19:27.1460850Z Entering 'third-party/ios-cmake' 2025-03-21T20:19:27.1612510Z Entering 'third-party/pocketfft' 2025-03-21T20:19:27.1779250Z Entering 'third-party/prelude' 2025-03-21T20:19:27.1912380Z Entering 'third-party/pybind11' 2025-03-21T20:19:27.2052880Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:19:27.2597020Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:19:27.2718600Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:19:27.2765170Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:19:27.2885330Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:19:27.2924930Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:19:27.3047060Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-03-21T20:19:27.3087970Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:19:27.3194890Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:19:27.3231870Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:19:27.3335990Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:19:27.3372390Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:19:27.3476150Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:19:27.3513400Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:19:27.3617190Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:19:27.3653940Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:19:27.3758080Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:19:27.3794010Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:19:27.3896760Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:19:27.3932050Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:19:27.4034860Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:19:27.4075770Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:19:27.4180200Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:19:27.4217680Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:19:27.4328880Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:19:27.4370430Z Entering 'extension/llm/tokenizers' 2025-03-21T20:19:27.4497760Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:19:27.4538590Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:19:27.4662800Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-03-21T20:19:27.4715760Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:19:27.4824940Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-03-21T20:19:27.4861710Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:19:27.4968560Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-03-21T20:19:27.5004460Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:19:27.5111610Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-03-21T20:19:27.5149970Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:19:27.5257050Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:19:27.5300670Z Entering 'shim' 2025-03-21T20:19:27.5560960Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:19:27.5764860Z Entering 'third-party/ao' 2025-03-21T20:19:27.5968130Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:19:27.6069150Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:27.6284880Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-03-21T20:19:27.6352570Z Entering 'third-party/flatbuffers' 2025-03-21T20:19:27.6569650Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:19:27.6621940Z Entering 'third-party/flatcc' 2025-03-21T20:19:27.6808930Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:19:27.6890010Z Entering 'third-party/gflags' 2025-03-21T20:19:27.7069540Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:19:27.7122250Z Entering 'third-party/googletest' 2025-03-21T20:19:27.7234560Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:19:27.7286480Z Entering 'third-party/ios-cmake' 2025-03-21T20:19:27.7432410Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:19:27.7482730Z Entering 'third-party/pocketfft' 2025-03-21T20:19:27.7661760Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:19:27.7709930Z Entering 'third-party/prelude' 2025-03-21T20:19:27.7843270Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:19:27.7888120Z Entering 'third-party/pybind11' 2025-03-21T20:19:27.8015550Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:19:27.8182280Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:19:27.8665850Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:19:27.8762420Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:19:27.8856940Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:19:27.8957160Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:19:27.9057320Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:19:27.9153390Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:19:27.9249680Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:19:27.9344820Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:19:27.9439580Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:19:27.9534980Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:19:27.9635470Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:19:27.9734570Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:19:27.9833080Z Entering 'extension/llm/tokenizers' 2025-03-21T20:19:27.9927390Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:19:28.0024020Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:19:28.0120810Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:19:28.0219800Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:19:28.0326260Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:19:28.0430980Z Entering 'shim' 2025-03-21T20:19:28.0544260Z Entering 'third-party/ao' 2025-03-21T20:19:28.0652760Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:28.0757210Z Entering 'third-party/flatbuffers' 2025-03-21T20:19:28.0863090Z Entering 'third-party/flatcc' 2025-03-21T20:19:28.0969580Z Entering 'third-party/gflags' 2025-03-21T20:19:28.1076650Z Entering 'third-party/googletest' 2025-03-21T20:19:28.1183820Z Entering 'third-party/ios-cmake' 2025-03-21T20:19:28.1295130Z Entering 'third-party/pocketfft' 2025-03-21T20:19:28.1395670Z Entering 'third-party/prelude' 2025-03-21T20:19:28.1507190Z Entering 'third-party/pybind11' 2025-03-21T20:19:28.1625360Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:19:28.2158390Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:19:28.2438460Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:19:28.2890730Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:19:28.3193580Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:19:28.3373420Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:19:28.3531720Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:19:28.3727270Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:19:28.3980920Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:19:28.4193130Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:19:28.4402280Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:19:28.4562430Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:19:28.4738360Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:19:28.4915900Z Entering 'extension/llm/tokenizers' 2025-03-21T20:19:28.5056080Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:19:28.5187340Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T20:19:28.5402150Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T20:19:28.5599020Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:19:28.5787110Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:19:28.5924780Z Entering 'shim' 2025-03-21T20:19:28.6096260Z Entering 'third-party/ao' 2025-03-21T20:19:28.6231320Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T20:19:28.6400620Z Entering 'third-party/flatbuffers' 2025-03-21T20:19:28.6573090Z Entering 'third-party/flatcc' 2025-03-21T20:19:28.6727740Z Entering 'third-party/gflags' 2025-03-21T20:19:28.6891040Z Entering 'third-party/googletest' 2025-03-21T20:19:28.7049490Z Entering 'third-party/ios-cmake' 2025-03-21T20:19:28.7233180Z Entering 'third-party/pocketfft' 2025-03-21T20:19:28.7422900Z Entering 'third-party/prelude' 2025-03-21T20:19:28.7576870Z Entering 'third-party/pybind11' 2025-03-21T20:19:28.7722000Z ##[endgroup] 2025-03-21T20:19:28.7789280Z [command]/opt/homebrew/bin/git log -1 --format=%H 2025-03-21T20:19:28.7856100Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:19:28.7975340Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:19:28.7975680Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:19:28.7975960Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:19:28.7976280Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:19:28.7976550Z  2025-03-21T20:19:28.7976760Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:19:28.7977050Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:19:28.7977370Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:19:28.8033630Z shell: /bin/bash -e {0} 2025-03-21T20:19:28.8033820Z env: 2025-03-21T20:19:28.8033980Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:28.8035880Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:19:28.8039220Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:19:28.8040830Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:19:28.8041150Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:19:28.8041500Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:19:28.8042040Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T20:19:28.8042850Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T20:19:28.8043340Z ##[endgroup] 2025-03-21T20:19:28.8691580Z ##[group]Run { 2025-03-21T20:19:28.8691830Z { 2025-03-21T20:19:28.8691990Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:28.8692230Z  echo "set -eou pipefail"; 2025-03-21T20:19:28.8692510Z  # Source conda so it's available to the script environment 2025-03-21T20:19:28.8692810Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:28.8693110Z  echo "${SCRIPT}"; 2025-03-21T20:19:28.8693330Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:28.8693570Z while read line; do 2025-03-21T20:19:28.8693780Z  eval "export ${line}" 2025-03-21T20:19:28.8694080Z done < "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:19:28.8694750Z python3 "/Users/runner/work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD" 2025-03-21T20:19:28.8746610Z shell: /bin/bash -l {0} 2025-03-21T20:19:28.8746810Z env: 2025-03-21T20:19:28.8747010Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:28.8748800Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:19:28.8751990Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T20:19:28.8753800Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T20:19:28.8754110Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:19:28.8754470Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:19:28.8755050Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T20:19:28.8755820Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T20:19:28.8756390Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T20:19:28.8756740Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T20:19:29.1749430Z ALL_SECRETS: { "EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64": "***", "BUILD_CERTIFICATE_BASE64": "***", "TOKEN_COREML_PRIVATE_REPO": "***", "EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64": "***", "BUILD_PROVISION_PROFILE_BASE64": "***", "github_token": "***", "EXECUTORCH_HF_TOKEN": "***\n", "KEYCHAIN_PASSWORD": "***" } 2025-03-21T20:19:29.1752030Z ##[endgroup] 2025-03-21T20:19:29.2373490Z /Users/runner/work/_temp/9e09599a-20c6-4d21-961c-d09c3f9208b9.sh: line 10: /Users/runner/work/_temp/github_env_14000170657: No such file or directory 2025-03-21T20:19:33.4560810Z Running command: bash /Users/runner/work/_temp/exec_script 2025-03-21T20:19:33.4561170Z + BUILD_TOOL=cmake 2025-03-21T20:19:33.4562250Z + .ci/scripts/setup-conda.sh 2025-03-21T20:19:33.4562610Z + install_conda 2025-03-21T20:19:33.4562810Z + pushd .ci/docker 2025-03-21T20:19:33.4563270Z ~/work/executorch/executorch/pytorch/executorch/.ci/docker ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:19:33.4564200Z + /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly -y --file conda-env-ci.txt 2025-03-21T20:19:33.4564860Z Channels: 2025-03-21T20:19:33.4565030Z - pytorch-nightly 2025-03-21T20:19:33.4565240Z - defaults 2025-03-21T20:19:33.4565440Z Platform: osx-arm64 2025-03-21T20:19:33.4565700Z Collecting package metadata (repodata.json): ...working... done 2025-03-21T20:19:33.4566030Z Solving environment: ...working... done 2025-03-21T20:19:33.4566220Z 2025-03-21T20:19:33.4566290Z ## Package Plan ## 2025-03-21T20:19:33.4566400Z 2025-03-21T20:19:33.4566580Z environment location: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T20:19:33.4566840Z 2025-03-21T20:19:33.4566920Z added / updated specs: 2025-03-21T20:19:33.4567110Z - cmake==3.26.4 2025-03-21T20:19:33.4567280Z - libuv 2025-03-21T20:19:33.4567430Z - llvm-openmp 2025-03-21T20:19:33.4567620Z - ninja==1.10.2 2025-03-21T20:19:33.4567790Z - pkg-config 2025-03-21T20:19:33.4567900Z 2025-03-21T20:19:33.4567910Z 2025-03-21T20:19:33.4568020Z The following NEW packages will be INSTALLED: 2025-03-21T20:19:33.4568220Z 2025-03-21T20:19:33.4571350Z llvm-openmp pkgs/main/osx-arm64::llvm-openmp-14.0.6-hc6e5704_0 2025-03-21T20:19:33.4571590Z 2025-03-21T20:19:33.4571690Z The following packages will be UPDATED: 2025-03-21T20:19:33.4571850Z 2025-03-21T20:19:33.4571970Z cmake 3.22.1-hae769c0_0 --> 3.26.4-h5d7ac33_0 2025-03-21T20:19:33.4572170Z 2025-03-21T20:19:33.4572170Z 2025-03-21T20:19:33.4572280Z Preparing transaction: ...working... done 2025-03-21T20:19:33.4572530Z Verifying transaction: ...working... done 2025-03-21T20:19:33.4572790Z Executing transaction: ...working... done 2025-03-21T20:19:33.4573020Z + popd 2025-03-21T20:19:33.4573200Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:19:33.5378210Z + BUILD_PROVISION_PROFILE_BASE64=*** 2025-03-21T20:19:33.5395770Z + BUILD_CERTIFICATE_BASE64=*** 2025-03-21T20:19:33.5396200Z + KEYCHAIN_PASSWORD='***' 2025-03-21T20:19:33.5396860Z + .ci/scripts/setup-ios.sh 2025-03-21T20:19:33.5397280Z + CERTIFICATE_PATH=/Users/runner/work/_temp/build_certificate.p12 2025-03-21T20:19:33.5397750Z + PP_PATH=/Users/runner/work/_temp/build_pp.mobileprovision 2025-03-21T20:19:33.5398150Z + KEYCHAIN_PATH=/Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:33.5415420Z + echo -n *** 2025-03-21T20:19:33.5415680Z + base64 --decode -o /Users/runner/work/_temp/build_certificate.p12 2025-03-21T20:19:33.5416040Z + base64 --decode -o /Users/runner/work/_temp/build_pp.mobileprovision 2025-03-21T20:19:46.7805710Z + echo -n *** 2025-03-21T20:19:48.3811460Z + security create-keychain -p '***' /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3813380Z + security set-keychain-settings -lut 21600 /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3815510Z + security unlock-keychain -p '***' /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3817250Z + security import /Users/runner/work/_temp/build_certificate.p12 -P '' -A -t cert -f pkcs12 -k /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3818650Z 1 identity imported. 2025-03-21T20:19:48.3819840Z + security set-key-partition-list -S apple-tool:,apple: -k '***' /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3821090Z keychain: "/Users/runner/work/_temp/app-signing.keychain-db" 2025-03-21T20:19:48.3821940Z version: 256 2025-03-21T20:19:48.3822390Z class: 0x00000010 2025-03-21T20:19:48.3822870Z attributes: 2025-03-21T20:19:48.3823330Z 0x00000000 =0x00000010 2025-03-21T20:19:48.3823900Z 0x00000001 ="Anthony Shoumikhin" 2025-03-21T20:19:48.3825740Z 0x00000002 = 2025-03-21T20:19:48.3826350Z 0x00000003 =0x00000001 2025-03-21T20:19:48.3827140Z 0x00000004 =0x00000000 2025-03-21T20:19:48.3830230Z 0x00000005 =0x00000000 2025-03-21T20:19:48.3831080Z 0x00000006 =0xD4136B16ECB3AA828B1F5D514A4792E87B819FBA "\324\023k\026\354\263\252\202\213\037]QJG\222\350{\201\237\272" 2025-03-21T20:19:48.3831690Z 0x00000007 = 2025-03-21T20:19:48.3832300Z 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" 2025-03-21T20:19:48.3846150Z 0x00000009 =0x0000002A "\000\000\000*" 2025-03-21T20:19:48.3846570Z 0x0000000A =0x00000800 2025-03-21T20:19:48.3846810Z 0x0000000B =0x00000800 2025-03-21T20:19:48.3847110Z 0x0000000C =0x0000000000000000 2025-03-21T20:19:48.3847350Z 0x0000000D =0x0000000000000000 2025-03-21T20:19:48.3847610Z 0x0000000E =0x00000001 2025-03-21T20:19:48.3847830Z 0x0000000F =0x00000001 2025-03-21T20:19:48.3848090Z 0x00000010 =0x00000001 2025-03-21T20:19:48.3848320Z 0x00000011 =0x00000000 2025-03-21T20:19:48.3848610Z 0x00000012 =0x00000001 2025-03-21T20:19:48.3848900Z 0x00000013 =0x00000001 2025-03-21T20:19:48.3849110Z 0x00000014 =0x00000001 2025-03-21T20:19:48.3849320Z 0x00000015 =0x00000001 2025-03-21T20:19:48.3849520Z 0x00000016 =0x00000001 2025-03-21T20:19:48.3849770Z 0x00000017 =0x00000001 2025-03-21T20:19:48.3849980Z 0x00000018 =0x00000001 2025-03-21T20:19:48.3850190Z 0x00000019 =0x00000001 2025-03-21T20:19:48.3850440Z 0x0000001A =0x00000001 2025-03-21T20:19:48.3850770Z + security list-keychain -d user -s /Users/runner/work/_temp/app-signing.keychain-db 2025-03-21T20:19:48.3851250Z + mkdir -p '/Users/runner/Library/MobileDevice/Provisioning Profiles' 2025-03-21T20:19:48.3851760Z + cp /Users/runner/work/_temp/build_pp.mobileprovision '/Users/runner/Library/MobileDevice/Provisioning Profiles' 2025-03-21T20:19:48.3852150Z + GITHUB_RUNNER=1 2025-03-21T20:19:48.3852320Z + PYTHON_EXECUTABLE=python 2025-03-21T20:19:48.3852920Z + /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output --no-capture-output .ci/scripts/setup-macos.sh --build-tool cmake 2025-03-21T20:19:48.3853880Z ++ dirname .ci/scripts/setup-macos.sh 2025-03-21T20:19:48.3854100Z + source .ci/scripts/utils.sh 2025-03-21T20:19:48.3854320Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:19:48.3854560Z ++ parse_args --build-tool cmake 2025-03-21T20:19:48.3854750Z ++ args=("$@") 2025-03-21T20:19:48.3854940Z ++ local args 2025-03-21T20:19:48.3855170Z ++ local i 2025-03-21T20:19:48.3855310Z ++ local BUILD_TOOL= 2025-03-21T20:19:48.3855500Z ++ local BUILD_MODE= 2025-03-21T20:19:48.3855680Z ++ local EDITABLE= 2025-03-21T20:19:48.3855840Z ++ (( i=0 )) 2025-03-21T20:19:48.3855990Z ++ (( i<2 )) 2025-03-21T20:19:48.3856140Z ++ case "${args[$i]}" in 2025-03-21T20:19:48.3856320Z ++ BUILD_TOOL=cmake 2025-03-21T20:19:48.3856520Z ++ i=1 2025-03-21T20:19:48.3856680Z ++ (( i++ )) 2025-03-21T20:19:48.3856820Z ++ (( i<2 )) 2025-03-21T20:19:48.3856970Z ++ '[' -z cmake ']' 2025-03-21T20:19:48.3857160Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:19:48.3857350Z ++ BUILD_MODE=Release 2025-03-21T20:19:48.3857540Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:19:48.3857730Z ++ EDITABLE=false 2025-03-21T20:19:48.3857990Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:19:48.3858310Z ++ echo 'cmake Release false' 2025-03-21T20:19:48.3858500Z + setup_macos_env_variables 2025-03-21T20:19:48.3858830Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2025-03-21T20:19:48.3859330Z + CMAKE_PREFIX_PATH=/Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages 2025-03-21T20:19:48.3859950Z + export CMAKE_PREFIX_PATH 2025-03-21T20:19:48.3860130Z + install_buck 2025-03-21T20:19:48.3860290Z + command -v zstd 2025-03-21T20:19:48.3860430Z + command -v curl 2025-03-21T20:19:48.3860600Z + pushd .ci/docker 2025-03-21T20:19:48.3860980Z ~/work/executorch/executorch/pytorch/executorch/.ci/docker ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:19:48.3861430Z ++ cat ci_commit_pins/buck2.txt 2025-03-21T20:19:48.3861630Z + BUCK2_VERSION=2024-12-16 2025-03-21T20:19:48.3861850Z + BUCK2=buck2-aarch64-apple-darwin-2024-12-16.zst 2025-03-21T20:19:48.3862480Z + curl -s https://ossci-macos.s3.amazonaws.com/buck2-aarch64-apple-darwin-2024-12-16.zst -o buck2-aarch64-apple-darwin-2024-12-16.zst 2025-03-21T20:19:48.3863180Z + zstd -d buck2-aarch64-apple-darwin-2024-12-16.zst -o buck2 2025-03-21T20:19:48.3863510Z buck2-aarch64-apple-darwin-2024-12-16.zst: 80209128 bytes 2025-03-21T20:19:48.3863750Z + chmod +x buck2 2025-03-21T20:19:48.3863910Z + mv buck2 /opt/homebrew/bin 2025-03-21T20:19:48.3864160Z + rm buck2-aarch64-apple-darwin-2024-12-16.zst 2025-03-21T20:19:48.3864430Z + popd 2025-03-21T20:19:48.3864620Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:19:48.3864860Z + buck2 killall 2025-03-21T20:19:48.3865030Z No buck2 processes found 2025-03-21T20:19:48.3865210Z + brew install libomp 2025-03-21T20:19:48.3866160Z ==> Downloading https://ghcr.io/v2/homebrew/core/libomp/manifests/20.1.0 2025-03-21T20:19:48.3866560Z ==> Fetching libomp 2025-03-21T20:19:48.3867140Z ==> Downloading https://ghcr.io/v2/homebrew/core/libomp/blobs/sha256:131ef21fadeb4b6d30e7a991a5ffa534274ef2083ade53516d6056d1cdd27955 2025-03-21T20:19:48.3867730Z ==> Pouring libomp--20.1.0.arm64_sonoma.bottle.tar.gz 2025-03-21T20:19:48.3868030Z ==> Caveats 2025-03-21T20:19:48.3868290Z libomp is keg-only, which means it was not symlinked into /opt/homebrew, 2025-03-21T20:19:48.3868640Z because it can override GCC headers and result in broken builds. 2025-03-21T20:19:48.3868840Z 2025-03-21T20:19:48.3868940Z For compilers to find libomp you may need to set: 2025-03-21T20:19:48.3869190Z export LDFLAGS="-L/opt/homebrew/opt/libomp/lib" 2025-03-21T20:19:48.3869460Z export CPPFLAGS="-I/opt/homebrew/opt/libomp/include" 2025-03-21T20:19:48.3869730Z ==> Summary 2025-03-21T20:19:48.3870200Z 🍺 /opt/homebrew/Cellar/libomp/20.1.0: 9 files, 1.7MB 2025-03-21T20:19:48.3870650Z + install_pip_dependencies 2025-03-21T20:19:48.3870850Z + pushd .ci/docker 2025-03-21T20:19:48.3871200Z ~/work/executorch/executorch/pytorch/executorch/.ci/docker ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:19:48.3871650Z + pip install --progress-bar off -r requirements-ci.txt 2025-03-21T20:19:48.3872230Z Obtaining pytorch_sphinx_theme from git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme (from -r requirements-ci.txt (line 26)) 2025-03-21T20:19:48.3872870Z Cloning https://github.com/pytorch/pytorch_sphinx_theme.git to ./src/pytorch-sphinx-theme 2025-03-21T20:19:48.3873640Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/pytorch_sphinx_theme.git /Users/runner/work/executorch/executorch/pytorch/executorch/.ci/docker/src/pytorch-sphinx-theme 2025-03-21T20:19:48.3874450Z Resolved https://github.com/pytorch/pytorch_sphinx_theme.git to commit 4125c834e1aa0945fde6ef58ff2f77f7abedc460 2025-03-21T20:19:48.3874860Z Installing build dependencies: started 2025-03-21T20:19:48.3875140Z Installing build dependencies: finished with status 'done' 2025-03-21T20:19:48.3875450Z Checking if build backend supports build_editable: started 2025-03-21T20:19:48.3875800Z Checking if build backend supports build_editable: finished with status 'done' 2025-03-21T20:19:48.3876130Z Getting requirements to build editable: started 2025-03-21T20:19:48.3876440Z Getting requirements to build editable: finished with status 'done' 2025-03-21T20:19:48.3877010Z Preparing editable metadata (pyproject.toml): started 2025-03-21T20:19:48.3877360Z Preparing editable metadata (pyproject.toml): finished with status 'done' 2025-03-21T20:19:48.3877720Z Collecting mpmath==1.3.0 (from -r requirements-ci.txt (line 1)) 2025-03-21T20:19:48.3878060Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:19:48.3878390Z Collecting numpy>=2.0.0 (from -r requirements-ci.txt (line 2)) 2025-03-21T20:19:48.3878750Z Downloading numpy-2.2.4-cp311-cp311-macosx_14_0_arm64.whl.metadata (62 kB) 2025-03-21T20:19:48.3879100Z Collecting PyYAML==6.0.1 (from -r requirements-ci.txt (line 3)) 2025-03-21T20:19:48.3879470Z Downloading PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.1 kB) 2025-03-21T20:19:48.3879850Z Collecting ruamel.yaml==0.17.32 (from -r requirements-ci.txt (line 4)) 2025-03-21T20:19:48.3880220Z Downloading ruamel.yaml-0.17.32-py3-none-any.whl.metadata (17 kB) 2025-03-21T20:19:48.3880560Z Collecting sympy==1.12 (from -r requirements-ci.txt (line 5)) 2025-03-21T20:19:48.3880880Z Downloading sympy-1.12-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:19:48.3881200Z Collecting timm==0.6.13 (from -r requirements-ci.txt (line 6)) 2025-03-21T20:19:48.3881520Z Downloading timm-0.6.13-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:19:48.3881830Z Collecting tomli==2.0.1 (from -r requirements-ci.txt (line 7)) 2025-03-21T20:19:48.3882160Z Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-03-21T20:19:48.3882490Z Collecting torchsr==1.0.4 (from -r requirements-ci.txt (line 8)) 2025-03-21T20:19:48.3882830Z Downloading torchsr-1.0.4-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:19:48.3883170Z Collecting transformers==4.47.1 (from -r requirements-ci.txt (line 9)) 2025-03-21T20:19:48.3883550Z Downloading transformers-4.47.1-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:19:48.3883900Z Collecting zstd==1.5.5.1 (from -r requirements-ci.txt (line 10)) 2025-03-21T20:19:48.3884250Z Downloading zstd-1.5.5.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (8.9 kB) 2025-03-21T20:19:48.3884620Z Collecting pandas>=2.2.2 (from -r requirements-ci.txt (line 11)) 2025-03-21T20:19:48.3884990Z Downloading pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl.metadata (89 kB) 2025-03-21T20:19:48.3885340Z Collecting pytest==7.2.0 (from -r requirements-ci.txt (line 12)) 2025-03-21T20:19:48.3885680Z Downloading pytest-7.2.0-py3-none-any.whl.metadata (7.8 kB) 2025-03-21T20:19:48.3886110Z Collecting pytest-cov==4.1.0 (from -r requirements-ci.txt (line 13)) 2025-03-21T20:19:48.3886460Z Downloading pytest_cov-4.1.0-py3-none-any.whl.metadata (26 kB) 2025-03-21T20:19:48.3886810Z Collecting expecttest==0.1.6 (from -r requirements-ci.txt (line 14)) 2025-03-21T20:19:48.3887170Z Downloading expecttest-0.1.6-py3-none-any.whl.metadata (2.5 kB) 2025-03-21T20:19:48.3887530Z Collecting hypothesis==6.84.2 (from -r requirements-ci.txt (line 15)) 2025-03-21T20:19:48.3887890Z Downloading hypothesis-6.84.2-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:19:48.3888260Z Collecting parameterized==0.9.0 (from -r requirements-ci.txt (line 16)) 2025-03-21T20:19:48.3888660Z Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB) 2025-03-21T20:19:48.3889020Z Collecting sphinx==5.3.0 (from -r requirements-ci.txt (line 19)) 2025-03-21T20:19:48.3889350Z Downloading sphinx-5.3.0-py3-none-any.whl.metadata (6.4 kB) 2025-03-21T20:19:50.4240870Z Collecting sphinx-gallery==0.14.0 (from -r requirements-ci.txt (line 20)) 2025-03-21T20:19:50.4241380Z Downloading sphinx_gallery-0.14.0-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:19:50.4241760Z Collecting breathe==4.34.0 (from -r requirements-ci.txt (line 21)) 2025-03-21T20:19:50.4242130Z Downloading breathe-4.34.0-py3-none-any.whl.metadata (968 bytes) 2025-03-21T20:19:50.4242540Z Collecting exhale==0.2.3 (from -r requirements-ci.txt (line 22)) 2025-03-21T20:19:50.4242940Z Downloading exhale-0.2.3-py2.py3-none-any.whl.metadata (15 kB) 2025-03-21T20:19:50.4243300Z Collecting docutils==0.16 (from -r requirements-ci.txt (line 23)) 2025-03-21T20:19:50.4244140Z Downloading docutils-0.16-py2.py3-none-any.whl.metadata (2.7 kB) 2025-03-21T20:19:50.4244520Z Collecting matplotlib>=3.9.4 (from -r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4244960Z Downloading matplotlib-3.10.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (11 kB) 2025-03-21T20:19:50.4245380Z Collecting myst-parser==0.18.1 (from -r requirements-ci.txt (line 27)) 2025-03-21T20:19:50.4245760Z Downloading myst_parser-0.18.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:19:50.4246130Z Collecting sphinx_design==0.4.1 (from -r requirements-ci.txt (line 28)) 2025-03-21T20:19:50.4246540Z Downloading sphinx_design-0.4.1-py3-none-any.whl.metadata (5.2 kB) 2025-03-21T20:19:50.4246930Z Collecting sphinx-copybutton==0.5.0 (from -r requirements-ci.txt (line 29)) 2025-03-21T20:19:50.4247330Z Downloading sphinx_copybutton-0.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-03-21T20:19:50.4247790Z Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml==0.17.32->-r requirements-ci.txt (line 4)) 2025-03-21T20:19:50.4248250Z Downloading ruamel.yaml.clib-0.2.12-cp311-cp311-macosx_13_0_arm64.whl.metadata (2.7 kB) 2025-03-21T20:19:50.4248670Z Collecting torch>=1.7 (from timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:19:50.4249040Z Downloading torch-2.6.0-cp311-none-macosx_11_0_arm64.whl.metadata (28 kB) 2025-03-21T20:19:50.4249430Z Collecting torchvision (from timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:19:50.4249850Z Downloading torchvision-0.21.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (6.1 kB) 2025-03-21T20:19:50.4250360Z Collecting huggingface-hub (from timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:19:50.4250880Z Downloading huggingface_hub-0.29.3-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:19:50.4251280Z Collecting filelock (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4251660Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:19:50.4252040Z Collecting packaging>=20.0 (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4252410Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-03-21T20:19:50.4252850Z Collecting regex!=2019.12.17 (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4253260Z Downloading regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl.metadata (40 kB) 2025-03-21T20:19:50.4253650Z Collecting requests (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4254250Z Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2025-03-21T20:19:50.4254750Z Collecting tokenizers<0.22,>=0.21 (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4255220Z Downloading tokenizers-0.21.1-cp39-abi3-macosx_11_0_arm64.whl.metadata (6.8 kB) 2025-03-21T20:19:50.4255680Z Collecting safetensors>=0.4.1 (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4256140Z Downloading safetensors-0.5.3-cp38-abi3-macosx_11_0_arm64.whl.metadata (3.8 kB) 2025-03-21T20:19:50.4256550Z Collecting tqdm>=4.27 (from transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:19:50.4256900Z Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) 2025-03-21T20:19:50.4257240Z Collecting attrs>=19.2.0 (from pytest==7.2.0->-r requirements-ci.txt (line 12)) 2025-03-21T20:19:50.4257580Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:19:50.4257930Z Collecting iniconfig (from pytest==7.2.0->-r requirements-ci.txt (line 12)) 2025-03-21T20:19:50.4258290Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-03-21T20:19:50.4258650Z Collecting pluggy<2.0,>=0.12 (from pytest==7.2.0->-r requirements-ci.txt (line 12)) 2025-03-21T20:19:50.4259000Z Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2025-03-21T20:19:50.4259410Z Collecting coverage>=5.2.1 (from coverage[toml]>=5.2.1->pytest-cov==4.1.0->-r requirements-ci.txt (line 13)) 2025-03-21T20:19:50.4260010Z Downloading coverage-7.7.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (8.5 kB) 2025-03-21T20:19:50.4260460Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==6.84.2->-r requirements-ci.txt (line 15)) 2025-03-21T20:19:50.4260910Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-03-21T20:19:50.4261340Z Collecting sphinxcontrib-applehelp (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4261790Z Using cached sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:19:50.4262220Z Collecting sphinxcontrib-devhelp (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4262660Z Using cached sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:19:50.4263080Z Collecting sphinxcontrib-jsmath (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4263500Z Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) 2025-03-21T20:19:50.4263950Z Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4264420Z Using cached sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:19:50.4264900Z Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4265420Z Using cached sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:19:50.4265860Z Collecting sphinxcontrib-qthelp (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4266360Z Using cached sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:19:50.4266730Z Collecting Jinja2>=3.0 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4267080Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:19:50.4267430Z Collecting Pygments>=2.12 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4267800Z Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 2025-03-21T20:19:50.4268210Z Collecting snowballstemmer>=2.0 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4268640Z Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) 2025-03-21T20:19:50.4269230Z Collecting babel>=2.9 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4269710Z Using cached babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) 2025-03-21T20:19:50.4270190Z Collecting alabaster<0.8,>=0.7 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4270640Z Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:19:50.4271030Z Collecting imagesize>=1.3 (from sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:19:50.4271440Z Using cached imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) 2025-03-21T20:19:50.4271820Z Collecting bs4 (from exhale==0.2.3->-r requirements-ci.txt (line 22)) 2025-03-21T20:19:50.4272180Z Downloading bs4-0.0.2-py2.py3-none-any.whl.metadata (411 bytes) 2025-03-21T20:19:50.4272550Z Collecting lxml (from exhale==0.2.3->-r requirements-ci.txt (line 22)) 2025-03-21T20:19:50.4272960Z Downloading lxml-5.3.1-cp311-cp311-macosx_10_9_universal2.whl.metadata (3.7 kB) 2025-03-21T20:19:50.4273350Z Collecting six (from exhale==0.2.3->-r requirements-ci.txt (line 22)) 2025-03-21T20:19:50.4273710Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-21T20:19:50.4274150Z Collecting markdown-it-py<3.0.0,>=1.0.0 (from myst-parser==0.18.1->-r requirements-ci.txt (line 27)) 2025-03-21T20:19:50.4274580Z Downloading markdown_it_py-2.2.0-py3-none-any.whl.metadata (6.8 kB) 2025-03-21T20:19:50.4275010Z Collecting mdit-py-plugins~=0.3.1 (from myst-parser==0.18.1->-r requirements-ci.txt (line 27)) 2025-03-21T20:19:50.4275440Z Downloading mdit_py_plugins-0.3.5-py3-none-any.whl.metadata (2.8 kB) 2025-03-21T20:19:50.4275850Z Collecting typing-extensions (from myst-parser==0.18.1->-r requirements-ci.txt (line 27)) 2025-03-21T20:19:50.4276430Z Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-03-21T20:19:50.4276880Z Collecting python-dateutil>=2.8.2 (from pandas>=2.2.2->-r requirements-ci.txt (line 11)) 2025-03-21T20:19:50.4277330Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-03-21T20:19:50.4277760Z Collecting pytz>=2020.1 (from pandas>=2.2.2->-r requirements-ci.txt (line 11)) 2025-03-21T20:19:50.4284020Z Downloading pytz-2025.1-py2.py3-none-any.whl.metadata (22 kB) 2025-03-21T20:19:50.4284420Z Collecting tzdata>=2022.7 (from pandas>=2.2.2->-r requirements-ci.txt (line 11)) 2025-03-21T20:19:50.4284790Z Downloading tzdata-2025.1-py2.py3-none-any.whl.metadata (1.4 kB) 2025-03-21T20:19:50.4285170Z Collecting contourpy>=1.0.1 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4285580Z Downloading contourpy-1.3.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (5.4 kB) 2025-03-21T20:19:50.4285980Z Collecting cycler>=0.10 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4286340Z Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:19:50.4286720Z Collecting fonttools>=4.22.0 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4287140Z Downloading fonttools-4.56.0-cp311-cp311-macosx_10_9_universal2.whl.metadata (101 kB) 2025-03-21T20:19:50.4287560Z Collecting kiwisolver>=1.3.1 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4287980Z Downloading kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl.metadata (6.2 kB) 2025-03-21T20:19:50.4288380Z Collecting pillow>=8 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4288780Z Downloading pillow-11.1.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (9.1 kB) 2025-03-21T20:19:50.4289190Z Collecting pyparsing>=2.3.1 (from matplotlib>=3.9.4->-r requirements-ci.txt (line 24)) 2025-03-21T20:19:50.4289590Z Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB) 2025-03-21T20:19:50.4290010Z Collecting fsspec>=2023.5.0 (from huggingface-hub->timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:19:50.4290420Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:19:50.4290820Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx==5.3.0->-r requirements-ci.txt (line 19)) 2025-03-21T20:22:14.2041600Z Using cached MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.0 kB) 2025-03-21T20:22:14.2042830Z Collecting mdurl~=0.1 (from markdown-it-py<3.0.0,>=1.0.0->myst-parser==0.18.1->-r requirements-ci.txt (line 27)) 2025-03-21T20:22:14.2043380Z Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:22:14.2043970Z Collecting charset-normalizer<4,>=2 (from requests->transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:22:14.2044560Z Using cached charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl.metadata (35 kB) 2025-03-21T20:22:14.2045140Z Collecting idna<4,>=2.5 (from requests->transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:22:14.2045590Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:22:14.2046100Z Collecting urllib3<3,>=1.21.1 (from requests->transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:22:14.2046540Z Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-03-21T20:22:14.2047060Z Collecting certifi>=2017.4.17 (from requests->transformers==4.47.1->-r requirements-ci.txt (line 9)) 2025-03-21T20:22:14.2047570Z Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-03-21T20:22:14.2047980Z Collecting networkx (from torch>=1.7->timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:22:14.2048490Z Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:22:14.2049090Z INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while. 2025-03-21T20:22:14.2050320Z Collecting torch>=1.7 (from timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:22:14.2050860Z Downloading torch-2.5.1-cp311-none-macosx_11_0_arm64.whl.metadata (28 kB) 2025-03-21T20:22:14.2051340Z Downloading torch-2.5.0-cp311-none-macosx_11_0_arm64.whl.metadata (28 kB) 2025-03-21T20:22:14.2051800Z Downloading torch-2.4.1-cp311-none-macosx_11_0_arm64.whl.metadata (26 kB) 2025-03-21T20:22:14.2052230Z Collecting torchvision (from timm==0.6.13->-r requirements-ci.txt (line 6)) 2025-03-21T20:22:14.2052760Z Downloading torchvision-0.20.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (6.1 kB) 2025-03-21T20:22:14.2053290Z Downloading torchvision-0.20.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (6.1 kB) 2025-03-21T20:22:14.2053740Z Downloading torchvision-0.19.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (6.0 kB) 2025-03-21T20:22:14.2054230Z Collecting beautifulsoup4 (from bs4->exhale==0.2.3->-r requirements-ci.txt (line 22)) 2025-03-21T20:22:14.2054730Z Downloading beautifulsoup4-4.13.3-py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:22:14.2055240Z Collecting soupsieve>1.2 (from beautifulsoup4->bs4->exhale==0.2.3->-r requirements-ci.txt (line 22)) 2025-03-21T20:22:14.2055760Z Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB) 2025-03-21T20:22:14.2056160Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-03-21T20:22:14.2056570Z Downloading PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl (167 kB) 2025-03-21T20:22:14.2056950Z Downloading ruamel.yaml-0.17.32-py3-none-any.whl (112 kB) 2025-03-21T20:22:14.2057350Z Downloading sympy-1.12-py3-none-any.whl (5.7 MB) 2025-03-21T20:22:14.2057700Z Downloading timm-0.6.13-py3-none-any.whl (549 kB) 2025-03-21T20:22:14.2058010Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2025-03-21T20:22:14.2058370Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2025-03-21T20:22:14.2058740Z Downloading transformers-4.47.1-py3-none-any.whl (10.1 MB) 2025-03-21T20:22:14.2059100Z Downloading zstd-1.5.5.1-cp311-cp311-macosx_11_0_arm64.whl (227 kB) 2025-03-21T20:22:14.2059490Z Downloading pytest-7.2.0-py3-none-any.whl (316 kB) 2025-03-21T20:22:14.2059840Z Downloading pytest_cov-4.1.0-py3-none-any.whl (21 kB) 2025-03-21T20:22:14.2060180Z Downloading expecttest-0.1.6-py3-none-any.whl (6.5 kB) 2025-03-21T20:22:14.2060620Z Downloading hypothesis-6.84.2-py3-none-any.whl (419 kB) 2025-03-21T20:22:14.2061020Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2025-03-21T20:22:14.2061370Z Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) 2025-03-21T20:22:14.2061860Z Downloading sphinx_gallery-0.14.0-py3-none-any.whl (151 kB) 2025-03-21T20:22:14.2062250Z Downloading breathe-4.34.0-py3-none-any.whl (92 kB) 2025-03-21T20:22:14.2062610Z Downloading exhale-0.2.3-py2.py3-none-any.whl (103 kB) 2025-03-21T20:22:14.2062960Z Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) 2025-03-21T20:22:14.2063330Z Downloading myst_parser-0.18.1-py3-none-any.whl (58 kB) 2025-03-21T20:22:14.2063710Z Downloading sphinx_design-0.4.1-py3-none-any.whl (2.2 MB) 2025-03-21T20:22:14.2064070Z Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) 2025-03-21T20:22:14.2064530Z Downloading numpy-2.2.4-cp311-cp311-macosx_14_0_arm64.whl (5.4 MB) 2025-03-21T20:22:14.2064940Z Downloading pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl (11.3 MB) 2025-03-21T20:22:14.2065330Z Downloading matplotlib-3.10.1-cp311-cp311-macosx_11_0_arm64.whl (8.0 MB) 2025-03-21T20:22:14.2065730Z Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) 2025-03-21T20:22:14.2066130Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-03-21T20:22:14.2066480Z Using cached babel-2.17.0-py3-none-any.whl (10.2 MB) 2025-03-21T20:22:14.2066890Z Downloading contourpy-1.3.1-cp311-cp311-macosx_11_0_arm64.whl (254 kB) 2025-03-21T20:22:14.2067310Z Downloading coverage-7.7.1-cp311-cp311-macosx_11_0_arm64.whl (211 kB) 2025-03-21T20:22:14.2067700Z Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2025-03-21T20:22:14.2068120Z Downloading fonttools-4.56.0-cp311-cp311-macosx_10_9_universal2.whl (2.8 MB) 2025-03-21T20:22:14.2068510Z Downloading huggingface_hub-0.29.3-py3-none-any.whl (468 kB) 2025-03-21T20:22:14.2069250Z Using cached imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) 2025-03-21T20:22:14.2069670Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-03-21T20:22:14.2070100Z Downloading kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl (65 kB) 2025-03-21T20:22:14.2070590Z Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB) 2025-03-21T20:22:14.2070990Z Downloading mdit_py_plugins-0.3.5-py3-none-any.whl (52 kB) 2025-03-21T20:22:14.2071360Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-21T20:22:14.2071770Z Downloading pillow-11.1.0-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB) 2025-03-21T20:22:14.2072250Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2025-03-21T20:22:14.2072600Z Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB) 2025-03-21T20:22:14.2072920Z Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) 2025-03-21T20:22:14.2073330Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-03-21T20:22:14.2073740Z Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) 2025-03-21T20:22:14.2074130Z Downloading regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl (284 kB) 2025-03-21T20:22:14.2074530Z Using cached requests-2.32.3-py3-none-any.whl (64 kB) 2025-03-21T20:22:14.2074960Z Downloading ruamel.yaml.clib-0.2.12-cp311-cp311-macosx_13_0_arm64.whl (132 kB) 2025-03-21T20:22:14.2075380Z Downloading safetensors-0.5.3-cp38-abi3-macosx_11_0_arm64.whl (418 kB) 2025-03-21T20:22:14.2075820Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-03-21T20:22:14.2076200Z Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) 2025-03-21T20:22:14.2076650Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-21T20:22:14.2077070Z Using cached sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) 2025-03-21T20:22:14.2077560Z Using cached sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) 2025-03-21T20:22:14.2078030Z Downloading tokenizers-0.21.1-cp39-abi3-macosx_11_0_arm64.whl (2.7 MB) 2025-03-21T20:22:14.2078410Z Downloading torch-2.4.1-cp311-none-macosx_11_0_arm64.whl (62.1 MB) 2025-03-21T20:22:14.2078870Z Downloading torchvision-0.19.1-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB) 2025-03-21T20:22:14.2079310Z Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-03-21T20:22:14.2079650Z Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-03-21T20:22:14.2080180Z Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) 2025-03-21T20:22:14.2080710Z Downloading bs4-0.0.2-py2.py3-none-any.whl (1.2 kB) 2025-03-21T20:22:14.2081020Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-03-21T20:22:14.2081480Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-03-21T20:22:14.2081960Z Downloading lxml-5.3.1-cp311-cp311-macosx_10_9_universal2.whl (8.2 MB) 2025-03-21T20:22:14.2082370Z Using cached sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) 2025-03-21T20:22:14.2082840Z Using cached sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) 2025-03-21T20:22:14.2083280Z Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) 2025-03-21T20:22:14.2083710Z Using cached sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) 2025-03-21T20:22:14.2084070Z Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-21T20:22:14.2084490Z Using cached charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl (194 kB) 2025-03-21T20:22:14.2084920Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-03-21T20:22:14.2085230Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-03-21T20:22:14.2085650Z Using cached MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl (12 kB) 2025-03-21T20:22:14.2086030Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2025-03-21T20:22:14.2086350Z Using cached urllib3-2.3.0-py3-none-any.whl (128 kB) 2025-03-21T20:22:14.2086710Z Downloading beautifulsoup4-4.13.3-py3-none-any.whl (186 kB) 2025-03-21T20:22:14.2087080Z Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-03-21T20:22:14.2087390Z Downloading soupsieve-2.6-py3-none-any.whl (36 kB) 2025-03-21T20:22:14.2087910Z Building wheels for collected packages: pytorch_sphinx_theme 2025-03-21T20:22:14.2088340Z Building editable for pytorch_sphinx_theme (pyproject.toml): started 2025-03-21T20:22:14.2088820Z Building editable for pytorch_sphinx_theme (pyproject.toml): finished with status 'done' 2025-03-21T20:22:14.2089580Z Created wheel for pytorch_sphinx_theme: filename=pytorch_sphinx_theme-0.0.24-0.editable-py2.py3-none-any.whl size=4407 sha256=379523f878bc181c12d8cbe5defe3c957d38b906555c8f40a7fde4881cd31661 2025-03-21T20:22:14.2090590Z Stored in directory: /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-ephem-wheel-cache-3m1zf18k/wheels/ee/21/d2/94f890e3a15f79b31e4ecf0483ad9f634ae7a8bc00fb05015a 2025-03-21T20:22:14.2091320Z Successfully built pytorch_sphinx_theme 2025-03-21T20:22:14.2093780Z Installing collected packages: zstd, sortedcontainers, snowballstemmer, pytz, mpmath, urllib3, tzdata, typing-extensions, tqdm, tomli, sympy, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, six, safetensors, ruamel.yaml.clib, regex, PyYAML, pyparsing, Pygments, pluggy, pillow, parameterized, packaging, numpy, networkx, mdurl, MarkupSafe, lxml, kiwisolver, iniconfig, imagesize, idna, fsspec, fonttools, filelock, expecttest, docutils, cycler, coverage, charset-normalizer, certifi, babel, attrs, alabaster, ruamel.yaml, requests, python-dateutil, pytest, markdown-it-py, Jinja2, hypothesis, contourpy, beautifulsoup4, torch, sphinx, pytest-cov, pandas, mdit-py-plugins, matplotlib, huggingface-hub, bs4, torchvision, tokenizers, sphinx-gallery, sphinx_design, sphinx-copybutton, pytorch_sphinx_theme, myst-parser, breathe, transformers, torchsr, timm, exhale 2025-03-21T20:24:26.4148050Z Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 PyYAML-6.0.1 Pygments-2.19.1 alabaster-0.7.16 attrs-25.3.0 babel-2.17.0 beautifulsoup4-4.13.3 breathe-4.34.0 bs4-0.0.2 certifi-2025.1.31 charset-normalizer-3.4.1 contourpy-1.3.1 coverage-7.7.1 cycler-0.12.1 docutils-0.16 exhale-0.2.3 expecttest-0.1.6 filelock-3.18.0 fonttools-4.56.0 fsspec-2025.3.0 huggingface-hub-0.29.3 hypothesis-6.84.2 idna-3.10 imagesize-1.4.1 iniconfig-2.1.0 kiwisolver-1.4.8 lxml-5.3.1 markdown-it-py-2.2.0 matplotlib-3.10.1 mdit-py-plugins-0.3.5 mdurl-0.1.2 mpmath-1.3.0 myst-parser-0.18.1 networkx-3.4.2 numpy-2.2.4 packaging-24.2 pandas-2.2.3 parameterized-0.9.0 pillow-11.1.0 pluggy-1.5.0 pyparsing-3.2.1 pytest-7.2.0 pytest-cov-4.1.0 python-dateutil-2.9.0.post0 pytorch_sphinx_theme-0.0.24 pytz-2025.1 regex-2024.11.6 requests-2.32.3 ruamel.yaml-0.17.32 ruamel.yaml.clib-0.2.12 safetensors-0.5.3 six-1.17.0 snowballstemmer-2.2.0 sortedcontainers-2.4.0 soupsieve-2.6 sphinx-5.3.0 sphinx-copybutton-0.5.0 sphinx-gallery-0.14.0 sphinx_design-0.4.1 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 sympy-1.12 timm-0.6.13 tokenizers-0.21.1 tomli-2.0.1 torch-2.4.1 torchsr-1.0.4 torchvision-0.19.1 tqdm-4.67.1 transformers-4.47.1 typing-extensions-4.12.2 tzdata-2025.1 urllib3-2.3.0 zstd-1.5.5.1 2025-03-21T20:24:26.4159230Z + popd 2025-03-21T20:24:26.4159960Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:24:26.4160640Z + [[ -z 1 ]] 2025-03-21T20:24:26.4161230Z + print_cmake_info 2025-03-21T20:24:26.4161780Z ++ which cmake 2025-03-21T20:24:26.4162510Z + CMAKE_EXEC=/Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4163720Z + echo /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4165130Z /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4165570Z + export CMAKE_EXEC 2025-03-21T20:24:26.4166100Z + install_name_tool -add_rpath @executable_path/../lib /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4168010Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4169110Z + codesign -f -s - /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:24:26.4169580Z /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake: replacing existing signature 2025-03-21T20:24:26.4170130Z + install_pytorch_and_domains 2025-03-21T20:24:26.4170390Z + pushd .ci/docker 2025-03-21T20:24:26.4170880Z ~/work/executorch/executorch/pytorch/executorch/.ci/docker ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:24:26.4171410Z ++ cat ci_commit_pins/pytorch.txt 2025-03-21T20:24:26.4171720Z + TORCH_VERSION=295f2ed4d103017f7e19a7b8263ece606cd629db 2025-03-21T20:24:26.4172080Z + popd 2025-03-21T20:24:26.4172370Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:24:26.4172750Z + git clone https://github.com/pytorch/pytorch.git 2025-03-21T20:24:26.4173090Z Cloning into 'pytorch'... 2025-03-21T20:24:26.4173380Z Updating files: 63% (10498/16593) 2025-03-21T20:24:26.4173640Z Updating files: 64% (10620/16593) 2025-03-21T20:24:26.4173980Z Updating files: 65% (10786/16593) 2025-03-21T20:24:26.4174280Z Updating files: 66% (10952/16593) 2025-03-21T20:24:26.4174540Z Updating files: 67% (11118/16593) 2025-03-21T20:24:26.4174840Z Updating files: 68% (11284/16593) 2025-03-21T20:24:26.4175230Z Updating files: 69% (11450/16593) 2025-03-21T20:24:26.4175500Z Updating files: 70% (11616/16593) 2025-03-21T20:24:26.4175910Z Updating files: 71% (11782/16593) 2025-03-21T20:24:26.4176240Z Updating files: 72% (11947/16593) 2025-03-21T20:24:26.4176520Z Updating files: 73% (12113/16593) 2025-03-21T20:24:26.4176880Z Updating files: 74% (12279/16593) 2025-03-21T20:24:26.4177190Z Updating files: 75% (12445/16593) 2025-03-21T20:24:26.4177530Z Updating files: 76% (12611/16593) 2025-03-21T20:24:26.4177780Z Updating files: 77% (12777/16593) 2025-03-21T20:24:26.4178070Z Updating files: 78% (12943/16593) 2025-03-21T20:24:26.4178370Z Updating files: 79% (13109/16593) 2025-03-21T20:24:26.4178600Z Updating files: 80% (13275/16593) 2025-03-21T20:24:26.4178910Z Updating files: 81% (13441/16593) 2025-03-21T20:24:26.4179190Z Updating files: 82% (13607/16593) 2025-03-21T20:24:26.4179480Z Updating files: 83% (13773/16593) 2025-03-21T20:24:26.4179750Z Updating files: 84% (13939/16593) 2025-03-21T20:24:26.4180330Z Updating files: 85% (14105/16593) 2025-03-21T20:24:26.4180580Z Updating files: 86% (14270/16593) 2025-03-21T20:24:26.4180860Z Updating files: 87% (14436/16593) 2025-03-21T20:24:26.4181190Z Updating files: 88% (14602/16593) 2025-03-21T20:24:26.4181510Z Updating files: 89% (14768/16593) 2025-03-21T20:24:26.4181850Z Updating files: 90% (14934/16593) 2025-03-21T20:24:26.4182170Z Updating files: 91% (15100/16593) 2025-03-21T20:24:26.4182410Z Updating files: 92% (15266/16593) 2025-03-21T20:24:26.4182700Z Updating files: 93% (15432/16593) 2025-03-21T20:24:26.4183010Z Updating files: 94% (15598/16593) 2025-03-21T20:24:26.4183270Z Updating files: 95% (15764/16593) 2025-03-21T20:24:26.4183560Z Updating files: 96% (15930/16593) 2025-03-21T20:24:26.4183910Z Updating files: 97% (16096/16593) 2025-03-21T20:24:26.4184150Z Updating files: 98% (16262/16593) 2025-03-21T20:24:26.4184450Z Updating files: 99% (16428/16593) 2025-03-21T20:24:26.4184730Z Updating files: 100% (16593/16593) 2025-03-21T20:24:26.4185030Z Updating files: 100% (16593/16593), done. 2025-03-21T20:24:26.4185300Z + pushd pytorch 2025-03-21T20:24:26.4185780Z ~/work/executorch/executorch/pytorch/executorch/pytorch ~/work/executorch/executorch/pytorch/executorch 2025-03-21T20:24:26.4186350Z + git checkout 295f2ed4d103017f7e19a7b8263ece606cd629db 2025-03-21T20:24:26.4186820Z HEAD is now at 295f2ed4d10 Fix "invalid application of 'sizeof' to an incomplete type" (#148854) 2025-03-21T20:24:26.4187270Z + git submodule update --init --recursive 2025-03-21T20:24:26.4188030Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-03-21T20:24:26.4188750Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-03-21T20:24:26.4189520Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-03-21T20:24:26.4190230Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-03-21T20:24:26.4190950Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-03-21T20:24:26.4191770Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-03-21T20:24:26.4192620Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-03-21T20:24:26.4193360Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-03-21T20:24:26.4194100Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-03-21T20:24:26.4194900Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-03-21T20:24:26.4195710Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-03-21T20:24:26.4196450Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-03-21T20:24:26.4197140Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-03-21T20:24:26.4197870Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-03-21T20:24:26.4198600Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-03-21T20:24:26.4199260Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-03-21T20:24:26.4200040Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-03-21T20:24:26.4200870Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-03-21T20:24:26.4201520Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-03-21T20:24:26.4202210Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-03-21T20:24:26.4202920Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-03-21T20:24:26.4203560Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-03-21T20:24:26.4204140Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-03-21T20:24:26.4204850Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-03-21T20:24:26.4206080Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-03-21T20:24:26.4206790Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-03-21T20:24:26.4207460Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-03-21T20:24:26.4208040Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-03-21T20:24:26.4208960Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-03-21T20:24:26.4209840Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-03-21T20:24:26.4210560Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-03-21T20:24:26.4211280Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-03-21T20:25:28.3110560Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-03-21T20:25:28.3111570Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-03-21T20:25:28.3112330Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-03-21T20:25:28.3113060Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-03-21T20:25:28.3113770Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-03-21T20:25:28.3114470Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/android/libs/fbjni'... 2025-03-21T20:25:28.3115180Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/FP16'... 2025-03-21T20:25:28.3115830Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/FXdiv'... 2025-03-21T20:25:28.3116480Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/NNPACK'... 2025-03-21T20:25:28.3117230Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/NVTX'... 2025-03-21T20:25:28.3117970Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-03-21T20:25:28.3118780Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/XNNPACK'... 2025-03-21T20:25:28.3119400Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/benchmark'... 2025-03-21T20:25:28.3120450Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/composable_kernel'... 2025-03-21T20:25:28.3121170Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/cpp-httplib'... 2025-03-21T20:25:28.3121820Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/cpuinfo'... 2025-03-21T20:25:28.3122570Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/cudnn_frontend'... 2025-03-21T20:25:28.3123310Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/cutlass'... 2025-03-21T20:25:28.3124020Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/eigen'... 2025-03-21T20:25:28.3124630Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm'... 2025-03-21T20:25:28.3125400Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/flash-attention'... 2025-03-21T20:25:28.3126140Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/flatbuffers'... 2025-03-21T20:25:28.3126810Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fmt'... 2025-03-21T20:25:28.3127480Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-03-21T20:25:28.3132210Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo'... 2025-03-21T20:25:28.3132930Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/googletest'... 2025-03-21T20:25:28.3133650Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/ideep'... 2025-03-21T20:25:28.3134340Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/ittapi'... 2025-03-21T20:25:28.3134970Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto'... 2025-03-21T20:25:28.3135710Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kleidiai'... 2025-03-21T20:25:28.3136300Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/mimalloc'... 2025-03-21T20:25:28.3136920Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/nlohmann'... 2025-03-21T20:25:28.3137500Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx'... 2025-03-21T20:25:28.3154160Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp'... 2025-03-21T20:25:28.3154800Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/pocketfft'... 2025-03-21T20:25:28.3155460Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/protobuf'... 2025-03-21T20:25:28.3156090Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/psimd'... 2025-03-21T20:25:28.3156780Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/pthreadpool'... 2025-03-21T20:25:28.3157500Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/pybind11'... 2025-03-21T20:25:28.3158170Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/python-peachpy'... 2025-03-21T20:25:28.3158840Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/sleef'... 2025-03-21T20:25:28.3159490Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe'... 2025-03-21T20:25:28.3160090Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-21T20:25:28.3160690Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:25:28.3161210Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:25:28.3161710Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-21T20:25:28.3162130Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-21T20:25:28.3162720Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:25:28.3163250Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-21T20:25:28.3163740Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-21T20:25:28.3164290Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-21T20:25:28.3164900Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-21T20:25:28.3165360Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:25:28.3165830Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-21T20:25:28.3166300Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-21T20:25:28.3166760Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-21T20:25:28.3167400Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-21T20:25:28.3167970Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-03-21T20:25:28.3168740Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-03-21T20:25:28.3169420Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-03-21T20:25:28.3170150Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-03-21T20:25:28.3170910Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-03-21T20:25:28.3171680Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-03-21T20:25:28.3172420Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-03-21T20:25:28.3173230Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-03-21T20:25:28.3173940Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-03-21T20:25:28.3174660Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-03-21T20:25:28.3175330Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-21T20:25:28.3176130Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-21T20:25:28.3176950Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-21T20:25:28.3177640Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-21T20:25:28.3178440Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-21T20:25:28.3179330Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-21T20:25:28.3180020Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-03-21T20:25:28.3180840Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-03-21T20:26:22.8071790Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-03-21T20:26:22.8072740Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-03-21T20:26:22.8073520Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-21T20:26:22.8074190Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-21T20:26:22.8074830Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-21T20:26:22.8075370Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-21T20:26:22.8075960Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-21T20:26:22.8076550Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-21T20:26:22.8081010Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-21T20:26:22.8081690Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-03-21T20:26:22.8082360Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-03-21T20:26:22.8083020Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/ideep/mkl-dnn'... 2025-03-21T20:26:22.8083710Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-03-21T20:26:22.8084300Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-21T20:26:22.8084840Z Submodule path 'third_party/kineto': checked out 'a054a4be0db117c579a21747debf19c863631f26' 2025-03-21T20:26:22.8085550Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-21T20:26:22.8086410Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-03-21T20:26:22.8087260Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-03-21T20:26:22.8088100Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-03-21T20:26:22.8088930Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-03-21T20:26:22.8089750Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-03-21T20:26:22.8090530Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-21T20:26:22.8091270Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-21T20:26:22.8092120Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-21T20:26:22.8092940Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-21T20:26:22.8101220Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-21T20:26:22.8104130Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-21T20:26:22.8107790Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-21T20:26:22.8108770Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-21T20:26:22.8109600Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-21T20:26:22.8110500Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-03-21T20:26:22.8111430Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-03-21T20:26:22.8112340Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-03-21T20:26:22.8113640Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-03-21T20:26:22.8114620Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-03-21T20:26:22.8115590Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-03-21T20:26:22.8116550Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-03-21T20:26:22.8117520Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-03-21T20:26:22.8118380Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-21T20:26:22.8119180Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-21T20:26:22.8119950Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-21T20:26:22.8120730Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-21T20:26:22.8121550Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-21T20:26:22.8122430Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-03-21T20:26:22.8124220Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-21T20:26:22.8126460Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-21T20:26:22.8128600Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-21T20:26:22.8130790Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-21T20:26:22.8132470Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-21T20:26:22.8133210Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-21T20:26:22.8133880Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-21T20:26:22.8134530Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-21T20:26:22.8135090Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-21T20:26:22.8135640Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-21T20:26:22.8136140Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-21T20:26:22.8136800Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-03-21T20:26:22.8137590Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-03-21T20:26:22.8138270Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-21T20:26:22.8138900Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-21T20:26:22.8139750Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-21T20:26:22.8140610Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-21T20:26:22.8141420Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-21T20:26:22.8142220Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-21T20:26:31.3691320Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-21T20:26:31.3692550Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-21T20:26:31.3693600Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-21T20:26:31.3694400Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-21T20:26:31.3695160Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-03-21T20:26:31.3696030Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-03-21T20:26:31.3696880Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-03-21T20:26:31.3697670Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-03-21T20:26:31.3698550Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-03-21T20:26:31.3699450Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-03-21T20:26:31.3700550Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-03-21T20:26:31.3701330Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-03-21T20:26:31.3702070Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-21T20:26:31.3702800Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-21T20:26:31.3703490Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-21T20:26:31.3704190Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-21T20:26:31.3704900Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-21T20:26:31.3705650Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-21T20:26:31.3706390Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-21T20:26:31.3707190Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-21T20:26:31.3708180Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-21T20:26:31.3709120Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-03-21T20:26:31.3710090Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-03-21T20:26:31.3710930Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-21T20:26:31.3711760Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:26:31.3712510Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-21T20:26:31.3713120Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-21T20:26:31.3713630Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-21T20:26:31.3714300Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-03-21T20:26:31.3715060Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-03-21T20:26:31.3715790Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-03-21T20:26:31.3716560Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-03-21T20:26:31.3717240Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-21T20:26:31.3717870Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-21T20:26:31.3718400Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-21T20:26:31.3718910Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:26:31.3719550Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:26:31.3720090Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-21T20:26:31.3720610Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-21T20:26:31.3721120Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-21T20:26:31.3721770Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-03-21T20:26:31.3722490Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-03-21T20:26:31.3723210Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-03-21T20:26:31.3723920Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-03-21T20:26:31.3724650Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-03-21T20:26:31.3725390Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-03-21T20:26:31.3726200Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-03-21T20:26:31.3726950Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-03-21T20:26:31.3727620Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-21T20:26:31.3728250Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-21T20:26:31.3728920Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-21T20:26:31.3729540Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-21T20:26:31.3730380Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-21T20:26:31.3731260Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-03-21T20:26:31.3745000Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-21T20:26:31.3745650Z + export USE_DISTRIBUTED=1 2025-03-21T20:26:31.3745960Z + USE_DISTRIBUTED=1 2025-03-21T20:26:31.3746270Z + python setup.py bdist_wheel 2025-03-21T20:26:31.3746520Z Cloning into 'nccl'... 2025-03-21T20:26:31.3746830Z HEAD is now at 80f6bda NCCL 2.25.1-1 2025-03-21T20:26:31.3747210Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T20:26:31.3747590Z -- The C compiler identification is AppleClang 15.0.0.15000309 2025-03-21T20:26:31.3747960Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:31.3748260Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:31.3748880Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T20:26:31.3749370Z -- Detecting CXX compile features 2025-03-21T20:26:31.3749660Z -- Detecting CXX compile features - done 2025-03-21T20:26:31.3749970Z -- Detecting C compiler ABI info 2025-03-21T20:26:31.3750220Z -- Detecting C compiler ABI info - done 2025-03-21T20:26:31.3750770Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2025-03-21T20:26:31.3751420Z -- Detecting C compile features 2025-03-21T20:26:31.3751650Z -- Detecting C compile features - done 2025-03-21T20:26:31.3751890Z -- Not forcing any particular BLAS to be found 2025-03-21T20:26:31.3752130Z -- CLANG_VERSION_STRING: 15.0 2025-03-21T20:26:31.3752330Z -- sdk version: 14.5, mps supported: ON 2025-03-21T20:26:31.3752590Z -- MPSGraph framework found 2025-03-21T20:26:35.7800850Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2025-03-21T20:26:35.7801330Z -- Performing Test C_HAS_AVX_1 2025-03-21T20:26:35.7801660Z -- Performing Test C_HAS_AVX_1 - Failed 2025-03-21T20:26:35.7802000Z -- Performing Test C_HAS_AVX_2 2025-03-21T20:26:35.7802310Z -- Performing Test C_HAS_AVX_2 - Failed 2025-03-21T20:26:35.7802550Z -- Performing Test C_HAS_AVX_3 2025-03-21T20:26:35.7802800Z -- Performing Test C_HAS_AVX_3 - Failed 2025-03-21T20:26:35.7803090Z -- Performing Test C_HAS_AVX2_1 2025-03-21T20:26:35.7803430Z -- Performing Test C_HAS_AVX2_1 - Failed 2025-03-21T20:26:35.7803700Z -- Performing Test C_HAS_AVX2_2 2025-03-21T20:26:35.7803970Z -- Performing Test C_HAS_AVX2_2 - Failed 2025-03-21T20:26:35.7804300Z -- Performing Test C_HAS_AVX2_3 2025-03-21T20:26:35.7804510Z -- Performing Test C_HAS_AVX2_3 - Failed 2025-03-21T20:26:35.7804730Z -- Performing Test C_HAS_AVX512_1 2025-03-21T20:26:35.7804940Z -- Performing Test C_HAS_AVX512_1 - Failed 2025-03-21T20:26:35.7805250Z -- Performing Test C_HAS_AVX512_2 2025-03-21T20:26:35.7805500Z -- Performing Test C_HAS_AVX512_2 - Failed 2025-03-21T20:26:35.7805900Z -- Performing Test C_HAS_AVX512_3 2025-03-21T20:26:35.7806110Z -- Performing Test C_HAS_AVX512_3 - Failed 2025-03-21T20:26:35.7806330Z -- Performing Test CXX_HAS_AVX_1 2025-03-21T20:26:35.7806590Z -- Performing Test CXX_HAS_AVX_1 - Failed 2025-03-21T20:26:35.7806820Z -- Performing Test CXX_HAS_AVX_2 2025-03-21T20:26:35.7807040Z -- Performing Test CXX_HAS_AVX_2 - Failed 2025-03-21T20:26:35.7807270Z -- Performing Test CXX_HAS_AVX_3 2025-03-21T20:26:35.7807480Z -- Performing Test CXX_HAS_AVX_3 - Failed 2025-03-21T20:26:35.7807710Z -- Performing Test CXX_HAS_AVX2_1 2025-03-21T20:26:35.7808020Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2025-03-21T20:26:35.7808320Z -- Performing Test CXX_HAS_AVX2_2 2025-03-21T20:26:35.7808540Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2025-03-21T20:26:35.7808800Z -- Performing Test CXX_HAS_AVX2_3 2025-03-21T20:26:35.7809020Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2025-03-21T20:26:35.7809330Z -- Performing Test CXX_HAS_AVX512_1 2025-03-21T20:26:35.7809560Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2025-03-21T20:26:35.7809780Z -- Performing Test CXX_HAS_AVX512_2 2025-03-21T20:26:35.7810000Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2025-03-21T20:26:35.7810230Z -- Performing Test CXX_HAS_AVX512_3 2025-03-21T20:26:35.7810440Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2025-03-21T20:26:35.7810800Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-03-21T20:26:35.7811340Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed 2025-03-21T20:26:35.7811920Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-03-21T20:26:35.7812790Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2025-03-21T20:26:35.7813180Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-03-21T20:26:35.7813680Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2025-03-21T20:26:35.7814050Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2025-03-21T20:26:35.7814390Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2025-03-21T20:26:35.7814750Z -- No OMAP3 processor on this machine. 2025-03-21T20:26:35.7815060Z -- No OMAP4 processor on this machine. 2025-03-21T20:26:35.7815390Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-03-21T20:26:35.7815700Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2025-03-21T20:26:35.7816100Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2025-03-21T20:26:35.7816730Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2025-03-21T20:26:35.7817050Z PyTorch: CUDA cannot be found. Depending on whether you are building 2025-03-21T20:26:35.7817420Z PyTorch or a PyTorch dependent library, the next warning / error will give 2025-03-21T20:26:35.7817700Z you more info. 2025-03-21T20:26:35.7817870Z Call Stack (most recent call first): 2025-03-21T20:26:35.7818080Z cmake/Dependencies.cmake:44 (include) 2025-03-21T20:26:35.7818340Z CMakeLists.txt:868 (include) 2025-03-21T20:26:35.7818480Z 2025-03-21T20:26:35.7818480Z 2025-03-21T20:26:35.7818600Z CMake Warning at cmake/Dependencies.cmake:76 (message): 2025-03-21T20:26:35.7818930Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2025-03-21T20:26:35.7819210Z Call Stack (most recent call first): 2025-03-21T20:26:35.7819420Z CMakeLists.txt:868 (include) 2025-03-21T20:26:35.7819540Z 2025-03-21T20:26:35.7819540Z 2025-03-21T20:26:35.7819650Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2025-03-21T20:26:35.7819980Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2025-03-21T20:26:35.7820260Z -DUSE_XPU=OFF. 2025-03-21T20:26:35.7820420Z Call Stack (most recent call first): 2025-03-21T20:26:35.7820620Z CMakeLists.txt:868 (include) 2025-03-21T20:26:35.7820740Z 2025-03-21T20:26:35.7820750Z 2025-03-21T20:26:35.7820870Z -- Building using own protobuf under third_party per request. 2025-03-21T20:26:35.7821140Z -- Use custom protobuf build. 2025-03-21T20:26:35.7821310Z -- 2025-03-21T20:26:35.7821510Z -- 3.13.0.0 2025-03-21T20:26:35.7821680Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:26:35.7821940Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:26:35.7822180Z -- Found Threads: TRUE 2025-03-21T20:26:35.7822380Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2025-03-21T20:26:35.7822660Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2025-03-21T20:26:35.7823310Z -- Caffe2 protobuf include directory: $$ 2025-03-21T20:26:35.7823950Z -- Trying to find preferred BLAS backend of choice: MKL 2025-03-21T20:26:35.7824190Z -- MKL_THREADING = OMP 2025-03-21T20:26:35.7824370Z -- Looking for sys/types.h 2025-03-21T20:26:35.7824560Z -- Looking for sys/types.h - found 2025-03-21T20:26:35.7824760Z -- Looking for stdint.h 2025-03-21T20:26:35.7824940Z -- Looking for stdint.h - found 2025-03-21T20:26:35.7825130Z -- Looking for stddef.h 2025-03-21T20:26:35.7825300Z -- Looking for stddef.h - found 2025-03-21T20:26:35.7825490Z -- Check size of void* 2025-03-21T20:26:35.7825730Z -- Check size of void* - done 2025-03-21T20:26:35.7825930Z -- MKL_THREADING = OMP 2025-03-21T20:26:35.7826160Z CMake Warning at cmake/Dependencies.cmake:208 (message): 2025-03-21T20:26:35.7826430Z MKL could not be found. Defaulting to Eigen 2025-03-21T20:26:35.7826660Z Call Stack (most recent call first): 2025-03-21T20:26:35.7826870Z CMakeLists.txt:868 (include) 2025-03-21T20:26:35.7826990Z 2025-03-21T20:26:35.7827000Z 2025-03-21T20:26:35.7827110Z CMake Warning at cmake/Dependencies.cmake:256 (message): 2025-03-21T20:26:35.7827440Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2025-03-21T20:26:35.7827710Z library 2025-03-21T20:26:35.7827860Z Call Stack (most recent call first): 2025-03-21T20:26:35.7828120Z CMakeLists.txt:868 (include) 2025-03-21T20:26:35.7828250Z 2025-03-21T20:26:35.7828250Z 2025-03-21T20:26:35.7828310Z -- MKL_THREADING = OMP 2025-03-21T20:26:35.7828600Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2025-03-21T20:26:35.7828920Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7829220Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2025-03-21T20:26:35.7829530Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7829980Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m] 2025-03-21T20:26:35.7830290Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7830590Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m] 2025-03-21T20:26:35.7830900Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7831180Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] 2025-03-21T20:26:35.7831480Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7831770Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] 2025-03-21T20:26:35.7832060Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7832320Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] 2025-03-21T20:26:35.7832590Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7832860Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] 2025-03-21T20:26:35.7833120Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7833380Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m] 2025-03-21T20:26:35.7833660Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7833920Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m] 2025-03-21T20:26:35.7834180Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7834430Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m] 2025-03-21T20:26:35.7834710Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7834970Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m] 2025-03-21T20:26:35.7835230Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7835540Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m] 2025-03-21T20:26:35.7835810Z -- Library mkl_intel_lp64: not found 2025-03-21T20:26:35.7836050Z -- Checking for [mkl_intel - mkl_core - pthread - m] 2025-03-21T20:26:35.7836300Z -- Library mkl_intel: not found 2025-03-21T20:26:35.7836510Z -- Checking for [mkl - guide - pthread - m] 2025-03-21T20:26:35.7836730Z -- Library mkl: not found 2025-03-21T20:26:35.7836920Z -- MKL library not found 2025-03-21T20:26:35.7837090Z -- Checking for [blis] 2025-03-21T20:26:35.7837400Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2025-03-21T20:26:35.7837620Z -- Checking for [Accelerate] 2025-03-21T20:26:35.7838200Z -- Library Accelerate: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Accelerate.framework 2025-03-21T20:26:35.7838760Z -- Looking for sgemm_ 2025-03-21T20:26:35.7838950Z -- Looking for sgemm_ - found 2025-03-21T20:26:35.7839150Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2025-03-21T20:26:35.7839400Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2025-03-21T20:26:35.7839650Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2025-03-21T20:26:35.7839990Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2025-03-21T20:26:35.7840240Z -- This BLAS uses the F2C return conventions 2025-03-21T20:26:35.7840470Z -- Performing Test BLAS_USE_CBLAS_DOT 2025-03-21T20:26:35.7840700Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2025-03-21T20:26:35.7841380Z -- Found a library with BLAS API (accelerate). Full path: (/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Accelerate.framework) 2025-03-21T20:26:35.7842000Z -- Looking for sbgemm_ 2025-03-21T20:26:35.7842180Z -- Looking for sbgemm_ - not found 2025-03-21T20:26:35.7842620Z -- Using pocketfft in directory: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/pocketfft/ 2025-03-21T20:26:35.7843130Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-03-21T20:26:35.7843630Z -- Found assembler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2025-03-21T20:26:35.7844050Z -- Brace yourself, we are building NNPACK 2025-03-21T20:26:35.7844260Z -- NNPACK backend is neon 2025-03-21T20:26:35.7844470Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-03-21T20:26:35.7844850Z -- Generating microkernels.cmake 2025-03-21T20:26:35.7845430Z Duplicate microkernel definition: src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-scalar.c and src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c (1th function) 2025-03-21T20:26:35.7846370Z Duplicate microkernel definition: src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-03-21T20:26:35.7847000Z No microkernel found in src/reference/unary-elementwise.cc 2025-03-21T20:26:35.7847290Z No microkernel found in src/reference/packing.cc 2025-03-21T20:26:35.7847570Z No microkernel found in src/reference/binary-elementwise.cc 2025-03-21T20:26:35.7847890Z -- Found Git: /opt/homebrew/bin/git (found version "2.49.0") 2025-03-21T20:26:35.7848160Z -- git version: v1.6.1 normalized to 1.6.1 2025-03-21T20:26:35.7848370Z -- Version: 1.6.1 2025-03-21T20:26:35.7848530Z -- Looking for shm_open in rt 2025-03-21T20:26:35.7848730Z -- Looking for shm_open in rt - not found 2025-03-21T20:26:35.7848960Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2025-03-21T20:26:35.7849210Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2025-03-21T20:26:35.7849450Z -- Performing Test HAVE_CXX_FLAG_WALL 2025-03-21T20:26:35.7849680Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2025-03-21T20:26:35.7849920Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2025-03-21T20:26:35.7850160Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2025-03-21T20:26:35.7850430Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2025-03-21T20:26:36.1096200Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2025-03-21T20:26:36.1097360Z -- Performing Test HAVE_CXX_FLAG_WERROR 2025-03-21T20:26:36.1098560Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2025-03-21T20:26:36.1099210Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2025-03-21T20:26:36.1099540Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2025-03-21T20:26:36.1099830Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2025-03-21T20:26:36.1100130Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2025-03-21T20:26:36.1100410Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2025-03-21T20:26:36.1100750Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2025-03-21T20:26:36.1101040Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2025-03-21T20:26:36.1101330Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2025-03-21T20:26:36.1101630Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2025-03-21T20:26:36.1101970Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2025-03-21T20:26:36.1102340Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2025-03-21T20:26:36.1102710Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2025-03-21T20:26:36.1103050Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2025-03-21T20:26:36.1103360Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2025-03-21T20:26:36.1103660Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2025-03-21T20:26:36.1103980Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2025-03-21T20:26:36.1104260Z -- Performing Test HAVE_CXX_FLAG_WD654 2025-03-21T20:26:36.1104520Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2025-03-21T20:26:36.1104780Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2025-03-21T20:26:36.1105070Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2025-03-21T20:26:36.1105360Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2025-03-21T20:26:36.1105610Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2025-03-21T20:26:36.1105920Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile 2025-03-21T20:26:36.1106230Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2025-03-21T20:26:36.1106490Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2025-03-21T20:26:36.1106860Z -- Performing Test HAVE_STD_REGEX 2025-03-21T20:26:36.1107100Z -- Performing Test HAVE_STD_REGEX 2025-03-21T20:26:36.1114950Z -- Performing Test HAVE_STD_REGEX -- success 2025-03-21T20:26:36.1115480Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-21T20:26:36.1115710Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-21T20:26:36.1115980Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-03-21T20:26:36.1116250Z -- Performing Test HAVE_POSIX_REGEX 2025-03-21T20:26:36.1116460Z -- Performing Test HAVE_POSIX_REGEX 2025-03-21T20:26:36.1116700Z -- Performing Test HAVE_POSIX_REGEX -- success 2025-03-21T20:26:36.1116940Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-21T20:26:36.1117150Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-21T20:26:36.1117380Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-03-21T20:26:36.1117690Z CMake Warning at cmake/Dependencies.cmake:711 (message): 2025-03-21T20:26:36.1118040Z A compiler with AVX512 support is required for FBGEMM. Not compiling with 2025-03-21T20:26:36.1118380Z FBGEMM. Turn this warning off by USE_FBGEMM=OFF. 2025-03-21T20:26:36.1118620Z Call Stack (most recent call first): 2025-03-21T20:26:36.1118840Z CMakeLists.txt:868 (include) 2025-03-21T20:26:36.1118970Z 2025-03-21T20:26:36.1118970Z 2025-03-21T20:26:36.1119090Z CMake Warning at cmake/Dependencies.cmake:760 (message): 2025-03-21T20:26:36.1119390Z Turning USE_FAKELOWP off as it depends on USE_FBGEMM. 2025-03-21T20:26:36.1119640Z Call Stack (most recent call first): 2025-03-21T20:26:36.1119860Z CMakeLists.txt:868 (include) 2025-03-21T20:26:36.1119980Z 2025-03-21T20:26:36.1119980Z 2025-03-21T20:26:36.1120070Z -- Using third party subdirectory Eigen. 2025-03-21T20:26:36.1120810Z -- Found Python: /Users/runner/work/_temp/conda_environment_14000170657/bin/python (found version "3.11.11") found components: Interpreter Development.Module NumPy 2025-03-21T20:26:36.1121340Z -- Using third_party/pybind11. 2025-03-21T20:26:36.1121810Z -- pybind11 include dirs: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/cmake/../third_party/pybind11/include 2025-03-21T20:26:36.1122380Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-03-21T20:26:36.1122710Z -- Using third_party/opentelemetry-cpp. 2025-03-21T20:26:36.1123270Z -- opentelemetry api include dirs: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-03-21T20:26:36.1123800Z -- Checking for module 'mpi-c' 2025-03-21T20:26:36.1124000Z -- No package 'mpi-c' found 2025-03-21T20:26:36.1124310Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-03-21T20:26:36.1124620Z -- Checking for module 'mpi-cxx' 2025-03-21T20:26:36.1124820Z -- No package 'mpi-cxx' found 2025-03-21T20:26:36.1125140Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-03-21T20:26:36.1125520Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-03-21T20:26:36.1125830Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-03-21T20:26:36.1126150Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-03-21T20:26:36.1126440Z Call Stack (most recent call first): 2025-03-21T20:26:36.1126650Z CMakeLists.txt:868 (include) 2025-03-21T20:26:36.1126780Z 2025-03-21T20:26:36.1126780Z 2025-03-21T20:26:36.1126850Z -- MKL_THREADING = OMP 2025-03-21T20:26:36.1127290Z -- Check OMP with lib /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2025-03-21T20:26:36.1127790Z CMake Warning at cmake/Modules/FindOpenMP.cmake:323 (message): 2025-03-21T20:26:36.1128140Z Detecting C OpenMP compiler ABI info compiled with the following output: 2025-03-21T20:26:36.1128380Z 2025-03-21T20:26:36.1128430Z Change Dir: 2025-03-21T20:26:36.1128760Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp 2025-03-21T20:26:36.1129070Z 2025-03-21T20:26:36.1129080Z 2025-03-21T20:26:36.1129080Z 2025-03-21T20:26:36.1129080Z 2025-03-21T20:26:36.1129130Z Run Build 2025-03-21T20:26:36.1129380Z Command(s):/Users/runner/work/_temp/conda_environment_14000170657/bin/ninja 2025-03-21T20:26:36.1129810Z -v cmTC_10ce6 && [1/2] 2025-03-21T20:26:36.1130160Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2025-03-21T20:26:36.1130600Z -Xpreprocessor -fopenmp -v -std=gnu11 -arch arm64 -isysroot 2025-03-21T20:26:36.1131050Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk 2025-03-21T20:26:36.1131490Z -MD -MT CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -MF 2025-03-21T20:26:36.1131790Z CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o.d -o 2025-03-21T20:26:36.1132060Z CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -c 2025-03-21T20:26:36.1132530Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-03-21T20:26:36.1132890Z 2025-03-21T20:26:36.1132900Z 2025-03-21T20:26:36.1133000Z FAILED: CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o 2025-03-21T20:26:36.1133170Z 2025-03-21T20:26:36.1133170Z 2025-03-21T20:26:36.1133400Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2025-03-21T20:26:36.1133830Z -Xpreprocessor -fopenmp -v -std=gnu11 -arch arm64 -isysroot 2025-03-21T20:26:36.1134280Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk 2025-03-21T20:26:36.1134700Z -MD -MT CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -MF 2025-03-21T20:26:36.1134980Z CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o.d -o 2025-03-21T20:26:36.1135240Z CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -c 2025-03-21T20:26:36.1135890Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-03-21T20:26:36.1136310Z 2025-03-21T20:26:36.1136310Z 2025-03-21T20:26:36.1136410Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2025-03-21T20:26:36.1136570Z 2025-03-21T20:26:36.1136650Z Target: arm64-apple-darwin23.6.0 2025-03-21T20:26:36.1136790Z 2025-03-21T20:26:36.1136860Z Thread model: posix 2025-03-21T20:26:36.1136960Z 2025-03-21T20:26:36.1137020Z InstalledDir: 2025-03-21T20:26:36.1137330Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 2025-03-21T20:26:36.1137620Z 2025-03-21T20:26:36.1137620Z 2025-03-21T20:26:36.1146910Z "/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -fopenmp -internal-isystem /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu11 -fdebug-compilation-dir=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_10ce6.dir/OpenMPTryFlag.c.o -x c /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-03-21T20:26:38.4757840Z 2025-03-21T20:26:38.4759300Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2025-03-21T20:26:38.4760140Z arm64-apple-darwin23.6.0 2025-03-21T20:26:38.4760470Z 2025-03-21T20:26:38.4760690Z ignoring nonexistent directory 2025-03-21T20:26:38.4762100Z "/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include" 2025-03-21T20:26:38.4762550Z 2025-03-21T20:26:38.4762550Z 2025-03-21T20:26:38.4762650Z ignoring nonexistent directory 2025-03-21T20:26:38.4763090Z "/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks" 2025-03-21T20:26:38.4763470Z 2025-03-21T20:26:38.4763470Z 2025-03-21T20:26:38.4763550Z #include "..." search starts here: 2025-03-21T20:26:38.4763690Z 2025-03-21T20:26:38.4763770Z #include <...> search starts here: 2025-03-21T20:26:38.4763910Z 2025-03-21T20:26:38.4764190Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include 2025-03-21T20:26:38.4764820Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include 2025-03-21T20:26:38.4765400Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include 2025-03-21T20:26:38.4766090Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory) 2025-03-21T20:26:38.4766540Z 2025-03-21T20:26:38.4766600Z End of search list. 2025-03-21T20:26:38.4766710Z 2025-03-21T20:26:38.4766720Z 2025-03-21T20:26:38.4767040Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2025-03-21T20:26:38.4767500Z fatal error: 'omp.h' file not found 2025-03-21T20:26:38.4767650Z 2025-03-21T20:26:38.4767710Z #include 2025-03-21T20:26:38.4767810Z 2025-03-21T20:26:38.4767860Z ^~~~~~~ 2025-03-21T20:26:38.4767960Z 2025-03-21T20:26:38.4768020Z 1 error generated. 2025-03-21T20:26:38.4768120Z 2025-03-21T20:26:38.4768210Z ninja: build stopped: subcommand failed. 2025-03-21T20:26:38.4768360Z 2025-03-21T20:26:38.4768360Z 2025-03-21T20:26:38.4768370Z 2025-03-21T20:26:38.4768440Z Call Stack (most recent call first): 2025-03-21T20:26:38.4768690Z cmake/Modules/FindOpenMP.cmake:539 (_OPENMP_GET_FLAGS) 2025-03-21T20:26:38.4769180Z cmake/Dependencies.cmake:952 (include) 2025-03-21T20:26:38.4769390Z CMakeLists.txt:868 (include) 2025-03-21T20:26:38.4769520Z 2025-03-21T20:26:38.4769520Z 2025-03-21T20:26:38.4769590Z -- MKL_THREADING = OMP 2025-03-21T20:26:38.4770090Z -- Check OMP with lib /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include -v 2025-03-21T20:26:38.4770600Z -- MKL_THREADING = OMP 2025-03-21T20:26:38.4771000Z -- Check OMP with lib /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2025-03-21T20:26:38.4771500Z CMake Warning at cmake/Modules/FindOpenMP.cmake:323 (message): 2025-03-21T20:26:38.4772070Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2025-03-21T20:26:38.4772310Z 2025-03-21T20:26:38.4772360Z Change Dir: 2025-03-21T20:26:38.4772750Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp 2025-03-21T20:26:38.4773050Z 2025-03-21T20:26:38.4773060Z 2025-03-21T20:26:38.4773060Z 2025-03-21T20:26:38.4773070Z 2025-03-21T20:26:38.4773120Z Run Build 2025-03-21T20:26:38.4773360Z Command(s):/Users/runner/work/_temp/conda_environment_14000170657/bin/ninja 2025-03-21T20:26:38.4773650Z -v cmTC_2ab23 && [1/2] 2025-03-21T20:26:38.4773990Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 2025-03-21T20:26:38.4774460Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2025-03-21T20:26:38.4774850Z -std=gnu++17 -arch arm64 -isysroot 2025-03-21T20:26:38.4775250Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk 2025-03-21T20:26:38.4775680Z -MD -MT CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -MF 2025-03-21T20:26:38.4775980Z CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o.d -o 2025-03-21T20:26:38.4776260Z CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -c 2025-03-21T20:26:38.4776750Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-03-21T20:26:38.4777290Z 2025-03-21T20:26:38.4777290Z 2025-03-21T20:26:38.4777930Z FAILED: CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o 2025-03-21T20:26:38.4778350Z 2025-03-21T20:26:38.4778350Z 2025-03-21T20:26:38.4778800Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 2025-03-21T20:26:38.4779270Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2025-03-21T20:26:38.4779590Z -std=gnu++17 -arch arm64 -isysroot 2025-03-21T20:26:38.4779970Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk 2025-03-21T20:26:38.4780410Z -MD -MT CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -MF 2025-03-21T20:26:38.4780700Z CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o.d -o 2025-03-21T20:26:38.4780980Z CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -c 2025-03-21T20:26:38.4781470Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-03-21T20:26:38.4781840Z 2025-03-21T20:26:38.4781840Z 2025-03-21T20:26:38.4781930Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2025-03-21T20:26:38.4782090Z 2025-03-21T20:26:38.4782170Z Target: arm64-apple-darwin23.6.0 2025-03-21T20:26:38.4782310Z 2025-03-21T20:26:38.4782370Z Thread model: posix 2025-03-21T20:26:38.4782470Z 2025-03-21T20:26:38.4782530Z InstalledDir: 2025-03-21T20:26:38.4782840Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 2025-03-21T20:26:38.4783120Z 2025-03-21T20:26:38.4783130Z 2025-03-21T20:26:38.4811740Z "/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -D USE_PTHREADPOOL -fopenmp -internal-isystem /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fvisibility-inlines-hidden -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2ab23.dir/OpenMPTryFlag.cpp.o -x c++ /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-03-21T20:26:38.4844640Z 2025-03-21T20:26:38.4844990Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2025-03-21T20:26:38.4845300Z arm64-apple-darwin23.6.0 2025-03-21T20:26:38.4845430Z 2025-03-21T20:26:38.4845510Z ignoring nonexistent directory 2025-03-21T20:26:38.4845990Z "/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include" 2025-03-21T20:26:38.4854790Z 2025-03-21T20:26:38.4854800Z 2025-03-21T20:26:38.4854900Z ignoring nonexistent directory 2025-03-21T20:26:38.4855360Z "/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks" 2025-03-21T20:26:38.4856110Z 2025-03-21T20:26:38.4856110Z 2025-03-21T20:26:38.4856190Z #include "..." search starts here: 2025-03-21T20:26:38.4856340Z 2025-03-21T20:26:38.4856410Z #include <...> search starts here: 2025-03-21T20:26:38.4856550Z 2025-03-21T20:26:38.4856860Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 2025-03-21T20:26:38.4857720Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include 2025-03-21T20:26:38.4861570Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include 2025-03-21T20:26:38.4862640Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include 2025-03-21T20:26:48.0103200Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory) 2025-03-21T20:26:48.0103750Z 2025-03-21T20:26:48.0103820Z End of search list. 2025-03-21T20:26:48.0103930Z 2025-03-21T20:26:48.0103930Z 2025-03-21T20:26:48.0104270Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2025-03-21T20:26:48.0104760Z fatal error: 'omp.h' file not found 2025-03-21T20:26:48.0104910Z 2025-03-21T20:26:48.0104970Z #include 2025-03-21T20:26:48.0105070Z 2025-03-21T20:26:48.0105130Z ^~~~~~~ 2025-03-21T20:26:48.0105220Z 2025-03-21T20:26:48.0105280Z 1 error generated. 2025-03-21T20:26:48.0105720Z 2025-03-21T20:26:48.0105820Z ninja: build stopped: subcommand failed. 2025-03-21T20:26:48.0105980Z 2025-03-21T20:26:48.0105980Z 2025-03-21T20:26:48.0105990Z 2025-03-21T20:26:48.0106080Z Call Stack (most recent call first): 2025-03-21T20:26:48.0106350Z cmake/Modules/FindOpenMP.cmake:539 (_OPENMP_GET_FLAGS) 2025-03-21T20:26:48.0106650Z cmake/Dependencies.cmake:952 (include) 2025-03-21T20:26:48.0106910Z CMakeLists.txt:868 (include) 2025-03-21T20:26:48.0107040Z 2025-03-21T20:26:48.0107040Z 2025-03-21T20:26:48.0107110Z -- MKL_THREADING = OMP 2025-03-21T20:26:48.0107630Z -- Check OMP with lib /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include -v 2025-03-21T20:26:48.0108260Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-03-21T20:26:48.0108710Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-03-21T20:26:48.0109020Z -- Found OpenMP: TRUE 2025-03-21T20:26:48.0109350Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-03-21T20:26:48.0109850Z -- Will link against OpenMP libraries: /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib 2025-03-21T20:26:48.0110260Z -- Performing Test UV_LINT_W4 2025-03-21T20:26:48.0110470Z -- Performing Test UV_LINT_W4 - Failed 2025-03-21T20:26:48.0110730Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2025-03-21T20:26:48.0111020Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2025-03-21T20:26:48.0111320Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2025-03-21T20:26:48.0111640Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2025-03-21T20:26:48.0111940Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2025-03-21T20:26:48.0112200Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2025-03-21T20:26:48.0112490Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2025-03-21T20:26:48.0112800Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2025-03-21T20:26:48.0113110Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2025-03-21T20:26:48.0113420Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2025-03-21T20:26:48.0113760Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2025-03-21T20:26:48.0114110Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2025-03-21T20:26:48.0114670Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2025-03-21T20:26:48.0114920Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2025-03-21T20:26:48.0115170Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2025-03-21T20:26:48.0115410Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2025-03-21T20:26:48.0115660Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2025-03-21T20:26:48.0115900Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2025-03-21T20:26:48.0116180Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2025-03-21T20:26:48.0116510Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2025-03-21T20:26:48.0116790Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2025-03-21T20:26:48.0117030Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2025-03-21T20:26:48.0117270Z -- Performing Test UV_LINT_WALL 2025-03-21T20:26:48.0117470Z -- Performing Test UV_LINT_WALL - Success 2025-03-21T20:26:48.0117720Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2025-03-21T20:26:48.0117990Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2025-03-21T20:26:48.0118250Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2025-03-21T20:26:48.0118500Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2025-03-21T20:26:48.0118730Z -- Performing Test UV_LINT_EXTRA 2025-03-21T20:26:48.0118930Z -- Performing Test UV_LINT_EXTRA - Success 2025-03-21T20:26:48.0119140Z -- Performing Test UV_LINT_UTF8_MSVC 2025-03-21T20:26:48.0119360Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2025-03-21T20:26:48.0119580Z -- Performing Test UV_F_STRICT_ALIASING 2025-03-21T20:26:48.0119940Z -- Performing Test UV_F_STRICT_ALIASING - Success 2025-03-21T20:26:48.0120190Z -- summary of build options: 2025-03-21T20:26:48.0120520Z Install prefix: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch 2025-03-21T20:26:48.0120850Z Target system: Darwin 2025-03-21T20:26:48.0121020Z Compiler: 2025-03-21T20:26:48.0121380Z C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2025-03-21T20:26:48.0121770Z CFLAGS: 2025-03-21T20:26:48.0121870Z 2025-03-21T20:26:48.0121950Z -- Found uv: 1.38.1 (found version "1.38.1") 2025-03-21T20:26:48.0122230Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-03-21T20:26:48.0122570Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-21T20:26:48.0122950Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-21T20:26:48.0123250Z set the policy and suppress this warning. 2025-03-21T20:26:48.0123400Z 2025-03-21T20:26:48.0123600Z For compatibility with older versions of CMake, option is clearing the 2025-03-21T20:26:48.0123880Z normal variable 'BUILD_BENCHMARK'. 2025-03-21T20:26:48.0124150Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:26:48.0124350Z 2025-03-21T20:26:48.0124480Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-03-21T20:26:48.0124820Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-21T20:26:48.0125260Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-21T20:26:48.0131670Z set the policy and suppress this warning. 2025-03-21T20:26:48.0131840Z 2025-03-21T20:26:48.0131990Z For compatibility with older versions of CMake, option is clearing the 2025-03-21T20:26:48.0132270Z normal variable 'USE_NCCL'. 2025-03-21T20:26:48.0132530Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:26:48.0132740Z 2025-03-21T20:26:48.0132880Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-03-21T20:26:48.0133220Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-21T20:26:48.0133580Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-21T20:26:48.0133880Z set the policy and suppress this warning. 2025-03-21T20:26:48.0134160Z 2025-03-21T20:26:48.0134310Z For compatibility with older versions of CMake, option is clearing the 2025-03-21T20:26:48.0134590Z normal variable 'USE_RCCL'. 2025-03-21T20:26:48.0134840Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:26:48.0135050Z 2025-03-21T20:26:48.0135110Z -- Gloo build as SHARED library 2025-03-21T20:26:48.0135490Z -- Found PythonInterp: /Users/runner/work/_temp/conda_environment_14000170657/bin/python (found version "3.11.11") 2025-03-21T20:26:48.0136140Z Generated: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-21T20:26:48.0136920Z Generated: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-21T20:26:48.0137700Z Generated: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-21T20:26:48.0138220Z -- 2025-03-21T20:26:48.0138450Z -- ******** Summary ******** 2025-03-21T20:26:48.0138710Z -- CMake version : 3.26.4 2025-03-21T20:26:48.0139130Z -- CMake command : /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:26:48.0139550Z -- System : Darwin 2025-03-21T20:26:48.0139970Z -- C++ compiler : /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 2025-03-21T20:26:48.0140380Z -- C++ compiler version : 15.0.0.15000309 2025-03-21T20:26:48.0140820Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2025-03-21T20:26:48.0141150Z -- Build type : Release 2025-03-21T20:26:48.0141450Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-03-21T20:26:48.0142110Z -- CMAKE_PREFIX_PATH : /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages;/Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages 2025-03-21T20:26:48.0142940Z -- CMAKE_INSTALL_PREFIX : /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch 2025-03-21T20:26:48.0143770Z -- CMAKE_MODULE_PATH : /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/cmake/Modules;/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/cmake/public/../Modules_CUDA_fix 2025-03-21T20:26:48.0144410Z -- 2025-03-21T20:26:48.0144710Z -- ONNX version : 1.17.0 2025-03-21T20:26:48.0144950Z -- ONNX NAMESPACE : onnx_torch 2025-03-21T20:26:48.0145180Z -- ONNX_USE_LITE_PROTO : OFF 2025-03-21T20:26:48.0145400Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-03-21T20:26:48.0145610Z -- Protobuf_USE_STATIC_LIBS : ON 2025-03-21T20:26:48.0145840Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-03-21T20:26:48.0146060Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-03-21T20:26:48.0146280Z -- ONNX_WERROR : OFF 2025-03-21T20:26:48.0146480Z -- ONNX_BUILD_TESTS : OFF 2025-03-21T20:26:48.0146690Z -- ONNX_BUILD_SHARED_LIBS : 2025-03-21T20:26:48.0146890Z -- BUILD_SHARED_LIBS : OFF 2025-03-21T20:26:48.0147070Z -- 2025-03-21T20:26:48.0147210Z -- Protobuf compiler : 2025-03-21T20:26:48.0147420Z -- Protobuf includes : 2025-03-21T20:26:48.0147630Z -- Protobuf libraries : 2025-03-21T20:26:48.0147840Z -- BUILD_ONNX_PYTHON : OFF 2025-03-21T20:26:48.0148120Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-03-21T20:26:48.0148400Z -- Adding -DNDEBUG to compile flags 2025-03-21T20:26:48.0148650Z CMake Warning at cmake/Dependencies.cmake:1407 (message): 2025-03-21T20:26:48.0148960Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-03-21T20:26:48.0149340Z Call Stack (most recent call first): 2025-03-21T20:26:48.0149540Z CMakeLists.txt:868 (include) 2025-03-21T20:26:48.0149660Z 2025-03-21T20:26:48.0149660Z 2025-03-21T20:26:48.0149740Z -- No OMAP3 processor on this machine. 2025-03-21T20:26:48.0149950Z -- No OMAP4 processor on this machine. 2025-03-21T20:26:48.0150170Z -- Neon found with compiler flag : -D__NEON__ 2025-03-21T20:26:48.0150370Z -- Looking for cheev_ 2025-03-21T20:26:48.0150550Z -- Looking for cheev_ - found 2025-03-21T20:26:48.0150760Z -- Found a library with LAPACK API (accelerate). 2025-03-21T20:26:48.0150990Z disabling CUDA because NOT USE_CUDA is set 2025-03-21T20:26:48.0151210Z disabling ROCM because NOT USE_ROCM is set 2025-03-21T20:26:48.0151450Z -- MIOpen not found. Compiling without MIOpen support 2025-03-21T20:26:48.0151700Z disabling MKLDNN because USE_MKLDNN is not set 2025-03-21T20:26:48.0151920Z -- Looking for mmap 2025-03-21T20:26:48.0152080Z -- Looking for mmap - found 2025-03-21T20:26:48.0152260Z -- Looking for shm_open 2025-03-21T20:26:48.0152430Z -- Looking for shm_open - found 2025-03-21T20:26:48.0152610Z -- Looking for shm_unlink 2025-03-21T20:26:48.0152800Z -- Looking for shm_unlink - found 2025-03-21T20:26:48.0152990Z -- Looking for malloc_usable_size 2025-03-21T20:26:48.0153190Z -- Looking for malloc_usable_size - not found 2025-03-21T20:26:48.0153400Z -- {fmt} version: 11.1.4 2025-03-21T20:26:48.0153560Z -- Build type: Release 2025-03-21T20:26:48.0153740Z -- Performing Test HAS_NULLPTR_WARNING 2025-03-21T20:26:54.7073510Z -- Performing Test HAS_NULLPTR_WARNING - Success 2025-03-21T20:26:54.7173850Z -- Using CPU-only version of Kineto 2025-03-21T20:26:54.7273740Z -- Configuring Kineto dependency: 2025-03-21T20:26:54.7375110Z -- KINETO_SOURCE_DIR = /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto 2025-03-21T20:26:54.7475420Z -- KINETO_BUILD_TESTS = OFF 2025-03-21T20:26:54.7576220Z -- KINETO_LIBRARY_TYPE = static 2025-03-21T20:26:54.7676820Z INFO CUDA_SOURCE_DIR = 2025-03-21T20:26:54.7777570Z INFO ROCM_SOURCE_DIR = 2025-03-21T20:26:54.7878400Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-03-21T20:26:54.7980100Z -- Kineto: FMT_SOURCE_DIR = /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fmt 2025-03-21T20:26:54.8080270Z -- Kineto: FMT_INCLUDE_DIR = /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/fmt/include 2025-03-21T20:26:54.8081060Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-03-21T20:26:54.8081380Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-03-21T20:26:54.8081950Z INFO DYNOLOG_INCLUDE_DIR = /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-03-21T20:26:54.8082860Z INFO IPCFABRIC_INCLUDE_DIR = /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-03-21T20:26:54.8083450Z -- Configured Kineto (CPU) 2025-03-21T20:26:54.8083650Z -- Running on macOS with Apple silicon 2025-03-21T20:26:54.8083880Z -- Performing Test HAS_WERROR_RETURN_TYPE 2025-03-21T20:26:54.8084140Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2025-03-21T20:26:54.8084410Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2025-03-21T20:26:54.8084680Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2025-03-21T20:26:54.8084950Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2025-03-21T20:26:54.8085240Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2025-03-21T20:26:54.8085530Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2025-03-21T20:26:54.8085830Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2025-03-21T20:26:54.8086110Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2025-03-21T20:26:54.8086370Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2025-03-21T20:26:54.8086620Z -- Performing Test HAS_WNARROWING 2025-03-21T20:26:54.8087290Z -- Performing Test HAS_WNARROWING - Success 2025-03-21T20:26:54.8087560Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2025-03-21T20:26:54.8087870Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2025-03-21T20:26:54.8088150Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2025-03-21T20:26:54.8088420Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2025-03-21T20:26:54.8088680Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2025-03-21T20:26:54.8088950Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2025-03-21T20:26:54.8089210Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2025-03-21T20:26:54.8089460Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2025-03-21T20:26:54.8089720Z -- Performing Test HAS_WNO_STRICT_ALIASING 2025-03-21T20:26:54.8089980Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2025-03-21T20:26:54.8090240Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-03-21T20:26:54.8090500Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-03-21T20:26:54.8090750Z -- Performing Test HAS_WVLA_EXTENSION 2025-03-21T20:26:54.8090980Z -- Performing Test HAS_WVLA_EXTENSION - Success 2025-03-21T20:26:54.8091230Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2025-03-21T20:26:54.8091470Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2025-03-21T20:26:54.8091710Z -- Performing Test HAS_WNEWLINE_EOF 2025-03-21T20:26:54.8091970Z -- Performing Test HAS_WNEWLINE_EOF - Success 2025-03-21T20:26:54.8092230Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2025-03-21T20:26:54.8092530Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2025-03-21T20:26:54.8092990Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2025-03-21T20:26:54.8093720Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2025-03-21T20:26:54.8094050Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2025-03-21T20:26:54.8094320Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2025-03-21T20:26:54.8094580Z -- Performing Test HAS_WCONSTANT_CONVERSION 2025-03-21T20:26:54.8094850Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2025-03-21T20:26:54.8095130Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2025-03-21T20:26:54.8095450Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2025-03-21T20:26:54.8095740Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2025-03-21T20:26:54.8095970Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2025-03-21T20:26:54.8096230Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2025-03-21T20:26:54.8096480Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2025-03-21T20:26:54.8096730Z -- Performing Test HAS_FALIGNED_NEW 2025-03-21T20:26:54.8096960Z -- Performing Test HAS_FALIGNED_NEW - Success 2025-03-21T20:26:54.8097210Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2025-03-21T20:26:54.8097480Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2025-03-21T20:26:54.8097740Z -- Performing Test HAS_FSTANDALONE_DEBUG 2025-03-21T20:26:54.8097980Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2025-03-21T20:26:54.8098230Z -- Performing Test HAS_FNO_MATH_ERRNO 2025-03-21T20:26:54.8098460Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2025-03-21T20:26:54.8098700Z -- Performing Test HAS_FNO_TRAPPING_MATH 2025-03-21T20:26:54.8098980Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2025-03-21T20:26:54.8099210Z -- Performing Test HAS_WERROR_FORMAT 2025-03-21T20:26:54.8099440Z -- Performing Test HAS_WERROR_FORMAT - Success 2025-03-21T20:26:54.8099700Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2025-03-21T20:26:54.8100000Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2025-03-21T20:26:54.8100290Z -- Performing Test HAS_WNO_MISSING_BRACES 2025-03-21T20:26:54.8100790Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2025-03-21T20:26:54.8101830Z -- Performing Test HAS_WDEPRECATED 2025-03-21T20:26:54.8102200Z -- Performing Test HAS_WDEPRECATED - Success 2025-03-21T20:26:54.8102430Z -- don't use NUMA 2025-03-21T20:26:54.8102600Z -- Looking for backtrace 2025-03-21T20:26:54.8103010Z -- Looking for backtrace - found 2025-03-21T20:26:54.8103270Z -- backtrace facility detected in default set of libraries 2025-03-21T20:26:54.8103800Z -- Found Backtrace: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include 2025-03-21T20:26:54.8104270Z -- headers outputs: 2025-03-21T20:26:54.8104440Z -- sources outputs: 2025-03-21T20:26:54.8104610Z -- declarations_yaml outputs: 2025-03-21T20:26:54.8104810Z -- Using ATen parallel backend: OMP 2025-03-21T20:26:54.8105040Z disabling CUDA because USE_CUDA is set false 2025-03-21T20:26:54.8105480Z -- Found OpenSSL: /Users/runner/work/_temp/conda_environment_14000170657/lib/libcrypto.dylib (found version "3.0.16") 2025-03-21T20:26:54.8105890Z -- Check size of long double 2025-03-21T20:26:54.8106090Z -- Check size of long double - done 2025-03-21T20:26:54.8106320Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-03-21T20:26:54.8106590Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-03-21T20:26:54.8107000Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include (found version "5.0") 2025-03-21T20:26:54.8107520Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include (found version "5.0") 2025-03-21T20:26:54.8107900Z -- Found OpenMP: TRUE (found version "5.0") 2025-03-21T20:26:54.8108140Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-03-21T20:26:54.8108400Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2025-03-21T20:26:54.8108670Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-03-21T20:26:54.8109030Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-03-21T20:26:54.8109300Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-03-21T20:26:54.8109580Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-03-21T20:26:54.8109860Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-03-21T20:26:54.8110140Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2025-03-21T20:26:54.8110440Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-03-21T20:26:54.8110720Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-03-21T20:26:54.8110990Z -- Configuring build for SLEEF-v3.7.0 2025-03-21T20:26:54.8111210Z Target system: Darwin-23.6.0 2025-03-21T20:26:54.8111390Z Target processor: arm64 2025-03-21T20:26:54.8111580Z Host system: Darwin-23.6.0 2025-03-21T20:26:54.8111770Z Host processor: arm64 2025-03-21T20:26:54.8112200Z Detected C compiler: AppleClang @ /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2025-03-21T20:26:54.8112640Z CMake: 3.26.4 2025-03-21T20:26:54.8112900Z Make program: /Users/runner/work/_temp/conda_environment_14000170657/bin/ninja 2025-03-21T20:26:54.8113520Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2025-03-21T20:26:54.8114010Z -- Building shared libs : OFF 2025-03-21T20:26:54.8114210Z -- Building static test bins: OFF 2025-03-21T20:26:54.8114420Z -- MPFR : /opt/homebrew/lib/libmpfr.dylib 2025-03-21T20:26:54.8114660Z -- MPFR header file in /opt/homebrew/include 2025-03-21T20:26:54.8114890Z -- GMP : /opt/homebrew/lib/libgmp.dylib 2025-03-21T20:26:54.8115090Z -- RT : 2025-03-21T20:26:54.8115240Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-03-21T20:26:54.8115420Z -- OPENSSL : 3.0.16 2025-03-21T20:26:54.8115590Z -- SDE : SDE_COMMAND-NOTFOUND 2025-03-21T20:26:54.8115780Z -- COMPILER_SUPPORTS_OPENMP : 2025-03-21T20:26:54.8115980Z -- Machine can compile metal shaders 2025-03-21T20:26:54.8116200Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-03-21T20:26:54.8116670Z core header install: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-03-21T20:26:54.8117430Z core header install: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-03-21T20:26:54.8118160Z core header install: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-03-21T20:26:54.8118730Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-03-21T20:26:54.8118990Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2025-03-21T20:26:54.8119250Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-03-21T20:26:54.8119530Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2025-03-21T20:26:54.8119840Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2025-03-21T20:26:54.8120180Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T20:26:54.8120470Z -- Detecting OBJC compiler ABI info 2025-03-21T20:26:54.8120690Z -- Detecting OBJC compiler ABI info - done 2025-03-21T20:26:54.8121180Z -- Check for working OBJC compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2025-03-21T20:26:54.8121650Z -- Detecting OBJCXX compiler ABI info 2025-03-21T20:26:54.8121880Z -- Detecting OBJCXX compiler ABI info - done 2025-03-21T20:26:54.8122380Z -- Check for working OBJCXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T20:26:54.8122870Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-03-21T20:26:54.8123150Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2025-03-21T20:26:54.8125840Z -- Generating sources for unboxing kernels /Users/runner/work/_temp/conda_environment_14000170657/bin/python;-m;torchgen.gen_executorch;--source-path=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/test/edge/../../test/edge;--install-dir=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/out;--tags-path=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/test/edge/../../test/edge/custom_ops.yaml 2025-03-21T20:26:55.5817880Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2025-03-21T20:26:55.5918340Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2025-03-21T20:26:55.6018830Z CMake Warning at CMakeLists.txt:1276 (message): 2025-03-21T20:26:55.6119730Z Generated cmake files are only fully tested if one builds with system glog, 2025-03-21T20:26:55.6220940Z gflags, and protobuf. Other settings may generate files that are not well 2025-03-21T20:26:55.6321360Z tested. 2025-03-21T20:26:55.6421680Z 2025-03-21T20:26:55.6522340Z 2025-03-21T20:26:55.6622870Z -- 2025-03-21T20:26:55.6723700Z -- ******** Summary ******** 2025-03-21T20:26:55.6824200Z -- General: 2025-03-21T20:26:55.6844690Z -- CMake version : 3.26.4 2025-03-21T20:26:55.6845280Z -- CMake command : /Users/runner/work/_temp/conda_environment_14000170657/bin/cmake 2025-03-21T20:26:55.7046610Z -- System : Darwin 2025-03-21T20:26:55.7047100Z -- C++ compiler : /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 2025-03-21T20:26:55.7047530Z -- C++ compiler id : AppleClang 2025-03-21T20:26:55.7047750Z -- C++ compiler version : 15.0.0.15000309 2025-03-21T20:26:55.7047980Z -- Using ccache if found : ON 2025-03-21T20:26:55.7048240Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2025-03-21T20:26:55.7050700Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_PYTORCH_QNNPACK -DAT_BUILD_ARM_VEC256_WITH_SLEEF -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=braced-scalar-init -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wvla-extension -Wsuggest-override -Wnewline-eof -Winconsistent-missing-override -Winconsistent-missing-destructor-override -Wno-pass-failed -Wno-error=old-style-cast -Wconstant-conversion -Qunused-arguments -fcolor-diagnostics -faligned-new -fno-math-errno -fno-trapping-math -Werror=format -DUSE_MPS -Wno-missing-braces 2025-03-21T20:26:55.7147670Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal 2025-03-21T20:26:55.7247700Z -- Static LD flags : 2025-03-21T20:26:55.7349050Z -- Module LD flags : 2025-03-21T20:26:55.7450070Z -- Build type : Release 2025-03-21T20:26:55.7550730Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;AT_BUILD_ARM_VEC256_WITH_SLEEF 2025-03-21T20:26:55.7651920Z -- CMAKE_PREFIX_PATH : /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages;/Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages 2025-03-21T20:26:55.7752850Z -- CMAKE_INSTALL_PREFIX : /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch 2025-03-21T20:26:55.7854170Z -- USE_GOLD_LINKER : OFF 2025-03-21T20:26:55.7954950Z -- 2025-03-21T20:26:55.8056330Z -- TORCH_VERSION : 2.7.0 2025-03-21T20:26:55.8156140Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-03-21T20:26:55.8257050Z -- BUILD_BINARY : OFF 2025-03-21T20:26:55.8357460Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-03-21T20:26:55.8458100Z -- Link local protobuf : ON 2025-03-21T20:26:55.8559280Z -- BUILD_PYTHON : True 2025-03-21T20:26:55.8661130Z -- Python version : 3.11.11 2025-03-21T20:26:55.8762470Z -- Python executable : /Users/runner/work/_temp/conda_environment_14000170657/bin/python 2025-03-21T20:26:55.8864130Z -- Python library : 2025-03-21T20:26:55.8966200Z -- Python includes : /Users/runner/work/_temp/conda_environment_14000170657/include/python3.11 2025-03-21T20:26:55.9068880Z -- Python site-package : /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages 2025-03-21T20:26:55.9170510Z -- BUILD_SHARED_LIBS : ON 2025-03-21T20:26:55.9271380Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-03-21T20:26:55.9375070Z -- BUILD_TEST : True 2025-03-21T20:26:55.9476290Z -- BUILD_JNI : OFF 2025-03-21T20:26:55.9577390Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-03-21T20:26:55.9679090Z -- BUILD_LITE_INTERPRETER: OFF 2025-03-21T20:26:55.9781040Z -- CROSS_COMPILING_MACOSX : 2025-03-21T20:26:55.9896830Z -- INTERN_BUILD_MOBILE : 2025-03-21T20:26:55.9998190Z -- TRACING_BASED : OFF 2025-03-21T20:26:56.0065640Z -- USE_BLAS : 1 2025-03-21T20:26:56.0066240Z -- BLAS : accelerate 2025-03-21T20:26:56.0066800Z -- BLAS_HAS_SBGEMM : 2025-03-21T20:26:56.0067310Z -- USE_LAPACK : 1 2025-03-21T20:26:56.0067830Z -- LAPACK : accelerate 2025-03-21T20:26:56.0165990Z -- USE_ASAN : OFF 2025-03-21T20:26:56.0266950Z -- USE_TSAN : OFF 2025-03-21T20:26:56.0367860Z -- USE_CPP_CODE_COVERAGE : OFF 2025-03-21T20:26:56.0469060Z -- USE_CUDA : OFF 2025-03-21T20:26:56.0569170Z -- USE_XPU : OFF 2025-03-21T20:26:56.0670220Z -- USE_ROCM : OFF 2025-03-21T20:26:56.0770770Z -- BUILD_NVFUSER : 2025-03-21T20:26:56.0871630Z -- USE_EIGEN_FOR_BLAS : ON 2025-03-21T20:26:56.0972470Z -- USE_FBGEMM : OFF 2025-03-21T20:26:56.1073160Z -- USE_FAKELOWP : OFF 2025-03-21T20:26:56.1173370Z -- USE_KINETO : ON 2025-03-21T20:26:56.1275090Z -- USE_GFLAGS : OFF 2025-03-21T20:26:56.1375150Z -- USE_GLOG : OFF 2025-03-21T20:26:56.1475570Z -- USE_LITE_PROTO : OFF 2025-03-21T20:26:56.1576360Z -- USE_PYTORCH_METAL : OFF 2025-03-21T20:26:56.1676940Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-03-21T20:26:56.1778180Z -- USE_MPS : ON 2025-03-21T20:26:56.1879040Z -- CAN_COMPILE_METAL : YES 2025-03-21T20:26:56.1979750Z -- USE_MKL : OFF 2025-03-21T20:26:56.2080630Z -- USE_MKLDNN : OFF 2025-03-21T20:26:56.2181050Z -- USE_KLEIDIAI : ON 2025-03-21T20:26:56.2282380Z -- USE_UCC : OFF 2025-03-21T20:26:56.2382450Z -- USE_ITT : OFF 2025-03-21T20:26:56.2483490Z -- USE_NCCL : OFF 2025-03-21T20:26:56.2583900Z -- USE_NNPACK : ON 2025-03-21T20:26:56.2684430Z -- USE_NUMPY : ON 2025-03-21T20:26:56.2785040Z -- USE_OBSERVERS : ON 2025-03-21T20:26:56.2885660Z -- USE_OPENCL : OFF 2025-03-21T20:26:56.2986250Z -- USE_OPENMP : ON 2025-03-21T20:26:56.3087100Z -- USE_MIMALLOC : OFF 2025-03-21T20:26:56.3187330Z -- USE_VULKAN : OFF 2025-03-21T20:26:56.3287720Z -- USE_PROF : OFF 2025-03-21T20:26:56.3388660Z -- USE_PYTORCH_QNNPACK : ON 2025-03-21T20:26:56.3489820Z -- USE_XNNPACK : ON 2025-03-21T20:26:56.3589750Z -- USE_DISTRIBUTED : 1 2025-03-21T20:26:56.3690220Z -- USE_MPI : OFF 2025-03-21T20:26:56.3791210Z -- USE_GLOO : ON 2025-03-21T20:26:56.3892590Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-03-21T20:26:56.3992710Z -- USE_TENSORPIPE : ON 2025-03-21T20:26:56.4093090Z -- Public Dependencies : 2025-03-21T20:26:56.4194840Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;microkernels-prod;fp16;caffe2::openmp;tensorpipe;nlohmann;gloo;kleidiai;fmt::fmt-header-only;kineto 2025-03-21T20:26:56.4294600Z -- Public CUDA Deps. : 2025-03-21T20:26:56.4394860Z -- Private CUDA Deps. : 2025-03-21T20:26:56.4495830Z -- USE_COREML_DELEGATE : OFF 2025-03-21T20:26:56.4596260Z -- BUILD_LAZY_TS_BACKEND : ON 2025-03-21T20:26:56.4697140Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-03-21T20:26:56.4798170Z -- Configuring done (28.5s) 2025-03-21T20:26:56.4898390Z -- Generating done (1.1s) 2025-03-21T20:26:56.4999370Z CMake Warning: 2025-03-21T20:26:56.5100860Z Manually-specified variables were not used by the project: 2025-03-21T20:26:56.5200630Z 2025-03-21T20:26:56.5302770Z CMAKE_EXEC 2025-03-21T20:26:56.5403200Z JAVA_HOME 2025-03-21T20:26:56.5504050Z 2025-03-21T20:26:56.5604470Z 2025-03-21T20:26:56.5705540Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build 2025-03-21T20:26:56.5808170Z [1/4] Generating ATen declarations_yaml 2025-03-21T20:26:56.5909610Z [2/4] Generating ATen headers 2025-03-21T20:26:56.6010040Z [3/4] Generating ATen sources 2025-03-21T20:26:56.6111340Z [1/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2025-03-21T20:26:56.6211620Z [2/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2025-03-21T20:26:56.6313220Z [3/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2025-03-21T20:26:56.6414800Z [4/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2025-03-21T20:26:56.6516150Z [5/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2025-03-21T20:26:56.6537200Z [6/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x32-gemm-gio-scalar.c.o 2025-03-21T20:26:56.6538240Z [7/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2025-03-21T20:26:56.6540430Z [8/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2025-03-21T20:26:56.6658670Z [9/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2025-03-21T20:26:56.6691100Z [10/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2025-03-21T20:26:56.6692090Z [11/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2025-03-21T20:26:56.6692990Z [12/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2025-03-21T20:26:56.6693770Z [13/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2025-03-21T20:26:56.6694550Z [14/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2025-03-21T20:26:56.6695600Z [15/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2025-03-21T20:26:56.6696990Z [16/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2025-03-21T20:26:56.6697970Z [17/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2025-03-21T20:26:56.6698720Z [18/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2025-03-21T20:26:56.6699460Z [19/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2025-03-21T20:26:56.6700200Z [20/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2025-03-21T20:26:56.8323200Z [21/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2025-03-21T20:26:56.8325240Z [22/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2025-03-21T20:26:56.8431010Z [23/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2025-03-21T20:26:56.8533310Z [24/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2025-03-21T20:26:56.8635840Z [25/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2025-03-21T20:26:56.8737980Z [26/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2025-03-21T20:26:56.8752980Z [27/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2025-03-21T20:26:56.8753910Z [28/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2025-03-21T20:26:56.8754800Z [29/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2025-03-21T20:26:56.8755740Z [30/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2025-03-21T20:26:56.8756630Z [31/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2025-03-21T20:26:56.8757520Z [32/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2025-03-21T20:26:56.8758680Z [33/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2025-03-21T20:26:56.8759570Z [34/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2025-03-21T20:26:56.8760460Z [35/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2025-03-21T20:26:56.8761350Z [36/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2025-03-21T20:26:56.8762230Z [37/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2025-03-21T20:26:56.8763080Z [38/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2025-03-21T20:26:56.8763930Z [39/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2025-03-21T20:26:56.8764790Z [40/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2025-03-21T20:26:56.8765640Z [41/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2025-03-21T20:26:56.8766590Z [42/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2025-03-21T20:26:56.8767460Z [43/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2025-03-21T20:26:56.8768340Z [44/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2025-03-21T20:26:56.8769240Z [45/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2025-03-21T20:26:56.8770140Z [46/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2025-03-21T20:26:56.8771030Z [47/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2025-03-21T20:26:56.8771870Z [48/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2025-03-21T20:26:56.8772640Z [49/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2025-03-21T20:26:56.8773400Z [50/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2025-03-21T20:26:56.8774310Z [51/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2025-03-21T20:26:56.8775160Z [52/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2025-03-21T20:26:56.8775950Z [53/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u4.c.o 2025-03-21T20:26:56.8776790Z [54/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u2.c.o 2025-03-21T20:26:56.8777660Z [55/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u4.c.o 2025-03-21T20:26:56.8778510Z [56/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u4.c.o 2025-03-21T20:26:56.8779380Z [57/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:26:56.8780350Z [58/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2025-03-21T20:26:56.8781230Z [59/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2025-03-21T20:26:56.8782100Z [60/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u4.c.o 2025-03-21T20:26:56.8782960Z [61/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2025-03-21T20:26:56.8783830Z [62/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2025-03-21T20:26:56.8784690Z [63/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8c8-gemm-gio-scalar.c.o 2025-03-21T20:26:56.8785550Z [64/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2025-03-21T20:26:56.8786420Z [65/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2025-03-21T20:26:56.8787310Z [66/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:56.8788210Z [67/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:26:56.8789200Z [68/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2025-03-21T20:26:56.8790090Z [69/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2025-03-21T20:26:56.8790970Z [70/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2025-03-21T20:26:56.8791860Z [71/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2025-03-21T20:26:56.8792750Z [72/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:56.8793640Z [73/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2025-03-21T20:26:56.8794530Z [74/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2025-03-21T20:26:56.8795400Z [75/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2025-03-21T20:26:56.8796290Z [76/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2025-03-21T20:26:56.8797160Z [77/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2025-03-21T20:26:56.8798020Z [78/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2025-03-21T20:26:56.8798870Z [79/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2025-03-21T20:26:56.8799730Z [80/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2025-03-21T20:26:56.8800590Z [81/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2025-03-21T20:26:56.8801630Z [82/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2025-03-21T20:26:57.9721500Z [83/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2025-03-21T20:26:57.9822040Z [84/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2025-03-21T20:26:57.9923260Z [85/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2025-03-21T20:26:58.0023750Z [86/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2025-03-21T20:26:58.0126120Z [87/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2025-03-21T20:26:58.0226610Z [88/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2025-03-21T20:26:58.0329310Z [89/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2025-03-21T20:26:58.0431340Z [90/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2025-03-21T20:26:58.0531600Z [91/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2025-03-21T20:26:58.0633160Z [92/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.0733730Z [93/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:26:58.0836310Z [94/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.0936720Z [95/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c.o 2025-03-21T20:26:58.1039040Z [96/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-gio-scalar.c.o 2025-03-21T20:26:58.1139550Z [97/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.1209300Z [98/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-gio-scalar.c.o 2025-03-21T20:26:58.1210110Z [99/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u4.c.o 2025-03-21T20:26:58.1210860Z [100/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:26:58.1211650Z [101/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.1220100Z [102/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2025-03-21T20:26:58.1220860Z [103/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1221590Z [104/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:58.1222310Z [105/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1223020Z [106/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1223740Z [107/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.1224780Z [108/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1225470Z [109/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1226180Z [110/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1226890Z [111/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1227600Z [112/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1228310Z [113/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1229020Z [114/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:58.1229720Z [115/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1230430Z [116/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1231120Z [117/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1231910Z [118/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1232650Z [119/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1233350Z [120/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1234060Z [121/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1234780Z [122/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1235490Z [123/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1236240Z [124/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1236980Z [125/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:58.1237730Z [126/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1238460Z [127/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u4.c.o 2025-03-21T20:26:58.1239160Z [128/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1239880Z [129/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1240620Z [130/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1241520Z [131/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1242250Z [132/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2025-03-21T20:26:58.1243090Z [133/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1243810Z [134/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:58.1244550Z [135/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2025-03-21T20:26:58.1245270Z [136/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2025-03-21T20:26:58.1245990Z [137/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x32-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:26:58.1246730Z [138/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1247480Z [139/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:58.1248190Z [140/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2025-03-21T20:26:58.1248880Z [141/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:58.1320040Z [142/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:58.1321080Z [143/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0588110Z [144/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0606760Z [145/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0608810Z [146/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:59.0610720Z [147/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2025-03-21T20:26:59.0612650Z [148/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:59.0614620Z [149/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:59.0616590Z [150/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:59.0618580Z [151/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0620500Z [152/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2025-03-21T20:26:59.0622540Z [153/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:26:59.0624510Z [154/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:59.0630940Z [155/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0631690Z [156/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2025-03-21T20:26:59.0632730Z [157/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:59.0633440Z [158/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2025-03-21T20:26:59.0634150Z [159/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0634850Z [160/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2025-03-21T20:26:59.0635560Z [161/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:59.0636250Z [162/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u4.c.o 2025-03-21T20:26:59.0636910Z [163/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2025-03-21T20:26:59.0637610Z [164/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0638310Z [165/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2025-03-21T20:26:59.0639010Z [166/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0639850Z [167/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0640560Z [168/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2025-03-21T20:26:59.0641250Z [169/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0641960Z [170/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0642660Z [171/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0643360Z [172/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2025-03-21T20:26:59.0644030Z [173/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2025-03-21T20:26:59.0644790Z [174/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0645530Z [175/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0646250Z [176/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2025-03-21T20:26:59.0646980Z [177/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0647720Z [178/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0648440Z [179/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0649170Z [180/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0649910Z [181/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0650890Z [182/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0651630Z [183/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0652360Z [184/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0653110Z [185/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0653830Z [186/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2025-03-21T20:26:59.0655860Z [187/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0657880Z [188/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0659850Z [189/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2025-03-21T20:26:59.0661770Z [190/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2025-03-21T20:26:59.0664130Z [191/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0666050Z [192/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2025-03-21T20:26:59.0668100Z [193/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc2.c.o 2025-03-21T20:26:59.0671950Z [194/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc3.c.o 2025-03-21T20:26:59.0674120Z [195/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2025-03-21T20:26:59.0676040Z [196/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2025-03-21T20:26:59.0678130Z [197/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc4.c.o 2025-03-21T20:26:59.0680300Z [198/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c.o 2025-03-21T20:26:59.0682600Z [199/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c.o 2025-03-21T20:26:59.0684770Z [200/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4-acc2.c.o 2025-03-21T20:26:59.0686930Z [201/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c.o 2025-03-21T20:26:59.0689060Z [202/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c.o 2025-03-21T20:26:59.0691220Z [203/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c.o 2025-03-21T20:27:00.2759920Z [204/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc2.c.o 2025-03-21T20:27:00.2861750Z [205/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2025-03-21T20:27:00.2964650Z [206/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4-acc2.c.o 2025-03-21T20:27:00.3068340Z [207/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc3.c.o 2025-03-21T20:27:00.3172100Z [208/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc4.c.o 2025-03-21T20:27:00.3274650Z [209/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c.o 2025-03-21T20:27:00.3376190Z [210/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c.o 2025-03-21T20:27:00.3478310Z [211/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc2.c.o 2025-03-21T20:27:00.3581330Z [212/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc3.c.o 2025-03-21T20:27:00.3683860Z [213/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc5.c.o 2025-03-21T20:27:00.3787120Z [214/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c.o 2025-03-21T20:27:00.3888270Z [215/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc4.c.o 2025-03-21T20:27:00.3991060Z [216/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc2.c.o 2025-03-21T20:27:00.4091270Z [217/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc3.c.o 2025-03-21T20:27:00.4193020Z [218/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4-acc2.c.o 2025-03-21T20:27:00.4294190Z [219/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c.o 2025-03-21T20:27:00.4395240Z [220/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c.o 2025-03-21T20:27:00.4497350Z [221/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4-acc2.c.o 2025-03-21T20:27:00.4597350Z [222/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc2.c.o 2025-03-21T20:27:00.4699040Z [223/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c.o 2025-03-21T20:27:00.4801200Z [224/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc3.c.o 2025-03-21T20:27:00.4901280Z [225/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc4.c.o 2025-03-21T20:27:00.5003080Z [226/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c.o 2025-03-21T20:27:00.5105100Z [227/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc5.c.o 2025-03-21T20:27:00.5204730Z [228/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc2.c.o 2025-03-21T20:27:00.5305540Z [229/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c.o 2025-03-21T20:27:00.5407200Z [230/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc3.c.o 2025-03-21T20:27:00.5508380Z [231/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2025-03-21T20:27:00.5608600Z [232/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2025-03-21T20:27:00.5709460Z [233/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2025-03-21T20:27:00.5810290Z [234/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:00.5911290Z [235/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c.o 2025-03-21T20:27:00.6012710Z [236/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2025-03-21T20:27:00.6113330Z [237/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4-acc2.c.o 2025-03-21T20:27:00.6214870Z [238/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2025-03-21T20:27:00.6315280Z [239/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:27:00.6416140Z [240/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:27:00.6517090Z [241/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2025-03-21T20:27:00.6618800Z [242/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2025-03-21T20:27:00.6718260Z [243/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2025-03-21T20:27:00.6819300Z [244/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2025-03-21T20:27:00.6921090Z [245/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2025-03-21T20:27:00.7021190Z [246/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-neon-u4.c.o 2025-03-21T20:27:00.7122870Z [247/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-neon-u4.c.o 2025-03-21T20:27:00.7224050Z [248/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2025-03-21T20:27:00.7326120Z [249/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2025-03-21T20:27:00.7426560Z [250/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2025-03-21T20:27:00.7528250Z [251/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2025-03-21T20:27:00.7628520Z [252/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2025-03-21T20:27:00.7730440Z [253/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2025-03-21T20:27:00.7830390Z [254/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2025-03-21T20:27:00.7930790Z [255/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2025-03-21T20:27:00.8032510Z [256/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2025-03-21T20:27:00.8132800Z [257/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2025-03-21T20:27:00.8234560Z [258/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2025-03-21T20:27:00.8334570Z [259/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2025-03-21T20:27:00.8434930Z [260/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2025-03-21T20:27:00.8537220Z [261/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2025-03-21T20:27:00.8639420Z [262/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2025-03-21T20:27:01.5278870Z [263/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2025-03-21T20:27:01.5380750Z [264/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2025-03-21T20:27:01.5481790Z [265/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u8.c.o 2025-03-21T20:27:01.5583940Z [266/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u4.c.o 2025-03-21T20:27:01.5686460Z [267/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2025-03-21T20:27:01.5787940Z [268/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2025-03-21T20:27:01.5889790Z [269/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c.o 2025-03-21T20:27:01.5990350Z [270/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c.o 2025-03-21T20:27:01.6091380Z [271/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:27:01.6192200Z [272/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c.o 2025-03-21T20:27:01.6301340Z [273/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c.o 2025-03-21T20:27:01.6404210Z [274/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c.o 2025-03-21T20:27:01.6514330Z [275/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2025-03-21T20:27:01.6623400Z [276/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2025-03-21T20:27:01.6752770Z [277/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2025-03-21T20:27:01.6870960Z [278/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c.o 2025-03-21T20:27:01.6987760Z [279/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2025-03-21T20:27:01.7110570Z [280/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-nr.c.o 2025-03-21T20:27:01.7233550Z [281/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.7356310Z [282/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.7467630Z [283/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.7576230Z [284/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.7678020Z [285/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.7779900Z [286/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.7880260Z [287/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.7982320Z [288/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.8086170Z [289/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.8188780Z [290/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.8289250Z [291/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.8391270Z [292/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.8492500Z [293/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.8591740Z [294/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.8693550Z [295/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.8795870Z [296/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.8895840Z [297/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.8998830Z [298/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.9099290Z [299/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.9199730Z [300/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.9301530Z [301/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.9401830Z [302/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.9504100Z [303/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.9604350Z [304/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.9704630Z [305/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:01.9806660Z [306/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.9906870Z [307/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.0008730Z [308/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.0111330Z [309/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.0213440Z [310/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.0318430Z [311/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.0374070Z [312/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.0475810Z [313/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.0579030Z [314/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.0681630Z [315/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.0789210Z [316/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.0892220Z [317/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.5074410Z [318/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.5174790Z [319/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.5274980Z [320/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.5376820Z [321/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.5477050Z [322/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.5577540Z [323/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.5679110Z [324/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.5780190Z [325/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.5880510Z [326/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.5982450Z [327/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.6039620Z [328/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.6142150Z [329/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.6242310Z [330/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.6342500Z [331/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.6443360Z [332/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.6543190Z [333/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.6644560Z [334/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.6744810Z [335/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.6845260Z [336/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.6947140Z [337/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:02.7048290Z [338/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:02.7147360Z [339/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:02.7248950Z [340/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.7350810Z [341/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:02.7450530Z [342/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.7551870Z [343/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-03-21T20:27:02.7652200Z [344/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:02.7752650Z [345/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.7853780Z [346/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.7954480Z [347/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-03-21T20:27:02.8054810Z [348/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:02.8155050Z [349/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.8256970Z [350/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:02.8356390Z [351/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:02.8457030Z [352/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:02.8557120Z [353/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-03-21T20:27:02.8658300Z [354/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.8759010Z [355/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.8860770Z [356/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:02.8959950Z [357/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2025-03-21T20:27:02.9061810Z [358/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2025-03-21T20:27:02.9161430Z [359/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:02.9263470Z [360/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.9363780Z [361/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-03-21T20:27:02.9464680Z [362/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:02.9564880Z [363/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2025-03-21T20:27:02.9665880Z [364/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2025-03-21T20:27:02.9766820Z [365/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2025-03-21T20:27:02.9867170Z [366/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:02.9967720Z [367/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:03.0068030Z [368/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:03.0168710Z [369/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.0269300Z [370/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:03.0369780Z [371/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.6953870Z [372/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:03.7060960Z [373/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.7163450Z [374/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.7266160Z [375/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:03.7370670Z [376/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.7472540Z [377/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2025-03-21T20:27:03.7575880Z [378/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:03.7678350Z [379/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-dup-ld64.c.o 2025-03-21T20:27:03.7779970Z [380/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2025-03-21T20:27:03.7881760Z [381/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2025-03-21T20:27:03.7983540Z [382/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2025-03-21T20:27:03.8086180Z [383/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2025-03-21T20:27:03.8189460Z [384/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2025-03-21T20:27:03.8291830Z [385/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2025-03-21T20:27:03.8394840Z [386/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c.o 2025-03-21T20:27:03.8498870Z [387/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c.o 2025-03-21T20:27:03.8603350Z [388/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c.o 2025-03-21T20:27:03.8703730Z [389/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2025-03-21T20:27:03.8804200Z [390/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2025-03-21T20:27:03.8904750Z [391/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2025-03-21T20:27:03.9005720Z [392/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2025-03-21T20:27:03.9107090Z [393/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2025-03-21T20:27:03.9207350Z [394/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2025-03-21T20:27:03.9308110Z [395/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2025-03-21T20:27:03.9409750Z [396/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c64.c.o 2025-03-21T20:27:03.9509800Z [397/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2025-03-21T20:27:03.9610810Z [398/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c32.c.o 2025-03-21T20:27:03.9713160Z [399/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2025-03-21T20:27:03.9813000Z [400/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2025-03-21T20:27:03.9913310Z [401/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2025-03-21T20:27:04.0016920Z [402/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2025-03-21T20:27:04.0116090Z [403/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2025-03-21T20:27:04.0216930Z [404/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2025-03-21T20:27:04.0317270Z [405/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2025-03-21T20:27:04.0417710Z [406/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2025-03-21T20:27:04.0518790Z [407/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2025-03-21T20:27:04.0619470Z [408/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2025-03-21T20:27:04.0719740Z [409/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2025-03-21T20:27:04.0821080Z [410/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2025-03-21T20:27:04.0920990Z [411/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2025-03-21T20:27:04.1021690Z [412/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2025-03-21T20:27:04.1122140Z [413/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2025-03-21T20:27:04.1223510Z [414/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2025-03-21T20:27:04.1324490Z [415/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2025-03-21T20:27:04.1423980Z [416/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2025-03-21T20:27:04.1524500Z [417/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2025-03-21T20:27:04.1625840Z [418/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2025-03-21T20:27:04.1726360Z [419/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2025-03-21T20:27:04.1827090Z [420/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-neon-u4.c.o 2025-03-21T20:27:04.1927160Z [421/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2025-03-21T20:27:04.2028700Z [422/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2025-03-21T20:27:04.2129550Z [423/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-neon-u4.c.o 2025-03-21T20:27:04.2229730Z [424/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2025-03-21T20:27:04.2330220Z [425/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2025-03-21T20:27:04.2431540Z [426/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2025-03-21T20:27:04.2531330Z [427/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2025-03-21T20:27:04.2632410Z [428/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2025-03-21T20:27:04.2733180Z [429/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-neon-u4.c.o 2025-03-21T20:27:04.2833070Z [430/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-neon-u4.c.o 2025-03-21T20:27:04.2933710Z [431/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2025-03-21T20:27:04.3036120Z [432/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u4.c.o 2025-03-21T20:27:04.3135950Z [433/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-neon-u4.c.o 2025-03-21T20:27:04.9926680Z [434/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:05.0027180Z [435/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:05.0128850Z [436/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:05.0230460Z [437/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.0432780Z [438/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.0533840Z [439/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.0635160Z [440/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.0735800Z [441/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.0837440Z [442/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.0938060Z [443/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.1039700Z [444/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.1141810Z [445/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.1242270Z [446/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.1342580Z [447/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.1444360Z [448/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c16.c.o 2025-03-21T20:27:05.1545800Z [449/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.1646390Z [450/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u16.c.o 2025-03-21T20:27:05.1747950Z [451/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c64.c.o 2025-03-21T20:27:05.1850640Z [452/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc4.c.o 2025-03-21T20:27:05.1950020Z [453/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc2.c.o 2025-03-21T20:27:05.2053270Z [454/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2025-03-21T20:27:05.2155250Z [455/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:05.2157470Z [456/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2025-03-21T20:27:05.2260560Z [457/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2025-03-21T20:27:05.2362830Z [458/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2025-03-21T20:27:05.2464290Z [459/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:05.2565810Z [460/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2025-03-21T20:27:05.2667900Z [461/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2025-03-21T20:27:05.2769490Z [462/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2025-03-21T20:27:05.2872150Z [463/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2025-03-21T20:27:05.2974370Z [464/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2025-03-21T20:27:05.3077060Z [465/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2025-03-21T20:27:05.3178360Z [466/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2025-03-21T20:27:05.3280400Z [467/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2025-03-21T20:27:05.3374810Z [468/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2025-03-21T20:27:05.3476460Z [469/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2025-03-21T20:27:05.3578120Z [470/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2025-03-21T20:27:05.3679890Z [471/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2025-03-21T20:27:05.3766620Z [472/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2025-03-21T20:27:05.3874320Z [473/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2025-03-21T20:27:05.3976200Z [474/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2025-03-21T20:27:05.4078750Z [475/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2025-03-21T20:27:05.4182230Z [476/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2025-03-21T20:27:05.4283690Z [477/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2025-03-21T20:27:05.4384130Z [478/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:05.4485020Z [479/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:05.4586930Z [480/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:05.4686500Z [481/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:05.4787820Z [482/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:05.4889100Z [483/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:05.4990440Z [484/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:05.5091880Z [485/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:05.5192400Z [486/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:05.5292750Z [487/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:05.5394430Z [488/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:05.5494910Z [489/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:05.5596580Z [490/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:05.5697030Z [491/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.1625800Z [492/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.1726070Z [493/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.1826410Z [494/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.1927940Z [495/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.2028660Z [496/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.2129180Z [497/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.2229510Z [498/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.2332410Z [499/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.2433600Z [500/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.2532410Z [501/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.2632850Z [502/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.2734590Z [503/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.2835320Z [504/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.2936320Z [505/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.3037100Z [506/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.3137830Z [507/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.3239270Z [508/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.3338920Z [509/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.3439720Z [510/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.3546840Z [511/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.3642740Z [512/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.3745230Z [513/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.3847260Z [514/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.3949070Z [515/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.3949860Z [516/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2025-03-21T20:27:06.4051180Z [517/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2025-03-21T20:27:06.4153810Z [518/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.4251790Z [519/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.4354020Z [520/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2025-03-21T20:27:06.4455690Z [521/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:06.4558640Z [522/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:06.4659830Z [523/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:06.4762430Z [524/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:06.4865020Z [525/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:06.4967450Z [526/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.5069240Z [527/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.5169610Z [528/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:06.5271260Z [529/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:06.5372800Z [530/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:06.5457290Z [531/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:06.5558990Z [532/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.5661260Z [533/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.5762050Z [534/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:06.5865300Z [535/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-03-21T20:27:06.5964880Z [536/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:06.6066590Z [537/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-03-21T20:27:06.6168550Z [538/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.6270530Z [539/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.6370730Z [540/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:06.6472570Z [541/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.6575190Z [542/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:06.6674610Z [543/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.6776380Z [544/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:06.6877680Z [545/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c.o 2025-03-21T20:27:06.6978810Z [546/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:06.7078950Z [547/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c.o 2025-03-21T20:27:07.3269140Z [548/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:07.3369620Z [549/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:07.3470140Z [550/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:07.3571340Z [551/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.3672060Z [552/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.3772700Z [553/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:07.3873280Z [554/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:07.3974230Z [555/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c.o 2025-03-21T20:27:07.4076030Z [556/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c.o 2025-03-21T20:27:07.4175510Z [557/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c.o 2025-03-21T20:27:07.4276620Z [558/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.4378320Z [559/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2025-03-21T20:27:07.4478800Z [560/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:07.4579050Z [561/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2025-03-21T20:27:07.4679640Z [562/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2025-03-21T20:27:07.4782390Z [563/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.4881680Z [564/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.4982920Z [565/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.5083570Z [566/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.5185160Z [567/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.5285950Z [568/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.5386290Z [569/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.5487360Z [570/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.5588390Z [571/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:07.5688580Z [572/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2025-03-21T20:27:07.5788860Z [573/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.5894000Z [574/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2025-03-21T20:27:07.5994970Z [575/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.6098110Z [576/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.6198000Z [577/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.6301090Z [578/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.6401440Z [579/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.6504610Z [580/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:07.6604350Z [581/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2025-03-21T20:27:07.6707610Z [582/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.6808040Z [583/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.6910080Z [584/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.7011320Z [585/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.7113430Z [586/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.7213590Z [587/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.7315400Z [588/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:07.7417530Z [589/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.7519330Z [590/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.7622250Z [591/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.7721050Z [592/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:07.7822860Z [593/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2025-03-21T20:27:07.7924840Z [594/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.8025940Z [595/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.8129340Z [596/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:07.8230030Z [597/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:07.8332360Z [598/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:07.8434230Z [599/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld128.c.o 2025-03-21T20:27:07.8534590Z [600/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.0381110Z [601/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.0482660Z [602/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.0581720Z [603/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:08.0683420Z [604/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.0785250Z [605/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:08.0885990Z [606/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:08.0985240Z [607/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld64.c.o 2025-03-21T20:27:08.1086160Z [608/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld128.c.o 2025-03-21T20:27:08.1187140Z [609/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.1288520Z [610/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.1390710Z [611/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.1504030Z [612/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.1617440Z [613/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.1725270Z [614/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.1831370Z [615/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.1944570Z [616/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.2057850Z [617/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2025-03-21T20:27:08.2165300Z [618/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.2292360Z [619/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.2409030Z [620/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2025-03-21T20:27:08.2515920Z [621/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.2620740Z [622/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.2737980Z [623/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.2845160Z [624/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.2946750Z [625/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.3048140Z [626/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.3147670Z [627/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.3247650Z [628/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.3349440Z [629/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2025-03-21T20:27:08.3450520Z [630/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.3550030Z [631/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.3650750Z [632/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.3753230Z [633/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.3852980Z [634/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.3953050Z [635/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.4054870Z [636/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.4156250Z [637/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.4255500Z [638/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.4356900Z [639/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.4457020Z [640/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.4558160Z [641/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.4660080Z [642/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.4760250Z [643/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.4861650Z [644/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.4960830Z [645/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.5062710Z [646/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.5163010Z [647/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.5264320Z [648/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.5365990Z [649/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.5466500Z [650/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.5568300Z [651/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.5670070Z [652/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2025-03-21T20:27:08.5771890Z [653/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.5872200Z [654/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.7078720Z [655/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.7179980Z [656/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.7281710Z [657/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.7382570Z [658/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:08.7482690Z [659/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.7583930Z [660/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.7685600Z [661/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.7790700Z [662/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:27:08.7892830Z [663/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.7994850Z [664/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2025-03-21T20:27:08.8094240Z [665/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2025-03-21T20:27:08.8194580Z [666/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2025-03-21T20:27:08.8295360Z [667/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2025-03-21T20:27:08.8359420Z [668/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.8461160Z [669/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2025-03-21T20:27:08.8564050Z [670/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2025-03-21T20:27:08.8665920Z [671/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2025-03-21T20:27:08.8768940Z [672/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2025-03-21T20:27:08.8871410Z [673/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2025-03-21T20:27:08.8973060Z [674/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2025-03-21T20:27:08.9075880Z [675/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2025-03-21T20:27:08.9179510Z [676/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2025-03-21T20:27:08.9282800Z [677/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2025-03-21T20:27:08.9385150Z [678/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2025-03-21T20:27:08.9486780Z [679/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2025-03-21T20:27:08.9588390Z [680/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2025-03-21T20:27:08.9697830Z [681/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2025-03-21T20:27:08.9799640Z [682/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2025-03-21T20:27:08.9902290Z [683/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2025-03-21T20:27:09.0002770Z [684/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2025-03-21T20:27:09.0103190Z [685/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2025-03-21T20:27:09.0203750Z [686/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2025-03-21T20:27:09.0304830Z [687/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2025-03-21T20:27:09.0405470Z [688/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2025-03-21T20:27:09.0515030Z [689/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2025-03-21T20:27:09.0615850Z [690/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2025-03-21T20:27:09.0716360Z [691/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2025-03-21T20:27:09.0818200Z [692/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2025-03-21T20:27:09.0920640Z [693/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2025-03-21T20:27:09.1023890Z [694/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2025-03-21T20:27:09.1126400Z [695/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:27:09.1226720Z [696/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:09.1327160Z [697/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2025-03-21T20:27:09.1427480Z [698/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2025-03-21T20:27:09.1527820Z [699/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2025-03-21T20:27:09.1629820Z [700/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:09.1732860Z [701/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2025-03-21T20:27:09.1812270Z [702/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2025-03-21T20:27:09.1813790Z [703/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:27:09.1814840Z [704/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2025-03-21T20:27:09.1815780Z [705/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2025-03-21T20:27:09.1917400Z [706/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2025-03-21T20:27:09.2018840Z [707/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2025-03-21T20:27:09.2123370Z [708/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2025-03-21T20:27:09.2225050Z [709/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2025-03-21T20:27:09.2327700Z [710/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2025-03-21T20:27:09.2434490Z [711/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2025-03-21T20:27:09.2541020Z [712/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2025-03-21T20:27:09.2643750Z [713/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:27:09.2747460Z [714/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2025-03-21T20:27:09.2850640Z [715/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2025-03-21T20:27:09.2958740Z [716/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2025-03-21T20:27:09.3061620Z [717/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2025-03-21T20:27:09.3166960Z [718/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:27:09.3268660Z [719/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:27:09.3371270Z [720/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u2.c.o 2025-03-21T20:27:09.3473570Z [721/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:27:09.3578170Z [722/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2025-03-21T20:27:09.3635000Z [723/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:27:09.3736740Z [724/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:09.3838440Z [725/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:27:09.3939960Z [726/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:27:09.4044120Z [727/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:27:09.4146580Z [728/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:27:09.4248270Z [729/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:27:09.4350010Z [730/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:27:09.4451630Z [731/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:27:09.4553460Z [732/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:27:09.4656040Z [733/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:27:09.4778340Z [734/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:27:09.4881560Z [735/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:27:09.4984170Z [736/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:27:09.5087180Z [737/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:27:09.5189030Z [738/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:27:09.5290800Z [739/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T20:27:09.5392440Z [740/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:27:09.5494260Z [741/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T20:27:09.5597040Z [742/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:09.5702980Z [743/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:09.5804630Z [744/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:27:09.5907290Z [745/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:09.6009880Z [746/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:27:09.6112270Z [747/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:27:09.6224960Z [748/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:27:09.6326770Z [749/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:27:09.6428330Z [750/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:27:09.6459470Z [751/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:27:09.6568400Z [752/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T20:27:09.6695750Z [753/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:27:09.6798840Z [754/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:27:09.6925520Z [755/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:27:09.7027230Z [756/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:27:09.7128910Z [757/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:27:09.7230630Z [758/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:27:09.7333490Z [759/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:27:09.7436920Z [760/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:27:09.7550030Z [761/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:27:09.7668580Z [762/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:27:09.7772040Z [763/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:27:09.7873970Z [764/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:27:09.7975430Z [765/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:27:09.8076910Z [766/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:27:09.8178350Z [767/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:27:09.8279760Z [768/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:27:09.8381230Z [769/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2025-03-21T20:27:09.8482900Z [770/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2025-03-21T20:27:09.8584520Z [771/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:27:09.8687290Z [772/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2025-03-21T20:27:09.8789570Z [773/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2025-03-21T20:27:09.8891140Z [774/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2025-03-21T20:27:09.8986940Z [775/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2025-03-21T20:27:09.9088200Z [776/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2025-03-21T20:27:09.9216030Z [777/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2025-03-21T20:27:09.9341440Z [778/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2025-03-21T20:27:09.9457120Z [779/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:27:09.9558900Z [780/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2025-03-21T20:27:09.9668490Z [781/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:09.9779820Z [782/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2025-03-21T20:27:09.9886620Z [783/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2025-03-21T20:27:10.0011860Z [784/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2025-03-21T20:27:10.0137060Z [785/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2025-03-21T20:27:10.0252800Z [786/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2025-03-21T20:27:10.0353220Z [787/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2025-03-21T20:27:10.0471480Z [788/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2025-03-21T20:27:10.0573250Z [789/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:27:10.0674640Z [790/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2025-03-21T20:27:10.0775000Z [791/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2025-03-21T20:27:10.0875410Z [792/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2025-03-21T20:27:10.0976950Z [793/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2025-03-21T20:27:10.1079820Z [794/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2025-03-21T20:27:10.1182420Z [795/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2025-03-21T20:27:10.1283060Z [796/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2025-03-21T20:27:10.1383390Z [797/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2025-03-21T20:27:10.1486040Z [798/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2025-03-21T20:27:10.1585320Z [799/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2025-03-21T20:27:10.1688260Z [800/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2025-03-21T20:27:10.1790370Z [801/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2025-03-21T20:27:10.1890590Z [802/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2025-03-21T20:27:10.1991640Z [803/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2025-03-21T20:27:10.2094050Z [804/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:27:10.2193600Z [805/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2025-03-21T20:27:10.2293780Z [806/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2025-03-21T20:27:10.2396640Z [807/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2025-03-21T20:27:10.2496670Z [808/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2025-03-21T20:27:10.2599680Z [809/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2025-03-21T20:27:10.2699790Z [810/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2025-03-21T20:27:10.2801620Z [811/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2025-03-21T20:27:10.2903230Z [812/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2025-03-21T20:27:10.3004610Z [813/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2025-03-21T20:27:10.3106340Z [814/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2025-03-21T20:27:10.3207290Z [815/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2025-03-21T20:27:10.3309290Z [816/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2025-03-21T20:27:10.3411520Z [817/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2025-03-21T20:27:10.3513910Z [818/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2025-03-21T20:27:10.3617030Z [819/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2025-03-21T20:27:10.3722190Z [820/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2025-03-21T20:27:10.3817920Z [821/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2025-03-21T20:27:10.3919870Z [822/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2025-03-21T20:27:10.4022210Z [823/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2025-03-21T20:27:10.4122680Z [824/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2025-03-21T20:27:10.4224420Z [825/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2025-03-21T20:27:10.4334410Z [826/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2025-03-21T20:27:10.4382540Z [827/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2025-03-21T20:27:10.4485050Z [828/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2025-03-21T20:27:10.4588040Z [829/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2025-03-21T20:27:10.4690410Z [830/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2025-03-21T20:27:10.4791940Z [831/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2025-03-21T20:27:10.4893810Z [832/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2025-03-21T20:27:10.4995390Z [833/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2025-03-21T20:27:10.5119100Z [834/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2025-03-21T20:27:10.5225890Z [835/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2025-03-21T20:27:10.5327580Z [836/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2025-03-21T20:27:10.5429240Z [837/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2025-03-21T20:27:10.5641860Z [838/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:27:10.5751330Z [839/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2025-03-21T20:27:10.5853500Z [840/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2025-03-21T20:27:10.5954980Z [841/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2025-03-21T20:27:10.6056770Z [842/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2025-03-21T20:27:10.6156100Z [843/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2025-03-21T20:27:10.6257080Z [844/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2025-03-21T20:27:10.6357860Z [845/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2025-03-21T20:27:10.6459510Z [846/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2025-03-21T20:27:10.6561150Z [847/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2025-03-21T20:27:10.6673710Z [848/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2025-03-21T20:27:10.6791890Z [849/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2025-03-21T20:27:10.6894470Z [850/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2025-03-21T20:27:10.7006140Z [851/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2025-03-21T20:27:10.7118460Z [852/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2025-03-21T20:27:10.7240650Z [853/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2025-03-21T20:27:10.7361620Z [854/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2025-03-21T20:27:10.7484600Z [855/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2025-03-21T20:27:10.7598990Z [856/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2025-03-21T20:27:10.7701600Z [857/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2025-03-21T20:27:10.7839650Z [858/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2025-03-21T20:27:10.7944650Z [859/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2025-03-21T20:27:10.8061730Z [860/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2025-03-21T20:27:10.8174800Z [861/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2025-03-21T20:27:10.8293870Z [862/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2025-03-21T20:27:10.8424580Z [863/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2025-03-21T20:27:10.8538350Z [864/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2025-03-21T20:27:10.8670630Z [865/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2025-03-21T20:27:10.8780680Z [866/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2025-03-21T20:27:10.8890830Z [867/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2025-03-21T20:27:10.8995980Z [868/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2025-03-21T20:27:10.9104490Z [869/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2025-03-21T20:27:10.9214280Z [870/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2025-03-21T20:27:10.9314970Z [871/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2025-03-21T20:27:10.9415840Z [872/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2025-03-21T20:27:10.9517460Z [873/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2025-03-21T20:27:10.9618000Z [874/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2025-03-21T20:27:10.9719450Z [875/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2025-03-21T20:27:10.9821060Z [876/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2025-03-21T20:27:10.9923890Z [877/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2025-03-21T20:27:11.0023750Z [878/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2025-03-21T20:27:11.0125500Z [879/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2025-03-21T20:27:11.0227300Z [880/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2025-03-21T20:27:11.0330050Z [881/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u1.c.o 2025-03-21T20:27:11.0430150Z [882/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u4.c.o 2025-03-21T20:27:11.0532200Z [883/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2025-03-21T20:27:11.0631980Z [884/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2025-03-21T20:27:11.0735360Z [885/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2025-03-21T20:27:11.0836290Z [886/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2025-03-21T20:27:11.0939210Z [887/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2025-03-21T20:27:11.1038960Z [888/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2025-03-21T20:27:11.1142200Z [889/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2025-03-21T20:27:11.1242780Z [890/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:27:11.1343140Z [891/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:27:11.1444600Z [892/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u2.c.o 2025-03-21T20:27:11.1546020Z [893/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u3.c.o 2025-03-21T20:27:11.1645640Z [894/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2025-03-21T20:27:11.1747370Z [895/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2025-03-21T20:27:11.1847640Z [896/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2025-03-21T20:27:11.1949050Z [897/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2025-03-21T20:27:11.2049110Z [898/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2025-03-21T20:27:11.2149680Z [899/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2025-03-21T20:27:11.2250660Z [900/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2025-03-21T20:27:11.2350840Z [901/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2025-03-21T20:27:11.2452360Z [902/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2025-03-21T20:27:11.5360910Z [903/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2025-03-21T20:27:11.5461240Z [904/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:27:11.5562680Z [905/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2025-03-21T20:27:11.5662310Z [906/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2025-03-21T20:27:11.5763510Z [907/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2025-03-21T20:27:11.5865560Z [908/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:27:11.5964830Z [909/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2025-03-21T20:27:11.6066210Z [910/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2025-03-21T20:27:11.6167620Z [911/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2025-03-21T20:27:11.6267110Z [912/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:27:11.6369390Z [913/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2025-03-21T20:27:11.6471750Z [914/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2025-03-21T20:27:11.6573600Z [915/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2025-03-21T20:27:11.6676220Z [916/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2025-03-21T20:27:11.6778760Z [917/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2025-03-21T20:27:11.6880340Z [918/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2025-03-21T20:27:11.6980770Z [919/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2025-03-21T20:27:11.7081370Z [920/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2025-03-21T20:27:11.7182880Z [921/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2025-03-21T20:27:11.7283370Z [922/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2025-03-21T20:27:11.7383640Z [923/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2025-03-21T20:27:11.7485140Z [924/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2025-03-21T20:27:11.7585700Z [925/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2025-03-21T20:27:11.7688030Z [926/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2025-03-21T20:27:11.7789550Z [927/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2025-03-21T20:27:11.7840780Z [928/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2025-03-21T20:27:11.7942340Z [929/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2025-03-21T20:27:11.8043860Z [930/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2025-03-21T20:27:11.8145400Z [931/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:27:11.8246890Z [932/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2025-03-21T20:27:11.8348460Z [933/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2025-03-21T20:27:11.8451190Z [934/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:27:11.8554020Z [935/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2025-03-21T20:27:11.8655680Z [936/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2025-03-21T20:27:11.8757330Z [937/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:11.8859040Z [938/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:11.8961810Z [939/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2025-03-21T20:27:11.9064190Z [940/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:11.9168680Z [941/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:11.9271540Z [942/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:11.9374070Z [943/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2025-03-21T20:27:11.9475970Z [944/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:11.9579220Z [945/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.o 2025-03-21T20:27:11.9682830Z [946/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:11.9785590Z [947/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2025-03-21T20:27:11.9972500Z [948/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:12.0073060Z [949/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:12.0135720Z [950/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.o 2025-03-21T20:27:12.0136570Z [951/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:12.0137340Z [952/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2025-03-21T20:27:12.0138100Z [953/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:12.0138850Z [954/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2025-03-21T20:27:12.0139600Z [955/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:12.0140370Z [956/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:12.0141130Z [957/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2025-03-21T20:27:12.0142080Z [958/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2025-03-21T20:27:12.0142830Z [959/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2025-03-21T20:27:12.0143620Z [960/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.0144430Z [961/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.3043300Z [962/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.3143710Z [963/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2025-03-21T20:27:12.3246100Z [964/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.3346450Z [965/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.3467440Z [966/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.3569550Z [967/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.3669860Z [968/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.3770450Z [969/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.3872260Z [970/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.3972750Z [971/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.4074330Z [972/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.4174700Z [973/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.4275790Z [974/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.4378200Z [975/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.4486890Z [976/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.4587180Z [977/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.4687600Z [978/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.4787820Z [979/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.4889840Z [980/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:12.4993580Z [981/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.5095420Z [982/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.5196990Z [983/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.5297370Z [984/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.5406660Z [985/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.5509580Z [986/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.5635250Z [987/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.5760120Z [988/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.5876690Z [989/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.5992270Z [990/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:12.6099440Z [991/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.6203020Z [992/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.6310590Z [993/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:12.6420970Z [994/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.6536910Z [995/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:12.6639440Z [996/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.6742060Z [997/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.6842280Z [998/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.6943070Z [999/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2025-03-21T20:27:12.7043650Z [1000/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2025-03-21T20:27:12.7144820Z [1001/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.7244910Z [1002/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.7346450Z [1003/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c4-gemm-gio-scalar.c.o 2025-03-21T20:27:12.7446170Z [1004/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:12.7547430Z [1005/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.7648990Z [1006/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.7748730Z [1007/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c4-gemm-goi-scalar.c.o 2025-03-21T20:27:12.7849640Z [1008/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-gio-scalar.c.o 2025-03-21T20:27:12.7950590Z [1009/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c4-gemm-gio-scalar.c.o 2025-03-21T20:27:12.8052190Z [1010/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.o 2025-03-21T20:27:12.8151970Z [1011/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:27:12.8252920Z [1012/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-scalar.c.o 2025-03-21T20:27:12.8354670Z [1013/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.o 2025-03-21T20:27:12.8456660Z [1014/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.8556850Z [1015/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:12.8660750Z [1016/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:12.8763670Z [1017/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.0072090Z [1018/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.0174140Z [1019/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.0274820Z [1020/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.0381350Z [1021/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.0502740Z [1022/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-gio-scalar.c.o 2025-03-21T20:27:13.0609860Z [1023/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.0716580Z [1024/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.0832170Z [1025/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.0957230Z [1026/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.1063950Z [1027/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.1168050Z [1028/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.1273260Z [1029/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x32c4-gemm-gio-scalar.c.o 2025-03-21T20:27:13.1389290Z [1030/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.1521570Z [1031/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.1624820Z [1032/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.1729280Z [1033/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.1833260Z [1034/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.1936140Z [1035/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.2038000Z [1036/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.2140020Z [1037/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.2241870Z [1038/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.2343800Z [1039/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.2447000Z [1040/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.2450120Z [1041/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.2552690Z [1042/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.2654330Z [1043/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c4-gemm-goi-scalar.c.o 2025-03-21T20:27:13.2756060Z [1044/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:13.2857960Z [1045/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.2959750Z [1046/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:13.3062240Z [1047/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u2.c.o 2025-03-21T20:27:13.3164470Z [1048/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:13.3266450Z [1049/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u1.c.o 2025-03-21T20:27:13.3368020Z [1050/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2025-03-21T20:27:13.3470500Z [1051/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u4.c.o 2025-03-21T20:27:13.3572730Z [1052/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2025-03-21T20:27:13.3692800Z [1053/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2025-03-21T20:27:13.3795130Z [1054/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u4.c.o 2025-03-21T20:27:13.3896980Z [1055/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u1.c.o 2025-03-21T20:27:13.3999670Z [1056/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2025-03-21T20:27:13.4101990Z [1057/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u2.c.o 2025-03-21T20:27:13.4203680Z [1058/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2025-03-21T20:27:13.4305430Z [1059/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2025-03-21T20:27:13.4407000Z [1060/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2025-03-21T20:27:13.4508720Z [1061/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2025-03-21T20:27:13.4611720Z [1062/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2025-03-21T20:27:13.4633440Z [1063/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2025-03-21T20:27:13.4634830Z [1064/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2025-03-21T20:27:13.4635780Z [1065/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2025-03-21T20:27:13.4636470Z [1066/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2025-03-21T20:27:13.4637120Z [1067/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2025-03-21T20:27:13.4637760Z [1068/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2025-03-21T20:27:13.4642350Z [1069/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2025-03-21T20:27:13.4645170Z [1070/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2025-03-21T20:27:13.4646490Z [1071/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2025-03-21T20:27:13.4647150Z [1072/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2025-03-21T20:27:13.4647780Z [1073/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2025-03-21T20:27:13.4648420Z [1074/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2025-03-21T20:27:13.7467150Z [1075/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2025-03-21T20:27:13.7565960Z [1076/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2025-03-21T20:27:13.7666570Z [1077/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2025-03-21T20:27:13.7767720Z [1078/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2025-03-21T20:27:13.7870470Z [1079/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2025-03-21T20:27:13.7971110Z [1080/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2025-03-21T20:27:13.8072290Z [1081/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2025-03-21T20:27:13.8173900Z [1082/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2025-03-21T20:27:13.8274300Z [1083/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2025-03-21T20:27:13.8376580Z [1084/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2025-03-21T20:27:13.8476810Z [1085/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2025-03-21T20:27:13.8578560Z [1086/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2025-03-21T20:27:13.8678750Z [1087/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-scalar.c.o 2025-03-21T20:27:13.8780440Z [1088/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2025-03-21T20:27:13.8880690Z [1089/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2025-03-21T20:27:13.8981710Z [1090/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2025-03-21T20:27:13.9082540Z [1091/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2025-03-21T20:27:13.9184290Z [1092/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-scalar-log.c.o 2025-03-21T20:27:13.9288160Z [1093/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2025-03-21T20:27:13.9390410Z [1094/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2025-03-21T20:27:13.9491000Z [1095/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2025-03-21T20:27:13.9592400Z [1096/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2025-03-21T20:27:13.9694450Z [1097/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2025-03-21T20:27:13.9794480Z [1098/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2025-03-21T20:27:13.9896100Z [1099/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2025-03-21T20:27:13.9998400Z [1100/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2025-03-21T20:27:14.0098290Z [1101/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2025-03-21T20:27:14.0200420Z [1102/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2025-03-21T20:27:14.0300460Z [1103/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2025-03-21T20:27:14.0402200Z [1104/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2025-03-21T20:27:14.0502140Z [1105/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2025-03-21T20:27:14.0560860Z [1106/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2025-03-21T20:27:14.0562160Z [1107/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2025-03-21T20:27:14.0563100Z [1108/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2025-03-21T20:27:14.0564030Z [1109/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2025-03-21T20:27:14.0564960Z [1110/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2025-03-21T20:27:14.0565860Z [1111/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2025-03-21T20:27:14.0566790Z [1112/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.0669410Z [1113/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.0772740Z [1114/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.0874330Z [1115/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.0971270Z [1116/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.1072960Z [1117/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.1173320Z [1118/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.1274810Z [1119/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.1375030Z [1120/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.1476600Z [1121/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.1576940Z [1122/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.1678570Z [1123/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.1778830Z [1124/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.1882030Z [1125/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.1980910Z [1126/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.2083190Z [1127/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.2192110Z [1128/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.2298140Z [1129/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.2401780Z [1130/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.2500130Z [1131/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.2600430Z [1132/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.2702370Z [1133/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.2803770Z [1134/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.2905510Z [1135/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.4714740Z [1136/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.4815900Z [1137/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.4917140Z [1138/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.5017470Z [1139/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.5118080Z [1140/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.5219430Z [1141/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.5309050Z [1142/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.5430390Z [1143/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.5543010Z [1144/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.5651410Z [1145/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.5766430Z [1146/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.5882440Z [1147/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.5990580Z [1148/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.6107730Z [1149/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.6221010Z [1150/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.6333890Z [1151/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.6440900Z [1152/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.6547750Z [1153/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.6669590Z [1154/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.6779620Z [1155/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.6882080Z [1156/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.6982400Z [1157/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.7083030Z [1158/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.7184880Z [1159/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x32c4-gemm-goi-scalar.c.o 2025-03-21T20:27:14.7284530Z [1160/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.7385050Z [1161/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.7487810Z [1162/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.7587140Z [1163/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:14.7687520Z [1164/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u2.c.o 2025-03-21T20:27:14.7789630Z [1165/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:14.7889140Z [1166/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u1.c.o 2025-03-21T20:27:14.7989990Z [1167/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2025-03-21T20:27:14.8092100Z [1168/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.8191790Z [1169/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.8293560Z [1170/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2025-03-21T20:27:14.8394030Z [1171/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2025-03-21T20:27:14.8495440Z [1172/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2025-03-21T20:27:14.8595640Z [1173/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2025-03-21T20:27:14.8698770Z [1174/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2025-03-21T20:27:14.8797680Z [1175/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2025-03-21T20:27:14.8898110Z [1176/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2025-03-21T20:27:14.9000690Z [1177/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2025-03-21T20:27:14.9100180Z [1178/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2025-03-21T20:27:14.9203310Z [1179/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2025-03-21T20:27:14.9306300Z [1180/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2025-03-21T20:27:14.9408630Z [1181/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2025-03-21T20:27:14.9508570Z [1182/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2025-03-21T20:27:14.9609000Z [1183/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2025-03-21T20:27:14.9710530Z [1184/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2025-03-21T20:27:14.9811200Z [1185/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:14.9912090Z [1186/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.0012900Z [1187/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.0112970Z [1188/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.0213540Z [1189/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.0314110Z [1190/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.0415410Z [1191/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.0516010Z [1192/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.0616330Z [1193/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.0718020Z [1194/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.3552400Z [1195/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.3654280Z [1196/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.3758680Z [1197/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.3862290Z [1198/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.3966150Z [1199/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.4069910Z [1200/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.4172510Z [1201/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.4291910Z [1202/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.4395610Z [1203/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.4498150Z [1204/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.4599990Z [1205/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.4701770Z [1206/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.4804780Z [1207/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.4907590Z [1208/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.5009530Z [1209/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.5111340Z [1210/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.5213330Z [1211/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.5315390Z [1212/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.5418720Z [1213/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.5522880Z [1214/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.5626660Z [1215/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.5730370Z [1216/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.5832930Z [1217/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.5935920Z [1218/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.6037470Z [1219/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.6138020Z [1220/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.6239350Z [1221/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.6339580Z [1222/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.6441040Z [1223/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.6542590Z [1224/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.6643350Z [1225/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.6743840Z [1226/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.6844970Z [1227/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.6945600Z [1228/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.7046220Z [1229/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.7147540Z [1230/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.7247900Z [1231/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u1.c.o 2025-03-21T20:27:15.7349830Z [1232/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u2.c.o 2025-03-21T20:27:15.7451370Z [1233/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2025-03-21T20:27:15.7551740Z [1234/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2025-03-21T20:27:15.7652250Z [1235/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2025-03-21T20:27:15.7754560Z [1236/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2025-03-21T20:27:15.7853830Z [1237/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2025-03-21T20:27:15.7956000Z [1238/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2025-03-21T20:27:15.8055770Z [1239/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2025-03-21T20:27:15.8157990Z [1240/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2025-03-21T20:27:15.8258270Z [1241/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2025-03-21T20:27:15.8359060Z [1242/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2025-03-21T20:27:15.8460200Z [1243/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-gio-scalar.c.o 2025-03-21T20:27:15.8560390Z [1244/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2025-03-21T20:27:15.8663170Z [1245/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.8763420Z [1246/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:15.8862840Z [1247/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:15.8964570Z [1248/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-scalar.c.o 2025-03-21T20:27:15.9066290Z [1249/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:15.9166970Z [1250/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.2608810Z [1251/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.2711220Z [1252/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.2810960Z [1253/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.2913070Z [1254/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.3012130Z [1255/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.3113390Z [1256/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.3215230Z [1257/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.3216410Z [1258/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.3318720Z [1259/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.3420330Z [1260/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.3520660Z [1261/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.3623510Z [1262/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.3723440Z [1263/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.3825110Z [1264/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.3926450Z [1265/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.4027120Z [1266/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.4129980Z [1267/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-gio-scalar.c.o 2025-03-21T20:27:16.4230020Z [1268/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.4331860Z [1269/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.4452670Z [1270/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.4556260Z [1271/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.4658110Z [1272/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.4764860Z [1273/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.4879450Z [1274/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.4994350Z [1275/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:16.5100630Z [1276/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.5211790Z [1277/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.5330840Z [1278/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:16.5441970Z [1279/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.5544670Z [1280/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.5646470Z [1281/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.5747300Z [1282/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.5848540Z [1283/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2025-03-21T20:27:16.5949430Z [1284/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2025-03-21T20:27:16.6051490Z [1285/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2025-03-21T20:27:16.6152730Z [1286/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.6255570Z [1287/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.6355650Z [1288/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.6462950Z [1289/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:16.6563190Z [1290/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:16.6665420Z [1291/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.6765550Z [1292/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:16.6869050Z [1293/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2025-03-21T20:27:16.6971100Z [1294/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7072270Z [1295/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T20:27:16.7173090Z [1296/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7274190Z [1297/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7375140Z [1298/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7477180Z [1299/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T20:27:16.7578380Z [1300/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7680010Z [1301/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T20:27:16.7781640Z [1302/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:27:16.7883640Z [1303/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2025-03-21T20:27:16.7983880Z [1304/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:27:16.8085750Z [1305/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T20:27:16.8186550Z [1306/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T20:27:16.8289790Z [1307/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T20:27:17.0344640Z [1308/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T20:27:17.0445030Z [1309/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T20:27:17.0545540Z [1310/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:27:17.0646920Z [1311/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:27:17.0747230Z [1312/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:27:17.0847640Z [1313/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:27:17.0949260Z [1314/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:27:17.1051060Z [1315/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:27:17.1150000Z [1316/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:27:17.1252710Z [1317/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:17.1352100Z [1318/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:27:17.1453920Z [1319/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:27:17.1555250Z [1320/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:27:17.1657350Z [1321/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:27:17.1756600Z [1322/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:27:17.1857100Z [1323/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:27:17.1957720Z [1324/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:27:17.2046720Z [1325/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:27:17.2149040Z [1326/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:27:17.2250790Z [1327/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:27:17.2353610Z [1328/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:27:17.2455980Z [1329/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:27:17.2559950Z [1330/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:27:17.2660290Z [1331/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:27:17.2760650Z [1332/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:27:17.2861330Z [1333/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T20:27:17.2967670Z [1334/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:27:17.3063180Z [1335/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:27:17.3163470Z [1336/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T20:27:17.3265980Z [1337/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T20:27:17.3365670Z [1338/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:27:17.3467210Z [1339/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:27:17.3569040Z [1340/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T20:27:17.3670370Z [1341/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T20:27:17.3770970Z [1342/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:27:17.3871400Z [1343/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:27:17.3972910Z [1344/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T20:27:17.4077010Z [1345/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:27:17.4177510Z [1346/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T20:27:17.4278020Z [1347/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:27:17.4378900Z [1348/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:27:17.4479350Z [1349/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:27:17.4579920Z [1350/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T20:27:17.4680740Z [1351/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:27:17.4781870Z [1352/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T20:27:17.4882120Z [1353/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:27:17.4982350Z [1354/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:27:17.5082870Z [1355/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T20:27:17.5183610Z [1356/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:27:17.5284710Z [1357/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:27:17.5385270Z [1358/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:27:17.5486840Z [1359/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:27:17.5586260Z [1360/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:27:17.5686450Z [1361/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T20:27:17.5788020Z [1362/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:27:17.5889140Z [1363/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:27:17.5988950Z [1364/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T20:27:17.8499730Z [1365/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:27:17.8601210Z [1366/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T20:27:17.8702190Z [1367/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T20:27:17.8802020Z [1368/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T20:27:17.8903960Z [1369/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T20:27:17.9005410Z [1370/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:27:17.9106030Z [1371/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:27:17.9207180Z [1372/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T20:27:17.9308250Z [1373/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:27:17.9408710Z [1374/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:27:17.9509370Z [1375/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:27:17.9609720Z [1376/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T20:27:17.9711510Z [1377/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:27:17.9811190Z [1378/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:17.9911450Z [1379/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:18.0012210Z [1380/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:27:18.0112700Z [1381/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:27:18.0213790Z [1382/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T20:27:18.0314790Z [1383/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:27:18.0415230Z [1384/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:18.0517930Z [1385/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:27:18.0616760Z [1386/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.0717180Z [1387/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.0819000Z [1388/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:18.0919440Z [1389/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:18.1021210Z [1390/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:27:18.1121680Z [1391/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:27:18.1221810Z [1392/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:27:18.1322340Z [1393/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:27:18.1424060Z [1394/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:27:18.1524430Z [1395/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T20:27:18.1624670Z [1396/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.1725240Z [1397/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.1826660Z [1398/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.1927110Z [1399/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:27:18.2028660Z [1400/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.2127890Z [1401/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.2228570Z [1402/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:27:18.2329680Z [1403/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:27:18.2431180Z [1404/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:27:18.2533760Z [1405/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:27:18.2634210Z [1406/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:27:18.2735730Z [1407/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:27:18.2836630Z [1408/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:27:18.2936340Z [1409/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:27:18.3038250Z [1410/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T20:27:18.3138290Z [1411/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:27:18.3238670Z [1412/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:27:18.3338810Z [1413/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:27:18.3441620Z [1414/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:27:18.3541270Z [1415/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.3642590Z [1416/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:27:18.3745210Z [1417/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:27:18.3845750Z [1418/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:27:18.3950440Z [1419/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.4051120Z [1420/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:27:18.4151590Z [1421/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5025590Z [1422/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5135170Z [1423/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5267570Z [1424/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5401130Z [1425/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5519640Z [1426/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5621260Z [1427/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:27:18.5722950Z [1428/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:27:18.5824520Z [1429/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:27:18.5927320Z [1430/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6029840Z [1431/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6132620Z [1432/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6235200Z [1433/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6337000Z [1434/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:18.6438840Z [1435/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6540560Z [1436/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6647330Z [1437/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:27:18.6749200Z [1438/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:18.6852210Z [1439/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:18.6956140Z [1440/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:18.7059650Z [1441/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T20:27:18.7163500Z [1442/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:18.7265810Z [1443/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:27:18.7368660Z [1444/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:18.7471250Z [1445/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:18.7573080Z [1446/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:27:18.7675870Z [1447/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:27:18.7779930Z [1448/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:27:18.7881170Z [1449/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:27:18.7981620Z [1450/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:18.8081160Z [1451/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:18.8181390Z [1452/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:27:18.8283570Z [1453/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-gio-scalar.c.o 2025-03-21T20:27:18.8385520Z [1454/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:18.8485440Z [1455/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:18.8586120Z [1456/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:27:18.8687580Z [1457/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:18.8705900Z [1458/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:18.8807640Z [1459/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:18.8908250Z [1460/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:18.9011310Z [1461/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:18.9111700Z [1462/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:18.9213530Z [1463/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:18.9316220Z [1464/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:27:18.9415510Z [1465/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:27:18.9517190Z [1466/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:27:18.9619660Z [1467/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T20:27:18.9720540Z [1468/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:18.9823140Z [1469/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:27:18.9924460Z [1470/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:19.0025830Z [1471/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:27:19.0128320Z [1472/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:27:19.0232200Z [1473/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T20:27:19.0333930Z [1474/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:27:19.0436790Z [1475/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:27:19.0537900Z [1476/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:27:19.0640510Z [1477/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:27:19.0740950Z [1478/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:27:19.0842570Z [1479/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T20:27:19.1608140Z [1480/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T20:27:19.1708670Z [1481/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:27:19.1810000Z [1482/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T20:27:19.1910250Z [1483/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:27:19.2012080Z [1484/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T20:27:19.2113490Z [1485/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T20:27:19.2214250Z [1486/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T20:27:19.2316620Z [1487/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T20:27:19.2416420Z [1488/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:27:19.2519210Z [1489/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:27:19.2619510Z [1490/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:27:19.2722150Z [1491/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:27:19.2822970Z [1492/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T20:27:19.2924880Z [1493/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:27:19.3031680Z [1494/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:27:19.3133050Z [1495/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:27:19.3235910Z [1496/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:27:19.3338430Z [1497/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:27:19.3440820Z [1498/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:27:19.3541430Z [1499/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T20:27:19.3642920Z [1500/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T20:27:19.3744650Z [1501/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:27:19.3846260Z [1502/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:27:19.3946500Z [1503/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:27:19.4046740Z [1504/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T20:27:19.4148390Z [1505/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:19.4250260Z [1506/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:27:19.4350460Z [1507/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:27:19.4451970Z [1508/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:19.4552520Z [1509/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:19.4653080Z [1510/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:19.4755210Z [1511/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:27:19.4854880Z [1512/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:27:19.4955230Z [1513/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:27:19.5057610Z [1514/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:27:19.5158420Z [1515/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:27:19.5259000Z [1516/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:19.5358180Z [1517/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:27:19.5460010Z [1518/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:19.5560180Z [1519/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:27:19.5661540Z [1520/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:27:19.5762030Z [1521/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:19.5862390Z [1522/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:27:19.5962840Z [1523/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:19.6065180Z [1524/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:19.6165740Z [1525/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:27:19.6265200Z [1526/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:19.6367070Z [1527/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:27:19.6469230Z [1528/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:19.6569200Z [1529/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:27:19.6671800Z [1530/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:19.6772170Z [1531/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:27:19.6873550Z [1532/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:27:19.6974290Z [1533/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:19.7073730Z [1534/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:27:19.7174620Z [1535/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:19.7275010Z [1536/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:19.7375750Z [1537/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:19.7477070Z [1538/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:27:19.7577800Z [1539/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:27:20.0589270Z [1540/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:20.0688450Z [1541/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:20.0788910Z [1542/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:27:20.0889090Z [1543/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:27:20.0991090Z [1544/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:20.1091460Z [1545/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:27:20.1193030Z [1546/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T20:27:20.1293530Z [1547/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:27:20.1395320Z [1548/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:27:20.1432220Z [1549/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T20:27:20.1535040Z [1550/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:27:20.1638730Z [1551/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:27:20.1742480Z [1552/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:27:20.1844360Z [1553/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:27:20.1945950Z [1554/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:27:20.2047590Z [1555/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:20.2149270Z [1556/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:27:20.2251920Z [1557/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:20.2354300Z [1558/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:20.2457450Z [1559/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:20.2561220Z [1560/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:27:20.2665060Z [1561/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:27:20.2769730Z [1562/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:27:20.2872130Z [1563/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:27:20.2973710Z [1564/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:27:20.3075390Z [1565/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:27:20.3178560Z [1566/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:20.3281280Z [1567/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:27:20.3384520Z [1568/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:27:20.3487160Z [1569/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:20.3590090Z [1570/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:27:20.3693340Z [1571/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:27:20.3796760Z [1572/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:27:20.3899150Z [1573/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:20.4002230Z [1574/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:27:20.4105250Z [1575/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:27:20.4206570Z [1576/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:27:20.4307760Z [1577/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:27:20.4407850Z [1578/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:27:20.4509640Z [1579/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:27:20.4610230Z [1580/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:27:20.4710010Z [1581/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:27:20.4810410Z [1582/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:27:20.4912160Z [1583/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:27:20.5013470Z [1584/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:27:20.5113500Z [1585/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:27:20.5213810Z [1586/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:27:20.5315680Z [1587/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:27:20.5415920Z [1588/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:27:20.5517330Z [1589/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:27:20.5618350Z [1590/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:27:20.5718920Z [1591/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:27:20.5819350Z [1592/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:27:20.5920630Z [1593/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:27:20.6021180Z [1594/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T20:27:20.6121740Z [1595/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:27:20.6222270Z [1596/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T20:27:20.6324100Z [1597/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:27:20.6424880Z [1598/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:27:20.8360780Z [1599/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:27:20.8461130Z [1600/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:27:20.8563390Z [1601/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:27:20.8663770Z [1602/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:27:20.8765580Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:24:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T20:27:20.8865460Z } 2025-03-21T20:27:20.8967820Z ^ 2025-03-21T20:27:20.9068390Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:34:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T20:27:20.9169040Z } 2025-03-21T20:27:20.9270310Z ^ 2025-03-21T20:27:20.9371000Z 2 warnings generated. 2025-03-21T20:27:20.9472740Z [1603/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:27:20.9572650Z [1604/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T20:27:20.9672870Z [1605/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:27:20.9774330Z [1606/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:27:20.9876090Z [1607/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:20.9975990Z [1608/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.0079290Z [1609/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:27:21.0180610Z [1610/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:27:21.0279980Z [1611/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.0383050Z [1612/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:21.0482880Z [1613/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T20:27:21.0584670Z [1614/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.0685400Z [1615/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.0787060Z [1616/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.0887380Z [1617/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:27:21.0987880Z [1618/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:27:21.1089550Z [1619/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:27:21.1189910Z [1620/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.1290670Z [1621/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:27:21.1393410Z [1622/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.1492910Z [1623/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:21.1593220Z [1624/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.1695080Z [1625/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.1809420Z [1626/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:21.1946770Z [1627/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:27:21.2063470Z [1628/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:21.2191100Z [1629/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:21.2322020Z [1630/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:27:21.2444280Z [1631/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.2497920Z [1632/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:21.2612590Z [1633/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:21.2714990Z [1634/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.2825690Z [1635/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:21.2937380Z [1636/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:21.3040840Z [1637/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.3144720Z [1638/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.3247510Z [1639/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:21.3348040Z [1640/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.3450490Z [1641/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:21.3551740Z [1642/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:21.3652680Z [1643/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:21.3755620Z [1644/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.3855110Z [1645/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:21.3957250Z [1646/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:21.4059860Z [1647/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:21.4161360Z [1648/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:27:21.7977570Z [1649/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:21.8078090Z [1650/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:21.8178580Z [1651/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:21.8280600Z [1652/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:21.8382350Z [1653/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:21.8482500Z [1654/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.8584270Z [1655/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:27:21.8686330Z [1656/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:21.8786340Z [1657/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:21.8886600Z [1658/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:21.8987030Z [1659/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:21.9088530Z [1660/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:27:21.9188920Z [1661/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:21.9289480Z [1662/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:27:21.9389920Z [1663/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:21.9491200Z [1664/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:27:21.9592110Z [1665/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:27:21.9694790Z [1666/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:21.9797710Z [1667/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:21.9899090Z [1668/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:22.0001690Z [1669/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:22.0114910Z [1670/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:22.0216950Z [1671/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:27:22.0317500Z [1672/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:22.0419230Z [1673/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:22.0518370Z [1674/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:22.0618560Z [1675/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:22.0720140Z [1676/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:27:22.0820670Z [1677/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:27:22.0921080Z [1678/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:27:22.1022610Z [1679/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:22.1122470Z [1680/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T20:27:22.1224040Z [1681/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:22.1325930Z [1682/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:22.1438480Z [1683/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:22.1528810Z [1684/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:22.1629210Z [1685/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:22.1731350Z [1686/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:27:22.1830870Z [1687/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:27:22.1933090Z [1688/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:22.2032000Z [1689/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:22.2133300Z [1690/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:27:22.2235230Z [1691/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:27:22.2334920Z [1692/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:27:22.2437510Z [1693/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:27:22.2537260Z [1694/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:22.2638620Z [1695/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:27:22.2739230Z [1696/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:27:22.2841140Z [1697/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:27:22.2943750Z [1698/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:27:22.3043350Z [1699/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:27:22.3143700Z [1700/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:27:22.3245290Z [1701/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:27:22.3346510Z [1702/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:27:22.3447230Z [1703/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:27:22.3547550Z [1704/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:27:22.3649320Z [1705/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:27:22.6203130Z [1706/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T20:27:22.6305540Z [1707/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:27:22.6407820Z [1708/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:27:22.6509790Z [1709/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:27:22.6610570Z [1710/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:27:22.6713320Z [1711/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:27:22.6813050Z [1712/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:27:22.6915570Z [1713/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:27:22.7017780Z [1714/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:27:22.7119120Z [1715/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:27:22.7221490Z [1716/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:27:22.7322060Z [1717/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:27:22.7424270Z [1718/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:27:22.7525770Z [1719/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:27:22.7627330Z [1720/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:27:22.7730990Z [1721/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:27:22.7832500Z [1722/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:27:22.7934170Z [1723/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:27:22.8034550Z [1724/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:27:22.8136000Z [1725/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:27:22.8237690Z [1726/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:27:22.8338010Z [1727/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:27:22.8424840Z [1728/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:27:22.8527650Z [1729/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T20:27:22.8630940Z [1730/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:27:22.8733750Z [1731/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T20:27:22.8836390Z [1732/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:27:22.8938570Z [1733/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T20:27:22.9040390Z [1734/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:27:22.9142250Z [1735/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:27:22.9244090Z [1736/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:27:22.9347370Z [1737/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T20:27:22.9447560Z [1738/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:27:22.9551010Z [1739/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:27:22.9663070Z [1740/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T20:27:22.9771100Z [1741/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:27:22.9863870Z [1742/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T20:27:22.9965350Z [1743/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:27:23.0065780Z [1744/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:27:23.0168480Z [1745/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:27:23.0271090Z [1746/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:27:23.0373150Z [1747/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:27:23.0473270Z [1748/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:27:23.0575640Z [1749/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T20:27:23.0676320Z [1750/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:27:23.0776170Z [1751/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:23.0876380Z [1752/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:27:23.0977700Z [1753/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:27:23.1080760Z [1754/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:23.1181030Z [1755/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:23.1284700Z [1756/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:27:23.1386400Z [1757/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:27:23.1487230Z [1758/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:27:23.1590260Z [1759/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:23.1689810Z [1760/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:23.1790580Z [1761/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:23.1891600Z [1762/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.1992610Z [1763/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:23.2094870Z [1764/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2025-03-21T20:27:23.2194740Z [1765/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.2295240Z [1766/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:23.4410680Z [1767/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.4512630Z [1768/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:23.4614340Z [1769/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:23.4716230Z [1770/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:27:23.4818090Z [1771/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:27:23.4931730Z [1772/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.5036530Z [1773/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:23.5139160Z [1774/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:27:23.5213970Z [1775/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.5316440Z [1776/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T20:27:23.5418580Z [1777/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:27:23.5530990Z [1778/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:27:23.5633190Z [1779/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T20:27:23.5734660Z [1780/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T20:27:23.5836210Z [1781/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:27:23.5939180Z [1782/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:23.6040980Z [1783/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:27:23.6142510Z [1784/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:23.6244030Z [1785/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:27:23.6345720Z [1786/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:27:23.6448310Z [1787/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:23.6550970Z [1788/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:23.6651060Z [1789/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:27:23.6753830Z [1790/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:23.6855050Z [1791/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:27:23.6957980Z [1792/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:27:23.7057680Z [1793/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:27:23.7160650Z [1794/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:27:23.7261400Z [1795/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:23.7363040Z [1796/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:23.7464650Z [1797/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:27:23.7567380Z [1798/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:27:23.7669200Z [1799/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:23.7770670Z [1800/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:23.7872360Z [1801/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T20:27:23.7975260Z [1802/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:27:23.8075360Z [1803/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:27:23.8179140Z [1804/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:23.8278840Z [1805/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:27:23.8381530Z [1806/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:27:23.8482230Z [1807/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:27:23.8583830Z [1808/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:27:23.8684730Z [1809/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:27:23.8786060Z [1810/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:27:23.8887860Z [1811/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:27:23.8990440Z [1812/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:27:23.9089870Z [1813/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:23.9192820Z [1814/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:27:23.9293250Z [1815/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:27:23.9396070Z [1816/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:23.9496420Z [1817/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:27:23.9598620Z [1818/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:27:23.9700260Z [1819/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:27:23.9800550Z [1820/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:27:23.9903380Z [1821/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:27:24.0004250Z [1822/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:27:24.0107200Z [1823/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:27:24.0207240Z [1824/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:27:24.0308970Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/XNNPACK/src/x32-pack-lh/x32-packlh-neonsme2.c:46:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T20:27:24.0409690Z } 2025-03-21T20:27:24.0510770Z ^ 2025-03-21T20:27:24.0611640Z 1 warning generated. 2025-03-21T20:27:24.0712680Z [1825/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:27:24.0815400Z [1826/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:27:25.0394250Z [1827/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:27:25.0497730Z [1828/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T20:27:25.0598150Z [1829/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2025-03-21T20:27:25.0698710Z [1830/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:27:25.0800830Z [1831/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:27:25.0900360Z [1832/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2025-03-21T20:27:25.1000860Z [1833/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:25.1101470Z [1834/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.1203110Z [1835/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2025-03-21T20:27:25.1304050Z [1836/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:25.1403910Z [1837/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:25.1505440Z [1838/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.1606000Z [1839/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:25.1707650Z [1840/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:25.1809200Z [1841/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:27:25.1908830Z [1842/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.2009980Z [1843/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:25.2110400Z [1844/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:25.2212180Z [1845/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.2312660Z [1846/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:27:25.2414150Z [1847/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:25.2516060Z [1848/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:25.2617670Z [1849/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:25.2719740Z [1850/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.2822810Z [1851/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:25.2923640Z [1852/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.3023760Z [1853/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:25.3127610Z [1854/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:25.3226140Z [1855/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:25.3241520Z [1856/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:27:25.3242530Z [1857/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:27:25.3243790Z [1858/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:25.3244720Z [1859/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:25.3245590Z [1860/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:25.3246400Z [1861/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:25.3247200Z [1862/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:25.3248010Z [1863/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.3248820Z [1864/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:25.3249750Z [1865/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.3250530Z [1866/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.3251320Z [1867/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.3252130Z [1868/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:27:25.3253050Z [1869/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:25.3253990Z [1870/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:25.3255000Z [1871/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:25.3255870Z [1872/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:25.3256690Z [1873/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:25.3257500Z [1874/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:25.3258300Z [1875/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:25.3259190Z [1876/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:25.3260150Z [1877/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:25.3264310Z [1878/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:33.0746090Z [1879/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:27:33.0848940Z [1880/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:33.0951180Z [1881/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:33.1051650Z [1882/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:27:33.1152590Z [1883/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:33.1253220Z [1884/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:33.1353730Z [1885/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:33.1454250Z [1886/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:27:33.1555100Z [1887/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T20:27:33.1655510Z [1888/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:33.1757270Z [1889/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T20:27:33.1858620Z [1890/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:33.1957730Z [1891/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:27:33.2059100Z [1892/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:27:33.2159240Z [1893/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T20:27:33.2259930Z [1894/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:27:33.2360760Z [1895/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:33.2462470Z [1896/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:33.2563750Z [1897/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:27:33.2662820Z [1898/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:27:33.2763130Z [1899/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:33.2864550Z [1900/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:33.2964890Z [1901/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:27:33.3066260Z [1902/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:27:33.3166130Z [1903/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:27:33.3267950Z [1904/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:27:33.3368670Z [1905/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:27:33.3468890Z [1906/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:27:33.3570350Z [1907/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:33.3672180Z [1908/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:33.3772410Z [1909/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:33.3872040Z [1910/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:27:33.3974360Z [1911/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T20:27:33.4076420Z [1912/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T20:27:33.4178410Z [1913/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:33.4281770Z [1914/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:27:33.4386010Z [1915/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:33.4485790Z [1916/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:33.4596020Z [1917/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:33.4686470Z [1918/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:33.4787170Z [1919/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:33.4888380Z [1920/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:33.4988810Z [1921/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:33.5089520Z [1922/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:33.5189720Z [1923/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:27:33.5291490Z [1924/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:27:33.5392710Z [1925/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T20:27:33.5492550Z [1926/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:33.5593460Z [1927/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:33.5695680Z [1928/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2025-03-21T20:27:33.5795260Z [1929/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:33.5895760Z [1930/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:33.5996810Z [1931/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:33.6097400Z [1932/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:33.6199080Z [1933/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:27:33.6299960Z [1934/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-03-21T20:27:33.6399710Z [1935/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-03-21T20:27:33.6502460Z [1936/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-03-21T20:27:33.6602020Z [1937/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2025-03-21T20:27:42.5796870Z [1938/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2025-03-21T20:27:42.5900500Z [1939/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2025-03-21T20:27:42.6002610Z [1940/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-03-21T20:27:42.6108170Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2025-03-21T20:27:42.6206450Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-03-21T20:27:42.6308660Z ^ 2025-03-21T20:27:42.6422670Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-03-21T20:27:42.6526180Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2025-03-21T20:27:42.6628530Z ^ 2025-03-21T20:27:42.6730230Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-03-21T20:27:42.6832880Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-03-21T20:27:42.6934640Z ^ 2025-03-21T20:27:42.7035750Z 1 warning generated. 2025-03-21T20:27:42.7137360Z [1941/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-03-21T20:27:42.7248540Z [1942/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-03-21T20:27:42.7354790Z [1943/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-03-21T20:27:42.7456690Z [1944/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-03-21T20:27:42.7558270Z [1945/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2025-03-21T20:27:42.7659870Z [1946/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-03-21T20:27:42.7761710Z [1947/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-03-21T20:27:42.7865070Z [1948/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-03-21T20:27:42.7965630Z [1949/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-03-21T20:27:42.8066150Z [1950/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2025-03-21T20:27:42.8167960Z [1951/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-03-21T20:27:42.8268250Z [1952/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2025-03-21T20:27:42.8368710Z [1953/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-03-21T20:27:42.8470050Z [1954/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2025-03-21T20:27:42.8570420Z [1955/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-03-21T20:27:42.8671900Z [1956/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2025-03-21T20:27:42.8774860Z [1957/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2025-03-21T20:27:42.8876190Z [1958/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-03-21T20:27:42.8976780Z [1959/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-03-21T20:27:42.9077310Z [1960/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-03-21T20:27:42.9179120Z [1961/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-03-21T20:27:42.9280480Z [1962/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2025-03-21T20:27:42.9380080Z [1963/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-03-21T20:27:42.9481760Z [1964/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2025-03-21T20:27:42.9583240Z [1965/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2025-03-21T20:27:42.9685320Z [1966/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:27:42.9785660Z [1967/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-03-21T20:27:42.9886320Z [1968/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2025-03-21T20:27:42.9988330Z [1969/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-03-21T20:27:43.0088870Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2025-03-21T20:27:43.0188360Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-03-21T20:27:43.0288440Z ^ 2025-03-21T20:27:43.0390940Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-03-21T20:27:43.0490260Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2025-03-21T20:27:43.0590850Z ^ 2025-03-21T20:27:43.0692320Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-03-21T20:27:43.0792450Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-03-21T20:27:43.0893850Z ^ 2025-03-21T20:27:43.0994420Z 1 warning generated. 2025-03-21T20:27:43.1095020Z [1970/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2025-03-21T20:27:43.1196010Z [1971/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2025-03-21T20:27:43.1296510Z [1972/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2025-03-21T20:27:43.1397330Z [1973/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2025-03-21T20:27:43.1498150Z [1974/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2025-03-21T20:27:43.1599550Z [1975/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2025-03-21T20:27:43.1699450Z [1976/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2025-03-21T20:27:43.1800190Z [1977/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2025-03-21T20:27:43.1901680Z [1978/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2025-03-21T20:27:43.2001930Z [1979/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2025-03-21T20:27:43.2102460Z [1980/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2025-03-21T20:27:43.2204150Z [1981/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2025-03-21T20:27:43.2305840Z [1982/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2025-03-21T20:27:51.4393410Z [1983/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2025-03-21T20:27:51.4493680Z [1984/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2025-03-21T20:27:51.4598350Z [1985/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2025-03-21T20:27:51.4695060Z [1986/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2025-03-21T20:27:51.4795920Z [1987/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2025-03-21T20:27:51.4896220Z [1988/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2025-03-21T20:27:51.4997360Z [1989/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2025-03-21T20:27:51.5098860Z [1990/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2025-03-21T20:27:51.5199180Z [1991/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2025-03-21T20:27:51.5300280Z [1992/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2025-03-21T20:27:51.5402680Z [1993/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2025-03-21T20:27:51.5502240Z [1994/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2025-03-21T20:27:51.5602580Z [1995/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2025-03-21T20:27:51.5704300Z [1996/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2025-03-21T20:27:51.5803650Z [1997/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2025-03-21T20:27:51.5904840Z [1998/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2025-03-21T20:27:51.6005270Z [1999/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2025-03-21T20:27:51.6107590Z [2000/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2025-03-21T20:27:51.6207850Z [2001/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2025-03-21T20:27:51.6308920Z [2002/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-03-21T20:27:51.6408370Z [2003/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2025-03-21T20:27:51.6508700Z [2004/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-03-21T20:27:51.6610470Z [2005/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-03-21T20:27:51.6710910Z [2006/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:27:51.6812690Z [2007/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-03-21T20:27:51.6912760Z [2008/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2025-03-21T20:27:51.7013920Z [2009/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2025-03-21T20:27:51.7113480Z [2010/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-03-21T20:27:51.7216980Z [2011/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2025-03-21T20:27:51.7316830Z [2012/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-03-21T20:27:51.7416520Z [2013/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-03-21T20:27:51.7517510Z [2014/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-03-21T20:27:51.7618450Z [2015/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-03-21T20:27:51.7719580Z [2016/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2025-03-21T20:27:51.7821210Z [2017/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2025-03-21T20:27:51.7920860Z [2018/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2025-03-21T20:27:51.8021320Z [2019/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-03-21T20:27:51.8122410Z [2020/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2025-03-21T20:27:51.8223270Z [2021/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-03-21T20:27:51.8324100Z [2022/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2025-03-21T20:27:51.8424840Z [2023/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-03-21T20:27:51.8525220Z [2024/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2025-03-21T20:27:51.8625460Z [2025/5715] Linking CXX static library lib/libprotobuf-lite.a 2025-03-21T20:27:51.8726600Z [2026/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2025-03-21T20:27:51.8827170Z [2027/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2025-03-21T20:27:51.8928990Z [2028/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2025-03-21T20:27:51.9028290Z [2029/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2025-03-21T20:27:51.9128930Z [2030/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2025-03-21T20:27:51.9229750Z [2031/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2025-03-21T20:27:51.9330290Z [2032/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2025-03-21T20:27:51.9432010Z [2033/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2025-03-21T20:27:51.9531420Z [2034/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2025-03-21T20:27:51.9632800Z [2035/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2025-03-21T20:27:51.9733240Z [2036/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2025-03-21T20:27:51.9833480Z [2037/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2025-03-21T20:27:51.9934460Z [2038/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2025-03-21T20:27:52.0035570Z [2039/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2025-03-21T20:27:52.0136040Z [2040/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2025-03-21T20:27:52.0237630Z [2041/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2025-03-21T20:27:52.0337000Z [2042/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2025-03-21T20:27:57.5290030Z [2043/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2025-03-21T20:27:57.5392030Z [2044/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2025-03-21T20:27:57.5495280Z [2045/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2025-03-21T20:27:57.5597770Z [2046/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2025-03-21T20:27:57.5699820Z [2047/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2025-03-21T20:27:57.5802730Z [2048/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2025-03-21T20:27:57.5905350Z [2049/5715] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:27:57.6007430Z [2050/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2025-03-21T20:27:57.6109240Z [2051/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2025-03-21T20:27:57.6210980Z [2052/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2025-03-21T20:27:57.6312850Z [2053/5715] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:27:57.6415160Z [2054/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:27:57.6517120Z [2055/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:27:57.6619360Z [2056/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:27:57.6721390Z [2057/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2025-03-21T20:27:57.6825950Z [2058/5715] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2025-03-21T20:27:57.6930360Z [2059/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:27:57.7032350Z [2060/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:27:57.7135270Z [2061/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:27:57.7236580Z [2062/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2025-03-21T20:27:57.7337410Z [2063/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:27:57.7438130Z [2064/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:27:57.7538320Z [2065/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:27:57.7639310Z [2066/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:27:57.7740660Z [2067/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2025-03-21T20:27:57.7840960Z [2068/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:27:57.7942460Z [2069/5715] Linking C static library lib/libcpuinfo.a 2025-03-21T20:27:57.8042070Z [2070/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:27:57.8142470Z [2071/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2025-03-21T20:27:57.8243850Z [2072/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2025-03-21T20:27:57.8350150Z [2073/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2025-03-21T20:27:57.8457520Z [2074/5715] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2025-03-21T20:27:57.8559160Z [2075/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2025-03-21T20:27:57.8659340Z [2076/5715] Linking C static library lib/libcpuinfo_internals.a 2025-03-21T20:27:57.8759650Z [2077/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2025-03-21T20:27:57.8859980Z [2078/5715] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:27:57.8960280Z [2079/5715] Linking C static library lib/libpthreadpool.a 2025-03-21T20:27:57.9065940Z [2080/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2025-03-21T20:27:57.9164540Z [2081/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2025-03-21T20:27:57.9265030Z [2082/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2025-03-21T20:27:57.9378340Z [2083/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2025-03-21T20:27:57.9477710Z [2084/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2025-03-21T20:27:57.9578350Z [2085/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2025-03-21T20:27:57.9680400Z [2086/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2025-03-21T20:27:57.9779850Z [2087/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2025-03-21T20:27:57.9881580Z [2088/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2025-03-21T20:27:57.9981970Z [2089/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2025-03-21T20:27:58.0082250Z [2090/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2025-03-21T20:27:58.0182410Z [2091/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2025-03-21T20:27:58.0284170Z [2092/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2025-03-21T20:27:58.0384480Z [2093/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2025-03-21T20:27:58.0486240Z [2094/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2025-03-21T20:27:58.0585430Z [2095/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2025-03-21T20:27:58.0686930Z [2096/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2025-03-21T20:27:58.0786800Z [2097/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2025-03-21T20:27:58.0887430Z [2098/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2025-03-21T20:27:58.0994820Z [2099/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2025-03-21T20:27:58.1089030Z [2100/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2025-03-21T20:27:58.1189810Z [2101/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2025-03-21T20:27:58.1291320Z [2102/5715] Linking CXX static library lib/libprotobuf.a 2025-03-21T20:27:58.1396410Z [2103/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2025-03-21T20:27:58.1497310Z [2104/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2025-03-21T20:27:58.1599280Z [2105/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2025-03-21T20:27:58.1701010Z [2106/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2025-03-21T20:27:58.1803560Z [2107/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2025-03-21T20:27:58.1906490Z [2108/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2025-03-21T20:27:58.2009310Z [2109/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2025-03-21T20:27:58.2110370Z [2110/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2025-03-21T20:27:58.7437910Z [2111/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2025-03-21T20:27:58.7538180Z [2112/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2025-03-21T20:27:58.7638870Z [2113/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2025-03-21T20:27:58.7739740Z [2114/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2025-03-21T20:27:58.7841930Z [2115/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2025-03-21T20:27:58.7945030Z [2116/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2025-03-21T20:27:58.8046150Z [2117/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2025-03-21T20:27:58.8148060Z [2118/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2025-03-21T20:27:58.8248420Z [2119/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2025-03-21T20:27:58.8349040Z [2120/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2025-03-21T20:27:58.8449740Z [2121/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2025-03-21T20:27:58.8550410Z [2122/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2025-03-21T20:27:58.8650950Z [2123/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2025-03-21T20:27:58.8752410Z [2124/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2025-03-21T20:27:58.8852270Z [2125/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2025-03-21T20:27:58.8952630Z [2126/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2025-03-21T20:27:58.9053200Z [2127/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2025-03-21T20:27:58.9154800Z [2128/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2025-03-21T20:27:58.9256040Z [2129/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2025-03-21T20:27:58.9355410Z [2130/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2025-03-21T20:27:58.9456870Z [2131/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2025-03-21T20:27:58.9557090Z [2132/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2025-03-21T20:27:58.9657870Z [2133/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2025-03-21T20:27:58.9758320Z [2134/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2025-03-21T20:27:58.9860100Z [2135/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2025-03-21T20:27:58.9960600Z [2136/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2025-03-21T20:27:59.0061010Z [2137/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2025-03-21T20:27:59.0161390Z [2138/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2025-03-21T20:27:59.0263480Z [2139/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2025-03-21T20:27:59.0364050Z [2140/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2025-03-21T20:27:59.0464130Z [2141/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2025-03-21T20:27:59.0564900Z [2142/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2025-03-21T20:27:59.0666720Z [2143/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2025-03-21T20:27:59.0766620Z [2144/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2025-03-21T20:27:59.0866810Z [2145/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2025-03-21T20:27:59.0967980Z [2146/5715] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2025-03-21T20:27:59.1068230Z [2147/5715] Linking C static library lib/libclog.a 2025-03-21T20:27:59.1168790Z [2148/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2025-03-21T20:27:59.1270580Z [2149/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2025-03-21T20:27:59.1370400Z [2150/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2025-03-21T20:27:59.1470870Z [2151/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2025-03-21T20:27:59.1571560Z [2152/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2025-03-21T20:27:59.1672520Z [2153/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2025-03-21T20:27:59.1772720Z [2154/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2025-03-21T20:27:59.1875080Z [2155/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2025-03-21T20:27:59.1976840Z [2156/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2025-03-21T20:27:59.2079040Z [2157/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2025-03-21T20:27:59.2178530Z [2158/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2025-03-21T20:27:59.2279090Z [2159/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2025-03-21T20:27:59.2379600Z [2160/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2025-03-21T20:27:59.2481600Z [2161/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2025-03-21T20:27:59.2581910Z [2162/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2025-03-21T20:27:59.2682510Z [2163/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2025-03-21T20:27:59.2783850Z [2164/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2025-03-21T20:27:59.2885030Z [2165/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2025-03-21T20:27:59.2984350Z [2166/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2025-03-21T20:27:59.3085270Z [2167/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2025-03-21T20:27:59.3187660Z [2168/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2025-03-21T20:27:59.3287450Z [2169/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2025-03-21T20:27:59.3387930Z [2170/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2025-03-21T20:27:59.3489660Z [2171/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2025-03-21T20:27:59.3590030Z [2172/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2025-03-21T20:27:59.3690720Z [2173/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2025-03-21T20:27:59.3791070Z [2174/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2025-03-21T20:27:59.3892090Z [2175/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2025-03-21T20:27:59.3992350Z [2176/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2025-03-21T20:27:59.6802900Z [2177/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2025-03-21T20:27:59.6903270Z [2178/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2025-03-21T20:27:59.7003710Z [2179/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2025-03-21T20:27:59.7105090Z [2180/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2025-03-21T20:27:59.7205640Z [2181/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2025-03-21T20:27:59.7306390Z [2182/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2025-03-21T20:27:59.7406810Z [2183/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2025-03-21T20:27:59.7507240Z [2184/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2025-03-21T20:27:59.7608960Z [2185/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2025-03-21T20:27:59.7708850Z [2186/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2025-03-21T20:27:59.7809490Z [2187/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2025-03-21T20:27:59.7909910Z [2188/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:27:59.8011110Z [2189/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2025-03-21T20:27:59.8111660Z [2190/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2025-03-21T20:27:59.8212130Z [2191/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2025-03-21T20:27:59.8313690Z [2192/5715] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2025-03-21T20:27:59.8414250Z [2193/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:27:59.8514920Z [2194/5715] Linking C static library lib/libnnpack_reference_layers.a 2025-03-21T20:27:59.8615330Z [2195/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2025-03-21T20:27:59.8716320Z [2196/5715] Linking C static library lib/libnnpack.a 2025-03-21T20:27:59.8817020Z [2197/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2025-03-21T20:27:59.8917690Z [2198/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2025-03-21T20:27:59.9018050Z [2199/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2025-03-21T20:27:59.9118470Z [2200/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2025-03-21T20:27:59.9219270Z [2201/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2025-03-21T20:27:59.9319980Z [2202/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2025-03-21T20:27:59.9421560Z [2203/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2025-03-21T20:27:59.9521330Z [2204/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2025-03-21T20:27:59.9621980Z [2205/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2025-03-21T20:27:59.9723800Z [2206/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2025-03-21T20:27:59.9824050Z [2207/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2025-03-21T20:27:59.9925990Z [2208/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2025-03-21T20:28:00.0026240Z [2209/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2025-03-21T20:28:00.0126580Z [2210/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2025-03-21T20:28:00.0226800Z [2211/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2025-03-21T20:28:00.0328520Z [2212/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2025-03-21T20:28:00.0429650Z [2213/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2025-03-21T20:28:00.0529030Z [2214/5715] Linking C static library lib/libmicrokernels-prod.a 2025-03-21T20:28:00.0629850Z [2215/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2025-03-21T20:28:00.0731890Z [2216/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2025-03-21T20:28:00.0831770Z [2217/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2025-03-21T20:28:00.0932220Z [2218/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2025-03-21T20:28:00.1032930Z [2219/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2025-03-21T20:28:00.1133890Z [2220/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2025-03-21T20:28:00.1235410Z [2221/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2025-03-21T20:28:00.1335690Z [2222/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2025-03-21T20:28:00.1436810Z [2223/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2025-03-21T20:28:00.1537340Z [2224/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2025-03-21T20:28:00.1638730Z [2225/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2025-03-21T20:28:00.1739150Z [2226/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2025-03-21T20:28:00.1840110Z [2227/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2025-03-21T20:28:00.1940310Z [2228/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2025-03-21T20:28:00.2040570Z [2229/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2025-03-21T20:28:00.2142040Z [2230/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2025-03-21T20:28:00.2242650Z [2231/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2025-03-21T20:28:00.2342880Z [2232/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2025-03-21T20:28:00.2443780Z [2233/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2025-03-21T20:28:00.2544270Z [2234/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2025-03-21T20:28:00.2644980Z [2235/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2025-03-21T20:28:00.2745630Z [2236/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2025-03-21T20:28:00.2847050Z [2237/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2025-03-21T20:28:00.2947120Z [2238/5715] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2025-03-21T20:28:00.3048210Z [2239/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2025-03-21T20:28:00.3149320Z [2240/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2025-03-21T20:28:00.3249210Z [2241/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2025-03-21T20:28:00.3349970Z [2242/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2025-03-21T20:28:00.3450500Z [2243/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2025-03-21T20:28:00.3551660Z [2244/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2025-03-21T20:28:00.3652290Z [2245/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2025-03-21T20:28:00.3752470Z [2246/5715] Linking CXX static library lib/libprotoc.a 2025-03-21T20:28:00.3854200Z [2247/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2025-03-21T20:28:00.3954410Z [2248/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2025-03-21T20:28:00.4054970Z [2249/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2025-03-21T20:28:00.4155540Z [2250/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2025-03-21T20:28:00.4256110Z [2251/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2025-03-21T20:28:04.8462400Z [2252/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2025-03-21T20:28:04.8562990Z [2253/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2025-03-21T20:28:04.8662250Z [2254/5715] Linking CXX executable bin/protoc-3.13.0.0 2025-03-21T20:28:04.8762850Z [2255/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2025-03-21T20:28:04.8864780Z [2256/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2025-03-21T20:28:04.8964350Z [2257/5715] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2025-03-21T20:28:04.9066170Z [2258/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2025-03-21T20:28:04.9165890Z [2259/5715] Creating executable symlink bin/protoc 2025-03-21T20:28:04.9266750Z [2260/5715] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2025-03-21T20:28:04.9367460Z [2261/5715] Running gen_proto.py on onnx/onnx.in.proto 2025-03-21T20:28:04.9467700Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2025-03-21T20:28:04.9569020Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-21T20:28:04.9670810Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2025-03-21T20:28:04.9770280Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2025-03-21T20:28:04.9870690Z generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2025-03-21T20:28:04.9971310Z [2262/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.c.o 2025-03-21T20:28:05.0072520Z [2263/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.c.o 2025-03-21T20:28:05.0173090Z [2264/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.c.o 2025-03-21T20:28:05.0273580Z [2265/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.c.o 2025-03-21T20:28:05.0374100Z [2266/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.c.o 2025-03-21T20:28:05.0475310Z [2267/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.c.o 2025-03-21T20:28:05.0576760Z [2268/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.c.o 2025-03-21T20:28:05.0677460Z [2269/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.c.o 2025-03-21T20:28:05.0777400Z [2270/5715] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2025-03-21T20:28:05.0878580Z [2271/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.c.o 2025-03-21T20:28:05.0978640Z [2272/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla_asm.S.o 2025-03-21T20:28:05.1080150Z [2273/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.c.o 2025-03-21T20:28:05.1181560Z [2274/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.c.o 2025-03-21T20:28:05.1280850Z [2275/5715] Linking CXX static library lib/libpytorch_qnnpack.a 2025-03-21T20:28:05.1381280Z [2276/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.c.o 2025-03-21T20:28:05.1483250Z [2277/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.c.o 2025-03-21T20:28:05.1583080Z [2278/5715] Running C++ protocol buffer compiler on /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-21T20:28:05.1683300Z [2279/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.c.o 2025-03-21T20:28:05.1787510Z [2280/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.c.o 2025-03-21T20:28:05.1889470Z [2281/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.c.o 2025-03-21T20:28:05.1989050Z [2282/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.c.o 2025-03-21T20:28:05.2089430Z [2283/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.c.o 2025-03-21T20:28:05.2190260Z [2284/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:28:05.2290670Z [2285/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:28:05.2391310Z [2286/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:28:05.2492030Z [2287/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:28:05.2592450Z [2288/5715] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:28:05.2694020Z [2289/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:28:05.2793980Z [2290/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2025-03-21T20:28:05.2894030Z [2291/5715] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:28:05.2995940Z [2292/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.c.o 2025-03-21T20:28:05.3095030Z [2293/5715] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:28:05.3196910Z [2294/5715] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:28:05.3296820Z [2295/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:28:05.3397580Z [2296/5715] Building C object confu-deps/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:28:05.3498550Z [2297/5715] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:28:05.3599220Z [2298/5715] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:28:05.3700160Z [2299/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.c.o 2025-03-21T20:28:05.3800540Z [2300/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:28:05.3902640Z [2301/5715] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:28:05.4003020Z [2302/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:28:05.4104890Z [2303/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:28:05.4205440Z [2304/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:28:05.4308660Z [2305/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:28:05.4407350Z [2306/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:28:05.4509890Z [2307/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:28:05.4609990Z [2308/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:28:05.4710160Z [2309/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:28:05.4810510Z [2310/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:28:05.4912810Z [2311/5715] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:28:05.5013330Z [2312/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:28:05.5112930Z [2313/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:28:05.5214420Z [2314/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:28:11.0823410Z [2315/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:28:11.0925150Z [2316/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:28:11.1027680Z [2317/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:28:11.1129780Z [2318/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:28:11.1232300Z [2319/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:28:11.1334510Z [2320/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:28:11.1436910Z [2321/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:28:11.1539070Z [2322/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:28:11.1640710Z [2323/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:28:11.1742320Z [2324/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:28:11.1844620Z [2325/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:28:11.1947220Z [2326/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:28:11.2050570Z [2327/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:28:11.2152710Z [2328/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:28:11.2254210Z [2329/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:28:11.2355750Z [2330/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:28:11.2457330Z [2331/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:28:11.2559000Z [2332/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:28:11.2661640Z [2333/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:28:11.2762690Z [2334/5715] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:28:11.2864140Z [2335/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:28:11.2964380Z [2336/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:28:11.3065830Z [2337/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:28:11.3166190Z [2338/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:28:11.3266550Z [2339/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:28:11.3368130Z [2340/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:28:11.3468460Z [2341/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:28:11.3569840Z [2342/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:28:11.3670420Z [2343/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:28:11.3771060Z [2344/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:28:11.3872120Z [2345/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:28:11.3975730Z [2346/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:28:11.4077670Z [2347/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:28:11.4179200Z [2348/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:28:11.4280180Z [2349/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:28:11.4380820Z [2350/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:28:11.4482100Z [2351/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:28:11.4583360Z [2352/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:28:11.4682850Z [2353/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:28:11.4784620Z [2354/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:28:11.4885150Z [2355/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:28:11.4986500Z [2356/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:28:11.5087730Z [2357/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:28:11.5187220Z [2358/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:28:11.5289720Z [2359/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:28:11.5389700Z [2360/5715] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:28:11.5490870Z [2361/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2025-03-21T20:28:11.5591290Z [2362/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2025-03-21T20:28:11.5692350Z [2363/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2025-03-21T20:28:11.5793860Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:64:23: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] 2025-03-21T20:28:11.5893350Z sysTid = (int32_t)syscall(SYS_thread_selfid); 2025-03-21T20:28:11.5994530Z ^ 2025-03-21T20:28:11.6096210Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2025-03-21T20:28:11.6196210Z int syscall(int, ...); 2025-03-21T20:28:11.6296740Z ^ 2025-03-21T20:28:11.6398050Z 1 warning generated. 2025-03-21T20:28:11.6498840Z [2364/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2025-03-21T20:28:11.6599330Z [2365/5715] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:28:11.6699960Z [2366/5715] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:28:11.6801250Z [2367/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2025-03-21T20:28:11.6902890Z [2368/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2025-03-21T20:28:11.7004070Z [2369/5715] Building CXX object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:28:11.7104610Z [2370/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2025-03-21T20:28:11.7206990Z [2371/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2025-03-21T20:28:11.7308560Z [2372/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2025-03-21T20:28:11.7409420Z [2373/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2025-03-21T20:28:11.7510530Z [2374/5715] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2025-03-21T20:28:11.7611830Z [2375/5715] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2025-03-21T20:28:11.7712380Z [2376/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2025-03-21T20:28:11.7814280Z [2377/5715] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2025-03-21T20:28:11.7914140Z [2378/5715] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2025-03-21T20:28:11.8014750Z [2379/5715] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2025-03-21T20:28:11.8115830Z [2380/5715] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2025-03-21T20:28:11.8216780Z [2381/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2025-03-21T20:28:11.8317620Z [2382/5715] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2025-03-21T20:28:11.8418660Z [2383/5715] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2025-03-21T20:28:11.8518860Z [2384/5715] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2025-03-21T20:28:11.8620530Z [2385/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2025-03-21T20:28:11.8720800Z [2386/5715] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2025-03-21T20:28:11.8821230Z [2387/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2025-03-21T20:28:11.8921640Z [2388/5715] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2025-03-21T20:28:16.5000250Z [2389/5715] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2025-03-21T20:28:16.5102840Z [2390/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2025-03-21T20:28:16.5205870Z [2391/5715] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2025-03-21T20:28:16.5308160Z [2392/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2025-03-21T20:28:16.5410790Z [2393/5715] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2025-03-21T20:28:16.5512760Z [2394/5715] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2025-03-21T20:28:16.5614230Z [2395/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2025-03-21T20:28:16.5716360Z [2396/5715] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2025-03-21T20:28:16.5818310Z [2397/5715] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2025-03-21T20:28:16.5920490Z [2398/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2025-03-21T20:28:16.6022340Z [2399/5715] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2025-03-21T20:28:16.6123910Z [2400/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2025-03-21T20:28:16.6226310Z [2401/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2025-03-21T20:28:16.6328230Z [2402/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2025-03-21T20:28:16.6429730Z [2403/5715] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2025-03-21T20:28:16.6531940Z [2404/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2025-03-21T20:28:16.6634850Z [2405/5715] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2025-03-21T20:28:16.6736850Z [2406/5715] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2025-03-21T20:28:16.6838280Z [2407/5715] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2025-03-21T20:28:16.6939840Z [2408/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2025-03-21T20:28:16.7041350Z [2409/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2025-03-21T20:28:16.7142990Z [2410/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2025-03-21T20:28:16.7245480Z [2411/5715] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2025-03-21T20:28:16.7347610Z [2412/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2025-03-21T20:28:16.7449500Z [2413/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2025-03-21T20:28:16.7551510Z [2414/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2025-03-21T20:28:16.7653060Z [2415/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2025-03-21T20:28:16.7755800Z [2416/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2025-03-21T20:28:16.7857850Z [2417/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2025-03-21T20:28:16.7959240Z [2418/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2025-03-21T20:28:16.8061870Z [2419/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2025-03-21T20:28:16.8163870Z [2420/5715] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2025-03-21T20:28:16.8266280Z [2421/5715] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2025-03-21T20:28:16.8368380Z [2422/5715] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2025-03-21T20:28:16.8469940Z [2423/5715] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2025-03-21T20:28:16.8571640Z [2424/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2025-03-21T20:28:16.8673980Z [2425/5715] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2025-03-21T20:28:16.8776080Z [2426/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2025-03-21T20:28:16.8878240Z [2427/5715] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2025-03-21T20:28:16.8880900Z [2428/5715] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2025-03-21T20:28:16.8983580Z [2429/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2025-03-21T20:28:16.9085300Z [2430/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2025-03-21T20:28:16.9186620Z [2431/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2025-03-21T20:28:16.9288070Z [2432/5715] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2025-03-21T20:28:16.9389570Z [2433/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e8m0fnu.cpp.o 2025-03-21T20:28:16.9490850Z [2434/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2025-03-21T20:28:16.9592300Z [2435/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2025-03-21T20:28:16.9694430Z [2436/5715] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2025-03-21T20:28:16.9796210Z [2437/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2025-03-21T20:28:16.9897600Z [2438/5715] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2025-03-21T20:28:16.9999560Z [2439/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2025-03-21T20:28:17.0101260Z [2440/5715] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2025-03-21T20:28:17.0202520Z [2441/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Gauge.cpp.o 2025-03-21T20:28:17.0304080Z [2442/5715] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2025-03-21T20:28:17.0405540Z [2443/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2025-03-21T20:28:17.0507140Z [2444/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.c.o 2025-03-21T20:28:17.0660270Z [2445/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.c.o 2025-03-21T20:28:17.0763620Z [2446/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.c.o 2025-03-21T20:28:17.0866420Z [2447/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2025-03-21T20:28:17.0969740Z [2448/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2025-03-21T20:28:17.1073710Z [2449/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c.o 2025-03-21T20:28:17.1177030Z [2450/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.c.o 2025-03-21T20:28:17.1280230Z [2451/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.c.o 2025-03-21T20:28:17.1382390Z [2452/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.c.o 2025-03-21T20:28:17.1485800Z [2453/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.c.o 2025-03-21T20:28:17.1589000Z [2454/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2025-03-21T20:28:17.1692010Z [2455/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2025-03-21T20:28:17.1693140Z [2456/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2025-03-21T20:28:17.1796270Z [2457/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2025-03-21T20:28:17.1898880Z [2458/5715] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2025-03-21T20:28:17.2000380Z [2459/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.c.o 2025-03-21T20:28:17.2102500Z [2460/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2025-03-21T20:28:17.2205760Z [2461/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod_asm.S.o 2025-03-21T20:28:17.2310190Z [2462/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c.o 2025-03-21T20:28:17.2413030Z [2463/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c.o 2025-03-21T20:28:17.2514820Z [2464/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod_asm.S.o 2025-03-21T20:28:28.0797620Z [2465/5715] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2025-03-21T20:28:28.0899770Z [2466/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod_asm.S.o 2025-03-21T20:28:28.0999270Z [2467/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod_asm.S.o 2025-03-21T20:28:28.1099760Z [2468/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c.o 2025-03-21T20:28:28.1201790Z [2469/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.c.o 2025-03-21T20:28:28.1302610Z [2470/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.c.o 2025-03-21T20:28:28.1402820Z [2471/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.c.o 2025-03-21T20:28:28.1505630Z [2472/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.c.o 2025-03-21T20:28:28.1605250Z [2473/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2025-03-21T20:28:28.1707660Z [2474/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2025-03-21T20:28:28.1807800Z [2475/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm_asm.S.o 2025-03-21T20:28:28.1907900Z [2476/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.c.o 2025-03-21T20:28:28.2009810Z [2477/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm_asm.S.o 2025-03-21T20:28:28.2110470Z [2478/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.c.o 2025-03-21T20:28:28.2211920Z [2479/5715] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm_asm.S.o 2025-03-21T20:28:28.2312740Z [2480/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.c.o 2025-03-21T20:28:28.2413170Z [2481/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c.o 2025-03-21T20:28:28.2514710Z [2482/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.c.o 2025-03-21T20:28:28.2614820Z [2483/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.c.o 2025-03-21T20:28:28.2715490Z [2484/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.c.o 2025-03-21T20:28:28.2816810Z [2485/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.c.o 2025-03-21T20:28:28.2917490Z [2486/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.c.o 2025-03-21T20:28:28.3017970Z [2487/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.c.o 2025-03-21T20:28:28.3118550Z [2488/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.c.o 2025-03-21T20:28:28.3221300Z [2489/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c.o 2025-03-21T20:28:28.3320120Z [2490/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.c.o 2025-03-21T20:28:28.3420370Z [2491/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c.o 2025-03-21T20:28:28.3522840Z [2492/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.c.o 2025-03-21T20:28:28.3622300Z [2493/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.c.o 2025-03-21T20:28:28.3724130Z [2494/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.c.o 2025-03-21T20:28:28.3824870Z [2495/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.c.o 2025-03-21T20:28:28.3925450Z [2496/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c.o 2025-03-21T20:28:28.4028000Z [2497/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2025-03-21T20:28:28.4127580Z [2498/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.c.o 2025-03-21T20:28:28.4229510Z [2499/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.c.o 2025-03-21T20:28:28.4331700Z [2500/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.c.o 2025-03-21T20:28:28.4432510Z [2501/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.c.o 2025-03-21T20:28:28.4534830Z [2502/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.c.o 2025-03-21T20:28:28.4634630Z [2503/5715] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.c.o 2025-03-21T20:28:28.4735890Z [2504/5715] Linking C static library lib/libkleidiai.a 2025-03-21T20:28:28.4837440Z [2505/5715] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2025-03-21T20:28:28.4937290Z [2506/5715] Building CXX object c10/CMakeFiles/c10.dir/util/NetworkFlow.cpp.o 2025-03-21T20:28:28.5039130Z [2507/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2025-03-21T20:28:28.5139180Z [2508/5715] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2025-03-21T20:28:28.5239750Z [2509/5715] Linking CXX static library lib/libfmt.a 2025-03-21T20:28:28.5340630Z [2510/5715] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2025-03-21T20:28:28.5441540Z [2511/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2025-03-21T20:28:28.5542870Z [2512/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2025-03-21T20:28:28.5643240Z [2513/5715] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2025-03-21T20:28:28.5743870Z [2514/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2025-03-21T20:28:28.5844330Z [2515/5715] Building CXX object c10/test/CMakeFiles/c10_error_test.dir/util/error_test.cpp.o 2025-03-21T20:28:28.5945700Z [2516/5715] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2025-03-21T20:28:28.6047740Z [2517/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2025-03-21T20:28:28.6147490Z [2518/5715] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2025-03-21T20:28:29.3353920Z [2519/5715] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2025-03-21T20:28:29.3458430Z [2520/5715] Building CXX object c10/test/CMakeFiles/c10_generic_math_test.dir/util/generic_math_test.cpp.o 2025-03-21T20:28:29.3560020Z [2521/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2025-03-21T20:28:29.3663020Z [2522/5715] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2025-03-21T20:28:29.3764890Z [2523/5715] Building CXX object c10/test/CMakeFiles/c10_lazy_test.dir/util/lazy_test.cpp.o 2025-03-21T20:28:29.3866510Z [2524/5715] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2025-03-21T20:28:29.3968610Z [2525/5715] Linking CXX static library lib/libkineto.a 2025-03-21T20:28:29.4071280Z [2526/5715] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2025-03-21T20:28:29.4173260Z [2527/5715] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2025-03-21T20:28:29.4274840Z [2528/5715] Building CXX object c10/test/CMakeFiles/c10_ssize_test.dir/util/ssize_test.cpp.o 2025-03-21T20:28:29.4382070Z [2529/5715] Building CXX object c10/test/CMakeFiles/c10_string_util_test.dir/util/string_util_test.cpp.o 2025-03-21T20:28:29.4494400Z [2530/5715] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2025-03-21T20:28:29.4596160Z [2531/5715] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2025-03-21T20:28:29.4698870Z [2532/5715] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2025-03-21T20:28:29.4800090Z [2533/5715] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2025-03-21T20:28:29.4901560Z [2534/5715] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2025-03-21T20:28:29.5002960Z [2535/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2025-03-21T20:28:29.5103840Z [2536/5715] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2025-03-21T20:28:29.5205230Z [2537/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2025-03-21T20:28:29.5305410Z [2538/5715] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2025-03-21T20:28:29.5406780Z [2539/5715] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2025-03-21T20:28:29.5507350Z [2540/5715] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2025-03-21T20:28:29.5608220Z [2541/5715] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2025-03-21T20:28:29.5709750Z [2542/5715] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2025-03-21T20:28:29.5811530Z [2543/5715] Building CXX object c10/CMakeFiles/c10.dir/util/error.cpp.o 2025-03-21T20:28:29.5911950Z [2544/5715] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2025-03-21T20:28:29.6013100Z [2545/5715] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2025-03-21T20:28:29.6114490Z [2546/5715] Building CXX object c10/CMakeFiles/c10.dir/util/env.cpp.o 2025-03-21T20:28:29.6216010Z [2547/5715] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2025-03-21T20:28:29.6317440Z [2548/5715] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2025-03-21T20:28:29.6417670Z [2549/5715] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2025-03-21T20:28:29.6518170Z [2550/5715] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2025-03-21T20:28:29.6618530Z [2551/5715] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2025-03-21T20:28:29.6720620Z [2552/5715] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2025-03-21T20:28:29.6822530Z [2553/5715] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2025-03-21T20:28:29.6923150Z [2554/5715] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2025-03-21T20:28:29.7023460Z [2555/5715] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2025-03-21T20:28:29.7124860Z [2556/5715] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2025-03-21T20:28:29.7225420Z [2557/5715] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2025-03-21T20:28:29.7325760Z [2558/5715] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2025-03-21T20:28:29.7426970Z [2559/5715] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2025-03-21T20:28:29.7527660Z [2560/5715] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2025-03-21T20:28:29.7627880Z [2561/5715] Linking CXX shared library lib/libc10.dylib 2025-03-21T20:28:29.7728450Z [2562/5715] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2025-03-21T20:28:29.7829220Z [2563/5715] Building CXX object c10/test/CMakeFiles/c10_Scalar_test.dir/core/Scalar_test.cpp.o 2025-03-21T20:28:29.7929900Z [2564/5715] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2025-03-21T20:28:29.8031320Z [2565/5715] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2025-03-21T20:28:29.8130710Z [2566/5715] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2025-03-21T20:28:29.8231690Z [2567/5715] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2025-03-21T20:28:29.8332210Z [2568/5715] Building CXX object c10/test/CMakeFiles/c10_ArrayRef_test.dir/util/ArrayRef_test.cpp.o 2025-03-21T20:28:29.8432710Z [2569/5715] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2025-03-21T20:28:29.8533830Z [2570/5715] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2025-03-21T20:28:29.8635490Z [2571/5715] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2025-03-21T20:28:29.8736960Z [2572/5715] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2025-03-21T20:28:29.8837570Z [2573/5715] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2025-03-21T20:28:29.8937580Z [2574/5715] Building CXX object c10/test/CMakeFiles/c10_cow_test.dir/core/impl/cow_test.cpp.o 2025-03-21T20:28:29.9039150Z [2575/5715] Building CXX object c10/test/CMakeFiles/c10_NetworkFlow_test.dir/util/NetworkFlow_test.cpp.o 2025-03-21T20:28:29.9140490Z [2576/5715] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2025-03-21T20:28:29.9241510Z [2577/5715] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2025-03-21T20:28:29.9343570Z [2578/5715] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2025-03-21T20:28:29.9445180Z [2579/5715] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2025-03-21T20:28:29.9546610Z [2580/5715] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2025-03-21T20:28:29.9649230Z [2581/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2025-03-21T20:28:29.9751530Z [2582/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2025-03-21T20:28:29.9853300Z [2583/5715] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2025-03-21T20:28:29.9955220Z [2584/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2025-03-21T20:28:30.0057240Z [2585/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2025-03-21T20:28:30.0158270Z [2586/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0259900Z [2587/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0360430Z [2588/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2025-03-21T20:28:30.0462750Z [2589/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0565120Z [2590/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0667240Z [2591/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0767720Z [2592/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2025-03-21T20:28:30.0868060Z [2593/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u8.c.o 2025-03-21T20:28:30.0969570Z [2594/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u32.c.o 2025-03-21T20:28:30.1070850Z [2595/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2025-03-21T20:28:30.1171670Z [2596/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2025-03-21T20:28:30.1273850Z [2597/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2025-03-21T20:28:30.1375110Z [2598/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2025-03-21T20:28:30.4656930Z [2599/5715] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2025-03-21T20:28:30.4758850Z [2600/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2025-03-21T20:28:30.4863790Z [2601/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2025-03-21T20:28:30.4973350Z [2602/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2025-03-21T20:28:30.5079470Z [2603/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2025-03-21T20:28:30.5189120Z [2604/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c.o 2025-03-21T20:28:30.5306800Z [2605/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c.o 2025-03-21T20:28:30.5409510Z [2606/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c.o 2025-03-21T20:28:30.5511930Z [2607/5715] Building CXX object c10/test/CMakeFiles/c10_bit_cast_test.dir/util/bit_cast_test.cpp.o 2025-03-21T20:28:30.5613570Z [2608/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c.o 2025-03-21T20:28:30.5716760Z [2609/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c.o 2025-03-21T20:28:30.5819700Z [2610/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c.o 2025-03-21T20:28:30.5924970Z [2611/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c.o 2025-03-21T20:28:30.6028840Z [2612/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c.o 2025-03-21T20:28:30.6131540Z [2613/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c.o 2025-03-21T20:28:30.6233410Z [2614/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c.o 2025-03-21T20:28:30.6335570Z [2615/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c.o 2025-03-21T20:28:30.6437180Z [2616/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2025-03-21T20:28:30.6540880Z [2617/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2025-03-21T20:28:30.6636580Z [2618/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2025-03-21T20:28:30.6739460Z [2619/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.6842500Z [2620/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.6943970Z [2621/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.7045870Z [2622/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.7148090Z [2623/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7248000Z [2624/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7350290Z [2625/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7451430Z [2626/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.7552510Z [2627/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7655220Z [2628/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.7754670Z [2629/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7856550Z [2630/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.7958470Z [2631/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.8059260Z [2632/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.8160540Z [2633/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2025-03-21T20:28:30.8262490Z [2634/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2025-03-21T20:28:30.8364930Z [2635/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2025-03-21T20:28:30.8466230Z [2636/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:28:30.8566860Z [2637/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u16.c.o 2025-03-21T20:28:30.8668300Z [2638/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u16.c.o 2025-03-21T20:28:30.8770230Z [2639/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u16.c.o 2025-03-21T20:28:30.8870620Z [2640/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c.o 2025-03-21T20:28:30.8973000Z [2641/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c.o 2025-03-21T20:28:30.9076500Z [2642/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-03-21T20:28:30.9176490Z [2643/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2025-03-21T20:28:30.9281020Z [2644/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c.o 2025-03-21T20:28:30.9380830Z [2645/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c.o 2025-03-21T20:28:30.9484290Z [2646/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u8.c.o 2025-03-21T20:28:30.9593520Z [2647/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2025-03-21T20:28:30.9695350Z [2648/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u16.c.o 2025-03-21T20:28:30.9795760Z [2649/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u24.c.o 2025-03-21T20:28:30.9898800Z [2650/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:28:30.9999420Z [2651/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.0102350Z [2652/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.0743700Z [2653/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.0844420Z [2654/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.0951190Z [2655/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1056750Z [2656/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1159020Z [2657/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.1260970Z [2658/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1360760Z [2659/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1464110Z [2660/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.1566030Z [2661/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1667500Z [2662/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.1766810Z [2663/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.1867220Z [2664/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.1967510Z [2665/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.2069100Z [2666/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neondot-ld64.c.o 2025-03-21T20:28:31.2170520Z [2667/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neondot-ld64.c.o 2025-03-21T20:28:31.2269730Z [2668/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.2370180Z [2669/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.2470380Z [2670/5715] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2025-03-21T20:28:31.2572150Z [2671/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.2672510Z [2672/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.2773030Z [2673/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.2873170Z [2674/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.2973420Z [2675/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.3075160Z [2676/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.3175500Z [2677/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neondot-ld64.c.o 2025-03-21T20:28:31.3275920Z [2678/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-neondot.c.o 2025-03-21T20:28:31.3376060Z [2679/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neondot-ld64.c.o 2025-03-21T20:28:31.3477520Z [2680/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.3577210Z [2681/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.3678390Z [2682/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.3779350Z [2683/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c4-minmax-neondot.c.o 2025-03-21T20:28:31.3880600Z [2684/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x32c4-minmax-neondot.c.o 2025-03-21T20:28:31.3982700Z [2685/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-neondot.c.o 2025-03-21T20:28:31.4082760Z [2686/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x32c4-minmax-neondot.c.o 2025-03-21T20:28:31.4184070Z [2687/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2025-03-21T20:28:31.4284920Z [2688/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2025-03-21T20:28:31.4387070Z [2689/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2025-03-21T20:28:31.4486910Z [2690/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2025-03-21T20:28:31.4589280Z [2691/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2025-03-21T20:28:31.4688800Z [2692/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2025-03-21T20:28:31.4790380Z [2693/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2025-03-21T20:28:31.4890720Z [2694/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2025-03-21T20:28:31.4990930Z [2695/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2025-03-21T20:28:31.5091570Z [2696/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2025-03-21T20:28:31.5191890Z [2697/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x32c4-minmax-neondot.c.o 2025-03-21T20:28:31.5293100Z [2698/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2025-03-21T20:28:31.5394510Z [2699/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2025-03-21T20:28:31.5494370Z [2700/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2025-03-21T20:28:31.5594820Z [2701/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2025-03-21T20:28:31.5697240Z [2702/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2025-03-21T20:28:31.5797290Z [2703/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2025-03-21T20:28:31.5899010Z [2704/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2025-03-21T20:28:31.6000170Z [2705/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2025-03-21T20:28:31.6099830Z [2706/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2025-03-21T20:28:31.6200180Z [2707/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2025-03-21T20:28:31.6301650Z [2708/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2025-03-21T20:28:31.6402120Z [2709/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2025-03-21T20:28:33.2236040Z [2710/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:28:33.2337730Z [2711/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2025-03-21T20:28:33.2438190Z [2712/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:28:33.2539790Z [2713/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2025-03-21T20:28:33.2641440Z [2714/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2025-03-21T20:28:33.2743240Z [2715/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:28:33.2845240Z [2716/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2025-03-21T20:28:33.2946030Z [2717/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2025-03-21T20:28:33.3048750Z [2718/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2025-03-21T20:28:33.3150560Z [2719/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:28:33.3251650Z [2720/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2025-03-21T20:28:33.3354440Z [2721/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2025-03-21T20:28:33.3456900Z [2722/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.3557370Z [2723/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u8.c.o 2025-03-21T20:28:33.3660220Z [2724/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2025-03-21T20:28:33.3761190Z [2725/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.3863030Z [2726/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2025-03-21T20:28:33.3966320Z [2727/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2025-03-21T20:28:33.4070850Z [2728/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4173540Z [2729/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4275940Z [2730/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4377510Z [2731/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4477900Z [2732/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4578990Z [2733/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4680610Z [2734/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4781760Z [2735/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4883650Z [2736/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u8.c.o 2025-03-21T20:28:33.4983730Z [2737/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.5085530Z [2738/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:33.5188200Z [2739/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2025-03-21T20:28:33.5287640Z [2740/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:28:33.5389420Z [2741/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:33.5492880Z [2742/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:33.5593080Z [2743/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:33.5695470Z [2744/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:33.5795270Z [2745/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:33.5897810Z [2746/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:33.5997790Z [2747/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:33.6098710Z [2748/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2025-03-21T20:28:33.6204820Z [2749/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2025-03-21T20:28:33.6306350Z [2750/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2025-03-21T20:28:33.6407810Z [2751/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2025-03-21T20:28:33.6511830Z [2752/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2025-03-21T20:28:33.6616150Z [2753/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2025-03-21T20:28:33.6715390Z [2754/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u8.c.o 2025-03-21T20:28:33.6816130Z [2755/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:28:33.6917850Z [2756/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:28:33.7020630Z [2757/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2025-03-21T20:28:33.7129750Z [2758/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2025-03-21T20:28:33.7232040Z [2759/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2025-03-21T20:28:33.7338960Z [2760/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2025-03-21T20:28:33.7441940Z [2761/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:28:33.7545320Z [2762/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2025-03-21T20:28:33.7644480Z [2763/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:28:33.7746010Z [2764/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2025-03-21T20:28:33.7839300Z [2765/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2025-03-21T20:28:33.7947860Z [2766/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:28:33.8050620Z [2767/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2025-03-21T20:28:33.8164670Z [2768/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:28:33.8277990Z [2769/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:28:33.8394920Z [2770/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2025-03-21T20:28:33.8501150Z [2771/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:28:33.8605350Z [2772/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:28:33.8707180Z [2773/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:28:33.8810750Z [2774/5715] Generating build_identifier.c 2025-03-21T20:28:33.8912850Z [2775/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:28:33.9013240Z [2776/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:28:33.9018130Z [2777/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:28:33.9022410Z [2778/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:28:33.9025310Z [2779/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:28:33.9028130Z [2780/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:28:33.9033170Z [2781/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:28:33.9034210Z [2782/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:28:33.9035170Z [2783/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:28:33.9036080Z [2784/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:28:33.9037080Z [2785/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2025-03-21T20:28:33.9146990Z [2786/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:28:33.9252830Z [2787/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:28:33.9354330Z [2788/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:28:33.9455870Z [2789/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:28:33.9555980Z [2790/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:28:33.9666280Z [2791/5715] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2025-03-21T20:28:33.9772700Z [2792/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:28:33.9873970Z [2793/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:28:33.9910550Z [2794/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:28:33.9939440Z [2795/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:28:34.0113950Z [2796/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:28:34.0217930Z [2797/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:28:34.0320450Z [2798/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:28:34.0436480Z [2799/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:28:34.0548290Z [2800/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:28:34.0649890Z [2801/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:28:34.0760040Z [2802/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:28:34.0825530Z [2803/5715] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2025-03-21T20:28:34.0827170Z [2804/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:28:34.0903730Z [2805/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:28:34.1005770Z [2806/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:28:34.1106710Z [2807/5715] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:28:34.1213930Z [2808/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2025-03-21T20:28:34.1253690Z [2809/5715] Linking CXX static library lib/libXNNPACK.a 2025-03-21T20:28:34.1323790Z [2810/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x32c4-minmax-neondot.c.o 2025-03-21T20:28:34.1435200Z [2811/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2025-03-21T20:28:34.1550410Z [2812/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.1674940Z [2813/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.1781060Z [2814/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.1792970Z [2815/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.1850050Z [2816/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2025-03-21T20:28:34.1966130Z [2817/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2025-03-21T20:28:34.2069000Z [2818/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.2187990Z [2819/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.2294910Z [2820/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.2418620Z [2821/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2025-03-21T20:28:34.2528590Z [2822/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:28:34.2650920Z [2823/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u16.c.o 2025-03-21T20:28:34.2774770Z [2824/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc2.c.o 2025-03-21T20:28:34.2881260Z [2825/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc4.c.o 2025-03-21T20:28:34.2984210Z [2826/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3084180Z [2827/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3184570Z [2828/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:28:34.3286530Z [2829/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3387300Z [2830/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3487230Z [2831/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3588530Z [2832/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3687870Z [2833/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.3791180Z [2834/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.3891640Z [2835/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.3991230Z [2836/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.4091560Z [2837/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2025-03-21T20:28:34.4193440Z [2838/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.4294020Z [2839/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.4395490Z [2840/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.4495660Z [2841/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.4596800Z [2842/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.4697800Z [2843/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.4798650Z [2844/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.4900910Z [2845/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.5001170Z [2846/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.5101600Z [2847/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:28:34.5203800Z [2848/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:28:34.5303820Z [2849/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.5404300Z [2850/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:28:34.5506010Z [2851/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.5606150Z [2852/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.5706630Z [2853/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2025-03-21T20:28:34.5808450Z [2854/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-03-21T20:28:34.5909830Z [2855/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2025-03-21T20:28:34.6009440Z [2856/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2025-03-21T20:28:34.6111850Z [2857/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2025-03-21T20:28:34.6211490Z [2858/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2025-03-21T20:28:34.6313210Z [2859/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2025-03-21T20:28:34.6413510Z [2860/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2025-03-21T20:28:34.6515420Z [2861/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:34.6615790Z [2862/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2025-03-21T20:28:34.6716300Z [2863/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2025-03-21T20:28:34.6818000Z [2864/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2025-03-21T20:28:34.6919660Z [2865/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:34.7020180Z [2866/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:34.7120430Z [2867/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2025-03-21T20:28:34.7221640Z [2868/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:34.7322410Z [2869/5715] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2025-03-21T20:28:34.7424740Z [2870/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:34.7523920Z [2871/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:34.7624800Z [2872/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:34.7726310Z [2873/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:34.7827210Z [2874/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:34.7929490Z [2875/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:34.8028670Z [2876/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:34.8129130Z [2877/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:34.8229640Z [2878/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:34.8331150Z [2879/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:34.8431950Z [2880/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:34.8534450Z [2881/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:34.8634070Z [2882/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:34.8735260Z [2883/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:34.8834780Z [2884/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.4456430Z [2885/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.4557860Z [2886/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.4657180Z [2887/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.4759920Z [2888/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.4859510Z [2889/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.4959960Z [2890/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:28:39.5062050Z [2891/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.5162980Z [2892/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.5265290Z [2893/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.5365350Z [2894/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:39.5467370Z [2895/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.5567890Z [2896/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.5671970Z [2897/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.5773540Z [2898/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.5876820Z [2899/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:28:39.5977410Z [2900/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:28:39.6079060Z [2901/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.6194420Z [2902/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.6312740Z [2903/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.6413120Z [2904/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:39.6513800Z [2905/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.6615080Z [2906/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2025-03-21T20:28:39.6716870Z [2907/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:28:39.6821740Z [2908/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.6923180Z [2909/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.7023960Z [2910/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.7126170Z [2911/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.7234150Z [2912/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.7336640Z [2913/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.7439460Z [2914/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.7539400Z [2915/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.7639880Z [2916/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.7740010Z [2917/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:39.7841690Z [2918/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:39.7943210Z [2919/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:39.8044750Z [2920/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:28:39.8143890Z [2921/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:28:39.8244430Z [2922/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:39.8346010Z [2923/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2025-03-21T20:28:39.8451920Z [2924/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2025-03-21T20:28:39.8555570Z [2925/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2025-03-21T20:28:39.8658780Z [2926/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2025-03-21T20:28:39.8760870Z [2927/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2025-03-21T20:28:39.8896180Z [2928/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2025-03-21T20:28:39.9029550Z [2929/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2025-03-21T20:28:39.9134400Z [2930/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:39.9135720Z [2931/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:28:39.9136830Z [2932/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2025-03-21T20:28:39.9137980Z [2933/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2025-03-21T20:28:39.9171710Z [2934/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2025-03-21T20:28:39.9174650Z [2935/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:28:39.9178370Z [2936/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:47.0648040Z [2937/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:47.0747380Z [2938/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:47.0847890Z [2939/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:47.0948480Z [2940/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:47.1050800Z [2941/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:47.1150560Z [2942/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:47.1251120Z [2943/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:47.1351570Z [2944/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:28:47.1452820Z [2945/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2025-03-21T20:28:47.1553490Z [2946/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2025-03-21T20:28:47.1654120Z [2947/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2025-03-21T20:28:47.1755500Z [2948/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2025-03-21T20:28:47.1855730Z [2949/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2025-03-21T20:28:47.1956350Z [2950/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2025-03-21T20:28:47.2056990Z [2951/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:28:47.2157700Z [2952/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2025-03-21T20:28:47.2258880Z [2953/5715] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2025-03-21T20:28:47.2359060Z [2954/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2025-03-21T20:28:47.2459610Z [2955/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2025-03-21T20:28:47.2560310Z [2956/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2025-03-21T20:28:47.2660790Z [2957/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2025-03-21T20:28:47.2762580Z [2958/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2025-03-21T20:28:47.2863270Z [2959/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2025-03-21T20:28:47.2963720Z [2960/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/bsd-ifaddrs.c.o 2025-03-21T20:28:47.3064550Z [2961/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getentropy.c.o 2025-03-21T20:28:47.3166080Z [2962/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2025-03-21T20:28:47.3265790Z [2963/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/kqueue.c.o 2025-03-21T20:28:47.3367100Z [2964/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/darwin-proctitle.c.o 2025-03-21T20:28:47.3467730Z [2965/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/darwin.c.o 2025-03-21T20:28:47.3568230Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/libuv/src/unix/darwin.c:216:17: warning: variable 'kr' set but not used [-Wunused-but-set-variable] 2025-03-21T20:28:47.3581060Z kern_return_t kr; 2025-03-21T20:28:47.3682530Z ^ 2025-03-21T20:28:47.3783820Z 1 warning generated. 2025-03-21T20:28:47.3886180Z [2966/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fsevents.c.o 2025-03-21T20:28:47.3988510Z [2967/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2025-03-21T20:28:47.4090040Z [2968/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2025-03-21T20:28:47.4191390Z [2969/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2025-03-21T20:28:47.4293740Z [2970/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2025-03-21T20:28:47.4395790Z [2971/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2025-03-21T20:28:47.4498760Z [2972/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2025-03-21T20:28:47.4601380Z [2973/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2025-03-21T20:28:47.4702900Z [2974/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2025-03-21T20:28:47.4805350Z [2975/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2025-03-21T20:28:47.4908110Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/system.cc:60:31: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] 2025-03-21T20:28:47.5010200Z IORegistryEntryFromPath(kIOMasterPortDefault, "IOService:/"); 2025-03-21T20:28:47.5112820Z ^~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:28:47.5214770Z kIOMainPortDefault 2025-03-21T20:28:47.5323150Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:133:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here 2025-03-21T20:28:47.5423490Z const mach_port_t kIOMasterPortDefault 2025-03-21T20:28:47.5525050Z ^ 2025-03-21T20:28:47.5625790Z 1 warning generated. 2025-03-21T20:28:47.5729260Z [2976/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2025-03-21T20:28:47.5832310Z [2977/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2025-03-21T20:28:47.5932750Z [2978/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2025-03-21T20:28:47.6036070Z [2979/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2025-03-21T20:28:47.6135500Z [2980/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2025-03-21T20:28:47.6236890Z [2981/5715] Building CXX object c10/test/CMakeFiles/c10_small_vector_test.dir/util/small_vector_test.cpp.o 2025-03-21T20:28:47.6338380Z [2982/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2025-03-21T20:28:47.6439930Z [2983/5715] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2025-03-21T20:28:47.6540190Z [2984/5715] Linking CXX static library lib/libgtest.a 2025-03-21T20:28:47.6641560Z [2985/5715] Linking CXX static library lib/libgmock.a 2025-03-21T20:28:47.6743380Z [2986/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2025-03-21T20:28:47.6843150Z [2987/5715] Linking CXX static library lib/libgmock_main.a 2025-03-21T20:28:47.6945090Z [2988/5715] Linking CXX static library lib/libgtest_main.a 2025-03-21T20:28:47.7045600Z [2989/5715] Linking CXX executable bin/c10_complex_math_test 2025-03-21T20:28:47.7146830Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:47.7248380Z [2990/5715] Linking CXX executable bin/c10_complex_test 2025-03-21T20:28:47.7348530Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:47.7450710Z [2991/5715] Linking CXX executable bin/c10_error_test 2025-03-21T20:28:47.7551360Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:47.7652610Z [2992/5715] Linking CXX executable bin/c10_exception_test 2025-03-21T20:28:47.7753830Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.7654500Z [2993/5715] Linking CXX executable bin/c10_flags_test 2025-03-21T20:28:50.7754480Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.7855250Z [2994/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2025-03-21T20:28:50.7978630Z [2995/5715] Linking CXX executable bin/c10_generic_math_test 2025-03-21T20:28:50.8080180Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.8181500Z [2996/5715] Linking CXX executable bin/c10_intrusive_ptr_test 2025-03-21T20:28:50.8282770Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.8384020Z [2997/5715] Linking CXX executable bin/c10_irange_test 2025-03-21T20:28:50.8486130Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.8587790Z [2998/5715] Linking CXX executable bin/c10_lazy_test 2025-03-21T20:28:50.8690130Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.8792290Z [2999/5715] Linking CXX executable bin/c10_logging_test 2025-03-21T20:28:50.8893670Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.8995140Z [3000/5715] Linking CXX executable bin/c10_optional_test 2025-03-21T20:28:50.9096600Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.9197890Z [3001/5715] Linking CXX executable bin/c10_ordered_preserving_dict_test 2025-03-21T20:28:50.9303980Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.9406520Z [3002/5715] Linking CXX executable bin/c10_registry_test 2025-03-21T20:28:50.9508960Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.9610570Z [3003/5715] Linking CXX executable bin/c10_small_vector_test 2025-03-21T20:28:50.9712300Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:50.9813690Z [3004/5715] Linking CXX executable bin/c10_ssize_test 2025-03-21T20:28:50.9915900Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.0017560Z [3005/5715] Linking CXX executable bin/c10_string_util_test 2025-03-21T20:28:51.0119020Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.0221160Z [3006/5715] Linking CXX executable bin/c10_string_view_test 2025-03-21T20:28:51.0322820Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.0424100Z [3007/5715] Linking CXX executable bin/c10_tempfile_test 2025-03-21T20:28:51.0525640Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.0626880Z [3008/5715] Linking CXX executable bin/c10_typeid_test 2025-03-21T20:28:51.0736500Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.0838650Z [3009/5715] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2025-03-21T20:28:51.0940590Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1042600Z [3010/5715] Linking CXX executable bin/c10_DeviceGuard_test 2025-03-21T20:28:51.1144250Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1245500Z [3011/5715] Linking CXX executable bin/c10_Device_test 2025-03-21T20:28:51.1346780Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1448700Z [3012/5715] Linking CXX executable bin/c10_DispatchKeySet_test 2025-03-21T20:28:51.1550450Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1652470Z [3013/5715] Linking CXX executable bin/c10_Scalar_test 2025-03-21T20:28:51.1754120Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1772620Z [3014/5715] Linking CXX executable bin/c10_SymInt_test 2025-03-21T20:28:51.1873990Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.1975100Z [3015/5715] Linking CXX executable bin/c10_StreamGuard_test 2025-03-21T20:28:51.2076500Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.2178780Z [3016/5715] Linking CXX executable bin/c10_InlineDeviceGuard_test 2025-03-21T20:28:51.2280280Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.2381600Z [3017/5715] Linking CXX executable bin/c10_InlineStreamGuard_test 2025-03-21T20:28:51.2475420Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.2577680Z [3018/5715] Linking CXX executable bin/c10_cow_test 2025-03-21T20:28:51.2679900Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.2781470Z [3019/5715] Linking CXX executable bin/c10_SizesAndStrides_test 2025-03-21T20:28:51.2883290Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.2984840Z [3020/5715] Linking CXX executable bin/c10_ArrayRef_test 2025-03-21T20:28:51.3086550Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.3186740Z [3021/5715] Linking CXX executable bin/c10_Bitset_test 2025-03-21T20:28:51.3288270Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.3389090Z [3022/5715] Linking CXX executable bin/c10_ConstexprCrc_test 2025-03-21T20:28:51.3489600Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.3580980Z [3023/5715] Linking CXX executable bin/c10_DeadlockDetection_test 2025-03-21T20:28:51.3682400Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.3783430Z [3024/5715] Linking CXX executable bin/c10_Half_test 2025-03-21T20:28:51.3885150Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.3986570Z [3025/5715] Linking CXX executable bin/c10_LeftRight_test 2025-03-21T20:28:51.4087810Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.4189080Z [3026/5715] Linking CXX executable bin/c10_Metaprogramming_test 2025-03-21T20:28:51.4290610Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.4392450Z [3027/5715] Linking CXX executable bin/c10_NetworkFlow_test 2025-03-21T20:28:51.4493460Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.4593920Z [3028/5715] Linking CXX executable bin/c10_Synchronized_test 2025-03-21T20:28:51.4694530Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.4796030Z [3029/5715] Linking CXX executable bin/c10_ThreadLocal_test 2025-03-21T20:28:51.4896210Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.4997350Z [3030/5715] Linking CXX executable bin/c10_TypeIndex_test 2025-03-21T20:28:51.5098310Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.5199110Z [3031/5715] Linking CXX executable bin/c10_TypeList_test 2025-03-21T20:28:51.5299790Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.5400590Z [3032/5715] Linking CXX executable bin/c10_accumulate_test 2025-03-21T20:28:51.5501560Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.5613180Z [3033/5715] Linking CXX executable bin/c10_TypeTraits_test 2025-03-21T20:28:51.5703250Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.5803510Z [3034/5715] Linking CXX executable bin/c10_bfloat16_test 2025-03-21T20:28:51.5904810Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.6005940Z [3035/5715] Linking CXX executable bin/c10_bit_cast_test 2025-03-21T20:28:51.6106960Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-03-21T20:28:51.6207990Z [3036/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2025-03-21T20:28:51.6309000Z [3037/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2025-03-21T20:28:51.6410100Z [3038/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2025-03-21T20:28:51.6511690Z [3039/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2025-03-21T20:28:51.6612000Z [3040/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2025-03-21T20:28:51.6714510Z [3041/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2025-03-21T20:28:51.6815660Z [3042/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2025-03-21T20:28:51.6918150Z [3043/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2025-03-21T20:28:51.7018400Z [3044/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2025-03-21T20:28:51.7119990Z [3045/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2025-03-21T20:28:51.7220330Z [3046/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2025-03-21T20:28:51.7320630Z [3047/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2025-03-21T20:28:51.7422440Z [3048/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2025-03-21T20:28:51.7522760Z [3049/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2025-03-21T20:28:51.7624520Z [3050/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2025-03-21T20:28:51.7724700Z [3051/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2025-03-21T20:28:51.7825240Z [3052/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2025-03-21T20:28:51.7928320Z [3053/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2025-03-21T20:28:51.8004870Z [3054/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2025-03-21T20:28:51.8106770Z [3055/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2025-03-21T20:28:51.8209040Z [3056/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2025-03-21T20:28:51.8311360Z [3057/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2025-03-21T20:28:51.8412820Z [3058/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2025-03-21T20:28:51.8515070Z [3059/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2025-03-21T20:28:51.8617190Z [3060/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2025-03-21T20:28:51.8718590Z [3061/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2025-03-21T20:28:51.8820650Z [3062/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2025-03-21T20:28:51.8922630Z [3063/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2025-03-21T20:28:51.9025400Z [3064/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2025-03-21T20:28:51.9127500Z [3065/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2025-03-21T20:28:51.9229170Z [3066/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2025-03-21T20:28:51.9332130Z [3067/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2025-03-21T20:28:51.9431630Z [3068/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2025-03-21T20:28:51.9532490Z [3069/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2025-03-21T20:28:51.9633720Z [3070/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2025-03-21T20:28:51.9734730Z [3071/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2025-03-21T20:28:51.9835690Z [3072/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2025-03-21T20:28:51.9936200Z [3073/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2025-03-21T20:28:52.0036680Z [3074/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2025-03-21T20:28:52.0137280Z [3075/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2025-03-21T20:28:52.0238340Z [3076/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2025-03-21T20:28:52.0339170Z [3077/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2025-03-21T20:28:52.0439460Z [3078/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2025-03-21T20:28:52.0539920Z [3079/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2025-03-21T20:28:52.0642120Z [3080/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2025-03-21T20:28:52.0742010Z [3081/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2025-03-21T20:28:52.0843450Z [3082/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2025-03-21T20:28:52.0944950Z [3083/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2025-03-21T20:28:52.1044700Z [3084/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2025-03-21T20:28:52.1145710Z [3085/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2025-03-21T20:28:52.1246450Z [3086/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2025-03-21T20:28:52.1347320Z [3087/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2025-03-21T20:28:52.1448100Z [3088/5715] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2025-03-21T20:28:52.1548910Z [3089/5715] Linking C static library lib/libtensorpipe_uv.a 2025-03-21T20:28:52.1649160Z [3090/5715] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2025-03-21T20:28:52.1749970Z [3091/5715] Linking CXX static library lib/libbenchmark.a 2025-03-21T20:28:52.1850680Z [3092/5715] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2025-03-21T20:28:52.1951810Z [3093/5715] Linking CXX static library lib/libbenchmark_main.a 2025-03-21T20:28:52.2051740Z [3094/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2025-03-21T20:28:52.2153100Z [3095/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2025-03-21T20:28:52.2252820Z [3096/5715] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2025-03-21T20:28:52.2353680Z [3097/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2025-03-21T20:28:52.2454870Z [3098/5715] Linking CXX static library lib/libtensorpipe.a 2025-03-21T20:28:52.2556010Z [3099/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2025-03-21T20:28:52.2656640Z [3100/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2025-03-21T20:28:52.2757040Z [3101/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2025-03-21T20:28:52.2858450Z [3102/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2025-03-21T20:28:52.2958700Z [3103/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2025-03-21T20:28:52.3059360Z [3104/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2025-03-21T20:28:52.3159940Z [3105/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2025-03-21T20:28:52.3260620Z [3106/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2025-03-21T20:28:52.3361270Z [3107/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2025-03-21T20:28:52.3462020Z [3108/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2025-03-21T20:28:52.3562620Z [3109/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2025-03-21T20:28:52.3663130Z [3110/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/utils.cc.o 2025-03-21T20:28:52.3764540Z [3111/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2025-03-21T20:28:52.3864620Z [3112/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2025-03-21T20:28:52.3966000Z [3113/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2025-03-21T20:28:52.4066260Z [3114/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2025-03-21T20:28:52.4168300Z [3115/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2025-03-21T20:28:52.4268030Z [3116/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2025-03-21T20:28:52.4368640Z [3117/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2025-03-21T20:28:52.4470030Z [3118/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2025-03-21T20:28:52.4570330Z [3119/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2025-03-21T20:28:52.4671500Z [3120/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2025-03-21T20:28:52.4869940Z [3121/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2025-03-21T20:28:52.4870690Z [3122/5715] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-03-21T20:28:52.4973510Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2025-03-21T20:28:52.5074350Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-21T20:28:52.5175100Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2025-03-21T20:28:52.5275280Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2025-03-21T20:28:52.5376610Z generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2025-03-21T20:28:52.5477520Z [3123/5715] Running C++ protocol buffer compiler on /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-21T20:28:52.5577680Z [3124/5715] Running gen_proto.py on onnx/onnx-data.in.proto 2025-03-21T20:28:52.5677980Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2025-03-21T20:28:52.5779150Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-21T20:28:52.5880790Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2025-03-21T20:28:52.5981320Z Writing /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2025-03-21T20:28:52.6082080Z generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2025-03-21T20:28:52.6184000Z [3125/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2025-03-21T20:28:52.6283480Z [3126/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/address.cc.o 2025-03-21T20:28:52.6385060Z [3127/5715] Running C++ protocol buffer compiler on /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-21T20:28:52.6485730Z [3128/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/fs-poll.c.o 2025-03-21T20:28:53.8594020Z [3129/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/idna.c.o 2025-03-21T20:28:53.8696000Z [3130/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2025-03-21T20:28:53.8797510Z [3131/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/unbound_buffer.cc.o 2025-03-21T20:28:53.8900870Z [3132/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/context.cc.o 2025-03-21T20:28:53.9002840Z [3133/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/libuv.cc.o 2025-03-21T20:28:53.9104400Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.cc:5: 2025-03-21T20:28:53.9208390Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:349:17: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:53.9312270Z typename std::result_of::type invoke(F&& f, Args&&... args) { 2025-03-21T20:28:53.9414440Z ^ 2025-03-21T20:28:53.9516490Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:53.9618190Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:53.9719840Z ^ 2025-03-21T20:28:53.9823230Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:53.9925890Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:54.0026990Z ^ 2025-03-21T20:28:54.0129990Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:54.0142440Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:54.0246700Z ^ 2025-03-21T20:28:54.0347950Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.cc:5: 2025-03-21T20:28:54.0451660Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:54.0555790Z !std::is_void::type>::value, 2025-03-21T20:28:54.0657520Z ^ 2025-03-21T20:28:54.0759660Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:54.0861490Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:54.0962670Z ^ 2025-03-21T20:28:54.1064170Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:54.1165720Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:54.1271260Z ^ 2025-03-21T20:28:54.1373180Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:54.1475110Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:54.1576780Z ^ 2025-03-21T20:28:54.1678820Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.cc:5: 2025-03-21T20:28:54.1780830Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:54.1883640Z typename std::result_of::type>::type 2025-03-21T20:28:54.1985180Z ^ 2025-03-21T20:28:54.2086950Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:54.2189790Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:54.2291220Z ^ 2025-03-21T20:28:54.2394150Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:54.2496780Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:54.2598230Z ^ 2025-03-21T20:28:54.2701460Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:54.2805030Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:54.2907400Z ^ 2025-03-21T20:28:54.3009230Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.cc:5: 2025-03-21T20:28:54.3113850Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:54.3219570Z !std::is_void::type>::value, 2025-03-21T20:28:54.3326560Z ^ 2025-03-21T20:28:54.3430640Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:54.3534110Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:54.3635850Z ^ 2025-03-21T20:28:54.3737690Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:54.3839440Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:54.3940830Z ^ 2025-03-21T20:28:54.4042390Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:54.4144080Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:54.4245220Z ^ 2025-03-21T20:28:54.4347760Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.cc:5: 2025-03-21T20:28:54.4451110Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:54.4553130Z typename std::result_of::type>::type 2025-03-21T20:28:54.4653550Z ^ 2025-03-21T20:28:54.4755540Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:54.4855450Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:54.4957160Z ^ 2025-03-21T20:28:54.5060040Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:54.5158910Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:54.5260110Z ^ 2025-03-21T20:28:54.5362490Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:55.2010670Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:55.2112570Z ^ 2025-03-21T20:28:55.2213910Z 5 warnings generated. 2025-03-21T20:28:55.2315090Z [3134/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2025-03-21T20:28:55.2417290Z [3135/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2025-03-21T20:28:55.2519210Z [3136/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2025-03-21T20:28:55.2620560Z [3137/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2025-03-21T20:28:55.2722910Z [3138/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2025-03-21T20:28:55.2825760Z [3139/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/pair.cc.o 2025-03-21T20:28:55.2927460Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/pair.cc:18: 2025-03-21T20:28:55.3029420Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:349:17: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:55.3132030Z typename std::result_of::type invoke(F&& f, Args&&... args) { 2025-03-21T20:28:55.3233580Z ^ 2025-03-21T20:28:55.3335250Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:55.3439200Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:55.3540930Z ^ 2025-03-21T20:28:55.3643110Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:55.3744710Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:55.3846020Z ^ 2025-03-21T20:28:55.3949560Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:55.4052250Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:55.4153420Z ^ 2025-03-21T20:28:55.4256130Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/pair.cc:18: 2025-03-21T20:28:55.4359120Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:55.4460990Z !std::is_void::type>::value, 2025-03-21T20:28:55.4562690Z ^ 2025-03-21T20:28:55.4665300Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:55.4767170Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:55.4868890Z ^ 2025-03-21T20:28:55.4970650Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:55.5072310Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:55.5173660Z ^ 2025-03-21T20:28:55.5275200Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:55.5382920Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:55.5484520Z ^ 2025-03-21T20:28:55.5587880Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/pair.cc:18: 2025-03-21T20:28:55.5691810Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:55.5796890Z typename std::result_of::type>::type 2025-03-21T20:28:55.5898540Z ^ 2025-03-21T20:28:55.6002530Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:55.6107220Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:55.6207610Z ^ 2025-03-21T20:28:55.6308540Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:55.6408740Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:55.6509850Z ^ 2025-03-21T20:28:55.6610230Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:55.6710950Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:55.6810940Z ^ 2025-03-21T20:28:55.6912830Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/pair.cc:18: 2025-03-21T20:28:55.6916290Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:55.6919030Z !std::is_void::type>::value, 2025-03-21T20:28:55.6919730Z ^ 2025-03-21T20:28:55.6922280Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:55.6924300Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:55.6924540Z ^ 2025-03-21T20:28:55.6925110Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:55.6925790Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:28:55.6926170Z ^ 2025-03-21T20:28:55.7027750Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:28:55.7129220Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:28:55.7230920Z ^ 2025-03-21T20:28:55.7332690Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/pair.cc:18: 2025-03-21T20:28:55.7434680Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:28:55.7537700Z typename std::result_of::type>::type 2025-03-21T20:28:55.7640930Z ^ 2025-03-21T20:28:55.7742950Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:28:55.7844710Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:28:55.7946210Z ^ 2025-03-21T20:28:55.8047880Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:28:55.8149430Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:14.7003510Z ^ 2025-03-21T20:29:14.7106350Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:14.7208910Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:14.7310040Z ^ 2025-03-21T20:29:14.7420170Z 5 warnings generated. 2025-03-21T20:29:14.7522350Z [3140/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2025-03-21T20:29:14.7624660Z [3141/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2025-03-21T20:29:14.7726120Z [3142/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2025-03-21T20:29:14.7827830Z [3143/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2025-03-21T20:29:14.7929040Z [3144/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2025-03-21T20:29:14.8029490Z [3145/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/uv/device.cc.o 2025-03-21T20:29:14.8131670Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/device.cc:28: 2025-03-21T20:29:14.8335190Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:349:17: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:29:14.8435810Z typename std::result_of::type invoke(F&& f, Args&&... args) { 2025-03-21T20:29:14.8535880Z ^ 2025-03-21T20:29:14.8641580Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:29:14.8741870Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:29:14.8842320Z ^ 2025-03-21T20:29:14.8943730Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:29:14.9044150Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:14.9144420Z ^ 2025-03-21T20:29:14.9246290Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:14.9346400Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:14.9448320Z ^ 2025-03-21T20:29:14.9549220Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/device.cc:28: 2025-03-21T20:29:14.9653530Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:29:14.9755360Z !std::is_void::type>::value, 2025-03-21T20:29:14.9855090Z ^ 2025-03-21T20:29:14.9957020Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:29:15.0058410Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:29:15.0110560Z ^ 2025-03-21T20:29:15.0212120Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:29:15.0314200Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:15.0415880Z ^ 2025-03-21T20:29:15.0517810Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:15.0620000Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:15.0721650Z ^ 2025-03-21T20:29:15.0823100Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/device.cc:28: 2025-03-21T20:29:15.0927080Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:29:15.1030610Z typename std::result_of::type>::type 2025-03-21T20:29:15.1132170Z ^ 2025-03-21T20:29:15.1234240Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:29:15.1336180Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:29:15.1437410Z ^ 2025-03-21T20:29:15.1539000Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:29:15.1640640Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:15.1741770Z ^ 2025-03-21T20:29:15.1843480Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:15.1945140Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:15.2047460Z ^ 2025-03-21T20:29:15.2149180Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/device.cc:28: 2025-03-21T20:29:15.2253600Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:386:35: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:29:15.2357230Z !std::is_void::type>::value, 2025-03-21T20:29:15.2459290Z ^ 2025-03-21T20:29:15.2563570Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:29:15.2667300Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:29:15.2769320Z ^ 2025-03-21T20:29:15.2869590Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:29:15.2970180Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:15.3069920Z ^ 2025-03-21T20:29:15.3173680Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:15.3272040Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:15.3372470Z ^ 2025-03-21T20:29:15.3477620Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/device.cc:28: 2025-03-21T20:29:15.3577960Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/gloo/gloo/transport/uv/libuv.h:387:21: warning: 'result_of' is deprecated [-Wdeprecated-declarations] 2025-03-21T20:29:15.3677580Z typename std::result_of::type>::type 2025-03-21T20:29:15.3778580Z ^ 2025-03-21T20:29:15.3879790Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/result_of.h:25:7: note: 'result_of' has been explicitly marked deprecated here 2025-03-21T20:29:15.3980550Z class _LIBCPP_DEPRECATED_IN_CXX17 result_of; 2025-03-21T20:29:16.1907880Z ^ 2025-03-21T20:29:16.2010150Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2025-03-21T20:29:16.2108960Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2025-03-21T20:29:16.2209270Z ^ 2025-03-21T20:29:16.2310350Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2025-03-21T20:29:16.2410620Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2025-03-21T20:29:16.2511400Z ^ 2025-03-21T20:29:16.2612100Z 5 warnings generated. 2025-03-21T20:29:16.2712790Z [3146/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2025-03-21T20:29:16.2813830Z [3147/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2025-03-21T20:29:16.2914040Z [3148/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2025-03-21T20:29:16.3015530Z [3149/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2025-03-21T20:29:16.3116360Z [3150/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2025-03-21T20:29:16.3215950Z [3151/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2025-03-21T20:29:16.3317270Z [3152/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2025-03-21T20:29:16.3417770Z [3153/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2025-03-21T20:29:16.3519250Z [3154/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2025-03-21T20:29:16.3619330Z [3155/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2025-03-21T20:29:16.3721060Z [3156/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2025-03-21T20:29:16.3823000Z [3157/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2025-03-21T20:29:16.3922860Z [3158/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2025-03-21T20:29:16.4023760Z [3159/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2025-03-21T20:29:16.4124730Z [3160/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2025-03-21T20:29:16.4224800Z [3161/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2025-03-21T20:29:16.4326740Z [3162/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2025-03-21T20:29:16.4426260Z [3163/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2025-03-21T20:29:16.4526770Z [3164/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2025-03-21T20:29:16.4627610Z [3165/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2025-03-21T20:29:16.4728600Z [3166/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2025-03-21T20:29:16.4830070Z [3167/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2025-03-21T20:29:16.4930030Z [3168/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2025-03-21T20:29:16.5034840Z [3169/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2025-03-21T20:29:16.5135560Z [3170/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2025-03-21T20:29:16.5235760Z [3171/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2025-03-21T20:29:16.5336200Z [3172/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2025-03-21T20:29:16.5438030Z [3173/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2025-03-21T20:29:16.5538560Z [3174/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2025-03-21T20:29:16.5638320Z [3175/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2025-03-21T20:29:16.5738520Z [3176/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2025-03-21T20:29:16.5840110Z [3177/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2025-03-21T20:29:16.5940390Z [3178/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2025-03-21T20:29:16.6041460Z [3179/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2025-03-21T20:29:16.6141760Z [3180/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2025-03-21T20:29:16.6242670Z [3181/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2025-03-21T20:29:16.6343540Z [3182/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2025-03-21T20:29:16.6443890Z [3183/5715] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2025-03-21T20:29:16.6544400Z [3184/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/inet.c.o 2025-03-21T20:29:16.6644980Z [3185/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/random.c.o 2025-03-21T20:29:16.6746040Z [3186/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/strscpy.c.o 2025-03-21T20:29:16.6846370Z [3187/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/threadpool.c.o 2025-03-21T20:29:16.6946670Z [3188/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/timer.c.o 2025-03-21T20:29:16.7047240Z [3189/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/uv-common.c.o 2025-03-21T20:29:16.7148660Z [3190/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/uv-data-getter-setters.c.o 2025-03-21T20:29:16.7249010Z [3191/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/version.c.o 2025-03-21T20:29:16.7349670Z [3192/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/async.c.o 2025-03-21T20:29:16.7450810Z [3193/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/core.c.o 2025-03-21T20:29:16.7551060Z [3194/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2025-03-21T20:29:16.7652530Z [3195/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/dl.c.o 2025-03-21T20:29:16.7752980Z [3196/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/getaddrinfo.c.o 2025-03-21T20:29:16.7853480Z [3197/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/fs.c.o 2025-03-21T20:29:16.7954230Z [3198/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/getnameinfo.c.o 2025-03-21T20:29:16.8055340Z [3199/5715] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2025-03-21T20:29:16.8155720Z [3200/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2025-03-21T20:29:16.8256240Z [3201/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/loop-watcher.c.o 2025-03-21T20:29:16.8357610Z [3202/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/loop.c.o 2025-03-21T20:29:16.8458100Z [3203/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/pipe.c.o 2025-03-21T20:29:16.8558750Z [3204/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/poll.c.o 2025-03-21T20:29:16.8662370Z [3205/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/process.c.o 2025-03-21T20:29:16.8761250Z [3206/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/random-devurandom.c.o 2025-03-21T20:29:16.8860620Z [3207/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/tcp.c.o 2025-03-21T20:29:16.8962650Z [3208/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/signal.c.o 2025-03-21T20:29:16.9063660Z [3209/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/thread.c.o 2025-03-21T20:29:16.9164460Z [3210/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/tty.c.o 2025-03-21T20:29:16.9265180Z [3211/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/stream.c.o 2025-03-21T20:29:16.9365860Z [3212/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/proctitle.c.o 2025-03-21T20:29:16.9466130Z [3213/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/udp.c.o 2025-03-21T20:29:16.9567190Z [3214/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/bsd-ifaddrs.c.o 2025-03-21T20:29:16.9667770Z [3215/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/random-getentropy.c.o 2025-03-21T20:29:16.9768490Z [3216/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2025-03-21T20:29:16.9869390Z [3217/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/kqueue.c.o 2025-03-21T20:29:16.9970590Z [3218/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/darwin-proctitle.c.o 2025-03-21T20:29:17.4921680Z [3219/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/darwin.c.o 2025-03-21T20:29:17.5024270Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/third_party/libuv/src/unix/darwin.c:216:17: warning: variable 'kr' set but not used [-Wunused-but-set-variable] 2025-03-21T20:29:17.5125510Z kern_return_t kr; 2025-03-21T20:29:17.5226460Z ^ 2025-03-21T20:29:17.5327950Z 1 warning generated. 2025-03-21T20:29:17.5428130Z [3220/5715] Building C object third_party/tensorpipe/third_party/libuv/CMakeFiles/uv_a.dir/src/unix/fsevents.c.o 2025-03-21T20:29:17.5529620Z [3221/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2025-03-21T20:29:17.5630060Z [3222/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2025-03-21T20:29:17.5731410Z [3223/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2025-03-21T20:29:17.5831550Z [3224/5715] Linking C static library lib/libuv_a.a 2025-03-21T20:29:17.5934160Z [3225/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2025-03-21T20:29:17.6034640Z [3226/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2025-03-21T20:29:17.6137130Z [3227/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2025-03-21T20:29:17.6237170Z [3228/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:29:17.6338840Z [3229/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2025-03-21T20:29:17.6440680Z [3230/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2025-03-21T20:29:17.6542130Z [3231/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2025-03-21T20:29:17.6643570Z [3232/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:29:17.6745660Z [3233/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2025-03-21T20:29:17.6847420Z [3234/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2025-03-21T20:29:17.6949220Z [3235/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2025-03-21T20:29:17.7052090Z [3236/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2025-03-21T20:29:17.7154810Z [3237/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2025-03-21T20:29:17.7256600Z [3238/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2025-03-21T20:29:17.7357010Z [3239/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2025-03-21T20:29:17.7458600Z [3240/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2025-03-21T20:29:17.7558920Z [3241/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2025-03-21T20:29:17.7660700Z [3242/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2025-03-21T20:29:17.7760750Z [3243/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2025-03-21T20:29:17.7863650Z [3244/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2025-03-21T20:29:17.7963190Z [3245/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2025-03-21T20:29:17.8064960Z [3246/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2025-03-21T20:29:17.8166930Z [3247/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2025-03-21T20:29:17.8268500Z [3248/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2025-03-21T20:29:17.8372470Z [3249/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2025-03-21T20:29:17.8472730Z [3250/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2025-03-21T20:29:17.8574190Z [3251/5715] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2025-03-21T20:29:17.8677090Z [3252/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2025-03-21T20:29:17.8780180Z [3253/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2025-03-21T20:29:17.8880480Z [3254/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2025-03-21T20:29:17.8983340Z [3255/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2025-03-21T20:29:17.9083830Z [3256/5715] Linking CXX static library lib/libgloo.a 2025-03-21T20:29:17.9186620Z [3257/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2025-03-21T20:29:17.9287270Z [3258/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2025-03-21T20:29:17.9389710Z [3259/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2025-03-21T20:29:17.9491580Z [3260/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2025-03-21T20:29:17.9591820Z [3261/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2025-03-21T20:29:17.9693510Z [3262/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:17.9795840Z [3263/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2025-03-21T20:29:17.9896780Z [3264/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2025-03-21T20:29:17.9998940Z [3265/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.0100590Z [3266/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.0201480Z [3267/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2025-03-21T20:29:18.0303210Z [3268/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2025-03-21T20:29:18.0403740Z [3269/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.0506270Z [3270/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.0605710Z [3271/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.0707410Z [3272/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:18.0810240Z [3273/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2025-03-21T20:29:18.0912570Z [3274/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.1012900Z [3275/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:18.1114320Z [3276/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:29:18.1215010Z [3277/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:19.1551800Z [3278/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.1652190Z [3279/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:19.1754910Z [3280/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:19.1855890Z [3281/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.1955890Z [3282/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.2056290Z [3283/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.2157890Z [3284/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2025-03-21T20:29:19.2258230Z [3285/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.2361590Z [3286/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2025-03-21T20:29:19.2462340Z [3287/5715] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2025-03-21T20:29:19.2563160Z [3288/5715] Linking CXX static library lib/libonnx_proto.a 2025-03-21T20:29:19.2663570Z [3289/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.2764910Z [3290/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2025-03-21T20:29:19.2865390Z [3291/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.2966390Z [3292/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2025-03-21T20:29:19.3066980Z [3293/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2025-03-21T20:29:19.3167650Z [3294/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:19.3268890Z [3295/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2025-03-21T20:29:19.3369130Z [3296/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2025-03-21T20:29:19.3470950Z [3297/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2025-03-21T20:29:19.3571330Z [3298/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:19.3672400Z [3299/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2025-03-21T20:29:19.3773110Z [3300/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2025-03-21T20:29:19.3875610Z [3301/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.3975890Z [3302/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:29:19.4075520Z [3303/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:29:19.4175980Z [3304/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4277800Z [3305/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:29:19.4378100Z [3306/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4479270Z [3307/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4579860Z [3308/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4680210Z [3309/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:29:19.4782520Z [3310/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4882060Z [3311/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.4982380Z [3312/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.5082700Z [3313/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u16.c.o 2025-03-21T20:29:19.5184360Z [3314/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-03-21T20:29:19.5284590Z [3315/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u64.c.o 2025-03-21T20:29:19.5385660Z [3316/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc2.c.o 2025-03-21T20:29:19.5486820Z [3317/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:29:19.5586990Z [3318/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2025-03-21T20:29:19.5689020Z [3319/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2025-03-21T20:29:19.5789920Z [3320/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc4.c.o 2025-03-21T20:29:19.5890640Z [3321/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2025-03-21T20:29:19.5989940Z [3322/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2025-03-21T20:29:19.6091710Z [3323/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2025-03-21T20:29:19.6193430Z [3324/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2025-03-21T20:29:19.6293470Z [3325/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2025-03-21T20:29:19.6394010Z [3326/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2025-03-21T20:29:19.6494660Z [3327/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2025-03-21T20:29:19.6595660Z [3328/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2025-03-21T20:29:19.6696410Z [3329/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2025-03-21T20:29:19.6796660Z [3330/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2025-03-21T20:29:19.6898280Z [3331/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2025-03-21T20:29:19.6998430Z [3332/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2025-03-21T20:29:19.7098930Z [3333/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2025-03-21T20:29:19.7200650Z [3334/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2025-03-21T20:29:19.7300960Z [3335/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2025-03-21T20:29:19.7402470Z [3336/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2025-03-21T20:29:19.7502960Z [3337/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2025-03-21T20:29:20.5253470Z [3338/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2025-03-21T20:29:20.5355170Z [3339/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2025-03-21T20:29:20.5455410Z [3340/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:29:20.5557620Z [3341/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2025-03-21T20:29:20.5658130Z [3342/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2025-03-21T20:29:20.5759740Z [3343/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2025-03-21T20:29:20.5860610Z [3344/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2025-03-21T20:29:20.5862970Z [3345/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2025-03-21T20:29:20.5965310Z [3346/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2025-03-21T20:29:20.6068070Z [3347/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:29:20.6170420Z [3348/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2025-03-21T20:29:20.6273070Z [3349/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:20.6375500Z [3350/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:20.6477070Z [3351/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12-prfm.c.o 2025-03-21T20:29:20.6578800Z [3352/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c.o 2025-03-21T20:29:20.6680240Z [3353/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16-prfm.c.o 2025-03-21T20:29:20.6783080Z [3354/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c.o 2025-03-21T20:29:20.6885600Z [3355/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:20.6988060Z [3356/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:29:20.7090880Z [3357/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:20.7209600Z [3358/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2025-03-21T20:29:20.7319760Z [3359/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c.o 2025-03-21T20:29:20.7422950Z [3360/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2025-03-21T20:29:20.7525480Z [3361/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2025-03-21T20:29:20.7628370Z [3362/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12-prfm.c.o 2025-03-21T20:29:20.7731990Z [3363/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:29:20.7834970Z [3364/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2025-03-21T20:29:20.7936870Z [3365/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2025-03-21T20:29:20.7974640Z [3366/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c.o 2025-03-21T20:29:20.8077290Z [3367/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2025-03-21T20:29:20.8180490Z [3368/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2025-03-21T20:29:20.8282950Z [3369/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2025-03-21T20:29:20.8385620Z [3370/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2025-03-21T20:29:20.8489170Z [3371/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16-prfm.c.o 2025-03-21T20:29:20.8592690Z [3372/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2025-03-21T20:29:20.8695390Z [3373/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2025-03-21T20:29:20.8797230Z [3374/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2025-03-21T20:29:20.8900140Z [3375/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2025-03-21T20:29:20.9013380Z [3376/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c.o 2025-03-21T20:29:20.9115090Z [3377/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-gio-neon-u2.c.o 2025-03-21T20:29:20.9216950Z [3378/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:20.9319180Z [3379/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:20.9421930Z [3380/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:29:20.9525640Z [3381/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:20.9629480Z [3382/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:29:20.9733120Z [3383/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:20.9808870Z [3384/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:20.9880770Z [3385/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:29:20.9982480Z [3386/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:21.0085140Z [3387/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:29:21.0188970Z [3388/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2025-03-21T20:29:21.0291540Z [3389/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:29:21.0393360Z [3390/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2025-03-21T20:29:21.0495850Z [3391/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2025-03-21T20:29:21.0599210Z [3392/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:21.0702740Z [3393/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2025-03-21T20:29:21.0806550Z [3394/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2025-03-21T20:29:21.8013930Z [3395/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2025-03-21T20:29:21.8115600Z [3396/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2025-03-21T20:29:21.8218620Z [3397/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2025-03-21T20:29:21.8320220Z [3398/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2025-03-21T20:29:21.8423010Z [3399/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2025-03-21T20:29:21.8526540Z [3400/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2025-03-21T20:29:21.8629100Z [3401/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:29:21.8731900Z [3402/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2025-03-21T20:29:21.8834290Z [3403/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2025-03-21T20:29:21.8935260Z [3404/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2025-03-21T20:29:21.9036250Z [3405/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2025-03-21T20:29:21.9137980Z [3406/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2025-03-21T20:29:21.9239420Z [3407/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2025-03-21T20:29:21.9344080Z [3408/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2025-03-21T20:29:21.9446370Z [3409/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2025-03-21T20:29:21.9548090Z [3410/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2025-03-21T20:29:21.9649220Z [3411/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2025-03-21T20:29:21.9751870Z [3412/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2025-03-21T20:29:21.9851910Z [3413/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:21.9952310Z [3414/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0054030Z [3415/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0155860Z [3416/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0258480Z [3417/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0357670Z [3418/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0460110Z [3419/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0559750Z [3420/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0661390Z [3421/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0761860Z [3422/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0863610Z [3423/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.0965450Z [3424/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.1064700Z [3425/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.1166640Z [3426/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.1266250Z [3427/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.1367120Z [3428/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.1468490Z [3429/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.1571030Z [3430/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.1669960Z [3431/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.1772580Z [3432/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:22.1872140Z [3433/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.1972720Z [3434/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2025-03-21T20:29:22.2079970Z [3435/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:22.2175010Z [3436/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:29:22.2275350Z [3437/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.2378470Z [3438/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.2481250Z [3439/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.2581880Z [3440/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.2682310Z [3441/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:22.2783380Z [3442/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.2883810Z [3443/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:29:22.2984620Z [3444/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:22.3086130Z [3445/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2025-03-21T20:29:22.3186370Z [3446/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.3286940Z [3447/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:22.3387860Z [3448/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:22.3489510Z [3449/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.0569690Z [3450/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.0672460Z [3451/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:29:23.0773860Z [3452/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:23.0874750Z [3453/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.0976900Z [3454/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2025-03-21T20:29:23.1077270Z [3455/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.1179470Z [3456/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:29:23.1279730Z [3457/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.1382810Z [3458/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:29:23.1483180Z [3459/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.1586030Z [3460/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.1687670Z [3461/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.1788410Z [3462/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2025-03-21T20:29:23.1890290Z [3463/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.1992550Z [3464/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.2093450Z [3465/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.2196670Z [3466/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.2297650Z [3467/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:29:23.2400660Z [3468/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2025-03-21T20:29:23.2500130Z [3469/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.2602300Z [3470/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2025-03-21T20:29:23.2704190Z [3471/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.2804500Z [3472/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:23.2906220Z [3473/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:23.3006630Z [3474/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:23.3108250Z [3475/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:23.3208930Z [3476/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:23.3310380Z [3477/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2025-03-21T20:29:23.3411310Z [3478/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:23.3512470Z [3479/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:23.3614280Z [3480/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:23.3717280Z [3481/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:23.3819960Z [3482/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:23.3923580Z [3483/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.4026160Z [3484/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.4128010Z [3485/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:23.4229720Z [3486/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:23.4332890Z [3487/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:23.4435630Z [3488/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:23.4536380Z [3489/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2025-03-21T20:29:23.4637900Z [3490/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:23.4738590Z [3491/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:23.4861980Z [3492/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:23.4962510Z [3493/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:23.5064580Z [3494/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:23.5163880Z [3495/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.5265410Z [3496/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:23.5365560Z [3497/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.5466160Z [3498/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:23.5567750Z [3499/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:23.5668340Z [3500/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:23.5769750Z [3501/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.1186620Z [3502/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.1286960Z [3503/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.1387420Z [3504/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.1487860Z [3505/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.1588670Z [3506/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.1689550Z [3507/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.1791070Z [3508/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.1891070Z [3509/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.1991320Z [3510/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:24.2091430Z [3511/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.2192010Z [3512/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:24.2292830Z [3513/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:24.2393640Z [3514/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:24.2494050Z [3515/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:24.2595800Z [3516/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2025-03-21T20:29:24.2695720Z [3517/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:24.2796020Z [3518/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:24.2896580Z [3519/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:24.2997030Z [3520/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.3097260Z [3521/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:24.3198890Z [3522/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:24.3298830Z [3523/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:24.3399360Z [3524/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:24.3500160Z [3525/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2025-03-21T20:29:24.3600490Z [3526/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2025-03-21T20:29:24.3703100Z [3527/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:24.3802350Z [3528/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:24.3904160Z [3529/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2025-03-21T20:29:24.4004460Z [3530/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.4105330Z [3531/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2025-03-21T20:29:24.4206630Z [3532/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.4306900Z [3533/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:24.4408250Z [3534/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.4508390Z [3535/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.4609150Z [3536/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.4709710Z [3537/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.4810840Z [3538/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.4911640Z [3539/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2025-03-21T20:29:24.5011920Z [3540/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2025-03-21T20:29:24.5112160Z [3541/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2025-03-21T20:29:24.5212810Z [3542/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:24.5313760Z [3543/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.5415600Z [3544/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.5525160Z [3545/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.5627220Z [3546/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.5727610Z [3547/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:24.5828860Z [3548/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.5928260Z [3549/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.6028650Z [3550/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2025-03-21T20:29:24.6130050Z [3551/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.6230420Z [3552/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.6331810Z [3553/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.6432490Z [3554/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.6532640Z [3555/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:29:24.6633040Z [3556/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:24.6735150Z [3557/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:29:25.1972160Z [3558/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2025-03-21T20:29:25.2072750Z [3559/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c.o 2025-03-21T20:29:25.2184650Z [3560/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c.o 2025-03-21T20:29:25.2299740Z [3561/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-03-21T20:29:25.2415190Z [3562/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2025-03-21T20:29:25.2527180Z [3563/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2025-03-21T20:29:25.2641510Z [3564/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:29:25.2748400Z [3565/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2025-03-21T20:29:25.2864570Z [3566/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2025-03-21T20:29:25.2977580Z [3567/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2025-03-21T20:29:25.3099910Z [3568/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:29:25.3202910Z [3569/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2025-03-21T20:29:25.3309960Z [3570/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:29:25.3415150Z [3571/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2025-03-21T20:29:25.3533720Z [3572/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2025-03-21T20:29:25.3657720Z [3573/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2025-03-21T20:29:25.3787540Z [3574/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:29:25.3912770Z [3575/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2025-03-21T20:29:25.4034140Z [3576/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2025-03-21T20:29:25.4157690Z [3577/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2025-03-21T20:29:25.4283440Z [3578/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2025-03-21T20:29:25.4412320Z [3579/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2025-03-21T20:29:25.4518430Z [3580/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2025-03-21T20:29:25.4628960Z [3581/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2025-03-21T20:29:25.4729100Z [3582/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2025-03-21T20:29:25.4830620Z [3583/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2025-03-21T20:29:25.4931460Z [3584/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2025-03-21T20:29:25.5031080Z [3585/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2025-03-21T20:29:25.5134090Z [3586/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c.o 2025-03-21T20:29:25.5233140Z [3587/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c.o 2025-03-21T20:29:25.5334830Z [3588/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c.o 2025-03-21T20:29:25.5435750Z [3589/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c.o 2025-03-21T20:29:25.5536380Z [3590/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c.o 2025-03-21T20:29:25.5589210Z [3591/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c.o 2025-03-21T20:29:25.5691590Z [3592/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c.o 2025-03-21T20:29:25.5793910Z [3593/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c.o 2025-03-21T20:29:25.5895670Z [3594/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c.o 2025-03-21T20:29:25.5997440Z [3595/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:29:25.6099260Z [3596/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c.o 2025-03-21T20:29:25.6203250Z [3597/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c.o 2025-03-21T20:29:25.6305050Z [3598/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c.o 2025-03-21T20:29:25.6407940Z [3599/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c.o 2025-03-21T20:29:25.6510620Z [3600/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c.o 2025-03-21T20:29:25.6613570Z [3601/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c.o 2025-03-21T20:29:25.6716230Z [3602/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c.o 2025-03-21T20:29:25.6818060Z [3603/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c.o 2025-03-21T20:29:25.6919970Z [3604/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c.o 2025-03-21T20:29:25.7023170Z [3605/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c.o 2025-03-21T20:29:25.7126100Z [3606/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c.o 2025-03-21T20:29:25.7228100Z [3607/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2025-03-21T20:29:25.7329970Z [3608/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c.o 2025-03-21T20:29:25.7432020Z [3609/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c.o 2025-03-21T20:29:25.7535280Z [3610/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:25.7638090Z [3611/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:25.7739930Z [3612/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:25.7845880Z [3613/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.4937120Z [3614/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.5039270Z [3615/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.5141140Z [3616/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.5244010Z [3617/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.5346580Z [3618/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.5449440Z [3619/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.5554890Z [3620/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.5657570Z [3621/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.5759360Z [3622/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.5861310Z [3623/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.5963200Z [3624/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.6064910Z [3625/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.6166700Z [3626/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.6268330Z [3627/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.6370040Z [3628/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.6472250Z [3629/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.6575150Z [3630/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.6677770Z [3631/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2025-03-21T20:29:26.6779060Z [3632/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.6879930Z [3633/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2025-03-21T20:29:26.6980160Z [3634/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.7081410Z [3635/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2025-03-21T20:29:26.7183310Z [3636/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.7283650Z [3637/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.7384280Z [3638/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.7491160Z [3639/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.7591610Z [3640/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.7693240Z [3641/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.7793670Z [3642/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.7895470Z [3643/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.7997270Z [3644/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.8098050Z [3645/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.8200480Z [3646/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.8301070Z [3647/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.8412500Z [3648/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.8538510Z [3649/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.8666600Z [3650/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:26.8786340Z [3651/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:26.8909370Z [3652/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9038120Z [3653/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9144100Z [3654/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9254880Z [3655/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9377950Z [3656/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9507740Z [3657/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9631280Z [3658/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:29:26.9757840Z [3659/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u4.c.o 2025-03-21T20:29:26.9859840Z [3660/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u4.c.o 2025-03-21T20:29:26.9861030Z [3661/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u8.c.o 2025-03-21T20:29:26.9963660Z [3662/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u16.c.o 2025-03-21T20:29:27.0066130Z [3663/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u12.c.o 2025-03-21T20:29:27.0162500Z [3664/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u8.c.o 2025-03-21T20:29:27.0268230Z [3665/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u12.c.o 2025-03-21T20:29:27.0369400Z [3666/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c.o 2025-03-21T20:29:27.0471040Z [3667/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c.o 2025-03-21T20:29:27.0572060Z [3668/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u16.c.o 2025-03-21T20:29:27.6485560Z [3669/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u1.c.o 2025-03-21T20:29:27.6586100Z [3670/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c.o 2025-03-21T20:29:27.6688660Z [3671/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c.o 2025-03-21T20:29:27.6788000Z [3672/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u2.c.o 2025-03-21T20:29:27.6890920Z [3673/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u4.c.o 2025-03-21T20:29:27.6991490Z [3674/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u1.c.o 2025-03-21T20:29:27.7093490Z [3675/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u2.c.o 2025-03-21T20:29:27.7192710Z [3676/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u4.c.o 2025-03-21T20:29:27.7293010Z [3677/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u4.c.o 2025-03-21T20:29:27.7393610Z [3678/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u1.c.o 2025-03-21T20:29:27.7495050Z [3679/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u4.c.o 2025-03-21T20:29:27.7595680Z [3680/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u1.c.o 2025-03-21T20:29:27.7695500Z [3681/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2025-03-21T20:29:27.7795850Z [3682/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2025-03-21T20:29:27.7896340Z [3683/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2025-03-21T20:29:27.7997980Z [3684/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2025-03-21T20:29:27.8098430Z [3685/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2025-03-21T20:29:27.8198680Z [3686/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2025-03-21T20:29:27.8299260Z [3687/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2025-03-21T20:29:27.8400810Z [3688/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2025-03-21T20:29:27.8501540Z [3689/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2025-03-21T20:29:27.8601110Z [3690/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2025-03-21T20:29:27.8701490Z [3691/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:27.8801920Z [3692/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:27.8903530Z [3693/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:27.9004080Z [3694/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:27.9104890Z [3695/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2025-03-21T20:29:27.9206960Z [3696/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:29:27.9406580Z [3697/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:27.9508580Z [3698/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:27.9608830Z [3699/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:27.9710550Z [3700/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:27.9809880Z [3701/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:27.9910530Z [3702/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.0011610Z [3703/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.0112950Z [3704/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.0212320Z [3705/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.0312910Z [3706/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:28.0414630Z [3707/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.0514570Z [3708/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2025-03-21T20:29:28.0616300Z [3709/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:28.0715610Z [3710/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2025-03-21T20:29:28.0818120Z [3711/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2025-03-21T20:29:28.0919040Z [3712/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2025-03-21T20:29:28.1019670Z [3713/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2025-03-21T20:29:28.1119000Z [3714/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2025-03-21T20:29:28.1219340Z [3715/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2025-03-21T20:29:28.1320910Z [3716/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1421400Z [3717/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.1523030Z [3718/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1525390Z [3719/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1627670Z [3720/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1729100Z [3721/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1830770Z [3722/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.1933820Z [3723/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.2036240Z [3724/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.2137810Z [3725/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8053850Z [3726/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8075360Z [3727/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8076210Z [3728/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8177730Z [3729/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8290300Z [3730/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.8392450Z [3731/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.8491230Z [3732/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.8592400Z [3733/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2025-03-21T20:29:28.8693000Z [3734/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.8795230Z [3735/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2025-03-21T20:29:28.8895730Z [3736/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2025-03-21T20:29:28.8996810Z [3737/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2025-03-21T20:29:28.9098240Z [3738/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2025-03-21T20:29:28.9198740Z [3739/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:29:28.9299350Z [3740/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2025-03-21T20:29:28.9396610Z [3741/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2025-03-21T20:29:28.9498220Z [3742/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u4.c.o 2025-03-21T20:29:28.9599750Z [3743/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u4.c.o 2025-03-21T20:29:28.9700880Z [3744/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u4.c.o 2025-03-21T20:29:28.9805320Z [3745/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2025-03-21T20:29:28.9908330Z [3746/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2025-03-21T20:29:29.0021240Z [3747/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2025-03-21T20:29:29.0145560Z [3748/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2025-03-21T20:29:29.0272320Z [3749/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2025-03-21T20:29:29.0394930Z [3750/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c.o 2025-03-21T20:29:29.0517930Z [3751/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:29:29.0640140Z [3752/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c.o 2025-03-21T20:29:29.0761590Z [3753/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c.o 2025-03-21T20:29:29.0882530Z [3754/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c.o 2025-03-21T20:29:29.1004330Z [3755/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:29:29.1122850Z [3756/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c.o 2025-03-21T20:29:29.1225020Z [3757/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:29:29.1326900Z [3758/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2025-03-21T20:29:29.1425980Z [3759/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2025-03-21T20:29:29.1527710Z [3760/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c.o 2025-03-21T20:29:29.1628570Z [3761/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4.c.o 2025-03-21T20:29:29.1729010Z [3762/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:29:29.1830970Z [3763/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4.c.o 2025-03-21T20:29:29.1931280Z [3764/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:29:29.2031410Z [3765/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-5x4.c.o 2025-03-21T20:29:29.2131820Z [3766/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2025-03-21T20:29:29.2233720Z [3767/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:29:29.2334120Z [3768/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-6x4.c.o 2025-03-21T20:29:29.2434570Z [3769/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2025-03-21T20:29:29.2535760Z [3770/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4.c.o 2025-03-21T20:29:29.2637180Z [3771/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4.c.o 2025-03-21T20:29:29.2737600Z [3772/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:29:29.2838340Z [3773/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2025-03-21T20:29:29.2940100Z [3774/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:29:29.3040500Z [3775/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:29:29.3143410Z [3776/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2025-03-21T20:29:29.3245450Z [3777/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2025-03-21T20:29:29.3344500Z [3778/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4.c.o 2025-03-21T20:29:29.3444750Z [3779/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:29:29.3546200Z [3780/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2025-03-21T20:29:29.8318310Z [3781/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4.c.o 2025-03-21T20:29:29.8421290Z [3782/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:29:29.8539810Z [3783/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2025-03-21T20:29:29.8644040Z [3784/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2025-03-21T20:29:29.8760880Z [3785/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2025-03-21T20:29:29.8885340Z [3786/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2025-03-21T20:29:29.9009640Z [3787/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-5x4.c.o 2025-03-21T20:29:29.9129690Z [3788/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4-acc2.c.o 2025-03-21T20:29:29.9250830Z [3789/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4.c.o 2025-03-21T20:29:29.9372560Z [3790/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:29:29.9492820Z [3791/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2025-03-21T20:29:29.9615350Z [3792/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:29.9719870Z [3793/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2025-03-21T20:29:29.9825690Z [3794/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4.c.o 2025-03-21T20:29:29.9931210Z [3795/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:29:30.0064480Z [3796/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.0188790Z [3797/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.0309320Z [3798/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:30.0431210Z [3799/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.0555090Z [3800/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.0670610Z [3801/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:29:30.0793080Z [3802/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.0907490Z [3803/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.1020230Z [3804/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:29:30.1122740Z [3805/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.1239750Z [3806/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.1342640Z [3807/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.1445070Z [3808/5715] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2025-03-21T20:29:30.1546490Z [3809/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.1648450Z [3810/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.1748680Z [3811/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.1849400Z [3812/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.1949850Z [3813/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.2050200Z [3814/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.2151020Z [3815/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.2253820Z [3816/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.2355080Z [3817/5715] Linking CXX static library lib/libonnx.a 2025-03-21T20:29:30.2455580Z [3818/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.2555870Z [3819/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc2.c.o 2025-03-21T20:29:30.2656420Z [3820/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc3.c.o 2025-03-21T20:29:30.2758660Z [3821/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc4.c.o 2025-03-21T20:29:30.2859500Z [3822/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8-acc2.c.o 2025-03-21T20:29:30.2958550Z [3823/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:30.3060310Z [3824/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c.o 2025-03-21T20:29:30.3161070Z [3825/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:29:30.3262900Z [3826/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c.o 2025-03-21T20:29:30.3363740Z [3827/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c.o 2025-03-21T20:29:30.3464270Z [3828/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc3.c.o 2025-03-21T20:29:30.3564630Z [3829/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc4.c.o 2025-03-21T20:29:30.3665070Z [3830/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc2.c.o 2025-03-21T20:29:30.3765770Z [3831/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2025-03-21T20:29:30.3865930Z [3832/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c.o 2025-03-21T20:29:30.3973390Z [3833/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8-acc2.c.o 2025-03-21T20:29:30.4067270Z [3834/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c.o 2025-03-21T20:29:30.7648160Z [3835/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:29:30.7750420Z [3836/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c.o 2025-03-21T20:29:30.7852320Z [3837/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc3.c.o 2025-03-21T20:29:30.7955440Z [3838/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc4.c.o 2025-03-21T20:29:30.8058400Z [3839/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc5.c.o 2025-03-21T20:29:30.8160470Z [3840/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc2.c.o 2025-03-21T20:29:30.8262130Z [3841/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc2.c.o 2025-03-21T20:29:30.8363990Z [3842/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc3.c.o 2025-03-21T20:29:30.8473610Z [3843/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8-acc2.c.o 2025-03-21T20:29:30.8575500Z [3844/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:29:30.8677370Z [3845/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8-acc2.c.o 2025-03-21T20:29:30.8779260Z [3846/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c.o 2025-03-21T20:29:30.8882200Z [3847/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c.o 2025-03-21T20:29:30.8984820Z [3848/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c.o 2025-03-21T20:29:30.9086250Z [3849/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc2.c.o 2025-03-21T20:29:30.9186900Z [3850/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc3.c.o 2025-03-21T20:29:30.9288460Z [3851/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc5.c.o 2025-03-21T20:29:30.9389340Z [3852/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc4.c.o 2025-03-21T20:29:30.9489620Z [3853/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc3.c.o 2025-03-21T20:29:30.9590090Z [3854/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc2.c.o 2025-03-21T20:29:30.9691440Z [3855/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:29:30.9790790Z [3856/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8-acc2.c.o 2025-03-21T20:29:30.9892550Z [3857/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u4.c.o 2025-03-21T20:29:30.9993270Z [3858/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u16-acc2.c.o 2025-03-21T20:29:31.0092450Z [3859/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u24-acc3.c.o 2025-03-21T20:29:31.0194290Z [3860/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u8.c.o 2025-03-21T20:29:31.0295150Z [3861/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c32.c.o 2025-03-21T20:29:31.0396950Z [3862/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c64.c.o 2025-03-21T20:29:31.0497450Z [3863/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc2.c.o 2025-03-21T20:29:31.0597790Z [3864/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c.o 2025-03-21T20:29:31.0698300Z [3865/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.0801380Z [3866/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.0900430Z [3867/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1003270Z [3868/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1104480Z [3869/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1204780Z [3870/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1305140Z [3871/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1405510Z [3872/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1506090Z [3873/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.1608360Z [3874/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2025-03-21T20:29:31.1707660Z [3875/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2025-03-21T20:29:31.1808840Z [3876/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2025-03-21T20:29:31.1909440Z [3877/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2009720Z [3878/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2109080Z [3879/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2211610Z [3880/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2025-03-21T20:29:31.2311830Z [3881/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2411970Z [3882/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2469960Z [3883/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2025-03-21T20:29:31.2572210Z [3884/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2025-03-21T20:29:31.2674780Z [3885/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2777130Z [3886/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:29:31.2878780Z [3887/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2025-03-21T20:29:31.2980540Z [3888/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2025-03-21T20:29:31.8593060Z [3889/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2025-03-21T20:29:31.8695090Z [3890/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2025-03-21T20:29:31.8799350Z [3891/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2025-03-21T20:29:31.8901450Z [3892/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2025-03-21T20:29:31.9003340Z [3893/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2025-03-21T20:29:31.9112020Z [3894/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2025-03-21T20:29:31.9215190Z [3895/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2025-03-21T20:29:31.9317720Z [3896/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2025-03-21T20:29:31.9419560Z [3897/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2025-03-21T20:29:31.9521920Z [3898/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2025-03-21T20:29:31.9564770Z [3899/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2025-03-21T20:29:31.9569960Z [3900/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2025-03-21T20:29:31.9571210Z [3901/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2025-03-21T20:29:31.9572370Z [3902/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2025-03-21T20:29:31.9573320Z [3903/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2025-03-21T20:29:31.9574260Z [3904/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2025-03-21T20:29:31.9575220Z [3905/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2025-03-21T20:29:31.9576160Z [3906/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2025-03-21T20:29:31.9576990Z [3907/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2025-03-21T20:29:31.9577810Z [3908/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2025-03-21T20:29:31.9578610Z [3909/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2025-03-21T20:29:31.9579450Z [3910/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2025-03-21T20:29:31.9580170Z [3911/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2025-03-21T20:29:31.9580940Z [3912/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2025-03-21T20:29:31.9581650Z [3913/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2025-03-21T20:29:31.9582360Z [3914/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2025-03-21T20:29:31.9583060Z [3915/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2025-03-21T20:29:31.9583740Z [3916/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2025-03-21T20:29:31.9584410Z [3917/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2025-03-21T20:29:31.9585080Z [3918/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u1.c.o 2025-03-21T20:29:31.9585740Z [3919/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u4.c.o 2025-03-21T20:29:31.9586470Z [3920/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c4-minmax-neondot.c.o 2025-03-21T20:29:31.9587200Z [3921/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u1.c.o 2025-03-21T20:29:31.9587860Z [3922/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u2.c.o 2025-03-21T20:29:31.9588520Z [3923/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u1.c.o 2025-03-21T20:29:31.9589180Z [3924/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u2.c.o 2025-03-21T20:29:31.9589910Z [3925/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-neondot.c.o 2025-03-21T20:29:31.9590870Z [3926/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u1.c.o 2025-03-21T20:29:31.9591580Z [3927/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u4.c.o 2025-03-21T20:29:31.9592240Z [3928/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u4.c.o 2025-03-21T20:29:31.9592900Z [3929/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u2.c.o 2025-03-21T20:29:31.9593560Z [3930/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u4.c.o 2025-03-21T20:29:31.9594230Z [3931/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2025-03-21T20:29:31.9594920Z [3932/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2025-03-21T20:29:31.9595590Z [3933/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2025-03-21T20:29:31.9596270Z [3934/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2025-03-21T20:29:31.9597010Z [3935/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2025-03-21T20:29:31.9597690Z [3936/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u1.c.o 2025-03-21T20:29:31.9598350Z [3937/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2025-03-21T20:29:31.9599020Z [3938/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u4.c.o 2025-03-21T20:29:31.9599670Z [3939/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u1.c.o 2025-03-21T20:29:31.9600320Z [3940/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u2.c.o 2025-03-21T20:29:31.9600980Z [3941/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u2.c.o 2025-03-21T20:29:31.9601620Z [3942/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u4.c.o 2025-03-21T20:29:31.9602290Z [3943/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2025-03-21T20:29:31.9602970Z [3944/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2025-03-21T20:29:31.9603650Z [3945/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2025-03-21T20:29:34.5717470Z [3946/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5720860Z [3947/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5723470Z [3948/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5725890Z [3949/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5728300Z [3950/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5731950Z [3951/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5734410Z [3952/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5736840Z [3953/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5739350Z [3954/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5741680Z [3955/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5744000Z [3956/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5746340Z [3957/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5748740Z [3958/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5750520Z [3959/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5751410Z [3960/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5752300Z [3961/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5753170Z [3962/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5754010Z [3963/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5754860Z [3964/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5755720Z [3965/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5756580Z [3966/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5757440Z [3967/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5758290Z [3968/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5759130Z [3969/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5759980Z [3970/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5760830Z [3971/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5761820Z [3972/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5762670Z [3973/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5763530Z [3974/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5764380Z [3975/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x32c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5765230Z [3976/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x32c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5766110Z [3977/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5767050Z [3978/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5767930Z [3979/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x32c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5768890Z [3980/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5769760Z [3981/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5770600Z [3982/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5771400Z [3983/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2025-03-21T20:29:34.5772160Z [3984/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5772940Z [3985/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2025-03-21T20:29:34.5773700Z [3986/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5774550Z [3987/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x32c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5775380Z [3988/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5776180Z [3989/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5776980Z [3990/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5777750Z [3991/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2025-03-21T20:29:34.5778490Z [3992/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2025-03-21T20:29:34.5779330Z [3993/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5780220Z [3994/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x32c4-minmax-neondotfp16arith.c.o 2025-03-21T20:29:34.5781180Z [3995/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:34.5781990Z [3996/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5782810Z [3997/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:34.5783430Z [3998/5715] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2025-03-21T20:29:39.5817950Z [3999/5715] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2025-03-21T20:29:39.5926560Z [4000/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:39.6045570Z [4001/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:39.6168530Z [4002/5715] Linking C executable sleef/bin/mkrename 2025-03-21T20:29:39.6306070Z [4003/5715] Linking C executable sleef/bin/mkrename_gnuabi 2025-03-21T20:29:39.6419940Z [4004/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:39.6522460Z [4005/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:39.6624120Z [4006/5715] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2025-03-21T20:29:39.6724910Z [4007/5715] Generating include/renameadvsimdnofma.h 2025-03-21T20:29:39.6826630Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2025-03-21T20:29:39.6927340Z [4008/5715] Generating include/renameadvsimd.h 2025-03-21T20:29:39.7028590Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2025-03-21T20:29:39.7129320Z [4009/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2025-03-21T20:29:39.7230340Z [4010/5715] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:29:39.7331120Z [4011/5715] Linking C executable sleef/bin/mkmasked_gnuabi 2025-03-21T20:29:39.7432360Z [4012/5715] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2025-03-21T20:29:39.7533150Z [4013/5715] Linking C executable sleef/bin/mkalias 2025-03-21T20:29:39.7633950Z [4014/5715] Generating include/renamepurec_scalar.h 2025-03-21T20:29:39.7735040Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2025-03-21T20:29:39.7835530Z [4015/5715] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2025-03-21T20:29:39.7937270Z [4016/5715] Linking C executable sleef/bin/mkdisp 2025-03-21T20:29:39.8037720Z [4017/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2025-03-21T20:29:39.8138240Z [4018/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2025-03-21T20:29:39.8239660Z [4019/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2025-03-21T20:29:39.8340040Z [4020/5715] Generating include/renamepurecfma_scalar.h 2025-03-21T20:29:39.8440570Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2025-03-21T20:29:39.8541480Z [4021/5715] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2025-03-21T20:29:39.8656040Z [4022/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2025-03-21T20:29:39.8756700Z [4023/5715] Linking C static library lib/libmicrokernels-all.a 2025-03-21T20:29:39.8857220Z [4024/5715] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2025-03-21T20:29:39.8958700Z [4025/5715] Generating include/renamecuda.h 2025-03-21T20:29:39.9059070Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2025-03-21T20:29:39.9160270Z [4026/5715] Generating sleeflibm_ADVSIMD.h.tmp 2025-03-21T20:29:39.9262380Z [4027/5715] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2025-03-21T20:29:39.9363900Z [4028/5715] Generating sleeflibm_ADVSIMD_.h.tmp 2025-03-21T20:29:39.9464170Z [4029/5715] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-03-21T20:29:39.9564730Z [4030/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2025-03-21T20:29:39.9666190Z [4031/5715] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-03-21T20:29:39.9768130Z [4032/5715] Generating sleeflibm_SVE.h.tmp 2025-03-21T20:29:39.9868010Z [4033/5715] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-03-21T20:29:39.9968410Z [4034/5715] Generating sleeflibm_SVENOFMA.h.tmp 2025-03-21T20:29:40.0069750Z [4035/5715] Generating alias_ADVSIMD_dp.h.tmp 2025-03-21T20:29:40.0170650Z [4036/5715] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2025-03-21T20:29:40.0272000Z [4037/5715] Generating alias_ADVSIMD_sp.h.tmp 2025-03-21T20:29:40.0373660Z [4038/5715] Generating dispscalar.c.body 2025-03-21T20:29:40.0474780Z [4039/5715] Generating include/alias_advsimd.h 2025-03-21T20:29:40.0575600Z [4040/5715] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2025-03-21T20:29:40.0677730Z [4041/5715] Generating ../../../include/sleef.h 2025-03-21T20:29:40.0779640Z [4042/5715] Generating dispscalar.c 2025-03-21T20:29:40.0881120Z [4043/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2025-03-21T20:29:40.0982600Z [4044/5715] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2025-03-21T20:29:40.1084240Z [4045/5715] Generating include/renamedspscalar.h 2025-03-21T20:29:40.1185710Z [4046/5715] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2025-03-21T20:29:40.1286410Z [4047/5715] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2025-03-21T20:29:40.1386980Z [4048/5715] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2025-03-21T20:29:40.1488030Z [4049/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2025-03-21T20:29:40.1588350Z [4050/5715] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2025-03-21T20:29:40.1689840Z [4051/5715] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2025-03-21T20:29:40.1789980Z [4052/5715] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2025-03-21T20:29:40.1890450Z [4053/5715] Linking C executable sleef/bin/addSuffix 2025-03-21T20:29:40.1991720Z [4054/5715] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2025-03-21T20:29:40.2092130Z [4055/5715] Linking C shared library lib/libtorch_global_deps.dylib 2025-03-21T20:29:40.2192840Z [4056/5715] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2025-03-21T20:29:40.2293290Z [4057/5715] Generating sources 2025-03-21T20:29:40.2394170Z [4058/5715] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2025-03-21T20:29:40.2494530Z [4059/5715] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2025-03-21T20:29:40.2594950Z [4060/5715] Linking C static library sleef/lib/libsleef.a 2025-03-21T20:29:40.2695570Z [4061/5715] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2025-03-21T20:29:40.2796690Z [4062/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Im2Col.metal to Im2Col_30.air 2025-03-21T20:29:40.2898090Z [4063/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/BinaryKernel.metal to BinaryKernel_30.air 2025-03-21T20:29:40.2998410Z [4064/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Gamma.metal to Gamma_30.air 2025-03-21T20:29:40.3100220Z [4065/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Indexing.metal to Indexing_30.air 2025-03-21T20:29:40.3201530Z [4066/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/HistogramKernel.metal to HistogramKernel_30.air 2025-03-21T20:29:40.3302600Z [4067/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/RMSNorm.metal to RMSNorm_30.air 2025-03-21T20:29:40.3403700Z [4068/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/RenormKernel.metal to RenormKernel_30.air 2025-03-21T20:29:40.3505450Z [4069/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Repeat.metal to Repeat_30.air 2025-03-21T20:29:40.3605390Z [4070/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/LinearAlgebra.metal to LinearAlgebra_30.air 2025-03-21T20:29:40.3706010Z [4071/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/TriangularOps.metal to TriangularOps_30.air 2025-03-21T20:29:40.3806800Z [4072/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/FusedOptimizerOps.metal to FusedOptimizerOps_30.air 2025-03-21T20:29:40.3907970Z [4073/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Quantized.metal to Quantized_30.air 2025-03-21T20:29:40.4008660Z [4074/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UnfoldBackward.metal to UnfoldBackward_30.air 2025-03-21T20:29:40.4109170Z [4075/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/SpecialOps.metal to SpecialOps_30.air 2025-03-21T20:29:40.4209500Z [4076/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Bucketization.metal to Bucketization_30.air 2025-03-21T20:29:40.4310650Z [4077/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UpSample.metal to UpSample_30.air 2025-03-21T20:29:40.4413180Z [4078/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/CrossKernel.metal to CrossKernel_30.air 2025-03-21T20:29:40.4512380Z [4079/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UnaryKernel.metal to UnaryKernel_30.air 2025-03-21T20:29:40.4612580Z [4080/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/BinaryKernel.metal to BinaryKernel_31.air 2025-03-21T20:30:20.0860610Z [4081/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Gamma.metal to Gamma_31.air 2025-03-21T20:30:20.0965380Z [4082/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/HistogramKernel.metal to HistogramKernel_31.air 2025-03-21T20:30:20.1068410Z [4083/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Im2Col.metal to Im2Col_31.air 2025-03-21T20:30:20.1171590Z [4084/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/CrossKernel.metal to CrossKernel_31.air 2025-03-21T20:30:20.1275730Z [4085/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Indexing.metal to Indexing_31.air 2025-03-21T20:30:20.1377670Z [4086/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Bucketization.metal to Bucketization_31.air 2025-03-21T20:30:20.1479820Z [4087/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/RenormKernel.metal to RenormKernel_31.air 2025-03-21T20:30:20.1582070Z [4088/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/LinearAlgebra.metal to LinearAlgebra_31.air 2025-03-21T20:30:20.1685160Z [4089/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Repeat.metal to Repeat_31.air 2025-03-21T20:30:20.1788020Z [4090/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/RMSNorm.metal to RMSNorm_31.air 2025-03-21T20:30:20.1889860Z [4091/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/TriangularOps.metal to TriangularOps_31.air 2025-03-21T20:30:20.1993160Z [4092/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UnfoldBackward.metal to UnfoldBackward_31.air 2025-03-21T20:30:20.2105200Z [4093/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/FusedOptimizerOps.metal to FusedOptimizerOps_31.air 2025-03-21T20:30:20.2207450Z [4094/5715] Generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/utils/data/datapipes/datapipe.pyi 2025-03-21T20:30:20.2309330Z [4095/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UpSample.metal to UpSample_31.air 2025-03-21T20:30:20.2411300Z [4096/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/Quantized.metal to Quantized_31.air 2025-03-21T20:30:20.2514570Z [4097/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/SpecialOps.metal to SpecialOps_31.air 2025-03-21T20:30:20.2619160Z [4098/5715] Compiling /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/kernels/UnaryKernel.metal to UnaryKernel_31.air 2025-03-21T20:30:20.2721710Z [4099/5715] Linking kernels_basic.metallib 2025-03-21T20:30:20.2823760Z [4100/5715] Regenerating version file... 2025-03-21T20:30:20.2925160Z [4101/5715] Linking kernels_bfloat.metallib 2025-03-21T20:30:20.3026400Z [4102/5715] Updating metallibs timestamp 2025-03-21T20:30:20.3128610Z [4103/5715] Generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/_C/__init__.pyi, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/_C/_VariableFunctions.pyi, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/nn/functional.pyi 2025-03-21T20:30:20.3262510Z [4104/5715] Generating /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/Functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType_0.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType_1.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType_2.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType_3.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType_4.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/TraceType_0.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/TraceType_1.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/TraceType_2.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/TraceType_3.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/TraceType_4.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/RegisterLazy.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/Functions.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/variable_factories.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/VariableType.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/LazyIr.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/LazyNonNativeIr.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions_0.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions_1.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions_2.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions_3.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions_4.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_variable_methods.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_0.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_1.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_2.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_nn_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_fft_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_linalg_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_nested_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_sparse_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_special_functions.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_return_types.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_enum_tag.cpp, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_functions.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/autograd/generated/python_return_types.h, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/testing/_internal/generated/annotated_fn_args.py, /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-03-21T20:31:06.9871160Z [4105/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2025-03-21T20:31:06.9973820Z [4106/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2025-03-21T20:31:07.0075190Z [4107/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2025-03-21T20:31:07.0176460Z [4108/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2025-03-21T20:31:07.0277080Z [4109/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2025-03-21T20:31:07.0377910Z [4110/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2025-03-21T20:31:07.0480090Z [4111/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2025-03-21T20:31:07.0589590Z [4112/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2025-03-21T20:31:07.0680500Z [4113/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2025-03-21T20:31:07.0782230Z [4114/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2025-03-21T20:31:07.0883220Z [4115/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2025-03-21T20:31:07.0984500Z [4116/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2025-03-21T20:31:07.1086470Z [4117/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2025-03-21T20:31:07.1187610Z [4118/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2025-03-21T20:31:07.1289950Z [4119/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2025-03-21T20:31:07.1390290Z [4120/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2025-03-21T20:31:07.1493380Z [4121/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2025-03-21T20:31:07.1595380Z [4122/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2025-03-21T20:31:07.1696170Z [4123/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2025-03-21T20:31:07.1798040Z [4124/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2025-03-21T20:31:07.1898340Z [4125/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2025-03-21T20:31:07.2002320Z [4126/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2025-03-21T20:31:07.2104190Z [4127/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2025-03-21T20:31:07.2216840Z [4128/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2025-03-21T20:31:07.2228790Z [4129/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2025-03-21T20:31:07.2345960Z [4130/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2025-03-21T20:31:07.2446790Z [4131/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2025-03-21T20:31:07.2548970Z [4132/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2025-03-21T20:31:07.2650020Z [4133/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2025-03-21T20:31:07.2752130Z [4134/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2025-03-21T20:31:07.2853050Z [4135/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2025-03-21T20:31:07.2954430Z [4136/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2025-03-21T20:31:07.3056220Z [4137/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2025-03-21T20:31:07.3157920Z [4138/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2025-03-21T20:31:07.3259190Z [4139/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2025-03-21T20:31:07.3361160Z [4140/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2025-03-21T20:31:07.3461570Z [4141/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2025-03-21T20:31:07.3564350Z [4142/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2025-03-21T20:31:07.3664240Z [4143/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2025-03-21T20:31:07.3765900Z [4144/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2025-03-21T20:31:07.3867660Z [4145/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2025-03-21T20:31:07.3968490Z [4146/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2025-03-21T20:31:07.4076140Z [4147/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2025-03-21T20:31:07.4175850Z [4148/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2025-03-21T20:31:07.4277950Z [4149/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2025-03-21T20:31:07.4379490Z [4150/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2025-03-21T20:31:07.4481170Z [4151/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2025-03-21T20:31:07.4581610Z [4152/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2025-03-21T20:31:07.4683200Z [4153/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2025-03-21T20:31:07.4784470Z [4154/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2025-03-21T20:31:07.4885690Z [4155/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2025-03-21T20:31:07.4986510Z [4156/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2025-03-21T20:31:07.5087900Z [4157/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2025-03-21T20:31:07.5189060Z [4158/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2025-03-21T20:31:07.5290470Z [4159/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2025-03-21T20:31:07.5392060Z [4160/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2025-03-21T20:31:07.5492390Z [4161/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2025-03-21T20:31:07.5594350Z [4162/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2025-03-21T20:31:07.5695850Z [4163/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2025-03-21T20:31:07.5796320Z [4164/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2025-03-21T20:31:07.5898200Z [4165/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2025-03-21T20:31:07.5999870Z [4166/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2025-03-21T20:31:07.6100310Z [4167/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2025-03-21T20:31:07.6202050Z [4168/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2025-03-21T20:31:07.6304260Z [4169/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2025-03-21T20:31:07.6404200Z [4170/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2025-03-21T20:31:07.6506130Z [4171/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2025-03-21T20:31:07.6607380Z [4172/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2025-03-21T20:31:07.6708150Z [4173/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2025-03-21T20:31:07.6809430Z [4174/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2025-03-21T20:31:07.6911150Z [4175/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2025-03-21T20:31:07.7011320Z [4176/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2025-03-21T20:31:07.7113840Z [4177/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2025-03-21T20:31:07.7214010Z [4178/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2025-03-21T20:31:48.3199800Z [4179/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2025-03-21T20:31:48.3299270Z [4180/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2025-03-21T20:31:48.3400640Z [4181/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2025-03-21T20:31:48.3501470Z [4182/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2025-03-21T20:31:48.3601510Z [4183/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2025-03-21T20:31:48.3703780Z [4184/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2025-03-21T20:31:48.3804700Z [4185/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2025-03-21T20:31:48.3904420Z [4186/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2025-03-21T20:31:48.4005240Z [4187/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2025-03-21T20:31:48.4107560Z [4188/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2025-03-21T20:31:48.4208350Z [4189/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2025-03-21T20:31:48.4308770Z [4190/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2025-03-21T20:31:48.4410860Z [4191/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2025-03-21T20:31:48.4511690Z [4192/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2025-03-21T20:31:48.4613450Z [4193/5715] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2025-03-21T20:31:48.4729660Z [4194/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2025-03-21T20:31:48.4745810Z [4195/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2025-03-21T20:31:48.4847510Z [4196/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2025-03-21T20:31:48.4950070Z [4197/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2025-03-21T20:31:48.5052440Z [4198/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2025-03-21T20:31:48.5165870Z [4199/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2025-03-21T20:31:48.5269410Z [4200/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2025-03-21T20:31:48.5372040Z [4201/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2025-03-21T20:31:48.5474780Z [4202/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2025-03-21T20:31:48.5577120Z [4203/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2025-03-21T20:31:48.5682360Z [4204/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2025-03-21T20:31:48.5785080Z [4205/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2025-03-21T20:31:48.5887400Z [4206/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2025-03-21T20:31:48.5989230Z [4207/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2025-03-21T20:31:48.6092180Z [4208/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2025-03-21T20:31:48.6194220Z [4209/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2025-03-21T20:31:48.6296180Z [4210/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2025-03-21T20:31:48.6398560Z [4211/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2025-03-21T20:31:48.6501780Z [4212/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2025-03-21T20:31:48.6604170Z [4213/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2025-03-21T20:31:48.6707940Z [4214/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2025-03-21T20:31:48.6810380Z [4215/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2025-03-21T20:31:48.6912160Z [4216/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2025-03-21T20:31:48.7014780Z [4217/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2025-03-21T20:31:48.7118320Z [4218/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2025-03-21T20:31:48.7219760Z [4219/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2025-03-21T20:31:48.7322320Z [4220/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2025-03-21T20:31:48.7424450Z [4221/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2025-03-21T20:31:48.7525390Z [4222/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2025-03-21T20:31:48.7625800Z [4223/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2025-03-21T20:31:48.7726770Z [4224/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2025-03-21T20:31:48.7826950Z [4225/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2025-03-21T20:31:48.7928030Z [4226/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2025-03-21T20:31:48.8028790Z [4227/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2025-03-21T20:31:48.8129240Z [4228/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2025-03-21T20:31:48.8230540Z [4229/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2025-03-21T20:31:48.8332130Z [4230/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2025-03-21T20:31:48.8433160Z [4231/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2025-03-21T20:31:48.8533050Z [4232/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2025-03-21T20:31:48.8634830Z [4233/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2025-03-21T20:31:48.8735350Z [4234/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2025-03-21T20:31:48.8836380Z [4235/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2025-03-21T20:31:48.8937200Z [4236/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2025-03-21T20:31:48.9037190Z [4237/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2025-03-21T20:31:48.9138160Z [4238/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2025-03-21T20:31:48.9240350Z [4239/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2025-03-21T20:31:48.9341150Z [4240/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2025-03-21T20:31:48.9440650Z [4241/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2025-03-21T20:31:48.9542510Z [4242/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2025-03-21T20:31:48.9643900Z [4243/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2025-03-21T20:31:48.9745290Z [4244/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2025-03-21T20:31:48.9846280Z [4245/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2025-03-21T20:31:48.9947870Z [4246/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2025-03-21T20:31:49.0047950Z [4247/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2025-03-21T20:31:49.0148560Z [4248/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2025-03-21T20:31:49.0250750Z [4249/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2025-03-21T20:31:49.0350550Z [4250/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2025-03-21T20:31:49.0450930Z [4251/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2025-03-21T20:31:49.0551160Z [4252/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2025-03-21T20:32:46.6132450Z [4253/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2025-03-21T20:32:46.6231960Z [4254/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2025-03-21T20:32:46.6333870Z [4255/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2025-03-21T20:32:46.6434150Z [4256/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2025-03-21T20:32:46.6537690Z [4257/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2025-03-21T20:32:46.6636480Z [4258/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2025-03-21T20:32:46.6737170Z [4259/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2025-03-21T20:32:46.6838610Z [4260/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2025-03-21T20:32:46.6939400Z [4261/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2025-03-21T20:32:46.7040630Z [4262/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2025-03-21T20:32:46.7141280Z [4263/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2025-03-21T20:32:46.7241830Z [4264/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2025-03-21T20:32:46.7342950Z [4265/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2025-03-21T20:32:46.7444400Z [4266/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2025-03-21T20:32:46.7543960Z [4267/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2025-03-21T20:32:46.7646400Z [4268/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2025-03-21T20:32:46.7746880Z [4269/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2025-03-21T20:32:46.7848630Z [4270/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2025-03-21T20:32:46.7949360Z [4271/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2025-03-21T20:32:46.8050110Z [4272/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2025-03-21T20:32:46.8150590Z [4273/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2025-03-21T20:32:46.8255370Z [4274/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2025-03-21T20:32:46.8357260Z [4275/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2025-03-21T20:32:46.8457650Z [4276/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2025-03-21T20:32:46.8559010Z [4277/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2025-03-21T20:32:46.8658460Z [4278/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2025-03-21T20:32:46.8760340Z [4279/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2025-03-21T20:32:46.8860130Z [4280/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2025-03-21T20:32:46.8962110Z [4281/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2025-03-21T20:32:46.9062550Z [4282/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2025-03-21T20:32:46.9163120Z [4283/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2025-03-21T20:32:46.9265330Z [4284/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2025-03-21T20:32:46.9365600Z [4285/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2025-03-21T20:32:46.9466060Z [4286/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2025-03-21T20:32:46.9566260Z [4287/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2025-03-21T20:32:46.9668600Z [4288/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2025-03-21T20:32:46.9770380Z [4289/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2025-03-21T20:32:46.9871600Z [4290/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2025-03-21T20:32:46.9972160Z [4291/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0073690Z [4292/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2025-03-21T20:32:47.0174030Z [4293/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2025-03-21T20:32:47.0274460Z [4294/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2025-03-21T20:32:47.0376240Z [4295/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0476430Z [4296/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2025-03-21T20:32:47.0577420Z [4297/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0678960Z [4298/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0778710Z [4299/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0879170Z [4300/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.0980840Z [4301/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1081850Z [4302/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1182980Z [4303/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1283580Z [4304/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1384230Z [4305/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1486120Z [4306/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1586140Z [4307/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1686650Z [4308/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1788380Z [4309/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1888960Z [4310/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.1990030Z [4311/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2091750Z [4312/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2191570Z [4313/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2292390Z [4314/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2393290Z [4315/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2494350Z [4316/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2594870Z [4317/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2695300Z [4318/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:32:47.2797260Z [4319/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.1741600Z [4320/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.1842390Z [4321/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.1945900Z [4322/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2046880Z [4323/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2147940Z [4324/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2248080Z [4325/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2350830Z [4326/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2451150Z [4327/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2550610Z [4328/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2652170Z [4329/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2754110Z [4330/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2854540Z [4331/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.2956270Z [4332/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3056760Z [4333/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3159980Z [4334/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3259330Z [4335/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3361120Z [4336/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3524890Z [4337/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3526880Z [4338/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3629990Z [4339/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3733360Z [4340/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3847610Z [4341/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.3949360Z [4342/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4051660Z [4343/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4154800Z [4344/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4258680Z [4345/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4362040Z [4346/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4464770Z [4347/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4566510Z [4348/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4669370Z [4349/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4773470Z [4350/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4873620Z [4351/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.4973960Z [4352/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/kleidiai/kai_ukernel_interface.cpp.o 2025-03-21T20:34:37.5077540Z [4353/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.5179530Z [4354/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/kleidiai/kai_kernels.cpp.o 2025-03-21T20:34:37.5280030Z [4355/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2025-03-21T20:34:37.5380960Z [4356/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2025-03-21T20:34:37.5481360Z [4357/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2025-03-21T20:34:37.5582180Z [4358/5715] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-3.0.2/miniz.c.o 2025-03-21T20:34:37.5682730Z [4359/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2025-03-21T20:34:37.5783610Z [4360/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2025-03-21T20:34:37.5884860Z [4361/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.5984440Z [4362/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.6085140Z [4363/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2025-03-21T20:34:37.6186050Z [4364/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2025-03-21T20:34:37.6287530Z [4365/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2025-03-21T20:34:37.6388170Z [4366/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2025-03-21T20:34:37.6487830Z [4367/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2025-03-21T20:34:37.6589580Z [4368/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2025-03-21T20:34:37.6689900Z [4369/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2025-03-21T20:34:37.6790020Z [4370/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2025-03-21T20:34:37.6890610Z [4371/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2025-03-21T20:34:37.6992610Z [4372/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2025-03-21T20:34:37.7092500Z [4373/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/MklAllocationHelper.cpp.o 2025-03-21T20:34:37.7207210Z [4374/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2025-03-21T20:34:37.7293680Z [4375/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2025-03-21T20:34:37.7394970Z [4376/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2025-03-21T20:34:37.7495720Z [4377/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2025-03-21T20:34:37.7596990Z [4378/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2025-03-21T20:34:37.7696880Z [4379/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2025-03-21T20:34:37.7798280Z [4380/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2025-03-21T20:34:37.7899050Z [4381/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2025-03-21T20:34:37.8001800Z [4382/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:34:37.8103890Z [4383/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2025-03-21T20:34:37.8205490Z [4384/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2025-03-21T20:34:37.8305820Z [4385/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2025-03-21T20:34:37.8406640Z [4386/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2025-03-21T20:34:37.8506730Z [4387/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2025-03-21T20:34:37.8608430Z [4388/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2025-03-21T20:35:28.7903350Z [4389/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2025-03-21T20:35:28.7905970Z [4390/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:35:28.8013060Z [4391/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2025-03-21T20:35:28.8115830Z [4392/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2025-03-21T20:35:28.8221460Z [4393/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2025-03-21T20:35:28.8324020Z [4394/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2025-03-21T20:35:28.8425620Z [4395/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2025-03-21T20:35:28.8528600Z [4396/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2025-03-21T20:35:28.8631020Z [4397/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2025-03-21T20:35:28.8732870Z [4398/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2025-03-21T20:35:28.8835480Z [4399/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2025-03-21T20:35:28.8938240Z [4400/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2025-03-21T20:35:28.9040080Z [4401/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2025-03-21T20:35:28.9142800Z [4402/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2025-03-21T20:35:28.9245090Z [4403/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2025-03-21T20:35:28.9348160Z [4404/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2025-03-21T20:35:28.9451520Z [4405/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2025-03-21T20:35:28.9553940Z [4406/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2025-03-21T20:35:28.9656030Z [4407/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2025-03-21T20:35:28.9759130Z [4408/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2025-03-21T20:35:28.9861620Z [4409/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2025-03-21T20:35:28.9964000Z [4410/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2025-03-21T20:35:29.0068580Z [4411/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2025-03-21T20:35:29.0171490Z [4412/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2025-03-21T20:35:29.0273970Z [4413/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2025-03-21T20:35:29.0375750Z [4414/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2025-03-21T20:35:29.0478540Z [4415/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2025-03-21T20:35:29.0581080Z [4416/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2025-03-21T20:35:29.0682740Z [4417/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2025-03-21T20:35:29.0785710Z [4418/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2025-03-21T20:35:29.0888040Z [4419/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2025-03-21T20:35:29.0989870Z [4420/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2025-03-21T20:35:29.1092840Z [4421/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2025-03-21T20:35:29.1196100Z [4422/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2025-03-21T20:35:29.1299090Z [4423/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2025-03-21T20:35:29.1401670Z [4424/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_0.cpp.o 2025-03-21T20:35:29.1505000Z [4425/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2025-03-21T20:35:29.1607260Z [4426/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2025-03-21T20:35:29.1709940Z [4427/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2025-03-21T20:35:29.1813740Z [4428/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2025-03-21T20:35:29.1916200Z [4429/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_1.cpp.o 2025-03-21T20:35:29.1917940Z [4430/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_2.cpp.o 2025-03-21T20:35:29.2020070Z [4431/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor_0.cpp.o 2025-03-21T20:35:29.2121930Z [4432/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2025-03-21T20:35:29.2224550Z [4433/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_3.cpp.o 2025-03-21T20:35:29.2326450Z [4434/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2025-03-21T20:35:29.2421290Z [4435/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2025-03-21T20:35:29.2523350Z [4436/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional_0.cpp.o 2025-03-21T20:35:29.2623870Z [4437/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2025-03-21T20:35:29.2725600Z [4438/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta_0.cpp.o 2025-03-21T20:35:29.2826050Z [4439/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2025-03-21T20:35:29.2927740Z [4440/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU_0.cpp.o 2025-03-21T20:35:29.3028460Z [4441/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU_0.cpp.o 2025-03-21T20:35:29.3128860Z [4442/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorXPU_0.cpp.o 2025-03-21T20:35:29.3230280Z [4443/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd_0.cpp.o 2025-03-21T20:35:29.3331950Z [4444/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta_0.cpp.o 2025-03-21T20:35:29.3432570Z [4445/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2025-03-21T20:35:29.3531880Z [4446/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU_0.cpp.o 2025-03-21T20:35:29.3632530Z [4447/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU_0.cpp.o 2025-03-21T20:35:29.3734960Z [4448/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrXPU_0.cpp.o 2025-03-21T20:35:29.3835540Z [4449/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU_0.cpp.o 2025-03-21T20:35:29.3936220Z [4450/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta_0.cpp.o 2025-03-21T20:35:29.4036560Z [4451/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2025-03-21T20:35:29.4138840Z [4452/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta_0.cpp.o 2025-03-21T20:35:29.4238780Z [4453/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseXPU_0.cpp.o 2025-03-21T20:35:29.4340370Z [4454/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor_0.cpp.o 2025-03-21T20:35:29.4440750Z [4455/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2025-03-21T20:35:29.4541640Z [4456/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2025-03-21T20:35:29.4642720Z [4457/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd_0.cpp.o 2025-03-21T20:35:29.4743310Z [4458/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2025-03-21T20:35:29.4843730Z [4459/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS_0.cpp.o 2025-03-21T20:35:29.4944100Z [4460/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2025-03-21T20:35:29.5045360Z [4461/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2025-03-21T20:35:29.5146200Z [4462/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2025-03-21T20:35:29.5246690Z [4463/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2025-03-21T20:37:35.6237040Z [4464/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2025-03-21T20:37:35.6339920Z [4465/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2025-03-21T20:37:35.6442490Z [4466/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2025-03-21T20:37:35.6545710Z [4467/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2025-03-21T20:37:35.6648180Z [4468/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2025-03-21T20:37:35.6750190Z [4469/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2025-03-21T20:37:35.6871450Z [4470/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2025-03-21T20:37:35.6973070Z [4471/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2025-03-21T20:37:35.7075670Z [4472/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2025-03-21T20:37:35.7178860Z [4473/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2025-03-21T20:37:35.7281200Z [4474/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2025-03-21T20:37:35.7382870Z [4475/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2025-03-21T20:37:35.7484640Z [4476/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2025-03-21T20:37:35.7586340Z [4477/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2025-03-21T20:37:35.7688020Z [4478/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2025-03-21T20:37:35.7789990Z [4479/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2025-03-21T20:37:35.7892760Z [4480/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2025-03-21T20:37:35.7993400Z [4481/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2025-03-21T20:37:35.8096130Z [4482/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2025-03-21T20:37:35.8195680Z [4483/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2025-03-21T20:37:35.8296440Z [4484/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2025-03-21T20:37:35.8421950Z [4485/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2025-03-21T20:37:35.8550040Z [4486/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2025-03-21T20:37:35.8550850Z [4487/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta_0.cpp.o 2025-03-21T20:37:35.8673940Z [4488/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2025-03-21T20:37:35.8795420Z [4489/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2025-03-21T20:37:35.9038570Z [4490/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2025-03-21T20:37:35.9040670Z [4491/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2025-03-21T20:37:35.9284650Z [4492/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2025-03-21T20:37:35.9408240Z [4493/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2025-03-21T20:37:35.9410200Z [4494/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2025-03-21T20:37:35.9530920Z [4495/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2025-03-21T20:37:35.9633210Z [4496/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2025-03-21T20:37:35.9734760Z [4497/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2025-03-21T20:37:35.9837270Z [4498/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2025-03-21T20:37:35.9940660Z [4499/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2025-03-21T20:37:36.0033520Z [4500/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2025-03-21T20:37:36.0135170Z [4501/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2025-03-21T20:37:36.0235160Z [4502/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2025-03-21T20:37:36.0336820Z [4503/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2025-03-21T20:37:36.0438420Z [4504/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2025-03-21T20:37:36.0542800Z [4505/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2025-03-21T20:37:36.0644430Z [4506/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2025-03-21T20:37:36.0745840Z [4507/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2025-03-21T20:37:36.0847710Z [4508/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2025-03-21T20:37:36.0948730Z [4509/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2025-03-21T20:37:36.1051300Z [4510/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2025-03-21T20:37:36.1152220Z [4511/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2025-03-21T20:37:36.1252740Z [4512/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2025-03-21T20:37:36.1353390Z [4513/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2025-03-21T20:37:36.1456050Z [4514/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2025-03-21T20:37:36.1555280Z [4515/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2025-03-21T20:37:36.1655850Z [4516/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2025-03-21T20:37:36.1758830Z [4517/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2025-03-21T20:37:36.1857980Z [4518/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2025-03-21T20:37:36.1959600Z [4519/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2025-03-21T20:37:36.2060020Z [4520/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2025-03-21T20:37:36.2161640Z [4521/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2025-03-21T20:37:36.2262280Z [4522/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2025-03-21T20:37:36.2363690Z [4523/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2025-03-21T20:37:36.2465110Z [4524/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2025-03-21T20:37:36.2565100Z [4525/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2025-03-21T20:37:36.2666120Z [4526/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2025-03-21T20:37:36.2767430Z [4527/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2025-03-21T20:37:36.2868200Z [4528/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2025-03-21T20:37:36.2968260Z [4529/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2025-03-21T20:37:36.3071000Z [4530/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2025-03-21T20:37:36.3173390Z [4531/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2025-03-21T20:37:36.3273750Z [4532/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2025-03-21T20:37:36.3375110Z [4533/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2025-03-21T20:37:36.3475920Z [4534/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2025-03-21T20:37:36.3575970Z [4535/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2025-03-21T20:37:36.3678970Z [4536/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2025-03-21T20:38:38.6372630Z [4537/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2025-03-21T20:38:38.6474910Z [4538/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2025-03-21T20:38:38.6586110Z [4539/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2025-03-21T20:38:38.6685700Z [4540/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2025-03-21T20:38:38.6788220Z [4541/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2025-03-21T20:38:38.6902130Z [4542/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2025-03-21T20:38:38.7003750Z [4543/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2025-03-21T20:38:38.7106610Z [4544/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2025-03-21T20:38:38.7210220Z [4545/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2025-03-21T20:38:38.7309380Z [4546/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2025-03-21T20:38:38.7411030Z [4547/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2025-03-21T20:38:38.7513480Z [4548/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2025-03-21T20:38:38.7613570Z [4549/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2025-03-21T20:38:38.7716540Z [4550/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2025-03-21T20:38:38.7820530Z [4551/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2025-03-21T20:38:38.7927770Z [4552/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2025-03-21T20:38:38.8028800Z [4553/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2025-03-21T20:38:38.8130330Z [4554/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2025-03-21T20:38:38.8230700Z [4555/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2025-03-21T20:38:38.8332170Z [4556/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2025-03-21T20:38:38.8433710Z [4557/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2025-03-21T20:38:38.8534290Z [4558/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2025-03-21T20:38:38.8578390Z [4559/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2025-03-21T20:38:38.8677930Z [4560/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2025-03-21T20:38:38.8777720Z [4561/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2025-03-21T20:38:38.8880670Z [4562/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2025-03-21T20:38:38.8981460Z [4563/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2025-03-21T20:38:38.9083350Z [4564/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2025-03-21T20:38:38.9184580Z [4565/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2025-03-21T20:38:38.9284650Z [4566/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2025-03-21T20:38:38.9386650Z [4567/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2025-03-21T20:38:38.9486540Z [4568/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2025-03-21T20:38:38.9588650Z [4569/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2025-03-21T20:38:38.9690380Z [4570/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2025-03-21T20:38:38.9790610Z [4571/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2025-03-21T20:38:38.9893070Z [4572/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2025-03-21T20:38:38.9994270Z [4573/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2025-03-21T20:38:39.0095720Z [4574/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2025-03-21T20:38:39.0196790Z [4575/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2025-03-21T20:38:39.0297670Z [4576/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2025-03-21T20:38:39.0398600Z [4577/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2025-03-21T20:38:39.0501400Z [4578/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2025-03-21T20:38:39.0601070Z [4579/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2025-03-21T20:38:39.0704200Z [4580/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2025-03-21T20:38:39.0804690Z [4581/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2025-03-21T20:38:39.0906210Z [4582/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2025-03-21T20:38:39.1007960Z [4583/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2025-03-21T20:38:39.1108250Z [4584/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2025-03-21T20:38:39.1210840Z [4585/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2025-03-21T20:38:39.1311790Z [4586/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2025-03-21T20:38:39.1414520Z [4587/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2025-03-21T20:38:39.1515990Z [4588/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2025-03-21T20:38:39.1616930Z [4589/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2025-03-21T20:38:39.1718760Z [4590/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2025-03-21T20:38:39.1819480Z [4591/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2025-03-21T20:38:39.1921350Z [4592/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2025-03-21T20:38:39.2027490Z [4593/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2025-03-21T20:38:39.2127190Z [4594/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2025-03-21T20:38:39.2228850Z [4595/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2025-03-21T20:38:39.2330460Z [4596/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/dynamo/compiled_autograd.cpp.o 2025-03-21T20:38:39.2430760Z [4597/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2025-03-21T20:38:39.2533230Z [4598/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2025-03-21T20:38:39.2632850Z [4599/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2025-03-21T20:38:39.2734210Z [4600/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_mkldnn.cpp.o 2025-03-21T20:38:39.2837040Z [4601/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2025-03-21T20:38:39.2937590Z [4602/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2025-03-21T20:38:39.3039630Z [4603/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_package/model_package_loader.cpp.o 2025-03-21T20:38:39.3143160Z [4604/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2025-03-21T20:38:39.3242310Z [4605/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2025-03-21T20:38:39.3343390Z [4606/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2025-03-21T20:38:39.3445950Z [4607/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2025-03-21T20:38:39.3545820Z [4608/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2025-03-21T20:38:39.3646080Z [4609/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2025-03-21T20:38:39.3747680Z [4610/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2025-03-21T20:38:39.3849200Z [4611/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2025-03-21T20:39:14.7718300Z [4612/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2025-03-21T20:39:14.7808570Z [4613/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2025-03-21T20:39:14.7910960Z [4614/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2025-03-21T20:39:14.8012940Z [4615/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2025-03-21T20:39:14.8116080Z [4616/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2025-03-21T20:39:14.8217730Z [4617/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2025-03-21T20:39:14.8323580Z [4618/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2025-03-21T20:39:14.8426170Z [4619/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2025-03-21T20:39:14.8525530Z [4620/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2025-03-21T20:39:14.8625750Z [4621/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2025-03-21T20:39:14.8728610Z [4622/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2025-03-21T20:39:14.8829240Z [4623/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2025-03-21T20:39:14.8929790Z [4624/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2025-03-21T20:39:14.9031320Z [4625/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2025-03-21T20:39:14.9131890Z [4626/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2025-03-21T20:39:14.9233990Z [4627/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2025-03-21T20:39:14.9334020Z [4628/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2025-03-21T20:39:14.9434520Z [4629/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2025-03-21T20:39:14.9535980Z [4630/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2025-03-21T20:39:14.9636890Z [4631/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2025-03-21T20:39:14.9738140Z [4632/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2025-03-21T20:39:14.9839810Z [4633/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2025-03-21T20:39:14.9939230Z [4634/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2025-03-21T20:39:15.0041750Z [4635/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2025-03-21T20:39:15.0141430Z [4636/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2025-03-21T20:39:15.0243190Z [4637/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HPUHooksInterface.cpp.o 2025-03-21T20:39:15.0343800Z [4638/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2025-03-21T20:39:15.0446300Z [4639/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2025-03-21T20:39:15.0545840Z [4640/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2025-03-21T20:39:15.0646290Z [4641/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2025-03-21T20:39:15.0748050Z [4642/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2025-03-21T20:39:15.0848590Z [4643/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2025-03-21T20:39:15.0949920Z [4644/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2025-03-21T20:39:15.1050390Z [4645/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2025-03-21T20:39:15.1150830Z [4646/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2025-03-21T20:39:15.1252500Z [4647/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2025-03-21T20:39:15.1353860Z [4648/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2025-03-21T20:39:15.1453460Z [4649/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2025-03-21T20:39:15.1554590Z [4650/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2025-03-21T20:39:15.1655510Z [4651/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2025-03-21T20:39:15.1756940Z [4652/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2025-03-21T20:39:15.1857520Z [4653/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2025-03-21T20:39:15.1959030Z [4654/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2025-03-21T20:39:15.2059970Z [4655/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2025-03-21T20:39:15.2084420Z [4656/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2025-03-21T20:39:15.2186790Z [4657/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2025-03-21T20:39:15.2288500Z [4658/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2025-03-21T20:39:15.2390320Z [4659/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2025-03-21T20:39:15.2492140Z [4660/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2025-03-21T20:39:15.2594870Z [4661/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2025-03-21T20:39:15.2697230Z [4662/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2025-03-21T20:39:15.2824490Z [4663/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2025-03-21T20:39:15.2926090Z [4664/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2025-03-21T20:39:15.3028950Z [4665/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2025-03-21T20:39:15.3132920Z [4666/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2025-03-21T20:39:15.3235440Z [4667/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2025-03-21T20:39:15.3337690Z [4668/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2025-03-21T20:39:15.3439710Z [4669/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2025-03-21T20:39:15.3541760Z [4670/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2025-03-21T20:39:15.3643820Z [4671/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2025-03-21T20:39:15.3745490Z [4672/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2025-03-21T20:39:15.3847000Z [4673/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2025-03-21T20:39:15.3949310Z [4674/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2025-03-21T20:39:15.4052300Z [4675/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2025-03-21T20:39:15.4155350Z [4676/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2025-03-21T20:39:15.4257590Z [4677/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2025-03-21T20:39:15.4359280Z [4678/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2025-03-21T20:39:15.4461330Z [4679/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2025-03-21T20:39:15.4564280Z [4680/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2025-03-21T20:39:15.4666680Z [4681/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2025-03-21T20:39:15.4768350Z [4682/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2025-03-21T20:39:15.4869160Z [4683/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2025-03-21T20:39:15.4969610Z [4684/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2025-03-21T20:40:28.5887530Z [4685/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2025-03-21T20:40:28.5990560Z [4686/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2025-03-21T20:40:28.6093190Z [4687/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2025-03-21T20:40:28.6194950Z [4688/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2025-03-21T20:40:28.6296190Z [4689/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2025-03-21T20:40:28.6397710Z [4690/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2025-03-21T20:40:28.6498460Z [4691/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2025-03-21T20:40:28.6601010Z [4692/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2025-03-21T20:40:28.6703630Z [4693/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2025-03-21T20:40:28.6804190Z [4694/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2025-03-21T20:40:28.6906550Z [4695/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2025-03-21T20:40:28.7006460Z [4696/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2025-03-21T20:40:28.7108100Z [4697/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2025-03-21T20:40:28.7209540Z [4698/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2025-03-21T20:40:28.7310390Z [4699/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2025-03-21T20:40:28.7411680Z [4700/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2025-03-21T20:40:28.7512790Z [4701/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2025-03-21T20:40:28.7614110Z [4702/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2025-03-21T20:40:28.7715630Z [4703/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2025-03-21T20:40:28.7820380Z [4704/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2025-03-21T20:40:28.7918920Z [4705/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2025-03-21T20:40:28.7968740Z [4706/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2025-03-21T20:40:28.8096480Z [4707/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2025-03-21T20:40:28.8128770Z [4708/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2025-03-21T20:40:28.8230250Z [4709/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2025-03-21T20:40:28.8331890Z [4710/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2025-03-21T20:40:28.8433390Z [4711/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2025-03-21T20:40:28.8535930Z [4712/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2025-03-21T20:40:28.8638110Z [4713/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2025-03-21T20:40:28.8740510Z [4714/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2025-03-21T20:40:28.8842000Z [4715/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2025-03-21T20:40:28.8943700Z [4716/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2025-03-21T20:40:28.9046350Z [4717/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2025-03-21T20:40:28.9148540Z [4718/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2025-03-21T20:40:28.9251410Z [4719/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2025-03-21T20:40:28.9354070Z [4720/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2025-03-21T20:40:28.9455790Z [4721/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2025-03-21T20:40:28.9560840Z [4722/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2025-03-21T20:40:28.9663350Z [4723/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2025-03-21T20:40:28.9765060Z [4724/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2025-03-21T20:40:28.9867650Z [4725/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2025-03-21T20:40:28.9970040Z [4726/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2025-03-21T20:40:29.0071620Z [4727/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2025-03-21T20:40:29.0173170Z [4728/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2025-03-21T20:40:29.0275970Z [4729/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2025-03-21T20:40:29.0378370Z [4730/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2025-03-21T20:40:29.0549450Z [4731/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2025-03-21T20:40:29.0551220Z [4732/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2025-03-21T20:40:29.0656420Z [4733/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2025-03-21T20:40:29.0758080Z [4734/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2025-03-21T20:40:29.0859860Z [4735/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2025-03-21T20:40:29.0960380Z [4736/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2025-03-21T20:40:29.1062680Z [4737/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2025-03-21T20:40:29.1162250Z [4738/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2025-03-21T20:40:29.1263730Z [4739/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2025-03-21T20:40:29.1364520Z [4740/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2025-03-21T20:40:29.1465700Z [4741/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2025-03-21T20:40:29.1565990Z [4742/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2025-03-21T20:40:29.1667390Z [4743/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2025-03-21T20:40:29.1768740Z [4744/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2025-03-21T20:40:29.1868320Z [4745/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2025-03-21T20:40:29.1969490Z [4746/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2025-03-21T20:40:29.2070110Z [4747/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2025-03-21T20:40:29.2177930Z [4748/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2025-03-21T20:40:29.2278850Z [4749/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2025-03-21T20:40:29.2380530Z [4750/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2025-03-21T20:40:29.2480960Z [4751/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2025-03-21T20:40:29.2582510Z [4752/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2025-03-21T20:40:29.2683200Z [4753/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2025-03-21T20:40:29.2783780Z [4754/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2025-03-21T20:40:29.2884660Z [4755/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2025-03-21T20:40:29.2986490Z [4756/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2025-03-21T20:40:29.3190370Z [4757/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2025-03-21T20:40:29.3265880Z [4758/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2025-03-21T20:40:29.3366740Z [4759/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2025-03-21T20:40:29.3469020Z [4760/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2025-03-21T20:43:09.0643200Z [4761/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2025-03-21T20:43:09.0746000Z [4762/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2025-03-21T20:43:09.0850700Z [4763/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2025-03-21T20:43:09.0952500Z [4764/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2025-03-21T20:43:09.1054940Z [4765/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2025-03-21T20:43:09.1157070Z [4766/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2025-03-21T20:43:09.1259940Z [4767/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2025-03-21T20:43:09.1362180Z [4768/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2025-03-21T20:43:09.1465130Z [4769/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2025-03-21T20:43:09.1567650Z [4770/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2025-03-21T20:43:09.1671220Z [4771/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2025-03-21T20:43:09.1773510Z [4772/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2025-03-21T20:43:09.1875120Z [4773/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2025-03-21T20:43:09.1978600Z [4774/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2025-03-21T20:43:09.2080400Z [4775/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2025-03-21T20:43:09.2182350Z [4776/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2025-03-21T20:43:09.2285130Z [4777/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2025-03-21T20:43:09.2387950Z [4778/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2025-03-21T20:43:09.2488980Z [4779/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2025-03-21T20:43:09.2590990Z [4780/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2025-03-21T20:43:09.2690940Z [4781/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2025-03-21T20:43:09.2792520Z [4782/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2025-03-21T20:43:09.2893560Z [4783/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2025-03-21T20:43:09.2994930Z [4784/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2025-03-21T20:43:09.3095230Z [4785/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2025-03-21T20:43:09.3197020Z [4786/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2025-03-21T20:43:09.3297230Z [4787/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2025-03-21T20:43:09.3398980Z [4788/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2025-03-21T20:43:09.3499470Z [4789/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2025-03-21T20:43:09.3601240Z [4790/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2025-03-21T20:43:09.3703970Z [4791/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2025-03-21T20:43:09.3802320Z [4792/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2025-03-21T20:43:09.3905390Z [4793/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2025-03-21T20:43:09.4007430Z [4794/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2025-03-21T20:43:09.4108380Z [4795/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2025-03-21T20:43:09.4209320Z [4796/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2025-03-21T20:43:09.4311090Z [4797/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2025-03-21T20:43:09.4413280Z [4798/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2025-03-21T20:43:09.4511950Z [4799/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2025-03-21T20:43:09.4614450Z [4800/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2025-03-21T20:43:09.4714850Z [4801/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2025-03-21T20:43:09.4817270Z [4802/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2025-03-21T20:43:09.4918430Z [4803/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2025-03-21T20:43:09.5018700Z [4804/5715] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/custom_ops.cpp.o 2025-03-21T20:43:09.5119890Z [4805/5715] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_main.cpp.o 2025-03-21T20:43:09.5222510Z [4806/5715] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCPUCustomOps.cpp.o 2025-03-21T20:43:09.5321980Z [4807/5715] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:43:09.5422360Z [4808/5715] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/operator_registry.cpp.o 2025-03-21T20:43:09.5523950Z [4809/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2025-03-21T20:43:09.5624750Z [4810/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2025-03-21T20:43:09.5725640Z [4811/5715] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_operator_registration.cpp.o 2025-03-21T20:43:09.5828260Z [4812/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2025-03-21T20:43:09.5927420Z [4813/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2025-03-21T20:43:09.6029000Z [4814/5715] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2025-03-21T20:43:09.6130910Z [4815/5715] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2025-03-21T20:43:09.6232170Z [4816/5715] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2025-03-21T20:43:09.6333970Z [4817/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2025-03-21T20:43:09.6434600Z [4818/5715] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2025-03-21T20:43:09.6537620Z [4819/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2025-03-21T20:43:09.6637230Z [4820/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2025-03-21T20:43:09.6737940Z [4821/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2025-03-21T20:43:09.6839290Z [4822/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2025-03-21T20:43:09.6941960Z [4823/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2025-03-21T20:43:09.7042230Z [4824/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2025-03-21T20:43:09.7144050Z [4825/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2025-03-21T20:43:09.7244600Z [4826/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2025-03-21T20:43:09.7346440Z [4827/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2025-03-21T20:43:09.7448860Z [4828/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2025-03-21T20:43:09.7549410Z [4829/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2025-03-21T20:43:09.7649780Z [4830/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2025-03-21T20:43:09.7753370Z [4831/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2025-03-21T20:43:09.7852720Z [4832/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2025-03-21T20:43:09.7954890Z [4833/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2025-03-21T20:43:09.8054520Z [4834/5715] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2025-03-21T20:43:09.8155110Z [4835/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2025-03-21T20:43:09.8256480Z [4836/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2025-03-21T20:43:09.8358220Z [4837/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2025-03-21T20:43:09.8459920Z [4838/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2025-03-21T20:43:09.8559960Z [4839/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2025-03-21T20:43:09.8661670Z [4840/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2025-03-21T20:43:09.8667290Z [4841/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2025-03-21T20:45:34.5018400Z [4842/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2025-03-21T20:45:34.5120340Z [4843/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2025-03-21T20:45:34.5222130Z [4844/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2025-03-21T20:45:34.5323590Z [4845/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2025-03-21T20:45:34.5426130Z [4846/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2025-03-21T20:45:34.5527930Z [4847/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2025-03-21T20:45:34.5615420Z [4848/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2025-03-21T20:45:34.5716950Z [4849/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2025-03-21T20:45:34.5819560Z [4850/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2025-03-21T20:45:34.5921900Z [4851/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2025-03-21T20:45:34.6023260Z [4852/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2025-03-21T20:45:34.6124640Z [4853/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2025-03-21T20:45:34.6227230Z [4854/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2025-03-21T20:45:34.6329490Z [4855/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2025-03-21T20:45:34.6431070Z [4856/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2025-03-21T20:45:34.6533270Z [4857/5715] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2025-03-21T20:45:34.6632850Z [4858/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2025-03-21T20:45:34.6735390Z [4859/5715] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2025-03-21T20:45:34.6838550Z [4860/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2025-03-21T20:45:34.6944650Z [4861/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2025-03-21T20:45:34.7149860Z [4862/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2025-03-21T20:45:34.7252050Z [4863/5715] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2025-03-21T20:45:34.7351470Z [4864/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2025-03-21T20:45:34.7448290Z [4865/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2025-03-21T20:45:34.7553690Z [4866/5715] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2025-03-21T20:45:34.7655910Z [4867/5715] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2025-03-21T20:45:34.7757890Z [4868/5715] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2025-03-21T20:45:34.7857460Z [4869/5715] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2025-03-21T20:45:34.7959720Z [4870/5715] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2025-03-21T20:45:34.8080570Z [4871/5715] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2025-03-21T20:45:34.8169710Z [4872/5715] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2025-03-21T20:45:34.8272220Z [4873/5715] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2025-03-21T20:45:34.8374830Z [4874/5715] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2025-03-21T20:45:34.8476530Z [4875/5715] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2025-03-21T20:45:34.8580050Z [4876/5715] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2025-03-21T20:45:34.8634150Z [4877/5715] Building CXX object test_api/CMakeFiles/test_api.dir/ivalue.cpp.o 2025-03-21T20:45:34.8782140Z [4878/5715] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2025-03-21T20:45:34.8884460Z [4879/5715] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2025-03-21T20:45:34.8988870Z [4880/5715] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2025-03-21T20:45:34.9090150Z [4881/5715] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2025-03-21T20:45:34.9192490Z [4882/5715] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2025-03-21T20:45:34.9273540Z [4883/5715] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2025-03-21T20:45:34.9376630Z [4884/5715] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2025-03-21T20:45:34.9478360Z [4885/5715] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2025-03-21T20:45:34.9580020Z [4886/5715] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2025-03-21T20:45:34.9682410Z [4887/5715] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2025-03-21T20:45:34.9784420Z [4888/5715] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2025-03-21T20:45:34.9885810Z [4889/5715] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2025-03-21T20:45:34.9987390Z [4890/5715] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2025-03-21T20:45:35.0088840Z [4891/5715] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2025-03-21T20:45:35.0191090Z [4892/5715] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2025-03-21T20:45:35.0293090Z [4893/5715] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2025-03-21T20:45:35.0394990Z [4894/5715] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2025-03-21T20:45:35.0497350Z [4895/5715] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2025-03-21T20:45:35.0599150Z [4896/5715] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2025-03-21T20:45:35.0699770Z [4897/5715] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2025-03-21T20:45:35.0801760Z [4898/5715] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2025-03-21T20:45:35.0902490Z [4899/5715] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2025-03-21T20:45:35.1004340Z [4900/5715] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2025-03-21T20:45:35.1104830Z [4901/5715] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2025-03-21T20:45:35.1206130Z [4902/5715] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2025-03-21T20:45:35.1306550Z [4903/5715] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2025-03-21T20:45:35.1406790Z [4904/5715] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2025-03-21T20:45:35.1508450Z [4905/5715] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2025-03-21T20:45:35.1608820Z [4906/5715] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2025-03-21T20:45:35.1715320Z [4907/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2025-03-21T20:45:35.1818750Z [4908/5715] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2025-03-21T20:45:35.1922330Z [4909/5715] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2025-03-21T20:45:35.2024470Z [4910/5715] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2025-03-21T20:45:35.2126820Z [4911/5715] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2025-03-21T20:45:35.2228880Z [4912/5715] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2025-03-21T20:45:35.2330420Z [4913/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2025-03-21T20:45:35.2430900Z [4914/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2025-03-21T20:45:35.2531520Z [4915/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2025-03-21T20:45:35.2632620Z [4916/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2025-03-21T20:45:35.2733210Z [4917/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2025-03-21T20:45:35.2835750Z [4918/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2025-03-21T20:45:35.2938270Z [4919/5715] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2025-03-21T20:45:35.3038510Z [4920/5715] Building CXX object test_api/CMakeFiles/test_api.dir/nested_int.cpp.o 2025-03-21T20:45:35.3141860Z [4921/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2025-03-21T20:45:35.3240720Z [4922/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2025-03-21T20:45:35.3341330Z [4923/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2025-03-21T20:45:35.3443590Z [4924/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2025-03-21T20:45:35.3543400Z [4925/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2025-03-21T20:45:35.3644720Z [4926/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2025-03-21T20:45:35.3744200Z [4927/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2025-03-21T20:45:35.3845800Z [4928/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2025-03-21T20:45:35.3946260Z [4929/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2025-03-21T20:45:35.4047880Z [4930/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2025-03-21T20:45:35.4148050Z [4931/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_graph_executor.cpp.o 2025-03-21T20:45:35.4248780Z [4932/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2025-03-21T20:45:35.4349070Z [4933/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2025-03-21T20:45:35.4449590Z [4934/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2025-03-21T20:45:35.4551030Z [4935/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2025-03-21T20:45:35.4650980Z [4936/5715] Building CXX object test_inductor/CMakeFiles/aoti_custom_ops.dir/custom_ops.cpp.o 2025-03-21T20:47:39.7022650Z [4937/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2025-03-21T20:47:39.7125240Z [4938/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2025-03-21T20:47:39.7225810Z [4939/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2025-03-21T20:47:39.7326530Z [4940/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2025-03-21T20:47:39.7427950Z [4941/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2025-03-21T20:47:39.7529030Z [4942/5715] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2025-03-21T20:47:39.7632760Z [4943/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2025-03-21T20:47:39.7732260Z [4944/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2025-03-21T20:47:39.7833600Z [4945/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2025-03-21T20:47:39.7934000Z [4946/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2025-03-21T20:47:39.8035850Z [4947/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2025-03-21T20:47:39.8137830Z [4948/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2025-03-21T20:47:39.8237400Z [4949/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2025-03-21T20:47:39.8338380Z [4950/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2025-03-21T20:47:39.8439700Z [4951/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2025-03-21T20:47:39.8541780Z [4952/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2025-03-21T20:47:39.8641440Z [4953/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2025-03-21T20:47:39.8741870Z [4954/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2025-03-21T20:47:39.8843270Z [4955/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2025-03-21T20:47:39.8943780Z [4956/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2025-03-21T20:47:39.9045020Z [4957/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2025-03-21T20:47:39.9146420Z [4958/5715] Building CXX object test_cpp_c10d/CMakeFiles/BackoffTest.dir/BackoffTest.cpp.o 2025-03-21T20:47:39.9246600Z [4959/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2025-03-21T20:47:39.9347740Z [4960/5715] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2025-03-21T20:47:39.9449570Z [4961/5715] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2025-03-21T20:47:39.9549840Z [4962/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2025-03-21T20:47:39.9650560Z [4963/5715] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2025-03-21T20:47:39.9752710Z [4964/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2025-03-21T20:47:39.9852560Z [4965/5715] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2025-03-21T20:47:39.9954260Z [4966/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2025-03-21T20:47:40.0054540Z [4967/5715] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2025-03-21T20:47:40.0156370Z [4968/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2025-03-21T20:47:40.0256830Z [4969/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2025-03-21T20:47:40.0359490Z [4970/5715] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2025-03-21T20:47:40.0459180Z [4971/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2025-03-21T20:47:40.0561150Z [4972/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2025-03-21T20:47:40.0663710Z [4973/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2025-03-21T20:47:40.0764220Z [4974/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2025-03-21T20:47:40.0865870Z [4975/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2025-03-21T20:47:40.0966590Z [4976/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2025-03-21T20:47:40.1069090Z [4977/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2025-03-21T20:47:40.1168580Z [4978/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2025-03-21T20:47:40.1270100Z [4979/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2025-03-21T20:47:40.1372670Z [4980/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2025-03-21T20:47:40.1472580Z [4981/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2025-03-21T20:47:40.1573050Z [4982/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2025-03-21T20:47:40.1676060Z [4983/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2025-03-21T20:47:40.1776770Z [4984/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2025-03-21T20:47:40.1877280Z [4985/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2025-03-21T20:47:40.1978600Z [4986/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2025-03-21T20:47:40.2083130Z [4987/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2025-03-21T20:47:40.2184970Z [4988/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2025-03-21T20:47:40.2285530Z [4989/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2025-03-21T20:47:40.2387780Z [4990/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2025-03-21T20:47:40.2488570Z [4991/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2025-03-21T20:47:40.2591100Z [4992/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2025-03-21T20:47:40.2692470Z [4993/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2025-03-21T20:47:40.2792670Z [4994/5715] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2025-03-21T20:47:40.2893510Z [4995/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2025-03-21T20:47:40.2995670Z [4996/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2025-03-21T20:47:40.3098990Z [4997/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2025-03-21T20:47:40.3201110Z [4998/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2025-03-21T20:47:40.3302590Z [4999/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2025-03-21T20:47:40.3403430Z [5000/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2025-03-21T20:47:40.3505190Z [5001/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2025-03-21T20:47:40.3607980Z [5002/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2025-03-21T20:47:40.3711000Z [5003/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2025-03-21T20:47:40.3810870Z [5004/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2025-03-21T20:47:40.3911360Z [5005/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2025-03-21T20:47:40.4013420Z [5006/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2025-03-21T20:47:40.4113970Z [5007/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2025-03-21T20:47:40.4214020Z [5008/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2025-03-21T20:47:40.4315880Z [5009/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2025-03-21T20:47:40.4416270Z [5010/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2025-03-21T20:47:40.4516680Z [5011/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2025-03-21T20:47:40.4619050Z [5012/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2025-03-21T20:47:40.4720340Z [5013/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2025-03-21T20:47:40.4819380Z [5014/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2025-03-21T20:48:22.6470170Z [5015/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2025-03-21T20:48:22.6574940Z [5016/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2025-03-21T20:48:22.6678290Z [5017/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2025-03-21T20:48:22.6783280Z [5018/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2025-03-21T20:48:22.6886910Z [5019/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2025-03-21T20:48:22.6989230Z [5020/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/instruction_counter/Module.cpp.o 2025-03-21T20:48:22.7096540Z [5021/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2025-03-21T20:48:22.7191900Z [5022/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2025-03-21T20:48:22.7293350Z [5023/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2025-03-21T20:48:22.7395120Z [5024/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2025-03-21T20:48:22.7498160Z [5025/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2025-03-21T20:48:22.7600650Z [5026/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2025-03-21T20:48:22.7702030Z [5027/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2025-03-21T20:48:22.7802490Z [5028/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2025-03-21T20:48:22.7904290Z [5029/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2025-03-21T20:48:22.8008600Z [5030/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2025-03-21T20:48:22.8106760Z [5031/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2025-03-21T20:48:22.8210900Z [5032/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2025-03-21T20:48:22.8313730Z [5033/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2025-03-21T20:48:22.8412980Z [5034/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/control_plane/PythonHandlers.cpp.o 2025-03-21T20:48:22.8514610Z [5035/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2025-03-21T20:48:22.8617950Z [5036/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2025-03-21T20:48:22.8720370Z [5037/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2025-03-21T20:48:22.8822030Z [5038/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2025-03-21T20:48:22.8923990Z [5039/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2025-03-21T20:48:22.9024370Z [5040/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2025-03-21T20:48:22.9126130Z [5041/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2025-03-21T20:48:22.9226850Z [5042/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2025-03-21T20:48:22.9327420Z [5043/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2025-03-21T20:48:22.9428440Z [5044/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2025-03-21T20:48:22.9530510Z [5045/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2025-03-21T20:48:22.9630710Z [5046/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2025-03-21T20:48:22.9730810Z [5047/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2025-03-21T20:48:22.9837920Z [5048/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2025-03-21T20:48:22.9940410Z [5049/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2025-03-21T20:48:23.0041470Z [5050/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2025-03-21T20:48:23.0142790Z [5051/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2025-03-21T20:48:23.0243390Z [5052/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2025-03-21T20:48:23.0345370Z [5053/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2025-03-21T20:48:23.0445150Z [5054/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2025-03-21T20:48:23.0546140Z [5055/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2025-03-21T20:48:23.0647300Z [5056/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DeviceAccelerator.cpp.o 2025-03-21T20:48:23.0750790Z [5057/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2025-03-21T20:48:23.0849120Z [5058/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2025-03-21T20:48:23.0950730Z [5059/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2025-03-21T20:48:23.1053000Z [5060/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2025-03-21T20:48:23.1155900Z [5061/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2025-03-21T20:48:23.1256210Z [5062/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2025-03-21T20:48:23.1356860Z [5063/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2025-03-21T20:48:23.1458770Z [5064/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2025-03-21T20:48:23.1559090Z [5065/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2025-03-21T20:48:23.1659510Z [5066/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2025-03-21T20:48:23.1760250Z [5067/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2025-03-21T20:48:23.1862300Z [5068/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2025-03-21T20:48:23.1961690Z [5069/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2025-03-21T20:48:23.2062380Z [5070/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2025-03-21T20:48:23.2162800Z [5071/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2025-03-21T20:48:23.2265150Z [5072/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2025-03-21T20:48:23.2364870Z [5073/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2025-03-21T20:48:23.2467650Z [5074/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2025-03-21T20:48:23.2568370Z [5075/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2025-03-21T20:48:23.2669890Z [5076/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2025-03-21T20:48:23.2770270Z [5077/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2025-03-21T20:48:23.2871950Z [5078/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2025-03-21T20:48:23.2973450Z [5079/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2025-03-21T20:48:23.3072950Z [5080/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2025-03-21T20:48:23.3175230Z [5081/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2025-03-21T20:48:23.3275990Z [5082/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2025-03-21T20:48:23.3377100Z [5083/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2025-03-21T20:48:23.3479040Z [5084/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2025-03-21T20:48:23.3579940Z [5085/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2025-03-21T20:48:23.3681790Z [5086/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2025-03-21T20:48:23.3782430Z [5087/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2025-03-21T20:48:23.3884000Z [5088/5715] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2025-03-21T20:48:23.3984780Z [5089/5715] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2025-03-21T20:49:29.1450050Z [5090/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2025-03-21T20:49:29.1549890Z [5091/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2025-03-21T20:49:29.1649990Z [5092/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2025-03-21T20:49:29.1755940Z [5093/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2025-03-21T20:49:29.1852920Z [5094/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2025-03-21T20:49:29.1955820Z [5095/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2025-03-21T20:49:29.2055710Z [5096/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame_cpp.cpp.o 2025-03-21T20:49:29.2158450Z [5097/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2025-03-21T20:49:29.2259920Z [5098/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2025-03-21T20:49:29.2361700Z [5099/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/utils.cpp.o 2025-03-21T20:49:29.2462120Z [5100/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2025-03-21T20:49:29.2562620Z [5101/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_package/pybind.cpp.o 2025-03-21T20:49:29.2663290Z [5102/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2025-03-21T20:49:29.2764670Z [5103/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2025-03-21T20:49:29.2866310Z [5104/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2025-03-21T20:49:29.2966920Z [5105/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2025-03-21T20:49:29.3067520Z [5106/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2025-03-21T20:49:29.3168750Z [5107/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2025-03-21T20:49:29.3270130Z [5108/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2025-03-21T20:49:29.3371610Z [5109/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/export/pybind.cpp.o 2025-03-21T20:49:29.3472120Z [5110/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2025-03-21T20:49:29.3573600Z [5111/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2025-03-21T20:49:29.3674720Z [5112/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2025-03-21T20:49:29.3775600Z [5113/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2025-03-21T20:49:29.3877010Z [5114/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2025-03-21T20:49:29.3978990Z [5115/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2025-03-21T20:49:29.4079600Z [5116/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2025-03-21T20:49:29.4179590Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.cpp:3: 2025-03-21T20:49:29.4280690Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:49:29.4381880Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:49:29.4482550Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:49:29.4584030Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2025-03-21T20:49:29.4686440Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:49:29.4786220Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2025-03-21T20:49:29.4886600Z ^ 2025-03-21T20:49:29.4987540Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:49:29.5089560Z inline void dummyInferenceFunction(InferenceContext&){}; 2025-03-21T20:49:29.5220140Z ^ 2025-03-21T20:49:29.5344610Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:49:29.5466980Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2025-03-21T20:49:29.5587950Z ^ 2025-03-21T20:49:29.5710160Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.cpp:3: 2025-03-21T20:49:29.5821610Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:49:29.5940550Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:49:29.6056670Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:49:29.6167060Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:49:29.6289260Z }; 2025-03-21T20:49:29.6390690Z ^ 2025-03-21T20:49:29.6491080Z 4 warnings generated. 2025-03-21T20:49:29.6591290Z [5117/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2025-03-21T20:49:29.6694300Z [5118/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2025-03-21T20:49:29.6794930Z [5119/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2025-03-21T20:49:29.6894190Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx.cpp:11: 2025-03-21T20:49:29.6997220Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:49:29.7097170Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:49:29.7199730Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:49:29.7300840Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2025-03-21T20:49:29.7403600Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:49:29.7503370Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2025-03-21T20:49:29.7605390Z ^ 2025-03-21T20:49:29.7707180Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:49:29.7807540Z inline void dummyInferenceFunction(InferenceContext&){}; 2025-03-21T20:49:29.7907180Z ^ 2025-03-21T20:49:29.8010870Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:49:29.8110880Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2025-03-21T20:49:29.8211840Z ^ 2025-03-21T20:49:29.8312640Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx.cpp:11: 2025-03-21T20:49:29.8413760Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:49:29.8515140Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:49:29.8615590Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:49:29.8716590Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:50:20.9227530Z }; 2025-03-21T20:50:20.9329680Z ^ 2025-03-21T20:50:20.9432220Z 4 warnings generated. 2025-03-21T20:50:20.9534430Z [5120/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2025-03-21T20:50:20.9651690Z [5121/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2025-03-21T20:50:20.9754490Z [5122/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2025-03-21T20:50:20.9858080Z [5123/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2025-03-21T20:50:20.9962470Z [5124/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2025-03-21T20:50:21.0065620Z [5125/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2025-03-21T20:50:21.0165530Z [5126/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2025-03-21T20:50:21.0269090Z [5127/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2025-03-21T20:50:21.0369080Z [5128/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2025-03-21T20:50:21.0471200Z [5129/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2025-03-21T20:50:21.0573370Z [5130/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2025-03-21T20:50:21.0674500Z [5131/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2025-03-21T20:50:21.0779230Z [5132/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2025-03-21T20:50:21.0878310Z [5133/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2025-03-21T20:50:21.0981740Z [5134/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2025-03-21T20:50:21.1082420Z [5135/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2025-03-21T20:50:21.1183920Z [5136/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2025-03-21T20:50:21.1285970Z [5137/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2025-03-21T20:50:21.1385900Z [5138/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2025-03-21T20:50:21.1486220Z [5139/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2025-03-21T20:50:21.1543880Z [5140/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2025-03-21T20:50:21.1646160Z [5141/5715] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2025-03-21T20:50:21.1748300Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:6: 2025-03-21T20:50:21.1851540Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:50:21.1953350Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:50:21.2056410Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:50:21.2159140Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2025-03-21T20:50:21.2262560Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:50:21.2365650Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2025-03-21T20:50:21.2467120Z ^ 2025-03-21T20:50:21.2570300Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:50:21.2674040Z inline void dummyInferenceFunction(InferenceContext&){}; 2025-03-21T20:50:21.2776230Z ^ 2025-03-21T20:50:21.2878400Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:50:21.2980920Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2025-03-21T20:50:21.3082320Z ^ 2025-03-21T20:50:21.3185170Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:6: 2025-03-21T20:50:21.3287970Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:5: 2025-03-21T20:50:21.3391170Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2025-03-21T20:50:21.3493900Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:50:21.3595340Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:50:21.3695730Z }; 2025-03-21T20:50:21.3796370Z ^ 2025-03-21T20:50:21.3897400Z 4 warnings generated. 2025-03-21T20:50:21.3998120Z [5142/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2025-03-21T20:50:21.4104320Z [5143/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2025-03-21T20:50:21.4200780Z [5144/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2025-03-21T20:50:21.4301480Z [5145/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2025-03-21T20:50:21.4403120Z [5146/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2025-03-21T20:50:21.4504910Z [5147/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2025-03-21T20:50:21.4607310Z [5148/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2025-03-21T20:50:21.4710210Z [5149/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2025-03-21T20:50:21.4810460Z [5150/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2025-03-21T20:50:21.4913110Z [5151/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2025-03-21T20:50:21.5012350Z [5152/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2025-03-21T20:50:21.5112680Z [5153/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2025-03-21T20:50:21.5213040Z [5154/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2025-03-21T20:50:21.5314540Z [5155/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2025-03-21T20:50:21.5414830Z [5156/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2025-03-21T20:50:21.5515170Z [5157/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2025-03-21T20:50:21.5616720Z [5158/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2025-03-21T20:50:21.5717980Z [5159/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2025-03-21T20:50:21.5818610Z [5160/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2025-03-21T20:50:21.5921150Z [5161/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2025-03-21T20:50:21.6021540Z [5162/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2025-03-21T20:50:21.6121770Z [5163/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2025-03-21T20:50:21.6223020Z [5164/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2025-03-21T20:50:21.6324410Z [5165/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2025-03-21T20:50:21.6426970Z [5166/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2025-03-21T20:50:21.6529020Z [5167/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2025-03-21T20:50:21.6632530Z [5168/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2025-03-21T20:51:43.2788890Z [5169/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2025-03-21T20:51:43.2919680Z [5170/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2025-03-21T20:51:43.3041660Z [5171/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2025-03-21T20:51:43.3160550Z [5172/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2025-03-21T20:51:43.3284050Z [5173/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2025-03-21T20:51:43.3385870Z [5174/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2025-03-21T20:51:43.3494490Z [5175/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2025-03-21T20:51:43.3596650Z [5176/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2025-03-21T20:51:43.3696850Z [5177/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2025-03-21T20:51:43.3798450Z [5178/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2025-03-21T20:51:43.3898780Z [5179/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2025-03-21T20:51:43.3999420Z [5180/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2025-03-21T20:51:43.4100150Z [5181/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2025-03-21T20:51:43.4201320Z [5182/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2025-03-21T20:51:43.4302600Z [5183/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2025-03-21T20:51:43.4403130Z [5184/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2025-03-21T20:51:43.4503760Z [5185/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2025-03-21T20:51:43.4604780Z [5186/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2025-03-21T20:51:43.4705620Z [5187/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2025-03-21T20:51:43.4807180Z [5188/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2025-03-21T20:51:43.4907840Z [5189/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2025-03-21T20:51:43.5007610Z [5190/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2025-03-21T20:51:43.5107850Z [5191/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2025-03-21T20:51:43.5209760Z [5192/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2025-03-21T20:51:43.5311570Z [5193/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2025-03-21T20:51:43.5412060Z [5194/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2025-03-21T20:51:43.5512530Z [5195/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2025-03-21T20:51:43.5614270Z [5196/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2025-03-21T20:51:43.5715470Z [5197/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2025-03-21T20:51:43.5815730Z [5198/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2025-03-21T20:51:43.5917200Z [5199/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2025-03-21T20:51:43.6016890Z [5200/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2025-03-21T20:51:43.6116970Z [5201/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2025-03-21T20:51:43.6218740Z [5202/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2025-03-21T20:51:43.6319560Z [5203/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2025-03-21T20:51:43.6419880Z [5204/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2025-03-21T20:51:43.6521430Z [5205/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2025-03-21T20:51:43.6621820Z [5206/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2025-03-21T20:51:43.6722890Z [5207/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2025-03-21T20:51:43.6822830Z [5208/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2025-03-21T20:51:43.6923420Z [5209/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2025-03-21T20:51:43.7025380Z [5210/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2025-03-21T20:51:43.7125350Z [5211/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2025-03-21T20:51:43.7225810Z [5212/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2025-03-21T20:51:43.7326230Z [5213/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2025-03-21T20:51:43.7426500Z [5214/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2025-03-21T20:51:43.7528750Z [5215/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2025-03-21T20:51:43.7629210Z [5216/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2025-03-21T20:51:43.7728540Z [5217/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2025-03-21T20:51:43.7829880Z [5218/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2025-03-21T20:51:43.7930410Z [5219/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2025-03-21T20:51:43.8031170Z [5220/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2025-03-21T20:51:43.8132060Z [5221/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2025-03-21T20:51:43.8233750Z [5222/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2025-03-21T20:51:43.8334140Z [5223/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2025-03-21T20:51:43.8434200Z [5224/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2025-03-21T20:51:43.8535920Z [5225/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2025-03-21T20:51:43.8637450Z [5226/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2025-03-21T20:51:43.8738200Z [5227/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2025-03-21T20:51:43.8837350Z [5228/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2025-03-21T20:51:43.8940160Z [5229/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2025-03-21T20:51:43.9039570Z [5230/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2025-03-21T20:51:43.9141540Z [5231/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2025-03-21T20:51:43.9243040Z [5232/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2025-03-21T20:51:43.9341860Z [5233/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2025-03-21T20:51:43.9445160Z [5234/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2025-03-21T20:51:43.9545240Z [5235/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2025-03-21T20:51:43.9645720Z [5236/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2025-03-21T20:51:43.9747000Z [5237/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2025-03-21T20:51:43.9848870Z [5238/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2025-03-21T20:51:43.9947880Z [5239/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2025-03-21T20:51:44.0049220Z [5240/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2025-03-21T20:51:44.0150000Z [5241/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2025-03-21T20:51:44.0250400Z [5242/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2025-03-21T20:52:20.9918440Z [5243/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2025-03-21T20:52:21.0014030Z [5244/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2025-03-21T20:52:21.0116660Z [5245/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2025-03-21T20:52:21.0222230Z [5246/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2025-03-21T20:52:21.0322290Z [5247/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2025-03-21T20:52:21.0425380Z [5248/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2025-03-21T20:52:21.0529080Z [5249/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2025-03-21T20:52:21.0628490Z [5250/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2025-03-21T20:52:21.0730340Z [5251/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2025-03-21T20:52:21.0831690Z [5252/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2025-03-21T20:52:21.0932130Z [5253/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2025-03-21T20:52:21.1033750Z [5254/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2025-03-21T20:52:21.1134240Z [5255/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2025-03-21T20:52:21.1235640Z [5256/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2025-03-21T20:52:21.1337710Z [5257/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2025-03-21T20:52:21.1437670Z [5258/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2025-03-21T20:52:21.1539420Z [5259/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2025-03-21T20:52:21.1641280Z [5260/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2025-03-21T20:52:21.1741660Z [5261/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2025-03-21T20:52:21.1844590Z [5262/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2025-03-21T20:52:21.1947250Z [5263/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2025-03-21T20:52:21.2049360Z [5264/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2025-03-21T20:52:21.2150900Z [5265/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2025-03-21T20:52:21.2252640Z [5266/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2025-03-21T20:52:21.2363980Z [5267/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2025-03-21T20:52:21.2466200Z [5268/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2025-03-21T20:52:21.2567690Z [5269/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2025-03-21T20:52:21.2669610Z [5270/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2025-03-21T20:52:21.2771520Z [5271/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2025-03-21T20:52:21.2874190Z [5272/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2025-03-21T20:52:21.2976440Z [5273/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2025-03-21T20:52:21.3078040Z [5274/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2025-03-21T20:52:21.3182220Z [5275/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2025-03-21T20:52:21.3282530Z [5276/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2025-03-21T20:52:21.3385140Z [5277/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2025-03-21T20:52:21.3488100Z [5278/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2025-03-21T20:52:21.3588250Z [5279/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2025-03-21T20:52:21.3690900Z [5280/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2025-03-21T20:52:21.3790940Z [5281/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2025-03-21T20:52:21.3892660Z [5282/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2025-03-21T20:52:21.3994040Z [5283/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2025-03-21T20:52:21.4094960Z [5284/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2025-03-21T20:52:21.4196580Z [5285/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2025-03-21T20:52:21.4297090Z [5286/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2025-03-21T20:52:21.4399780Z [5287/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2025-03-21T20:52:21.4502040Z [5288/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2025-03-21T20:52:21.4607660Z [5289/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2025-03-21T20:52:21.4705600Z [5290/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2025-03-21T20:52:21.4809820Z [5291/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2025-03-21T20:52:21.4812230Z [5292/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2025-03-21T20:52:21.4914540Z [5293/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2025-03-21T20:52:21.5041660Z [5294/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2025-03-21T20:52:21.5149900Z [5295/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2025-03-21T20:52:21.5252110Z [5296/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2025-03-21T20:52:21.5353650Z [5297/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2025-03-21T20:52:21.5456110Z [5298/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2025-03-21T20:52:21.5558540Z [5299/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2025-03-21T20:52:21.5660160Z [5300/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2025-03-21T20:52:21.5762860Z [5301/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2025-03-21T20:52:21.5866930Z [5302/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2025-03-21T20:52:21.5969560Z [5303/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2025-03-21T20:52:21.6072150Z [5304/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2025-03-21T20:52:21.6173880Z [5305/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2025-03-21T20:52:21.6275700Z [5306/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2025-03-21T20:52:21.6377240Z [5307/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2025-03-21T20:52:21.6479940Z [5308/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2025-03-21T20:52:21.6582330Z [5309/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2025-03-21T20:52:21.6684950Z [5310/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2025-03-21T20:52:21.6787150Z [5311/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2025-03-21T20:52:21.6888840Z [5312/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2025-03-21T20:52:21.6990550Z [5313/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2025-03-21T20:53:44.4599630Z [5314/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2025-03-21T20:53:44.4695490Z [5315/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2025-03-21T20:53:44.4796200Z [5316/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2025-03-21T20:53:44.4897940Z [5317/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2025-03-21T20:53:44.4999340Z [5318/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2025-03-21T20:53:44.5099640Z [5319/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2025-03-21T20:53:44.5201660Z [5320/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2025-03-21T20:53:44.5304660Z [5321/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2025-03-21T20:53:44.5403860Z [5322/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2025-03-21T20:53:44.5504340Z [5323/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2025-03-21T20:53:44.5606040Z [5324/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2025-03-21T20:53:44.5706290Z [5325/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2025-03-21T20:53:44.5808020Z [5326/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2025-03-21T20:53:44.5908420Z [5327/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2025-03-21T20:53:44.6009110Z [5328/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2025-03-21T20:53:44.6110240Z [5329/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2025-03-21T20:53:44.6210970Z [5330/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2025-03-21T20:53:44.6312380Z [5331/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2025-03-21T20:53:44.6413400Z [5332/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2025-03-21T20:53:44.6521840Z [5333/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2025-03-21T20:53:44.6623890Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_utils.cpp:9: 2025-03-21T20:53:44.6724820Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/tensorpipe.h:18: 2025-03-21T20:53:44.6825230Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/core/message.h:16: 2025-03-21T20:53:44.6926590Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:202:60: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.7027020Z constexpr storage_t(trivial_init_t) noexcept : dummy_(){}; 2025-03-21T20:53:44.7128220Z ^ 2025-03-21T20:53:44.7337170Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:216:70: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.7430810Z constexpr constexpr_storage_t(trivial_init_t) noexcept : dummy_(){}; 2025-03-21T20:53:44.7533070Z ^ 2025-03-21T20:53:44.7633740Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:230:78: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.7736630Z constexpr optional_base() noexcept : init_(false), storage_(trivial_init){}; 2025-03-21T20:53:44.7836620Z ^ 2025-03-21T20:53:44.7939860Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:263:47: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.8040060Z : init_(false), storage_(trivial_init){}; 2025-03-21T20:53:44.8141920Z ^ 2025-03-21T20:53:44.8242810Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:368:54: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.8343930Z constexpr optional() noexcept : OptionalBase(){}; 2025-03-21T20:53:44.8443270Z ^ 2025-03-21T20:53:44.8544310Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:369:63: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:44.8644990Z constexpr optional(nullopt_t) noexcept : OptionalBase(){}; 2025-03-21T20:53:44.8746150Z ^ 2025-03-21T20:53:44.8846970Z 6 warnings generated. 2025-03-21T20:53:44.8947490Z [5334/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2025-03-21T20:53:44.9047810Z [5335/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2025-03-21T20:53:44.9150070Z [5336/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2025-03-21T20:53:44.9250170Z [5337/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2025-03-21T20:53:44.9350480Z [5338/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2025-03-21T20:53:44.9451580Z [5339/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2025-03-21T20:53:44.9552250Z [5340/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2025-03-21T20:53:44.9653060Z [5341/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2025-03-21T20:53:44.9753940Z [5342/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2025-03-21T20:53:44.9854870Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_agent.cpp:11: 2025-03-21T20:53:44.9955140Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/tensorpipe.h:18: 2025-03-21T20:53:45.0056260Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/core/message.h:16: 2025-03-21T20:53:45.0157050Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:202:60: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.0258500Z constexpr storage_t(trivial_init_t) noexcept : dummy_(){}; 2025-03-21T20:53:45.0358400Z ^ 2025-03-21T20:53:45.0465250Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:216:70: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.0560980Z constexpr constexpr_storage_t(trivial_init_t) noexcept : dummy_(){}; 2025-03-21T20:53:45.0662080Z ^ 2025-03-21T20:53:45.0763320Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:230:78: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.0862960Z constexpr optional_base() noexcept : init_(false), storage_(trivial_init){}; 2025-03-21T20:53:45.0964100Z ^ 2025-03-21T20:53:45.1065660Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:263:47: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.1165310Z : init_(false), storage_(trivial_init){}; 2025-03-21T20:53:45.1267410Z ^ 2025-03-21T20:53:45.1368170Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:368:54: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.1468600Z constexpr optional() noexcept : OptionalBase(){}; 2025-03-21T20:53:45.1569670Z ^ 2025-03-21T20:53:45.1671050Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/tensorpipe/tensorpipe/common/optional.h:369:63: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:53:45.1771130Z constexpr optional(nullopt_t) noexcept : OptionalBase(){}; 2025-03-21T20:53:45.1871600Z ^ 2025-03-21T20:53:45.1973230Z 6 warnings generated. 2025-03-21T20:53:45.2073340Z [5343/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2025-03-21T20:53:45.2174240Z [5344/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2025-03-21T20:54:40.3481000Z [5345/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2025-03-21T20:54:40.3590660Z [5346/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2025-03-21T20:54:40.3710520Z [5347/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2025-03-21T20:54:40.3836610Z [5348/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2025-03-21T20:54:40.3945090Z [5349/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2025-03-21T20:54:40.4083270Z [5350/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2025-03-21T20:54:40.4084150Z [5351/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2025-03-21T20:54:40.4084840Z [5352/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2025-03-21T20:54:40.4085520Z [5353/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2025-03-21T20:54:40.4086270Z [5354/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2025-03-21T20:54:40.4086900Z [5355/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2025-03-21T20:54:40.4087560Z [5356/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2025-03-21T20:54:40.4088220Z [5357/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2025-03-21T20:54:40.4089900Z [5358/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2025-03-21T20:54:40.4090590Z [5359/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2025-03-21T20:54:40.4091250Z [5360/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2025-03-21T20:54:40.4091920Z [5361/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2025-03-21T20:54:40.4092530Z [5362/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2025-03-21T20:54:40.4093230Z [5363/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2025-03-21T20:54:40.4093920Z [5364/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2025-03-21T20:54:40.4094520Z [5365/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2025-03-21T20:54:40.4095260Z [5366/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2025-03-21T20:54:40.4095970Z [5367/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2025-03-21T20:54:40.4096650Z [5368/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2025-03-21T20:54:40.4097250Z [5369/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2025-03-21T20:54:40.4097940Z [5370/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2025-03-21T20:54:40.4098640Z [5371/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2025-03-21T20:54:40.4099240Z [5372/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2025-03-21T20:54:40.4099940Z [5373/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2025-03-21T20:54:40.4100590Z [5374/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2025-03-21T20:54:40.4101230Z [5375/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2025-03-21T20:54:40.4127200Z [5376/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2025-03-21T20:54:40.4129510Z [5377/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2025-03-21T20:54:40.4131280Z [5378/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2025-03-21T20:54:40.4133000Z [5379/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2025-03-21T20:54:40.4134880Z [5380/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2025-03-21T20:54:40.4136660Z [5381/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2025-03-21T20:54:40.4206080Z [5382/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2025-03-21T20:54:40.4329150Z [5383/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2025-03-21T20:54:40.4434070Z [5384/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2025-03-21T20:54:40.4535910Z [5385/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2025-03-21T20:54:40.4637520Z [5386/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2025-03-21T20:54:40.4740930Z [5387/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2025-03-21T20:54:40.4843290Z [5388/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2025-03-21T20:54:40.4944990Z [5389/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2025-03-21T20:54:40.5046860Z [5390/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2025-03-21T20:54:40.5148440Z [5391/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2025-03-21T20:54:40.5250020Z [5392/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2025-03-21T20:54:40.5352150Z [5393/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2025-03-21T20:54:40.5453910Z [5394/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2025-03-21T20:54:40.5556020Z [5395/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2025-03-21T20:54:40.5658780Z [5396/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2025-03-21T20:54:40.5761160Z [5397/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2025-03-21T20:54:40.5863650Z [5398/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2025-03-21T20:54:40.5965860Z [5399/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2025-03-21T20:54:40.6068500Z [5400/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2025-03-21T20:54:40.6172660Z [5401/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2025-03-21T20:54:40.6274660Z [5402/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2025-03-21T20:54:40.6376310Z [5403/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2025-03-21T20:54:40.6478170Z [5404/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2025-03-21T20:54:40.6585060Z [5405/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2025-03-21T20:54:40.6721620Z [5406/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2025-03-21T20:54:40.6786670Z [5407/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2025-03-21T20:54:40.6886980Z [5408/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2025-03-21T20:54:40.6989200Z [5409/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2025-03-21T20:54:40.7089710Z [5410/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2025-03-21T20:54:40.7191100Z [5411/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2025-03-21T20:54:40.7290660Z [5412/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2025-03-21T20:54:40.7392400Z [5413/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2025-03-21T20:54:40.7492870Z [5414/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2025-03-21T20:54:40.7593920Z [5415/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2025-03-21T20:54:40.7695660Z [5416/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2025-03-21T20:54:40.7797370Z [5417/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2025-03-21T20:54:40.7898390Z [5418/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2025-03-21T20:55:43.0370410Z [5419/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2025-03-21T20:55:43.0472290Z [5420/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2025-03-21T20:55:43.0574050Z [5421/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2025-03-21T20:55:43.0676600Z [5422/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2025-03-21T20:55:43.0779180Z [5423/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2025-03-21T20:55:43.0880800Z [5424/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2025-03-21T20:55:43.0982780Z [5425/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2025-03-21T20:55:43.1084560Z [5426/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2025-03-21T20:55:43.1187220Z [5427/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2025-03-21T20:55:43.1289080Z [5428/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backoff.cpp.o 2025-03-21T20:55:43.1387680Z [5429/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2025-03-21T20:55:43.1488870Z [5430/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2025-03-21T20:55:43.1590040Z [5431/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2025-03-21T20:55:43.1691880Z [5432/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2025-03-21T20:55:43.1792130Z [5433/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2025-03-21T20:55:43.1892650Z [5434/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2025-03-21T20:55:43.1993120Z [5435/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2025-03-21T20:55:43.2094900Z [5436/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/DMAConnectivity.cpp.o 2025-03-21T20:55:43.2195230Z [5437/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2025-03-21T20:55:43.2295830Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/serialization/export.cpp:23: 2025-03-21T20:55:43.2396100Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/checker.h:13: 2025-03-21T20:55:43.2497630Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:55:43.2597970Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2025-03-21T20:55:43.2700160Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2025-03-21T20:55:43.2800760Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2025-03-21T20:55:43.2908310Z ^ 2025-03-21T20:55:43.3005450Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:55:43.3103940Z inline void dummyInferenceFunction(InferenceContext&){}; 2025-03-21T20:55:43.3206090Z ^ 2025-03-21T20:55:43.3308450Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:55:43.3409700Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2025-03-21T20:55:43.3509740Z ^ 2025-03-21T20:55:43.3611400Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/csrc/jit/serialization/export.cpp:23: 2025-03-21T20:55:43.3711930Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/checker.h:13: 2025-03-21T20:55:43.3814300Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2025-03-21T20:55:43.3916290Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2025-03-21T20:55:43.4015490Z }; 2025-03-21T20:55:43.4116710Z ^ 2025-03-21T20:55:43.4217820Z 4 warnings generated. 2025-03-21T20:55:43.4319210Z [5438/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2025-03-21T20:55:43.4419200Z [5439/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.cpp.o 2025-03-21T20:55:43.4520720Z [5440/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2025-03-21T20:55:43.4624170Z [5441/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2025-03-21T20:55:43.4724740Z [5442/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2025-03-21T20:55:43.4824980Z [5443/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GroupRegistry.cpp.o 2025-03-21T20:55:43.4926230Z [5444/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2025-03-21T20:55:43.5027930Z [5445/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2025-03-21T20:55:43.5128500Z [5446/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2025-03-21T20:55:43.5229340Z [5447/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Functional.cpp.o 2025-03-21T20:55:43.5329260Z [5448/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/SymmetricMemory.cpp.o 2025-03-21T20:55:43.5431250Z [5449/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2025-03-21T20:55:43.5531690Z [5450/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2025-03-21T20:55:43.5633050Z [5451/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2025-03-21T20:55:43.5732800Z [5452/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreBackend.cpp.o 2025-03-21T20:55:43.5833580Z [5453/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2025-03-21T20:55:43.5934330Z [5454/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp.o 2025-03-21T20:55:43.6034690Z [5455/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2025-03-21T20:55:43.6135760Z [5456/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2025-03-21T20:55:43.6236380Z [5457/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2025-03-21T20:55:43.6337160Z [5458/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2025-03-21T20:55:43.6438020Z [5459/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2025-03-21T20:55:43.6538790Z [5460/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_plane/Handlers.cpp.o 2025-03-21T20:55:43.6639440Z [5461/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2025-03-21T20:55:43.6739880Z [5462/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2025-03-21T20:55:43.6840150Z [5463/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2025-03-21T20:55:43.6943110Z [5464/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2025-03-21T20:55:43.7043540Z [5465/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2025-03-21T20:55:43.7143590Z [5466/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2025-03-21T20:55:43.7244490Z [5467/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2025-03-21T20:55:43.7344950Z [5468/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2025-03-21T20:55:43.7446370Z [5469/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2025-03-21T20:55:43.7546810Z [5470/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2025-03-21T20:56:24.2954000Z [5471/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_plane/WorkerServer.cpp.o 2025-03-21T20:56:24.3057720Z [5472/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2025-03-21T20:56:24.3161400Z [5473/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2025-03-21T20:56:24.3268090Z [5474/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2025-03-21T20:56:24.3392910Z [5475/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2025-03-21T20:56:24.3494740Z [5476/5715] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2025-03-21T20:56:24.3603090Z [5477/5715] Linking CXX executable bin/vec_test_all_types_DEFAULT 2025-03-21T20:56:24.3705610Z [5478/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2025-03-21T20:56:24.3808950Z [5479/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2025-03-21T20:56:24.3917360Z [5480/5715] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2025-03-21T20:56:24.4022090Z [5481/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2025-03-21T20:56:24.4125230Z [5482/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2025-03-21T20:56:24.4229150Z [5483/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2025-03-21T20:56:24.4333260Z [5484/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2025-03-21T20:56:24.4441660Z [5485/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2025-03-21T20:56:24.4546030Z [5486/5715] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2025-03-21T20:56:24.4649750Z [5487/5715] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2025-03-21T20:56:24.4752700Z [5488/5715] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2025-03-21T20:56:24.4855220Z [5489/5715] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2025-03-21T20:56:24.4957540Z [5490/5715] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2025-03-21T20:56:24.4959430Z [5491/5715] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2025-03-21T20:56:24.5060880Z [5492/5715] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2025-03-21T20:56:24.5163750Z [5493/5715] Building CXX object caffe2/CMakeFiles/cpu_allocator_test.dir/__/aten/src/ATen/test/cpu_allocator_test.cpp.o 2025-03-21T20:56:24.5266490Z [5494/5715] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2025-03-21T20:56:24.5368140Z [5495/5715] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2025-03-21T20:56:24.5469770Z [5496/5715] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2025-03-21T20:56:24.5579340Z [5497/5715] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2025-03-21T20:56:24.5682500Z [5498/5715] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2025-03-21T20:56:24.5788700Z [5499/5715] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2025-03-21T20:56:24.5891250Z [5500/5715] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2025-03-21T20:56:24.5994090Z [5501/5715] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2025-03-21T20:56:24.6097680Z [5502/5715] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2025-03-21T20:56:24.6183680Z [5503/5715] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2025-03-21T20:56:24.6286530Z [5504/5715] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2025-03-21T20:56:24.6388040Z [5505/5715] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2025-03-21T20:56:24.6490120Z [5506/5715] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2025-03-21T20:56:24.6593500Z [5507/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2025-03-21T20:56:24.6696230Z [5508/5715] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2025-03-21T20:56:24.6799780Z [5509/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2025-03-21T20:56:24.6902080Z [5510/5715] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2025-03-21T20:56:24.7003670Z [5511/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2025-03-21T20:56:24.7084120Z [5512/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2025-03-21T20:56:24.7187690Z [5513/5715] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2025-03-21T20:56:24.7289370Z [5514/5715] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2025-03-21T20:56:24.7392130Z [5515/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2025-03-21T20:56:24.7495480Z [5516/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2025-03-21T20:56:24.7597760Z [5517/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2025-03-21T20:56:24.7700490Z [5518/5715] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2025-03-21T20:56:24.7810080Z [5519/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2025-03-21T20:56:24.7911590Z [5520/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2025-03-21T20:56:24.8013910Z [5521/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2025-03-21T20:56:24.8114390Z [5522/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2025-03-21T20:56:24.8217430Z [5523/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2025-03-21T20:56:24.8318210Z [5524/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2025-03-21T20:56:24.8420080Z [5525/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2025-03-21T20:56:24.8521510Z [5526/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2025-03-21T20:56:24.8622290Z [5527/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2025-03-21T20:56:24.8725260Z [5528/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2025-03-21T20:56:24.8826860Z [5529/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2025-03-21T20:56:24.8912640Z [5530/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2025-03-21T20:56:24.9014250Z [5531/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2025-03-21T20:56:24.9117210Z [5532/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2025-03-21T20:56:24.9233540Z [5533/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2025-03-21T20:56:24.9337420Z [5534/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2025-03-21T20:56:24.9438630Z [5535/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2025-03-21T20:56:24.9542120Z [5536/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2025-03-21T20:56:24.9641860Z [5537/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2025-03-21T20:56:24.9744590Z [5538/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2025-03-21T20:56:24.9844190Z [5539/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2025-03-21T20:56:24.9944610Z [5540/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2025-03-21T20:56:53.4667700Z [5541/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2025-03-21T20:56:53.4670830Z [5542/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2025-03-21T20:56:53.4774310Z [5543/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2025-03-21T20:56:53.4876960Z [5544/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2025-03-21T20:56:53.4978920Z [5545/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2025-03-21T20:56:53.5080680Z [5546/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2025-03-21T20:56:53.5183560Z [5547/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2025-03-21T20:56:53.5285930Z [5548/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Im2Col.mm.o 2025-03-21T20:56:53.5387780Z [5549/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2025-03-21T20:56:53.5490680Z [5550/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2025-03-21T20:56:53.5593180Z [5551/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Inverse.mm.o 2025-03-21T20:56:53.5695770Z [5552/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2025-03-21T20:56:53.5798220Z [5553/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2025-03-21T20:56:53.5901410Z [5554/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2025-03-21T20:56:53.6004350Z [5555/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2025-03-21T20:56:53.6106610Z [5556/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2025-03-21T20:56:53.6208410Z [5557/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2025-03-21T20:56:53.6313060Z /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/native/mps/operations/LinearAlgebra.mm:822:21: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2025-03-21T20:56:53.6417100Z [matmul encodeToCommandEncoder:computeEncoder 2025-03-21T20:56:53.6518400Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:56:53.6620670Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Headers/MPSNDArrayMatrixMultiplication.h:37:12: note: receiver is instance of class declared here 2025-03-21T20:56:53.6722720Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2025-03-21T20:56:53.6823890Z ^ 2025-03-21T20:56:53.6925840Z 1 warning generated. 2025-03-21T20:56:53.7029420Z [5558/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2025-03-21T20:56:53.7131330Z [5559/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2025-03-21T20:56:53.7234920Z [5560/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2025-03-21T20:56:53.7337520Z [5561/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2025-03-21T20:56:53.7440710Z [5562/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2025-03-21T20:56:53.7543430Z [5563/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2025-03-21T20:56:53.7646420Z [5564/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RMSNorm.mm.o 2025-03-21T20:56:53.7763290Z [5565/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2025-03-21T20:56:53.7866130Z [5566/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2025-03-21T20:56:53.7968640Z [5567/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2025-03-21T20:56:53.8069890Z [5568/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2025-03-21T20:56:53.8170760Z [5569/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2025-03-21T20:56:53.8271220Z [5570/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2025-03-21T20:56:53.8371540Z [5571/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SpecialOps.mm.o 2025-03-21T20:56:53.8471770Z [5572/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2025-03-21T20:56:53.8573000Z [5573/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2025-03-21T20:56:53.8674300Z [5574/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2025-03-21T20:56:53.8773970Z [5575/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2025-03-21T20:56:53.8874270Z [5576/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2025-03-21T20:56:53.8974620Z [5577/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2025-03-21T20:56:53.9075550Z [5578/5715] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metallib_dummy.cpp.o 2025-03-21T20:56:53.9176440Z [5579/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2025-03-21T20:56:53.9277510Z [5580/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnfoldBackward.mm.o 2025-03-21T20:56:53.9378230Z [5581/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2025-03-21T20:56:53.9478700Z [5582/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2025-03-21T20:56:53.9581040Z [5583/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2025-03-21T20:56:53.9681910Z [5584/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2025-03-21T20:56:53.9782150Z [5585/5715] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2025-03-21T20:56:53.9881490Z [5586/5715] Linking CXX shared library lib/libtorch_cpu.dylib 2025-03-21T20:56:53.9983030Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2025-03-21T20:56:54.0083370Z [5587/5715] Linking CXX static library lib/libunbox_lib.a 2025-03-21T20:56:54.0185700Z [5588/5715] Linking CXX executable bin/test_edge_op_registration 2025-03-21T20:56:54.0284900Z [5589/5715] Linking CXX executable bin/BackoffTest 2025-03-21T20:56:54.0386260Z [5590/5715] Linking CXX executable bin/FileStoreTest 2025-03-21T20:56:54.0486550Z [5591/5715] Linking CXX executable bin/TCPStoreTest 2025-03-21T20:56:54.0587900Z [5592/5715] Linking CXX executable bin/HashStoreTest 2025-03-21T20:56:54.0688920Z [5593/5715] Linking CXX executable bin/ProcessGroupGlooTest 2025-03-21T20:56:54.0789160Z [5594/5715] Linking CXX shared library lib/libtorch.dylib 2025-03-21T20:56:54.0889870Z [5595/5715] Linking CXX shared library lib/libtorchbind_test.dylib 2025-03-21T20:56:54.0990860Z [5596/5715] Linking CXX shared library lib/libjitbackend_test.dylib 2025-03-21T20:56:54.1092710Z [5597/5715] Linking CXX shared library lib/libbackend_with_compiler.dylib 2025-03-21T20:56:54.1191860Z [5598/5715] Linking CXX executable bin/test_dist_autograd 2025-03-21T20:56:54.1292380Z [5599/5715] Linking CXX executable bin/test_cpp_rpc 2025-03-21T20:56:54.1392580Z [5600/5715] Linking CXX executable bin/test_api 2025-03-21T20:56:54.1493970Z [5601/5715] Linking CXX executable bin/parallel_benchmark 2025-03-21T20:56:54.1594450Z [5602/5715] Linking CXX executable bin/test_lazy 2025-03-21T20:56:54.1694970Z [5603/5715] Linking CXX executable bin/test_jit 2025-03-21T20:56:54.1795610Z [5604/5715] Linking CXX shared library lib/libaoti_custom_ops.dylib 2025-03-21T20:56:54.1896020Z [5605/5715] Linking CXX executable bin/test_tensorexpr 2025-03-21T20:56:54.1997000Z [5606/5715] Linking CXX executable bin/tutorial_tensorexpr 2025-03-21T20:56:54.2098380Z [5607/5715] Linking CXX executable bin/Dict_test 2025-03-21T20:56:54.2198140Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:56:54.2298780Z [5608/5715] Linking CXX executable bin/Dimname_test 2025-03-21T20:56:54.2400190Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:56:54.2503780Z [5609/5715] Linking CXX executable bin/MaybeOwned_test 2025-03-21T20:56:54.2604020Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:56:54.2704410Z [5610/5715] Linking CXX executable bin/NamedTensor_test 2025-03-21T20:56:54.2804670Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:56:54.2905940Z [5611/5715] Linking CXX executable bin/apply_utils_test 2025-03-21T20:56:54.3006620Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:56:54.3108580Z [5612/5715] Linking CXX executable bin/atest 2025-03-21T20:56:54.3208070Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3203210Z [5613/5715] Linking CXX executable bin/basic 2025-03-21T20:58:16.3204310Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3204860Z [5614/5715] Linking CXX executable bin/broadcast_test 2025-03-21T20:58:16.3205320Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3205650Z [5615/5715] Linking CXX executable bin/cpu_allocator_test 2025-03-21T20:58:16.3206030Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3206500Z [5616/5715] Linking CXX executable bin/cpu_generator_test 2025-03-21T20:58:16.3206890Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3207250Z [5617/5715] Linking CXX executable bin/cpu_profiling_allocator_test 2025-03-21T20:58:16.3207670Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3208070Z [5618/5715] Linking CXX executable bin/cpu_rng_test 2025-03-21T20:58:16.3208400Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3208800Z [5619/5715] Linking CXX executable bin/dispatch_key_set_test 2025-03-21T20:58:16.3209870Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3210230Z [5620/5715] Linking CXX executable bin/dlconvertor_test 2025-03-21T20:58:16.3210630Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3211050Z [5621/5715] Linking CXX executable bin/extension_backend_test 2025-03-21T20:58:16.3211380Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3211760Z [5622/5715] Linking CXX executable bin/half_test 2025-03-21T20:58:16.3212180Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3212480Z [5623/5715] Linking CXX executable bin/ivalue_test 2025-03-21T20:58:16.3212840Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3213210Z [5624/5715] Linking CXX executable bin/lazy_tensor_test 2025-03-21T20:58:16.3213610Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3213920Z [5625/5715] Linking CXX executable bin/math_kernel_test 2025-03-21T20:58:16.3214280Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3214680Z [5626/5715] Linking CXX executable bin/memory_format_test 2025-03-21T20:58:16.3214980Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3215360Z [5627/5715] Linking CXX executable bin/memory_overlapping_test 2025-03-21T20:58:16.3215760Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3216210Z [5628/5715] Linking CXX executable bin/mobile_memory_cleanup 2025-03-21T20:58:16.3216630Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3217250Z [5629/5715] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2025-03-21T20:58:16.3217840Z [5630/5715] Linking CXX executable bin/native_test 2025-03-21T20:58:16.3218180Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3218500Z [5631/5715] Linking CXX executable bin/operator_name_test 2025-03-21T20:58:16.3218890Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3219300Z [5632/5715] Linking CXX executable bin/operators_test 2025-03-21T20:58:16.3219660Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3220040Z [5633/5715] Linking CXX executable bin/reportMemoryUsage_test 2025-03-21T20:58:16.3220510Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3220940Z [5634/5715] Linking CXX executable bin/packedtensoraccessor_test 2025-03-21T20:58:16.3221890Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3222330Z [5635/5715] Linking CXX executable bin/tensor_iterator_test 2025-03-21T20:58:16.3222760Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3223220Z [5636/5715] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2025-03-21T20:58:16.3223730Z [5637/5715] Linking CXX executable bin/quantized_test 2025-03-21T20:58:16.3224130Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3224610Z [5638/5715] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2025-03-21T20:58:16.3225130Z [5639/5715] Linking CXX executable bin/reduce_ops_test 2025-03-21T20:58:16.3225570Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3226100Z [5640/5715] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2025-03-21T20:58:16.3226650Z [5641/5715] Linking CXX executable bin/scalar_tensor_test 2025-03-21T20:58:16.3227050Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3227610Z [5642/5715] Building CXX object caffe2/CMakeFiles/StorageUtils_test.dir/__/aten/src/ATen/test/StorageUtils_test.cpp.o 2025-03-21T20:58:16.3228110Z [5643/5715] Linking CXX executable bin/StorageUtils_test 2025-03-21T20:58:16.3228510Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3229020Z [5644/5715] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2025-03-21T20:58:16.3230150Z [5645/5715] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2025-03-21T20:58:16.3230750Z [5646/5715] Linking CXX executable bin/pow_test 2025-03-21T20:58:16.3231120Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3231460Z [5647/5715] Linking CXX executable bin/scalar_test 2025-03-21T20:58:16.3231810Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3232350Z [5648/5715] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2025-03-21T20:58:16.3232850Z [5649/5715] Linking CXX executable bin/type_ptr_test 2025-03-21T20:58:16.3233150Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3233750Z [5650/5715] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2025-03-21T20:58:16.3234290Z [5651/5715] Linking CXX executable bin/thread_init_test 2025-03-21T20:58:16.3234600Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3235210Z [5652/5715] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2025-03-21T20:58:16.3235890Z [5653/5715] Linking CXX executable bin/stride_properties_test 2025-03-21T20:58:16.3236240Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3236810Z [5654/5715] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2025-03-21T20:58:16.3237360Z [5655/5715] Linking CXX executable bin/test_parallel 2025-03-21T20:58:16.3266300Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3266850Z [5656/5715] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2025-03-21T20:58:16.3267400Z [5657/5715] Linking CXX executable bin/undefined_tensor_test 2025-03-21T20:58:16.3267770Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3268450Z [5658/5715] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2025-03-21T20:58:16.3268940Z [5659/5715] Linking CXX executable bin/verify_api_visibility 2025-03-21T20:58:16.3269230Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3269640Z [5660/5715] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2025-03-21T20:58:16.3270440Z [5661/5715] Linking CXX executable bin/weakref_test 2025-03-21T20:58:16.3270730Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3271210Z [5662/5715] Building CXX object caffe2/CMakeFiles/legacy_vmap_test.dir/__/aten/src/ATen/test/legacy_vmap_test.cpp.o 2025-03-21T20:58:16.3271670Z [5663/5715] Linking CXX executable bin/legacy_vmap_test 2025-03-21T20:58:16.3272020Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3272590Z [5664/5715] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2025-03-21T20:58:16.3273070Z [5665/5715] Linking CXX executable bin/wrapdim_test 2025-03-21T20:58:16.3273420Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3273970Z [5666/5715] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2025-03-21T20:58:16.3274550Z [5667/5715] Linking CXX executable bin/xla_tensor_test 2025-03-21T20:58:16.3274930Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3275440Z [5668/5715] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2025-03-21T20:58:16.3276360Z [5669/5715] Linking CXX executable bin/IListRef_test 2025-03-21T20:58:16.3276830Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3277390Z [5670/5715] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2025-03-21T20:58:16.3278030Z [5671/5715] Linking CXX executable bin/List_test 2025-03-21T20:58:16.3278560Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3279130Z [5672/5715] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2025-03-21T20:58:16.3279650Z [5673/5715] Linking CXX executable bin/type_test 2025-03-21T20:58:16.3279990Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3280650Z [5674/5715] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2025-03-21T20:58:16.3281340Z [5675/5715] Linking CXX executable bin/CppSignature_test 2025-03-21T20:58:16.3281750Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3282300Z [5676/5715] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2025-03-21T20:58:16.3282850Z [5677/5715] Linking CXX executable bin/KernelFunction_test 2025-03-21T20:58:16.3283200Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3283810Z [5678/5715] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2025-03-21T20:58:16.3284370Z [5679/5715] Linking CXX executable bin/op_allowlist_test 2025-03-21T20:58:16.3284760Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3285280Z [5680/5715] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2025-03-21T20:58:16.3285890Z [5681/5715] Linking CXX executable bin/kernel_stackbased_test 2025-03-21T20:58:16.3286260Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3286850Z [5682/5715] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2025-03-21T20:58:16.3287430Z [5683/5715] Linking CXX executable bin/kernel_function_test 2025-03-21T20:58:16.3287830Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3288290Z [5684/5715] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2025-03-21T20:58:16.3288860Z [5685/5715] Linking CXX executable bin/inline_container_test 2025-03-21T20:58:16.3289230Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3289780Z [5686/5715] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2025-03-21T20:58:16.3537190Z [5687/5715] Linking CXX executable bin/kernel_function_legacy_test 2025-03-21T20:58:16.3537590Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3538200Z [5688/5715] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2025-03-21T20:58:16.3538830Z [5689/5715] Linking CXX executable bin/kernel_lambda_test 2025-03-21T20:58:16.3539270Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3539880Z [5690/5715] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2025-03-21T20:58:16.3540620Z [5691/5715] Linking CXX executable bin/backend_fallback_test 2025-03-21T20:58:16.3541010Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3541600Z [5692/5715] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2025-03-21T20:58:16.3542300Z [5693/5715] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2025-03-21T20:58:16.3542780Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3543190Z [5694/5715] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2025-03-21T20:58:16.3543590Z [5695/5715] Linking CXX shared library lib/libshm.dylib 2025-03-21T20:58:16.3544000Z [5696/5715] Linking CXX shared library lib/libtorch_python.dylib 2025-03-21T20:58:16.3544810Z [5697/5715] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2025-03-21T20:58:16.3545430Z [5698/5715] Linking CXX executable bin/kernel_lambda_legacy_test 2025-03-21T20:58:16.3545820Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3546350Z [5699/5715] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2025-03-21T20:58:16.3546870Z [5700/5715] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2025-03-21T20:58:16.3547350Z [5701/5715] Linking CXX executable bin/torch_shm_manager 2025-03-21T20:58:16.3547910Z [5702/5715] Building CXX object caffe2/CMakeFiles/mps_test_print.dir/__/aten/src/ATen/test/mps_test_print.cpp.o 2025-03-21T20:58:16.3548490Z [5703/5715] Linking CXX executable bin/mps_test_print 2025-03-21T20:58:16.3548980Z [5704/5715] Building CXX object caffe2/CMakeFiles/mps_test_allocator.dir/__/aten/src/ATen/test/mps_test_allocator.cpp.o 2025-03-21T20:58:16.3549590Z [5705/5715] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2025-03-21T20:58:16.3550070Z [5706/5715] Linking CXX executable bin/mps_test_allocator 2025-03-21T20:58:16.3550640Z [5707/5715] Building CXX object caffe2/CMakeFiles/mps_test_metal_library.dir/__/aten/src/ATen/test/mps_test_metal_library.cpp.o 2025-03-21T20:58:16.3551210Z [5708/5715] Linking CXX executable bin/mps_test_metal_library 2025-03-21T20:58:16.3551860Z [5709/5715] Building OBJCXX object caffe2/CMakeFiles/mps_test_objc_interface.dir/__/aten/src/ATen/test/mps_test_objc_interface.mm.o 2025-03-21T20:58:16.3552420Z [5710/5715] Linking CXX executable bin/mps_test_objc_interface 2025-03-21T20:58:16.3552900Z [5711/5715] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2025-03-21T20:58:16.3553350Z [5712/5715] Linking CXX shared module functorch/functorch.so 2025-03-21T20:58:16.3553970Z [5713/5715] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2025-03-21T20:58:16.3554660Z [5714/5715] Linking CXX executable bin/op_registration_test 2025-03-21T20:58:16.3555100Z ld: warning: ignoring duplicate libraries: '-lc++' 2025-03-21T20:58:16.3555370Z [5714/5715] Install the project... 2025-03-21T20:58:16.3555720Z -- Install configuration: "Release" 2025-03-21T20:58:16.3556050Z Building wheel torch-2.7.0a0+git295f2ed 2025-03-21T20:58:16.3556360Z -- Building version 2.7.0a0+git295f2ed 2025-03-21T20:58:16.3556840Z -- Checkout nccl release tag: v2.25.1-1 2025-03-21T20:58:16.3562440Z cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXEC=/Users/runner/work/_temp/conda_environment_14000170657/bin/cmake -DCMAKE_INSTALL_PREFIX=/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages;/Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages -DJAVA_HOME=/Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.6-7.0/arm64/Contents/Home/ -DPython_EXECUTABLE=/Users/runner/work/_temp/conda_environment_14000170657/bin/python -DTORCH_BUILD_VERSION=2.7.0a0+git295f2ed -DUSE_DISTRIBUTED=1 -DUSE_NUMPY=True /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch 2025-03-21T20:58:16.3564810Z cmake --build . --target install --config Release 2025-03-21T20:58:16.3565130Z running bdist_wheel 2025-03-21T20:58:16.3565450Z running build 2025-03-21T20:58:16.3565750Z running build_py 2025-03-21T20:58:16.3566060Z creating build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3566530Z copying torch/_storage_docs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3567110Z copying torch/_meta_registrations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3567660Z copying torch/version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3568190Z copying torch/library.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3568870Z copying torch/_jit_internal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3569400Z copying torch/_thread_safe_fork.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3569900Z copying torch/_custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3570460Z copying torch/return_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3570990Z copying torch/_size_docs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3571450Z copying torch/_torch_docs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3571940Z copying torch/_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3572470Z copying torch/_utils_internal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3572940Z copying torch/quasirandom.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3573530Z copying torch/torch_version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3574020Z copying torch/_VF.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3574410Z copying torch/_streambase.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3574860Z copying torch/_tensor_docs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3575300Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3575820Z copying torch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3576290Z copying torch/overrides.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3576830Z copying torch/_namedtensor_internals.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3577400Z copying torch/types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3577840Z copying torch/_linalg_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3578350Z copying torch/__config__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3578830Z copying torch/_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3579270Z copying torch/random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3579680Z copying torch/hub.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3580320Z copying torch/_tensor_str.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3580770Z copying torch/_sources.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3581210Z copying torch/_vmap_internals.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3581620Z copying torch/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3582010Z copying torch/_lowrank.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3582430Z copying torch/_appdirs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3582880Z copying torch/_environment.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3583290Z copying torch/storage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3583670Z copying torch/_compile.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3584060Z copying torch/_lobpcg.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3584450Z copying torch/__future__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3584870Z copying torch/_guards.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3585240Z copying torch/_deploy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3585670Z copying torch/_python_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3586090Z copying torch/_classes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3586490Z copying torch/serialization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3587110Z copying torch/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:16.3587470Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3587900Z copying torchgen/native_function_generation.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3588390Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3588940Z copying torchgen/gen.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3589480Z copying torchgen/gen_executorch.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3589950Z copying torchgen/local.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3590520Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3591170Z copying torchgen/code_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3591710Z copying torchgen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.3592250Z copying torchgen/yaml_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4226490Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4227240Z copying torchgen/model.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4227790Z copying torchgen/gen_schema_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4228310Z copying torchgen/context.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4228780Z copying torchgen/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4229400Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4229940Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen 2025-03-21T20:58:16.4230390Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch 2025-03-21T20:58:16.4230800Z copying functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch 2025-03-21T20:58:16.4231290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4232000Z copying torch/_higher_order_ops/flat_apply.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4233480Z copying torch/_higher_order_ops/foreach_map.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4234500Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4235230Z copying torch/_higher_order_ops/_invoke_quant.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4235870Z copying torch/_higher_order_ops/invoke_subgraph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4236490Z copying torch/_higher_order_ops/aoti_call_delegate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4237140Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4237780Z copying torch/_higher_order_ops/base_hop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4238380Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4239110Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4239740Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4240480Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4241230Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4241800Z copying torch/_higher_order_ops/hints_wrap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4242340Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4242930Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4243660Z copying torch/_higher_order_ops/executorch_call_delegate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4244290Z copying torch/_higher_order_ops/scan.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4244970Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4245560Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4246200Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4246800Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4247390Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4247930Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops 2025-03-21T20:58:16.4248460Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4248890Z copying torch/_prims/debug_prims.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4249450Z copying torch/_prims/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4250400Z copying torch/_prims/context.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4250850Z copying torch/_prims/rng_prims.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4251330Z copying torch/_prims/executor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims 2025-03-21T20:58:16.4251720Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4252280Z copying torch/_logging/_internal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4253030Z copying torch/_logging/scribe.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4253630Z copying torch/_logging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4254130Z copying torch/_logging/_registrations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4254800Z copying torch/_logging/structured.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_logging 2025-03-21T20:58:16.4255260Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4255710Z copying torch/_functorch/partitioners.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4256280Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4256930Z copying torch/_functorch/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4257660Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4258550Z copying torch/_functorch/python_key.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4259260Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4259920Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4260540Z copying torch/_functorch/deprecated.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4261130Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4261650Z copying torch/_functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4262650Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4263220Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4263830Z copying torch/_functorch/apis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4264350Z copying torch/_functorch/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4264960Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4265540Z copying torch/_functorch/compilers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4266080Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4266660Z copying torch/_functorch/vmap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4267170Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4267770Z copying torch/_functorch/make_functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4268320Z copying torch/_functorch/functional_call.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch 2025-03-21T20:58:16.4268790Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4269200Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4269670Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4270140Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4270640Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4271130Z copying torch/_numpy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4271740Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4272220Z copying torch/_numpy/random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4281410Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4281950Z copying torch/_numpy/linalg.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4282410Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4282840Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4283360Z copying torch/_numpy/_util.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4283930Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4284410Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.4284840Z copying torch/_numpy/fft.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.5006830Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.5007590Z copying torch/_numpy/_funcs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy 2025-03-21T20:58:16.5008080Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5008660Z copying torch/_export/error.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5009100Z copying torch/_export/tools.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5009550Z copying torch/_export/converter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5010250Z copying torch/_export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5010710Z copying torch/_export/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5011250Z copying torch/_export/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5011700Z copying torch/_export/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5012170Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5012720Z copying torch/_export/verifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export 2025-03-21T20:58:16.5013120Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/monitor 2025-03-21T20:58:16.5013520Z copying torch/monitor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/monitor 2025-03-21T20:58:16.5013910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dispatch 2025-03-21T20:58:16.5014310Z copying torch/_dispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dispatch 2025-03-21T20:58:16.5015020Z copying torch/_dispatch/python.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dispatch 2025-03-21T20:58:16.5015520Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5016000Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5016590Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5017310Z copying torch/_subclasses/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5017850Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5018440Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5019050Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5019820Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5020360Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses 2025-03-21T20:58:16.5020820Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/futures 2025-03-21T20:58:16.5021210Z copying torch/futures/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/futures 2025-03-21T20:58:16.5021660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/linalg 2025-03-21T20:58:16.5022150Z copying torch/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/linalg 2025-03-21T20:58:16.5022690Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op 2025-03-21T20:58:16.5023170Z copying torch/_custom_op/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op 2025-03-21T20:58:16.5023770Z copying torch/_custom_op/autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op 2025-03-21T20:58:16.5024330Z copying torch/_custom_op/impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op 2025-03-21T20:58:16.5024830Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5025210Z copying torch/nn/common_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5025620Z copying torch/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5026030Z copying torch/nn/_reduction.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5026760Z copying torch/nn/cpp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5027300Z copying torch/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5027730Z copying torch/nn/init.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5028210Z copying torch/nn/grad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5028620Z copying torch/nn/parameter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:16.5028980Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/mps 2025-03-21T20:58:16.5029340Z copying torch/mps/event.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mps 2025-03-21T20:58:16.5029740Z copying torch/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mps 2025-03-21T20:58:16.5030150Z copying torch/mps/profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mps 2025-03-21T20:58:16.5030520Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5031050Z copying torch/onnx/_type_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5031520Z copying torch/onnx/_constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5032060Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5032540Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5033050Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5033760Z copying torch/onnx/symbolic_caffe2.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5034370Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5034850Z copying torch/onnx/verification.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5035290Z copying torch/onnx/_flags.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5035740Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5036210Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5036680Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5037520Z copying torch/onnx/_globals.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5037970Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5038430Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5038870Z copying torch/onnx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5039410Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5039910Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5040450Z copying torch/onnx/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5040880Z copying torch/onnx/_experimental.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5041340Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5041870Z copying torch/onnx/errors.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5042320Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5042780Z copying torch/onnx/operators.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5043230Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5043780Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5044340Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx 2025-03-21T20:58:16.5044840Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor 2025-03-21T20:58:16.5045240Z copying torch/_vendor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor 2025-03-21T20:58:16.5045640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/cpu 2025-03-21T20:58:16.5046070Z copying torch/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cpu 2025-03-21T20:58:16.5046540Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5047120Z copying torch/distributed/_composable_state.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5047760Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5048320Z copying torch/distributed/rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5048820Z copying torch/distributed/run.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5049340Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5049890Z copying torch/distributed/_serialization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5050440Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5050990Z copying torch/distributed/argparse_util.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5051610Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5052150Z copying torch/distributed/constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5052760Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5053270Z copying torch/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5053880Z copying torch/distributed/collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5473050Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5473840Z copying torch/distributed/launch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5474350Z copying torch/distributed/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5474960Z copying torch/distributed/remote_device.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5475580Z copying torch/distributed/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5476200Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed 2025-03-21T20:58:16.5476780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5477220Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5477700Z copying torch/autograd/graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5478260Z copying torch/autograd/forward_ad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5478730Z copying torch/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5479280Z copying torch/autograd/variable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5479760Z copying torch/autograd/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5480240Z copying torch/autograd/grad_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5480840Z copying torch/autograd/profiler_util.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5481350Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5481930Z copying torch/autograd/gradcheck.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5482500Z copying torch/autograd/profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5482970Z copying torch/autograd/function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd 2025-03-21T20:58:16.5483360Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5483740Z copying torch/fx/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5484170Z copying torch/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5484610Z copying torch/fx/operator_schemas.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5485200Z copying torch/fx/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5485620Z copying torch/fx/proxy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5486130Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5486580Z copying torch/fx/traceback.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5486990Z copying torch/fx/graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5487410Z copying torch/fx/tensor_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5487820Z copying torch/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5488260Z copying torch/fx/immutable_collections.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5488710Z copying torch/fx/annotate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5489140Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5489740Z copying torch/fx/interpreter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5490180Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5490700Z copying torch/fx/node.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5491120Z copying torch/fx/_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5491550Z copying torch/fx/_graph_pickler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5492190Z copying torch/fx/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx 2025-03-21T20:58:16.5492570Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_prims_common 2025-03-21T20:58:16.5493090Z copying torch/_prims_common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims_common 2025-03-21T20:58:16.5493610Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_prims_common 2025-03-21T20:58:16.5494080Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5494730Z copying torch/multiprocessing/queue.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5495360Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5495900Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5496450Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5497010Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5497640Z copying torch/multiprocessing/pool.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing 2025-03-21T20:58:16.5498070Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5498430Z copying torch/cuda/gds.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5498920Z copying torch/cuda/streams.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5499430Z copying torch/cuda/error.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5499930Z copying torch/cuda/comm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5500350Z copying torch/cuda/memory.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5500770Z copying torch/cuda/jiterator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5501190Z copying torch/cuda/nccl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5501600Z copying torch/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5502020Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5502450Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5502870Z copying torch/cuda/random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5503450Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5503880Z copying torch/cuda/tunable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5504310Z copying torch/cuda/sparse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5504710Z copying torch/cuda/nvtx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5505120Z copying torch/cuda/graphs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5505700Z copying torch/cuda/profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5506160Z copying torch/cuda/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda 2025-03-21T20:58:16.5506650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends 2025-03-21T20:58:16.5507050Z copying torch/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends 2025-03-21T20:58:16.5507460Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp 2025-03-21T20:58:16.5508090Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp 2025-03-21T20:58:16.5508680Z copying torch/_decomp/decompositions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp 2025-03-21T20:58:16.5509170Z copying torch/_decomp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp 2025-03-21T20:58:16.5509660Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp 2025-03-21T20:58:16.5510170Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5510550Z copying torch/xpu/streams.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5511060Z copying torch/xpu/memory.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5511470Z copying torch/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5511880Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5512430Z copying torch/xpu/random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5512860Z copying torch/xpu/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/xpu 2025-03-21T20:58:16.5513310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/masked 2025-03-21T20:58:16.5513680Z copying torch/masked/_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked 2025-03-21T20:58:16.5514110Z copying torch/masked/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked 2025-03-21T20:58:16.5515010Z copying torch/masked/_docs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked 2025-03-21T20:58:16.5515450Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5515850Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5516290Z copying torch/optim/rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5516740Z copying torch/optim/_adafactor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5517190Z copying torch/optim/sparse_adam.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5517700Z copying torch/optim/rprop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5518240Z copying torch/optim/sgd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5518680Z copying torch/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5519260Z copying torch/optim/adamax.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5773440Z copying torch/optim/adagrad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5773920Z copying torch/optim/adamw.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5774360Z copying torch/optim/swa_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5774820Z copying torch/optim/lbfgs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5775270Z copying torch/optim/radam.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5775700Z copying torch/optim/adam.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5776130Z copying torch/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5776570Z copying torch/optim/nadam.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5777000Z copying torch/optim/asgd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5777440Z copying torch/optim/_functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5777890Z copying torch/optim/adadelta.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim 2025-03-21T20:58:16.5778290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5779060Z copying torch/_inductor/dtype_propagation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5779590Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5780110Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5780610Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5781100Z copying torch/_inductor/metrics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5781610Z copying torch/_inductor/codecache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5782100Z copying torch/_inductor/mock_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5782600Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5783120Z copying torch/_inductor/freezing_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5783610Z copying torch/_inductor/hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5784100Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5784580Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5785180Z copying torch/_inductor/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5792310Z copying torch/_inductor/compile_fx_ext.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5792850Z copying torch/_inductor/comms.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5793320Z copying torch/_inductor/memory.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5793810Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5794320Z copying torch/_inductor/async_compile.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5794850Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5795380Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5795890Z copying torch/_inductor/triton_bundler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5796390Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5796880Z copying torch/_inductor/graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5797360Z copying torch/_inductor/lowering.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5797860Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5798370Z copying torch/_inductor/test_operators.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5798850Z copying torch/_inductor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5799340Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5799830Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5800350Z copying torch/_inductor/sizevars.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5800820Z copying torch/_inductor/ir.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5801330Z copying torch/_inductor/analyze_preserves_zero_mask.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5802030Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5802550Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5803060Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5803570Z copying torch/_inductor/virtualized.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5804050Z copying torch/_inductor/test_case.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5804550Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5805020Z copying torch/_inductor/exc.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5805480Z copying torch/_inductor/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5805940Z copying torch/_inductor/debug.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5806390Z copying torch/_inductor/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5806880Z copying torch/_inductor/comm_lowering.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5807380Z copying torch/_inductor/decomposition.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5807870Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5808420Z copying torch/_inductor/compile_fx_subproc.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5808910Z copying torch/_inductor/scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5809370Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5809850Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5810340Z copying torch/_inductor/choices.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5810820Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5811310Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5811830Z copying torch/_inductor/compiler_bisector.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5812360Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5812950Z copying torch/_inductor/bounds.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5813420Z copying torch/_inductor/output_code.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5813930Z copying torch/_inductor/custom_graph_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5814420Z copying torch/_inductor/freezing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5814910Z copying torch/_inductor/dependencies.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5815400Z copying torch/_inductor/loop_body.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5815900Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:16.5816330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5816710Z copying torch/utils/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5817190Z copying torch/utils/_appending_byte_serializer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5817680Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5818210Z copying torch/utils/hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5818650Z copying torch/utils/_traceback.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5819120Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5819600Z copying torch/utils/_mode_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5820040Z copying torch/utils/checkpoint.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5820490Z copying torch/utils/show_pickle.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5820950Z copying torch/utils/deterministic.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5821430Z copying torch/utils/file_baton.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5821880Z copying torch/utils/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.5822360Z copying torch/utils/backend_registration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6504040Z copying torch/utils/module_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6504570Z copying torch/utils/model_zoo.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6505140Z copying torch/utils/_zip.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6505760Z copying torch/utils/collect_env.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6506270Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6506740Z copying torch/utils/dlpack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6507190Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6507740Z copying torch/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6508170Z copying torch/utils/_functools.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6508620Z copying torch/utils/_import_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6509170Z copying torch/utils/_cpp_embed_headers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6509650Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6510190Z copying torch/utils/mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6510640Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6511090Z copying torch/utils/_contextlib.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6511640Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6512090Z copying torch/utils/_exposed_in.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6512610Z copying torch/utils/_filelock.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6513120Z copying torch/utils/_thunk.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6513560Z copying torch/utils/_config_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6514010Z copying torch/utils/_device.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6514450Z copying torch/utils/flop_counter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6514900Z copying torch/utils/_typing_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6515340Z copying torch/utils/_stats.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6516120Z copying torch/utils/cpp_extension.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6516670Z copying torch/utils/_backport_slots.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6517140Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6517670Z copying torch/utils/_triton.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6518120Z copying torch/utils/_content_store.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6518570Z copying torch/utils/_ordered_set.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6519000Z copying torch/utils/weak.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6519450Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:16.6519860Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/contrib 2025-03-21T20:58:16.6520340Z copying torch/contrib/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/contrib 2025-03-21T20:58:16.6520930Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/contrib 2025-03-21T20:58:16.6521380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6521820Z copying torch/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6522680Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6523280Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6523930Z copying torch/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6524470Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6525030Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6525720Z copying torch/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6526250Z copying torch/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6526890Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6527450Z copying torch/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6528080Z copying torch/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6528710Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6529280Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6529820Z copying torch/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6530360Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6530910Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization 2025-03-21T20:58:16.6531460Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/special 2025-03-21T20:58:16.6531950Z copying torch/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/special 2025-03-21T20:58:16.6532420Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing 2025-03-21T20:58:16.6532820Z copying torch/testing/_creation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing 2025-03-21T20:58:16.6533300Z copying torch/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing 2025-03-21T20:58:16.6534040Z copying torch/testing/_comparison.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing 2025-03-21T20:58:16.6534500Z copying torch/testing/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing 2025-03-21T20:58:16.6534890Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6535290Z copying torch/_library/triton.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6535760Z copying torch/_library/infer_schema.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6536260Z copying torch/_library/simple_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6536740Z copying torch/_library/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6537280Z copying torch/_library/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6537750Z copying torch/_library/fake_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6538280Z copying torch/_library/autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6538820Z copying torch/_library/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6539310Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_library 2025-03-21T20:58:16.6539750Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/accelerator 2025-03-21T20:58:16.6540270Z copying torch/accelerator/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/accelerator 2025-03-21T20:58:16.6540770Z copying torch/accelerator/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/accelerator 2025-03-21T20:58:16.6541180Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/amp 2025-03-21T20:58:16.6541550Z copying torch/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/amp 2025-03-21T20:58:16.6541990Z copying torch/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/amp 2025-03-21T20:58:16.6542420Z copying torch/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/amp 2025-03-21T20:58:16.6542870Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6543300Z copying torch/jit/_ir_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6543880Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6544400Z copying torch/jit/_decompositions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6544880Z copying torch/jit/_recursive.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6545340Z copying torch/jit/_logging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6545810Z copying torch/jit/_serialization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6546260Z copying torch/jit/quantized.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6546710Z copying torch/jit/_script.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6547140Z copying torch/jit/_shape_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6547600Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6548040Z copying torch/jit/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6548440Z copying torch/jit/_pickle.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6548870Z copying torch/jit/_check.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6549310Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6807590Z copying torch/jit/frontend.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6808270Z copying torch/jit/supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6808720Z copying torch/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6809120Z copying torch/jit/_fuser.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6809530Z copying torch/jit/_builtins.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6809970Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6810400Z copying torch/jit/_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6810840Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6811270Z copying torch/jit/_state.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6811670Z copying torch/jit/_async.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6812080Z copying torch/jit/annotations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6812500Z copying torch/jit/_await.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:16.6812870Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6813290Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6813750Z copying torch/_dynamo/callback.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6814380Z copying torch/_dynamo/comptime.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6814870Z copying torch/_dynamo/logging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6815370Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6815860Z copying torch/_dynamo/hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6816330Z copying torch/_dynamo/graph_break_hints.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6816800Z copying torch/_dynamo/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6817240Z copying torch/_dynamo/guards.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6817720Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6818220Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6818730Z copying torch/_dynamo/graph_region_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6819240Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6819710Z copying torch/_dynamo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6820170Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6820630Z copying torch/_dynamo/types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6821090Z copying torch/_dynamo/metrics_context.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6821590Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6822080Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6822580Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6823050Z copying torch/_dynamo/test_case.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6823520Z copying torch/_dynamo/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6824000Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6824610Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6825100Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6825560Z copying torch/_dynamo/exc.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6825990Z copying torch/_dynamo/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6826460Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6826950Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6827450Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6827950Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6828480Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6828980Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6829450Z copying torch/_dynamo/testing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6829880Z copying torch/_dynamo/pgo.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6830400Z copying torch/_dynamo/profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6830900Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6831370Z copying torch/_dynamo/codegen.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6831820Z copying torch/_dynamo/source.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6832270Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6832750Z copying torch/_dynamo/code_context.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6833330Z copying torch/_dynamo/graph_deduplication.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6833980Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6844480Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6845060Z copying torch/_dynamo/decorators.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo 2025-03-21T20:58:16.6845620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6846120Z copying torch/_lazy/metrics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6846690Z copying torch/_lazy/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6847280Z copying torch/_lazy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6847810Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6848360Z copying torch/_lazy/debug.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6848830Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6849300Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6849760Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6850230Z copying torch/_lazy/computation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6850690Z copying torch/_lazy/closure.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6851700Z copying torch/_lazy/device_context.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy 2025-03-21T20:58:16.6852130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao 2025-03-21T20:58:16.6852490Z copying torch/ao/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao 2025-03-21T20:58:16.6852850Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/mtia 2025-03-21T20:58:16.6853310Z copying torch/mtia/memory.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mtia 2025-03-21T20:58:16.6853770Z copying torch/mtia/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mtia 2025-03-21T20:58:16.6854330Z copying torch/mtia/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/mtia 2025-03-21T20:58:16.6854730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_refs 2025-03-21T20:58:16.6855140Z copying torch/_refs/_conversions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs 2025-03-21T20:58:16.6855610Z copying torch/_refs/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs 2025-03-21T20:58:16.6856170Z copying torch/_refs/fft.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs 2025-03-21T20:58:16.6856540Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fft 2025-03-21T20:58:16.6857000Z copying torch/fft/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fft 2025-03-21T20:58:16.6857410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6857940Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6858710Z copying torch/profiler/itt.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6859350Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6859870Z copying torch/profiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6860430Z copying torch/profiler/profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6860920Z copying torch/profiler/python_tracer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6861400Z copying torch/profiler/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/profiler 2025-03-21T20:58:16.6861790Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.6862210Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7064290Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7064910Z copying torch/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7065510Z copying torch/sparse/semi_structured.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7065990Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7066480Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/sparse 2025-03-21T20:58:16.7066880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_awaits 2025-03-21T20:58:16.7067270Z copying torch/_awaits/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_awaits 2025-03-21T20:58:16.7067660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7068050Z copying torch/export/_safeguard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7068530Z copying torch/export/exported_program.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7069010Z copying torch/export/unflatten.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7069470Z copying torch/export/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7069940Z copying torch/export/custom_obj.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7070770Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7071410Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7071900Z copying torch/export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7072350Z copying torch/export/_unlift.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7072790Z copying torch/export/_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7073340Z copying torch/export/graph_signature.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7073900Z copying torch/export/decomp_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7074430Z copying torch/export/_swap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7074880Z copying torch/export/_draft_export.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7075360Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7075840Z copying torch/export/_tree_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export 2025-03-21T20:58:16.7076230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nested 2025-03-21T20:58:16.7076610Z copying torch/nested/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested 2025-03-21T20:58:16.7077180Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight 2025-03-21T20:58:16.7077770Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight 2025-03-21T20:58:16.7078410Z copying torch/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight 2025-03-21T20:58:16.7078950Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight 2025-03-21T20:58:16.7079420Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/compiler 2025-03-21T20:58:16.7079820Z copying torch/compiler/_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/compiler 2025-03-21T20:58:16.7080270Z copying torch/compiler/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/compiler 2025-03-21T20:58:16.7080850Z copying torch/compiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/compiler 2025-03-21T20:58:16.7081330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/signal 2025-03-21T20:58:16.7081830Z copying torch/signal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/signal 2025-03-21T20:58:16.7082240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7082710Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7083290Z copying torch/distributions/laplace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7083940Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7084510Z copying torch/distributions/categorical.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7085070Z copying torch/distributions/transforms.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7085780Z copying torch/distributions/dirichlet.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7086430Z copying torch/distributions/log_normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7087040Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7087660Z copying torch/distributions/geometric.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7088200Z copying torch/distributions/weibull.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7088860Z copying torch/distributions/studentT.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7089590Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7090220Z copying torch/distributions/normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7090760Z copying torch/distributions/poisson.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7091310Z copying torch/distributions/beta.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7091840Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7092400Z copying torch/distributions/half_normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7093040Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7093750Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7094420Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7094950Z copying torch/distributions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7095690Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7096330Z copying torch/distributions/independent.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7096880Z copying torch/distributions/multinomial.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7097430Z copying torch/distributions/exponential.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7097970Z copying torch/distributions/pareto.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7098680Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7099310Z copying torch/distributions/cauchy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7099840Z copying torch/distributions/von_mises.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7100400Z copying torch/distributions/distribution.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7101030Z copying torch/distributions/gumbel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7101670Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7102230Z copying torch/distributions/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7102820Z copying torch/distributions/kl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7103450Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7104120Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7104700Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7105380Z copying torch/distributions/constraints.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7106020Z copying torch/distributions/uniform.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7106560Z copying torch/distributions/bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7107320Z copying torch/distributions/exp_family.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7107980Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7108550Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7109240Z copying torch/distributions/wishart.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7109850Z copying torch/distributions/gamma.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7110370Z copying torch/distributions/chi2.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7110890Z copying torch/distributions/binomial.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributions 2025-03-21T20:58:16.7286290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7286870Z copying torch/package/package_exporter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7287430Z copying torch/package/file_structure_representation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7287940Z copying torch/package/_mock.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7288480Z copying torch/package/importer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7289140Z copying torch/package/_stdlib.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7289610Z copying torch/package/_mangling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7290060Z copying torch/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7290540Z copying torch/package/package_importer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7291090Z copying torch/package/_package_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7291690Z copying torch/package/glob_group.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7292210Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7292720Z copying torch/package/_package_pickler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7293210Z copying torch/package/_importlib.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7293700Z copying torch/package/_directory_reader.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7294260Z copying torch/package/_digraph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package 2025-03-21T20:58:16.7294680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/func 2025-03-21T20:58:16.7295140Z copying torch/func/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/func 2025-03-21T20:58:16.7295600Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7296240Z copying torch/_functorch/_activation_checkpointing/graph_info_provider.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7297030Z copying torch/_functorch/_activation_checkpointing/knapsack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7297870Z copying torch/_functorch/_activation_checkpointing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7298710Z copying torch/_functorch/_activation_checkpointing/ac_logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7299500Z copying torch/_functorch/_activation_checkpointing/knapsack_evaluator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:16.7300250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7300800Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7301460Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7302100Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7302750Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7303430Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7304080Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7304910Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7305620Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7306590Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7307370Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7308020Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7308690Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7309450Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7310240Z copying torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd 2025-03-21T20:58:16.7310770Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/testing 2025-03-21T20:58:16.7311220Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/testing 2025-03-21T20:58:16.7311730Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/testing 2025-03-21T20:58:16.7312190Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra 2025-03-21T20:58:16.7312800Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra 2025-03-21T20:58:16.7313380Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra 2025-03-21T20:58:16.7313970Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra 2025-03-21T20:58:16.7314450Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7315050Z copying torch/_export/passes/insert_custom_op_guards.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7315790Z copying torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7316510Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7317270Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7318320Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7318890Z copying torch/_export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7319430Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7320010Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7320750Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7321390Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7322060Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7322880Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7323540Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7324310Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes 2025-03-21T20:58:16.7324790Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db 2025-03-21T20:58:16.7325280Z copying torch/_export/db/logging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db 2025-03-21T20:58:16.7325830Z copying torch/_export/db/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db 2025-03-21T20:58:16.7326320Z copying torch/_export/db/gen_example.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db 2025-03-21T20:58:16.7326800Z copying torch/_export/db/case.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db 2025-03-21T20:58:16.7327300Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7327900Z copying torch/_export/serde/serialize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7328500Z copying torch/_export/serde/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7329100Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7329820Z copying torch/_export/serde/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7330400Z copying torch/_export/serde/union.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7331130Z copying torch/_export/serde/schema.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7331740Z copying torch/_export/serde/aoti_schema.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:16.7860340Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7860920Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7861580Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7862250Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7862890Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7863530Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7864170Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7865050Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7865720Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7866380Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7867030Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7867670Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7868270Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7868880Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7869560Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7870190Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7870840Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7871600Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7872240Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7872890Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7873560Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7874220Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7874820Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7875430Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7876040Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7876660Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7877310Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7884600Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7885270Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7885910Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7886540Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7887140Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7887730Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7888490Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7889130Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7889760Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7890410Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7891070Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples 2025-03-21T20:58:16.7891570Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention 2025-03-21T20:58:16.7892030Z copying torch/nn/attention/bias.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention 2025-03-21T20:58:16.7892540Z copying torch/nn/attention/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention 2025-03-21T20:58:16.7893070Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention 2025-03-21T20:58:16.7893600Z copying torch/nn/attention/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention 2025-03-21T20:58:16.7894030Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7894480Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7895090Z copying torch/nn/parallel/comm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7895630Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7896160Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7896690Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7897210Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7897720Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7898260Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel 2025-03-21T20:58:16.7898690Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat 2025-03-21T20:58:16.7899090Z copying torch/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat 2025-03-21T20:58:16.7899480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized 2025-03-21T20:58:16.7899990Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized 2025-03-21T20:58:16.7900540Z copying torch/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized 2025-03-21T20:58:16.7900990Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/backends 2025-03-21T20:58:16.7901410Z copying torch/nn/backends/thnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/backends 2025-03-21T20:58:16.7901910Z copying torch/nn/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/backends 2025-03-21T20:58:16.7902330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7902770Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7903290Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7903800Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7904310Z copying torch/nn/utils/stateless.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7904900Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7905410Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7905900Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7906380Z copying torch/nn/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7906870Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7907340Z copying torch/nn/utils/fusion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7907800Z copying torch/nn/utils/prune.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7908290Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7908780Z copying torch/nn/utils/init.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7909270Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.7909740Z copying torch/nn/utils/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.8074250Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils 2025-03-21T20:58:16.8074730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable 2025-03-21T20:58:16.8075460Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable 2025-03-21T20:58:16.8075910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic 2025-03-21T20:58:16.8076350Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic 2025-03-21T20:58:16.8076780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8077210Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8077750Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8078270Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8078780Z copying torch/nn/modules/flatten.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8079270Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8079770Z copying torch/nn/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8080250Z copying torch/nn/modules/_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8080750Z copying torch/nn/modules/pooling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8081230Z copying torch/nn/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8081720Z copying torch/nn/modules/distance.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8082210Z copying torch/nn/modules/container.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8082710Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8083250Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8083730Z copying torch/nn/modules/loss.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8084220Z copying torch/nn/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8084740Z copying torch/nn/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8085240Z copying torch/nn/modules/transformer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8085980Z copying torch/nn/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8086470Z copying torch/nn/modules/module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8086950Z copying torch/nn/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8087430Z copying torch/nn/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8087890Z copying torch/nn/modules/lazy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8088390Z copying torch/nn/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8088910Z copying torch/nn/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8089390Z copying torch/nn/modules/padding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8089870Z copying torch/nn/modules/fold.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules 2025-03-21T20:58:16.8090310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/experimental 2025-03-21T20:58:16.8090850Z copying torch/nn/attention/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/experimental 2025-03-21T20:58:16.8091560Z copying torch/nn/attention/experimental/_paged_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/experimental 2025-03-21T20:58:16.8092170Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic 2025-03-21T20:58:16.8092630Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic 2025-03-21T20:58:16.8093070Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules 2025-03-21T20:58:16.8093520Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules 2025-03-21T20:58:16.8094050Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules 2025-03-21T20:58:16.8094560Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules 2025-03-21T20:58:16.8095100Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules 2025-03-21T20:58:16.8095580Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/modules 2025-03-21T20:58:16.8096100Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/modules 2025-03-21T20:58:16.8096730Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/modules 2025-03-21T20:58:16.8097250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference 2025-03-21T20:58:16.8097780Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference 2025-03-21T20:58:16.8098280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic 2025-03-21T20:58:16.8098780Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic 2025-03-21T20:58:16.8099270Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8099780Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8100420Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8101050Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8101630Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8102350Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8102970Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8103580Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8104170Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8104790Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8105400Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8106000Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules 2025-03-21T20:58:16.8106720Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8107390Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8108110Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8108810Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8109630Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8110360Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8111050Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules 2025-03-21T20:58:16.8111610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:16.8112170Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:16.8112870Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:16.8113700Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:16.8114470Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:16.8115120Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8115820Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8116630Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8117380Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8118180Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8248070Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8248800Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8249500Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8250400Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8251140Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8251860Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights 2025-03-21T20:58:16.8252430Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules 2025-03-21T20:58:16.8252970Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules 2025-03-21T20:58:16.8253610Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules 2025-03-21T20:58:16.8254230Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules 2025-03-21T20:58:16.8254730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat 2025-03-21T20:58:16.8255200Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat 2025-03-21T20:58:16.8255670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized 2025-03-21T20:58:16.8256190Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized 2025-03-21T20:58:16.8256790Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/modules 2025-03-21T20:58:16.8257290Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/modules 2025-03-21T20:58:16.8257880Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/modules 2025-03-21T20:58:16.8258380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:16.8258930Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:16.8259600Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:16.8260240Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:16.8260930Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:16.8261490Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:16.8262070Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:16.8262650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:16.8263230Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:16.8263940Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:16.8264660Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:16.8265400Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:16.8266020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:16.8266670Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:16.8267620Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:16.8268220Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8268690Z copying torch/onnx/_internal/registration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8269240Z copying torch/onnx/_internal/io_adapter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8269770Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8270290Z copying torch/onnx/_internal/_lazy_import.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8270840Z copying torch/onnx/_internal/_exporter_legacy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8271400Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8271960Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8272500Z copying torch/onnx/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal 2025-03-21T20:58:16.8272950Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8273640Z copying torch/onnx/_internal/fx/registration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8274280Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8274930Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8275560Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8276190Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8276810Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8277410Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8277980Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8278520Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8279070Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8279610Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8280190Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8280780Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx 2025-03-21T20:58:16.8281280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics 2025-03-21T20:58:16.8281820Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics 2025-03-21T20:58:16.8282450Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics 2025-03-21T20:58:16.8283130Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics 2025-03-21T20:58:16.8283670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8284440Z copying torch/onnx/_internal/exporter/_constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8285090Z copying torch/onnx/_internal/exporter/_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8285710Z copying torch/onnx/_internal/exporter/_errors.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8286360Z copying torch/onnx/_internal/exporter/_capture_strategies.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8287010Z copying torch/onnx/_internal/exporter/_tensors.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8287860Z copying torch/onnx/_internal/exporter/_dispatching.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8288520Z copying torch/onnx/_internal/exporter/_isolated.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8289190Z copying torch/onnx/_internal/exporter/_decomp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8289810Z copying torch/onnx/_internal/exporter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8290440Z copying torch/onnx/_internal/exporter/_onnx_program.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8291170Z copying torch/onnx/_internal/exporter/_building.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8396010Z copying torch/onnx/_internal/exporter/_dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8396690Z copying torch/onnx/_internal/exporter/_schemas.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8397310Z copying torch/onnx/_internal/exporter/_core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8397940Z copying torch/onnx/_internal/exporter/_verification.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8398930Z copying torch/onnx/_internal/exporter/_reporting.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8399600Z copying torch/onnx/_internal/exporter/_registration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8400240Z copying torch/onnx/_internal/exporter/_testing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8400860Z copying torch/onnx/_internal/exporter/_compat.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8401480Z copying torch/onnx/_internal/exporter/_ir_passes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8402110Z copying torch/onnx/_internal/exporter/_fx_passes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter 2025-03-21T20:58:16.8402630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/analysis 2025-03-21T20:58:16.8403160Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/analysis 2025-03-21T20:58:16.8403840Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/analysis 2025-03-21T20:58:16.8404450Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8404990Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8405660Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8406490Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8407160Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8407820Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8408490Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8409120Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8409750Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes 2025-03-21T20:58:16.8416390Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8417040Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8418100Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8418830Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8419680Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8420410Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8421110Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:16.8421710Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8422340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8423140Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8423980Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8424820Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8425640Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8426480Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8427290Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8428080Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8428920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8429800Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8430750Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8431530Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8432330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8433130Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8433990Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8434830Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8435690Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8436570Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8437450Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8438260Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8439110Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8439970Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8440780Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8441600Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8442420Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8443210Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8443990Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.8444800Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9117280Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9118310Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9119300Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9120230Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9121630Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9122570Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9123550Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9124480Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9125380Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9126240Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9127340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9128330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9129470Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9130430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9131400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9132360Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9133240Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9134060Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9134920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9135960Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9136960Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9137980Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9138850Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9139840Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9140820Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9142130Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9142990Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:16.9143790Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:16.9144550Z copying torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:16.9145340Z copying torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:16.9146120Z copying torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:16.9146780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:16.9147610Z copying torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:16.9148490Z copying torch/onnx/_internal/exporter/_torchlib/ops/core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:16.9149380Z copying torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:16.9150190Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging 2025-03-21T20:58:16.9150800Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging 2025-03-21T20:58:16.9151410Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging 2025-03-21T20:58:16.9152050Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging 2025-03-21T20:58:16.9152640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp 2025-03-21T20:58:16.9153170Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp 2025-03-21T20:58:16.9153690Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp 2025-03-21T20:58:16.9154180Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp 2025-03-21T20:58:16.9154640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor 2025-03-21T20:58:16.9155160Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor 2025-03-21T20:58:16.9155910Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor 2025-03-21T20:58:16.9156690Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor 2025-03-21T20:58:16.9157270Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharding_spec 2025-03-21T20:58:16.9157840Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharding_spec 2025-03-21T20:58:16.9158500Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launcher 2025-03-21T20:58:16.9159140Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launcher 2025-03-21T20:58:16.9159770Z copying torch/distributed/launcher/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launcher 2025-03-21T20:58:16.9160310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9160910Z copying torch/distributed/checkpoint/_async_process_executor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9161780Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9162510Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9163200Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9163920Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9164640Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9165330Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9166180Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9166990Z copying torch/distributed/checkpoint/_version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9401150Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9401880Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9402720Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9403390Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9404060Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9404730Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9405360Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9405990Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9406620Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9407260Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9407930Z copying torch/distributed/checkpoint/_async_executor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9408560Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9409210Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9409860Z copying torch/distributed/checkpoint/_hf_storage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9410490Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9411160Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9411820Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9412490Z copying torch/distributed/checkpoint/_async_thread_executor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9413150Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9413960Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9414640Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9415280Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9415940Z copying torch/distributed/checkpoint/_extension.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9416570Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint 2025-03-21T20:58:16.9417110Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharded_tensor 2025-03-21T20:58:16.9417650Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharded_tensor 2025-03-21T20:58:16.9418170Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn 2025-03-21T20:58:16.9418630Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn 2025-03-21T20:58:16.9419170Z copying torch/distributed/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn 2025-03-21T20:58:16.9419650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic 2025-03-21T20:58:16.9420190Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic 2025-03-21T20:58:16.9420810Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic 2025-03-21T20:58:16.9421310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/autograd 2025-03-21T20:58:16.9421810Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/autograd 2025-03-21T20:58:16.9422340Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9422840Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9423460Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9424090Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9424730Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9425370Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9425990Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9426610Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9427240Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9427870Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining 2025-03-21T20:58:16.9428380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms 2025-03-21T20:58:16.9428880Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms 2025-03-21T20:58:16.9429530Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms 2025-03-21T20:58:16.9430020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9430680Z copying torch/distributed/optim/_deprecation_warning.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9431320Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9431920Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9432520Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9433130Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9433760Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9434400Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9435080Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9435660Z copying torch/distributed/optim/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9436260Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9436910Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9437810Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9438440Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9439080Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9439730Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9440500Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:16.9441030Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable 2025-03-21T20:58:16.9441560Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable 2025-03-21T20:58:16.9442190Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable 2025-03-21T20:58:16.9442820Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable 2025-03-21T20:58:16.9443470Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable 2025-03-21T20:58:16.9444020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9444550Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9557170Z copying torch/distributed/_tools/ilp_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9557810Z copying torch/distributed/_tools/runtime_estimator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9558450Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9559280Z copying torch/distributed/_tools/sac_estimator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9559890Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9560830Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9561450Z copying torch/distributed/_tools/fake_collectives.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9562060Z copying torch/distributed/_tools/common_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9562650Z copying torch/distributed/_tools/sac_ilp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9563240Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools 2025-03-21T20:58:16.9563720Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9564240Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9564880Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9565510Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9566120Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9566770Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9567520Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9568120Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9568690Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9569300Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9569880Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9570500Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9571060Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9571640Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9572240Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9572870Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9573440Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9574010Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9574630Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9575220Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9575800Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9576400Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp 2025-03-21T20:58:16.9576880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9577360Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9578080Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9578670Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9579240Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9579820Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9580400Z copying torch/distributed/_shard/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9580960Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard 2025-03-21T20:58:16.9581460Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_symmetric_memory 2025-03-21T20:58:16.9582050Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_symmetric_memory 2025-03-21T20:58:16.9582610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9583130Z copying torch/distributed/tensor/_shards_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9583750Z copying torch/distributed/tensor/_redistribute.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9584380Z copying torch/distributed/tensor/_sharding_prop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9585080Z copying torch/distributed/tensor/_collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9585670Z copying torch/distributed/tensor/_api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9586250Z copying torch/distributed/tensor/_dtensor_spec.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9586860Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9587440Z copying torch/distributed/tensor/_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9596110Z copying torch/distributed/tensor/_random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9596970Z copying torch/distributed/tensor/_op_schema.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9597690Z copying torch/distributed/tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9598370Z copying torch/distributed/tensor/_tp_conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9598960Z copying torch/distributed/tensor/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9599630Z copying torch/distributed/tensor/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor 2025-03-21T20:58:16.9600110Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9600660Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9601220Z copying torch/distributed/rpc/options.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9601850Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9602490Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9603040Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9603570Z copying torch/distributed/rpc/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9604250Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9604860Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9605550Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9606120Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc 2025-03-21T20:58:16.9606620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit 2025-03-21T20:58:16.9607200Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit 2025-03-21T20:58:16.9607790Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit 2025-03-21T20:58:16.9608280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/api 2025-03-21T20:58:16.9608860Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/api 2025-03-21T20:58:16.9609450Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/api 2025-03-21T20:58:16.9729300Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/templates 2025-03-21T20:58:16.9730370Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/templates 2025-03-21T20:58:16.9731180Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/templates 2025-03-21T20:58:16.9731850Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/metrics 2025-03-21T20:58:16.9732470Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/metrics 2025-03-21T20:58:16.9733260Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/metrics 2025-03-21T20:58:16.9733870Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9734630Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9735980Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9736800Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9737580Z copying torch/distributed/elastic/rendezvous/_etcd_stub.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9738400Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9739240Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9740000Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9740790Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9741630Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9742410Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9743440Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9744260Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous 2025-03-21T20:58:16.9744900Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:16.9745560Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:16.9746420Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:16.9747260Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:16.9748080Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:16.9748700Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9749290Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9750010Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9751000Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9751740Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9752490Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer 2025-03-21T20:58:16.9753160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9753760Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9754480Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9755190Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9755910Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9756610Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9757340Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils 2025-03-21T20:58:16.9757960Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent 2025-03-21T20:58:16.9758540Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent 2025-03-21T20:58:16.9759100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events 2025-03-21T20:58:16.9759670Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events 2025-03-21T20:58:16.9760360Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events 2025-03-21T20:58:16.9761050Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events 2025-03-21T20:58:16.9761700Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:16.9762900Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:16.9763990Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:16.9765030Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:16.9765780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:16.9766490Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:16.9767420Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:16.9768340Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:16.9769160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data 2025-03-21T20:58:16.9769940Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data 2025-03-21T20:58:16.9770760Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data 2025-03-21T20:58:16.9771550Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data 2025-03-21T20:58:16.9772140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server 2025-03-21T20:58:16.9772780Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server 2025-03-21T20:58:16.9773560Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server 2025-03-21T20:58:16.9774320Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server 2025-03-21T20:58:16.9775130Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server 2025-03-21T20:58:16.9775810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:16.9776410Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:16.9777220Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:16.9942990Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:16.9943710Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:16.9944530Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:16.9945150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:16.9945800Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:16.9946860Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:16.9947650Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:16.9948490Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:16.9949190Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9949860Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9950710Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9951560Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9952350Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9953160Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9954080Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9954880Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9955710Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9956560Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:16.9957210Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:16.9957910Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:16.9958760Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:16.9959400Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_quantization 2025-03-21T20:58:16.9960040Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_quantization 2025-03-21T20:58:16.9960840Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_quantization 2025-03-21T20:58:16.9961440Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/fsdp 2025-03-21T20:58:16.9962000Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/fsdp 2025-03-21T20:58:16.9962680Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/fsdp 2025-03-21T20:58:16.9963250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9963810Z copying torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9964670Z copying torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9965370Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9966080Z copying torch/distributed/fsdp/_fully_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9966760Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9967470Z copying torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9968170Z copying torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9968890Z copying torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9969570Z copying torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:16.9970130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/checkpoint 2025-03-21T20:58:16.9970690Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/checkpoint 2025-03-21T20:58:16.9971340Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9971960Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9972730Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9973470Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9974180Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9974900Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9975670Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9976370Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9977070Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:16.9977650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_plan 2025-03-21T20:58:16.9978240Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_plan 2025-03-21T20:58:16.9978930Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_plan 2025-03-21T20:58:16.9979490Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:16.9980090Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:16.9980450Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:16.9980770Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:16.9981220Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:16.9981410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_optim 2025-03-21T20:58:16.9981720Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_optim 2025-03-21T20:58:16.9982030Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_optim 2025-03-21T20:58:16.9982310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:16.9982670Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0829200Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0829600Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0829950Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0830590Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0830970Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:17.0831230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:17.0831700Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:17.0832150Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:17.0832590Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:17.0833050Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:17.0833250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0833610Z copying torch/distributed/tensor/experimental/_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0833960Z copying torch/distributed/tensor/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0834300Z copying torch/distributed/tensor/experimental/_tp_transform.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0834670Z copying torch/distributed/tensor/experimental/_register_sharding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0835000Z copying torch/distributed/tensor/experimental/_func_map.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental 2025-03-21T20:58:17.0835180Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0835480Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0836140Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0836450Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0836750Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0837050Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0837350Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0837670Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0837970Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0838310Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel 2025-03-21T20:58:17.0838480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0838780Z copying torch/distributed/tensor/_ops/_einsum_strategy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0839120Z copying torch/distributed/tensor/_ops/_embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0839410Z copying torch/distributed/tensor/_ops/_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0839740Z copying torch/distributed/tensor/_ops/_experimental_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0840020Z copying torch/distributed/tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0840300Z copying torch/distributed/tensor/_ops/_conv_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0840590Z copying torch/distributed/tensor/_ops/_pointwise_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0840870Z copying torch/distributed/tensor/_ops/_matrix_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0841150Z copying torch/distributed/tensor/_ops/_math_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0841440Z copying torch/distributed/tensor/_ops/_common_rules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0841710Z copying torch/distributed/tensor/_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0841990Z copying torch/distributed/tensor/_ops/_random_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0842270Z copying torch/distributed/tensor/_ops/_view_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops 2025-03-21T20:58:17.0842440Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug 2025-03-21T20:58:17.0842730Z copying torch/distributed/tensor/debug/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug 2025-03-21T20:58:17.0843020Z copying torch/distributed/tensor/debug/_op_coverage.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug 2025-03-21T20:58:17.0843340Z copying torch/distributed/tensor/debug/_visualize_sharding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug 2025-03-21T20:58:17.0843740Z copying torch/distributed/tensor/debug/_comm_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug 2025-03-21T20:58:17.0843910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_testing 2025-03-21T20:58:17.0844190Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_testing 2025-03-21T20:58:17.0844550Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_testing 2025-03-21T20:58:17.0844720Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions 2025-03-21T20:58:17.0844980Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions 2025-03-21T20:58:17.0845230Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions 2025-03-21T20:58:17.0845470Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions 2025-03-21T20:58:17.0845630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0845890Z copying torch/fx/experimental/validator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0846130Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0846380Z copying torch/fx/experimental/_dynamism.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0846750Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0847000Z copying torch/fx/experimental/recording.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0847250Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0847500Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0847790Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0848040Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0848300Z copying torch/fx/experimental/_constant_symnode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0848570Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0848840Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.0849130Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1097140Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1097460Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1097790Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1098860Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1100690Z copying torch/fx/experimental/debug.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1101960Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1103070Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1103930Z copying torch/fx/experimental/_config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1105640Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1105950Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental 2025-03-21T20:58:17.1106130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1106390Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1106680Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1106960Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1107220Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1107500Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1107790Z copying torch/fx/passes/split_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1108070Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1109200Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1110110Z copying torch/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1110630Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1110990Z copying torch/fx/passes/_tensorify_python_scalars.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1111230Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1111480Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1111820Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1112130Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1112420Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1112700Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1113000Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes 2025-03-21T20:58:17.1113240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1113650Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1114030Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1114430Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1114860Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1115230Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1115600Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1115970Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1116340Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification 2025-03-21T20:58:17.1116810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1117250Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1117740Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1118160Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1118550Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1119010Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1119470Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1120010Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1121120Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:17.1121480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1122020Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1122550Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1123080Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1123600Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1124130Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1124620Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:17.1124810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra 2025-03-21T20:58:17.1125150Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra 2025-03-21T20:58:17.1125460Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra 2025-03-21T20:58:17.1125800Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra 2025-03-21T20:58:17.1126130Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra 2025-03-21T20:58:17.1126330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/backends 2025-03-21T20:58:17.1126680Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/backends 2025-03-21T20:58:17.1127040Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/backends 2025-03-21T20:58:17.1127240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tests 2025-03-21T20:58:17.1128420Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tests 2025-03-21T20:58:17.1129210Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tests 2025-03-21T20:58:17.1129780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1130200Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1130580Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1130900Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1131200Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1131500Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1556350Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils 2025-03-21T20:58:17.1556550Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect 2025-03-21T20:58:17.1556810Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect 2025-03-21T20:58:17.1556990Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/common 2025-03-21T20:58:17.1557650Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/common 2025-03-21T20:58:17.1557980Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/common 2025-03-21T20:58:17.1558250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp 2025-03-21T20:58:17.1558480Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp 2025-03-21T20:58:17.1558710Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp 2025-03-21T20:58:17.1558910Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp 2025-03-21T20:58:17.1559110Z copying torch/cuda/amp/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp 2025-03-21T20:58:17.1559290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/opt_einsum 2025-03-21T20:58:17.1559650Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/opt_einsum 2025-03-21T20:58:17.1565960Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mha 2025-03-21T20:58:17.1566220Z copying torch/backends/mha/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mha 2025-03-21T20:58:17.1566380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/nnpack 2025-03-21T20:58:17.1566620Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/nnpack 2025-03-21T20:58:17.1566780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mps 2025-03-21T20:58:17.1567000Z copying torch/backends/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mps 2025-03-21T20:58:17.1567140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cpu 2025-03-21T20:58:17.1567490Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cpu 2025-03-21T20:58:17.1567670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_coreml 2025-03-21T20:58:17.1567950Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_coreml 2025-03-21T20:58:17.1568280Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_coreml 2025-03-21T20:58:17.1568430Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cuda 2025-03-21T20:58:17.1568840Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cuda 2025-03-21T20:58:17.1569000Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/quantized 2025-03-21T20:58:17.1569280Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/quantized 2025-03-21T20:58:17.1569450Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkl 2025-03-21T20:58:17.1569670Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkl 2025-03-21T20:58:17.1569830Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xnnpack 2025-03-21T20:58:17.1570070Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xnnpack 2025-03-21T20:58:17.1570230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/kleidiai 2025-03-21T20:58:17.1570480Z copying torch/backends/kleidiai/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/kleidiai 2025-03-21T20:58:17.1570640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cusparselt 2025-03-21T20:58:17.1570910Z copying torch/backends/cusparselt/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cusparselt 2025-03-21T20:58:17.1571060Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkldnn 2025-03-21T20:58:17.1571380Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkldnn 2025-03-21T20:58:17.1571620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xeon 2025-03-21T20:58:17.1571850Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xeon 2025-03-21T20:58:17.1572080Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xeon 2025-03-21T20:58:17.1572240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi 2025-03-21T20:58:17.1572480Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi 2025-03-21T20:58:17.1572730Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi 2025-03-21T20:58:17.1572960Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi 2025-03-21T20:58:17.1573120Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/openmp 2025-03-21T20:58:17.1573360Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/openmp 2025-03-21T20:58:17.1573510Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cudnn 2025-03-21T20:58:17.1573740Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cudnn 2025-03-21T20:58:17.1573960Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cudnn 2025-03-21T20:58:17.1574130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1574390Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1574660Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1574920Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1575180Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1575510Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1575770Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1576050Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1576420Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor 2025-03-21T20:58:17.1576590Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_multi_tensor 2025-03-21T20:58:17.1576840Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_multi_tensor 2025-03-21T20:58:17.1577080Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1577350Z copying torch/_inductor/runtime/cache_dir_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1577620Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1577870Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1578140Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1578430Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1578690Z copying torch/_inductor/runtime/triton_compat.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1578930Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1579310Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1579580Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1579840Z copying torch/_inductor/runtime/autotune_cache.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1580160Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1580440Z copying torch/_inductor/runtime/benchmarking.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime 2025-03-21T20:58:17.1580710Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1581010Z copying torch/_inductor/codegen/cpp_grouped_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1581280Z copying torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1581520Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1581890Z copying torch/_inductor/codegen/mps_device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1582160Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1582430Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1582700Z copying torch/_inductor/codegen/cpp_bmm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1582930Z copying torch/_inductor/codegen/mps.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1736510Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1736800Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1737120Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1737390Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1737790Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1738110Z copying torch/_inductor/codegen/cpp_flex_attention_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1738380Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1738630Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1738920Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1739190Z copying torch/_inductor/codegen/block_analysis.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1739430Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1739710Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1739980Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1740260Z copying torch/_inductor/codegen/cpu_device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1740860Z copying torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1741160Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1741400Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1741660Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1741950Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1742230Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1742500Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1742760Z copying torch/_inductor/codegen/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1743060Z copying torch/_inductor/codegen/simd_kernel_features.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:17.1743240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker 2025-03-21T20:58:17.1743530Z copying torch/_inductor/compile_worker/watchdog.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker 2025-03-21T20:58:17.1743810Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker 2025-03-21T20:58:17.1744120Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker 2025-03-21T20:58:17.1744420Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker 2025-03-21T20:58:17.1744610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1744910Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1745220Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1745560Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1746140Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1746480Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic 2025-03-21T20:58:17.1746650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1746910Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1747180Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1747430Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1747690Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1747980Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1748240Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1748520Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1748860Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1749150Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1749460Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1749720Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1750000Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1750250Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1750520Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1750780Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1751060Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1751320Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1751580Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1751860Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1752100Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1752480Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1752750Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes 2025-03-21T20:58:17.1752910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1753160Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1753420Z copying torch/_inductor/kernel/flex_decoding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1753760Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1754020Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1754250Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1754490Z copying torch/_inductor/kernel/mm_scaled.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1754750Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1754990Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1755250Z copying torch/_inductor/kernel/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel 2025-03-21T20:58:17.1755410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package 2025-03-21T20:58:17.1755650Z copying torch/_inductor/package/package.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package 2025-03-21T20:58:17.1755910Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package 2025-03-21T20:58:17.1756150Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package 2025-03-21T20:58:17.2695860Z copying torch/_inductor/package/pt2_archive_constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package 2025-03-21T20:58:17.2696090Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2696390Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2696710Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2697010Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2697310Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2697580Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2697900Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2698180Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2698460Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda 2025-03-21T20:58:17.2698640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/xpu 2025-03-21T20:58:17.2698920Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/xpu 2025-03-21T20:58:17.2699220Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/xpu 2025-03-21T20:58:17.2699390Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2699700Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2699970Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2700260Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2700740Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2701070Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2701400Z copying torch/_inductor/codegen/rocm/ck_conv_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2701700Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2702030Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2702310Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2702620Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm 2025-03-21T20:58:17.2702860Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:17.2703340Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:17.2703760Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:17.2704070Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2704490Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2704880Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2705280Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2705660Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2706030Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2706380Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:17.2706600Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2706970Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2707350Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2707750Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2708140Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2708520Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2708890Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2709400Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2709780Z copying torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2710150Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2710500Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2710890Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2711280Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2711650Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2712010Z copying torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2712690Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2713130Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2713500Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2713870Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2714240Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2714610Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2714970Z copying torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2715330Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2715710Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:17.2715890Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark 2025-03-21T20:58:17.2886820Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark 2025-03-21T20:58:17.2887010Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2887300Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2887570Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2887790Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2888010Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2888240Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2888880Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2889110Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2889360Z copying torch/utils/_sympy/printers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2889600Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2889840Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy 2025-03-21T20:58:17.2890000Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/serialization 2025-03-21T20:58:17.2890310Z copying torch/utils/serialization/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/serialization 2025-03-21T20:58:17.2890580Z copying torch/utils/serialization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/serialization 2025-03-21T20:58:17.2890740Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/backcompat 2025-03-21T20:58:17.2890980Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/backcompat 2025-03-21T20:58:17.2891130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2891380Z copying torch/utils/hipify/version.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2891750Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2891990Z copying torch/utils/hipify/constants.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2892210Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2892450Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify 2025-03-21T20:58:17.2892610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bottleneck 2025-03-21T20:58:17.2892860Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bottleneck 2025-03-21T20:58:17.2893120Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bottleneck 2025-03-21T20:58:17.2893260Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/viz 2025-03-21T20:58:17.2893470Z copying torch/utils/viz/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/viz 2025-03-21T20:58:17.2893670Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/viz 2025-03-21T20:58:17.2893830Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/jit 2025-03-21T20:58:17.2894030Z copying torch/utils/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/jit 2025-03-21T20:58:17.2894250Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/jit 2025-03-21T20:58:17.2894410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2894680Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2894930Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2895190Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2895440Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2895700Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2895950Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2896320Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2896580Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2896820Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard 2025-03-21T20:58:17.2896970Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:17.2897210Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:17.2897450Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:17.2897590Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2897820Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2898030Z copying torch/utils/data/graph.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2898230Z copying torch/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2898440Z copying torch/utils/data/dataset.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2898670Z copying torch/utils/data/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2898980Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2899200Z copying torch/utils/data/dataloader.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2899410Z copying torch/utils/data/sampler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data 2025-03-21T20:58:17.2899570Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_strobelight 2025-03-21T20:58:17.2899870Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_strobelight 2025-03-21T20:58:17.2900110Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_strobelight 2025-03-21T20:58:17.2900290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2900590Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2900910Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2901210Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2901500Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2901800Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2902080Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:17.2902250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2902520Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2902800Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2903090Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2903390Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2903780Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2904050Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2904310Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2904590Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2904850Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:17.2905020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.2905340Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.2905650Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.2905960Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.2906240Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.3525290Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.3526060Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.3526760Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples 2025-03-21T20:58:17.3527340Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:17.3528020Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:17.3528870Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:17.3529580Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3530050Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3530630Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3531180Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3531740Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3532330Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3532910Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils 2025-03-21T20:58:17.3533410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3533920Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3534540Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3535160Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3535770Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3536580Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3537150Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:17.3537660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3538250Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3538980Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3539770Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3540540Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3541290Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:17.3541880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3542460Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3543360Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3544060Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3544740Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3545430Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3546100Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3546770Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3547480Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3548150Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3548850Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3549550Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3550260Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter 2025-03-21T20:58:17.3550850Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils 2025-03-21T20:58:17.3551400Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils 2025-03-21T20:58:17.3552070Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils 2025-03-21T20:58:17.3552730Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils 2025-03-21T20:58:17.3553410Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils 2025-03-21T20:58:17.3553950Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3554750Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3555410Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3556080Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3556730Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3557390Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3558090Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map 2025-03-21T20:58:17.3558630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3559110Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3559700Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3560270Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3560890Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3561570Z copying torch/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3562130Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3562670Z copying torch/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3563260Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3563930Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3564470Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3565030Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3565660Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx 2025-03-21T20:58:17.3572350Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3572900Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3573500Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3574110Z copying torch/testing/_internal/fake_config_module3.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3574690Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3575280Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3709990Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3710660Z copying torch/testing/_internal/subclasses.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3711220Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3711790Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3712580Z copying torch/testing/_internal/fake_config_module2.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3713430Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3714050Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3714620Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3715210Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3715820Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3716430Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3717040Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3717640Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3718230Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3718830Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3719530Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3720140Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3720810Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3721430Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3722020Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3722620Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3723220Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3723830Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3724400Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3725000Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3725670Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3726320Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3726920Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3727570Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3728220Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3728840Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3729450Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3730190Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3730800Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3731390Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3731980Z copying torch/testing/_internal/fake_config_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3732560Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal 2025-03-21T20:58:17.3733050Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/generated 2025-03-21T20:58:17.3733640Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/generated 2025-03-21T20:58:17.3734330Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/generated 2025-03-21T20:58:17.3734880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo 2025-03-21T20:58:17.3735400Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo 2025-03-21T20:58:17.3736090Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo 2025-03-21T20:58:17.3736710Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo 2025-03-21T20:58:17.3737320Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo 2025-03-21T20:58:17.3737840Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module 2025-03-21T20:58:17.3738400Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module 2025-03-21T20:58:17.3739060Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module 2025-03-21T20:58:17.3739760Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module 2025-03-21T20:58:17.3740350Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3740970Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3741720Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3742400Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3743100Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3743840Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3744570Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3745300Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3746050Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3746890Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed 2025-03-21T20:58:17.3747440Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3747970Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3748630Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3749290Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3750040Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3750710Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3751440Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests 2025-03-21T20:58:17.3752020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/codegen 2025-03-21T20:58:17.3752530Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/codegen 2025-03-21T20:58:17.4423160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data 2025-03-21T20:58:17.4424100Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data 2025-03-21T20:58:17.4424810Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data 2025-03-21T20:58:17.4425500Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data 2025-03-21T20:58:17.4426100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4426780Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4427590Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4428410Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4429210Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4430020Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4430920Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4431760Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4432570Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:17.4433230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:17.4433910Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:17.4434740Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:17.4435730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn 2025-03-21T20:58:17.4436350Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn 2025-03-21T20:58:17.4436990Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard 2025-03-21T20:58:17.4437660Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard 2025-03-21T20:58:17.4438470Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard 2025-03-21T20:58:17.4439140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4439840Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4440730Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4441530Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4442360Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4443310Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4444220Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4445080Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4445900Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:17.4446600Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:17.4447260Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:17.4448110Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:17.4448840Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:17.4449660Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:17.4450640Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:17.4451650Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:17.4452410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:17.4453230Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:17.4454120Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:17.4455100Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:17.4455980Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:17.4456680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:17.4457400Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:17.4458350Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:17.4459380Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:17.4460100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_passes 2025-03-21T20:58:17.4460630Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_passes 2025-03-21T20:58:17.4461270Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_passes 2025-03-21T20:58:17.4461760Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/jit/mobile 2025-03-21T20:58:17.4462360Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit/mobile 2025-03-21T20:58:17.4462910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4463390Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4463930Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4464480Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4465040Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4465590Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4466160Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4466710Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4467250Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4467820Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4468370Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4468920Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends 2025-03-21T20:58:17.4469410Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4618690Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4619280Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4620170Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4620790Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4621360Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4622160Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4622730Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4623300Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4623900Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4624490Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4625040Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4625620Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4626210Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4626770Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4627340Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4627910Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4628560Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4629110Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4629640Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4630200Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4630760Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4632070Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables 2025-03-21T20:58:17.4632580Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro 2025-03-21T20:58:17.4633140Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro 2025-03-21T20:58:17.4633750Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro 2025-03-21T20:58:17.4634350Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro 2025-03-21T20:58:17.4634910Z copying torch/_dynamo/repro/aoti.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro 2025-03-21T20:58:17.4635380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4635940Z copying torch/_dynamo/polyfills/functools.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4636570Z copying torch/_dynamo/polyfills/builtins.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4637190Z copying torch/_dynamo/polyfills/operator.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4637860Z copying torch/_dynamo/polyfills/os.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4638460Z copying torch/_dynamo/polyfills/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4639040Z copying torch/_dynamo/polyfills/loader.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4639620Z copying torch/_dynamo/polyfills/fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4640360Z copying torch/_dynamo/polyfills/sys.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4640990Z copying torch/_dynamo/polyfills/pytree.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4641660Z copying torch/_dynamo/polyfills/itertools.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills 2025-03-21T20:58:17.4642140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn 2025-03-21T20:58:17.4642560Z copying torch/ao/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn 2025-03-21T20:58:17.4642960Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns 2025-03-21T20:58:17.4643390Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns 2025-03-21T20:58:17.4644000Z copying torch/ao/ns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns 2025-03-21T20:58:17.4644630Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns 2025-03-21T20:58:17.4645160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4645640Z copying torch/ao/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4646220Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4646860Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4647890Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4648570Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4649160Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4649710Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4650280Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4650960Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4651540Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4652110Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4652710Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4653240Z copying torch/ao/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4653840Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4654450Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4655140Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4655790Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4656380Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization 2025-03-21T20:58:17.4656850Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning 2025-03-21T20:58:17.4657270Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning 2025-03-21T20:58:17.4657750Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning 2025-03-21T20:58:17.4658250Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat 2025-03-21T20:58:17.4658940Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat 2025-03-21T20:58:17.4659350Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized 2025-03-21T20:58:17.4659830Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized 2025-03-21T20:58:17.4660390Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized 2025-03-21T20:58:17.4660860Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable 2025-03-21T20:58:17.4661330Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable 2025-03-21T20:58:17.4661810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic 2025-03-21T20:58:17.4662270Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic 2025-03-21T20:58:17.4662730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse 2025-03-21T20:58:17.4663230Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse 2025-03-21T20:58:17.4663680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic 2025-03-21T20:58:17.4664170Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic 2025-03-21T20:58:17.4664630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules 2025-03-21T20:58:17.4665180Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules 2025-03-21T20:58:17.4860520Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules 2025-03-21T20:58:17.4867760Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules 2025-03-21T20:58:17.4868360Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules 2025-03-21T20:58:17.4869050Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:17.4869600Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:17.4870240Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:17.4870780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic 2025-03-21T20:58:17.4871310Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic 2025-03-21T20:58:17.4871820Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4872400Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4873120Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4873790Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4874420Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4875060Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4875700Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4876330Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4876960Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4877810Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4878480Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4879140Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules 2025-03-21T20:58:17.4879690Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference 2025-03-21T20:58:17.4880230Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference 2025-03-21T20:58:17.4880780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:17.4881370Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:17.4882100Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:17.4882810Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:17.4883520Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:17.4884090Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4884810Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4885560Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4886320Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4887070Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4887810Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4888530Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:17.4889100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules 2025-03-21T20:58:17.4889630Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules 2025-03-21T20:58:17.4890300Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules 2025-03-21T20:58:17.4890950Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules 2025-03-21T20:58:17.4891470Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat 2025-03-21T20:58:17.4891940Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat 2025-03-21T20:58:17.4892430Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized 2025-03-21T20:58:17.4892970Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized 2025-03-21T20:58:17.4893490Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/modules 2025-03-21T20:58:17.4894010Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/modules 2025-03-21T20:58:17.4894650Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/modules 2025-03-21T20:58:17.4895290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:17.4895850Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:17.4896530Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:17.4897210Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:17.4897910Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:17.4898480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:17.4899080Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:17.4899670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4900400Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4901130Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4901950Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4902720Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4903480Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:17.4904100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:17.4904780Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:17.4905620Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:17.4906270Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized 2025-03-21T20:58:17.4906790Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized 2025-03-21T20:58:17.4907410Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized 2025-03-21T20:58:17.4908020Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized 2025-03-21T20:58:17.4908550Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:17.4909170Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:17.4909890Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:17.4910400Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.4910830Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5037060Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5037670Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5038420Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5039070Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5039650Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5040160Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5040670Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5041180Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5041700Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx 2025-03-21T20:58:17.5042220Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5042880Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5043690Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5044400Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5045150Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5046110Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5046960Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5047740Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5048510Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5049250Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5050020Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5050770Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5051480Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5052180Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config 2025-03-21T20:58:17.5052740Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5053280Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5053990Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5054650Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5055300Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5055950Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5056560Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5057380Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5058030Z copying torch/ao/quantization/pt2e/_affine_quantization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5058730Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5059360Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e 2025-03-21T20:58:17.5059880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5060380Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5060980Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5061590Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5062200Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5062810Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5063380Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5064140Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5064750Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5065420Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5066050Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5066680Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5067270Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5067910Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5068540Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5069130Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5069710Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5070320Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5070930Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5071520Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx 2025-03-21T20:58:17.5072030Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5072600Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5073330Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5074120Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5074990Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5075720Z copying torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5076490Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5077160Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5077850Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5078540Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer 2025-03-21T20:58:17.5079150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/representation 2025-03-21T20:58:17.5079780Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/representation 2025-03-21T20:58:17.5080560Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/representation 2025-03-21T20:58:17.5081170Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5081890Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5859390Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5860340Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5861200Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5862020Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:17.5862660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5863310Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5864110Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5864850Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5865590Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5866280Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier 2025-03-21T20:58:17.5866900Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental 2025-03-21T20:58:17.5867520Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental 2025-03-21T20:58:17.5868120Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler 2025-03-21T20:58:17.5868720Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler 2025-03-21T20:58:17.5869440Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler 2025-03-21T20:58:17.5870150Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler 2025-03-21T20:58:17.5871120Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler 2025-03-21T20:58:17.5871760Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:17.5872470Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:17.5873310Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:17.5874150Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:17.5875040Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:17.5875710Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5876300Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5877050Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5877900Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5878670Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5879470Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5880230Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5881030Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5881770Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:17.5882480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:17.5883270Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:17.5884180Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:17.5884890Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:17.5885600Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:17.5886490Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:17.5887230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-03-21T20:58:17.5888010Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-03-21T20:58:17.5888800Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:17.5889780Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:17.5890840Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:17.5891940Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:17.5892700Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/linalg 2025-03-21T20:58:17.5893170Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/linalg 2025-03-21T20:58:17.5893640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn 2025-03-21T20:58:17.5894030Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn 2025-03-21T20:58:17.5894440Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/special 2025-03-21T20:58:17.5894870Z copying torch/_refs/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/special 2025-03-21T20:58:17.5895320Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn/functional 2025-03-21T20:58:17.5896060Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn/functional 2025-03-21T20:58:17.5896630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/export/experimental 2025-03-21T20:58:17.5897190Z copying torch/export/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export/experimental 2025-03-21T20:58:17.5897710Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/export/passes 2025-03-21T20:58:17.5898370Z copying torch/export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/export/passes 2025-03-21T20:58:17.5898880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5899400Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5899980Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5900510Z copying torch/nested/_internal/ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5901040Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5901590Z copying torch/nested/_internal/nested_int.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal 2025-03-21T20:58:17.5902080Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/signal/windows 2025-03-21T20:58:17.5902540Z copying torch/signal/windows/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/signal/windows 2025-03-21T20:58:17.5903080Z copying torch/signal/windows/windows.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/signal/windows 2025-03-21T20:58:17.5903530Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze 2025-03-21T20:58:17.5904030Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze 2025-03-21T20:58:17.5904690Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze 2025-03-21T20:58:18.1157650Z copying torch/package/analyze/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze 2025-03-21T20:58:18.1158320Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze 2025-03-21T20:58:18.1158810Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build 2025-03-21T20:58:18.1159780Z copying torchgen/selective_build/selector.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build 2025-03-21T20:58:18.1160360Z copying torchgen/selective_build/operator.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build 2025-03-21T20:58:18.1160920Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build 2025-03-21T20:58:18.1161400Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime 2025-03-21T20:58:18.1161880Z copying torchgen/static_runtime/config.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime 2025-03-21T20:58:18.1162480Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime 2025-03-21T20:58:18.1163050Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime 2025-03-21T20:58:18.1163660Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime 2025-03-21T20:58:18.1164180Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions 2025-03-21T20:58:18.1164680Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions 2025-03-21T20:58:18.1165340Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions 2025-03-21T20:58:18.1166190Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions 2025-03-21T20:58:18.1166740Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1167200Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1167710Z copying torchgen/dest/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1168180Z copying torchgen/dest/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1168660Z copying torchgen/dest/native_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1169140Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1169630Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest 2025-03-21T20:58:18.1170060Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1170470Z copying torchgen/api/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1170930Z copying torchgen/api/translate.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1171380Z copying torchgen/api/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1171810Z copying torchgen/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1172250Z copying torchgen/api/native.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1172680Z copying torchgen/api/cpp.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1173120Z copying torchgen/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1173610Z copying torchgen/api/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1174090Z copying torchgen/api/autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1174570Z copying torchgen/api/structured.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1175040Z copying torchgen/api/python.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1175520Z copying torchgen/api/lazy.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1176110Z copying torchgen/api/meta.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api 2025-03-21T20:58:18.1176520Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch 2025-03-21T20:58:18.1176970Z copying torchgen/executorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch 2025-03-21T20:58:18.1177500Z copying torchgen/executorch/model.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch 2025-03-21T20:58:18.1178040Z copying torchgen/executorch/parse.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch 2025-03-21T20:58:18.1178500Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/aoti 2025-03-21T20:58:18.1178920Z copying torchgen/aoti/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/aoti 2025-03-21T20:58:18.1179400Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/aoti 2025-03-21T20:58:18.1179840Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types 2025-03-21T20:58:18.1180300Z copying torchgen/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types 2025-03-21T20:58:18.1180810Z copying torchgen/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types 2025-03-21T20:58:18.1181330Z copying torchgen/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types 2025-03-21T20:58:18.1181860Z copying torchgen/api/types/types_base.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types 2025-03-21T20:58:18.1182320Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api 2025-03-21T20:58:18.1182900Z copying torchgen/executorch/api/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api 2025-03-21T20:58:18.1183500Z copying torchgen/executorch/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api 2025-03-21T20:58:18.1184090Z copying torchgen/executorch/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api 2025-03-21T20:58:18.1184700Z copying torchgen/executorch/api/et_cpp.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api 2025-03-21T20:58:18.1185230Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types 2025-03-21T20:58:18.1185780Z copying torchgen/executorch/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types 2025-03-21T20:58:18.1186460Z copying torchgen/executorch/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types 2025-03-21T20:58:18.1187130Z copying torchgen/executorch/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types 2025-03-21T20:58:18.1187710Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental 2025-03-21T20:58:18.1188250Z copying functorch/experimental/control_flow.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental 2025-03-21T20:58:18.1188840Z copying functorch/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental 2025-03-21T20:58:18.1189420Z copying functorch/experimental/ops.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental 2025-03-21T20:58:18.1189990Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/_src 2025-03-21T20:58:18.1190420Z copying functorch/_src/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/_src 2025-03-21T20:58:18.1190830Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1191240Z copying functorch/dim/magic_trace.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1191710Z copying functorch/dim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1192180Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1192680Z copying functorch/dim/op_properties.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1193340Z copying functorch/dim/batch_tensor.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1193840Z copying functorch/dim/wrap_type.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1194360Z copying functorch/dim/reference.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1194850Z copying functorch/dim/dim.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1195340Z copying functorch/dim/tree_map.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/dim 2025-03-21T20:58:18.1195780Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/compile 2025-03-21T20:58:18.1196260Z copying functorch/compile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/compile 2025-03-21T20:58:18.1196720Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/einops 2025-03-21T20:58:18.1197180Z copying functorch/einops/_parsing.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/einops 2025-03-21T20:58:18.1197710Z copying functorch/einops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/einops 2025-03-21T20:58:18.1198200Z copying functorch/einops/rearrange.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/einops 2025-03-21T20:58:18.1198710Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/make_functional 2025-03-21T20:58:18.1199260Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/make_functional 2025-03-21T20:58:18.1199780Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/eager_transforms 2025-03-21T20:58:18.1200410Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/eager_transforms 2025-03-21T20:58:18.1200940Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/aot_autograd 2025-03-21T20:58:18.1201450Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/aot_autograd 2025-03-21T20:58:18.1201980Z creating build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/vmap 2025-03-21T20:58:18.1202460Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/vmap 2025-03-21T20:58:18.2098500Z copying torch/return_types.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:18.2102960Z copying torch/_VF.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:18.2105160Z copying torch/py.typed -> build/lib.macosx-11.1-arm64-cpython-311/torch 2025-03-21T20:58:18.2117950Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2130750Z copying torch/bin/FileStoreTest -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2132050Z copying torch/bin/test_tensorexpr -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2132510Z copying torch/bin/test_lazy -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2132970Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2133460Z copying torch/bin/torch_shm_manager -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2133940Z copying torch/bin/test_cpp_rpc -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2141590Z copying torch/bin/tutorial_tensorexpr -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2144180Z copying torch/bin/test_edge_op_registration -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2149070Z copying torch/bin/test_jit -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2153090Z copying torch/bin/test_api -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2159150Z copying torch/bin/protoc -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2159620Z copying torch/bin/HashStoreTest -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2160990Z copying torch/bin/TCPStoreTest -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2163390Z copying torch/bin/test_dist_autograd -> build/lib.macosx-11.1-arm64-cpython-311/torch/bin 2025-03-21T20:58:18.2165080Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2173870Z copying torch/test/c10_ConstexprCrc_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2175530Z copying torch/test/dispatch_key_set_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2176140Z copying torch/test/type_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2176640Z copying torch/test/cpu_allocator_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2177120Z copying torch/test/weakref_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2177600Z copying torch/test/c10_string_view_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2178090Z copying torch/test/c10_exception_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2178610Z copying torch/test/packedtensoraccessor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2179120Z copying torch/test/quantized_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2179620Z copying torch/test/c10_small_vector_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2180080Z copying torch/test/type_ptr_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2180860Z copying torch/test/c10_error_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2181370Z copying torch/test/c10_SizesAndStrides_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2181850Z copying torch/test/scalar_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2182400Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2182950Z copying torch/test/math_kernel_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2183450Z copying torch/test/kernel_stackbased_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2183950Z copying torch/test/c10_Metaprogramming_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2184460Z copying torch/test/MaybeOwned_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2184920Z copying torch/test/c10_ArrayRef_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2185400Z copying torch/test/operator_name_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2185900Z copying torch/test/c10_Synchronized_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2186390Z copying torch/test/inline_container_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2186860Z copying torch/test/c10_ssize_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2187300Z copying torch/test/c10_cow_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2187740Z copying torch/test/Dimname_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2188210Z copying torch/test/cpu_rng_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2188730Z copying torch/test/kernel_lambda_legacy_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2189280Z copying torch/test/mps_test_objc_interface -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2189760Z copying torch/test/mps_test_allocator -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2190220Z copying torch/test/dlconvertor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2190710Z copying torch/test/cpu_profiling_allocator_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2191500Z copying torch/test/c10_intrusive_ptr_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2191990Z copying torch/test/pow_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2192460Z copying torch/test/c10_DispatchKeySet_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2192950Z copying torch/test/c10_NetworkFlow_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2193460Z copying torch/test/backend_fallback_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2193990Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2194480Z copying torch/test/c10_optional_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2194970Z copying torch/test/c10_TypeIndex_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2195450Z copying torch/test/undefined_tensor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2195910Z copying torch/test/basic -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2196430Z copying torch/test/List_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2196860Z copying torch/test/c10_SymInt_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2197350Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2198020Z copying torch/test/extension_backend_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2198490Z copying torch/test/c10_Bitset_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2198990Z copying torch/test/thread_init_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2199480Z copying torch/test/kernel_function_legacy_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2199980Z copying torch/test/apply_utils_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2200480Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2200980Z copying torch/test/c10_Scalar_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2201450Z copying torch/test/legacy_vmap_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2201920Z copying torch/test/c10_DeviceGuard_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2202400Z copying torch/test/CppSignature_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2202880Z copying torch/test/reportMemoryUsage_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2203390Z copying torch/test/lazy_tensor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2203900Z copying torch/test/mps_test_metal_library -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2204380Z copying torch/test/c10_string_util_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2204840Z copying torch/test/reduce_ops_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2205330Z copying torch/test/stride_properties_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2205820Z copying torch/test/c10_StreamGuard_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2206330Z copying torch/test/IListRef_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2206790Z copying torch/test/NamedTensor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2207260Z copying torch/test/verify_api_visibility -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2207890Z copying torch/test/test_parallel -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2208340Z copying torch/test/operators_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2208790Z copying torch/test/op_allowlist_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2209260Z copying torch/test/c10_bit_cast_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2209720Z copying torch/test/mps_test_print -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2210180Z copying torch/test/scalar_tensor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2210630Z copying torch/test/c10_Half_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2211070Z copying torch/test/c10_registry_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2556720Z copying torch/test/xla_tensor_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2557320Z copying torch/test/half_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2557790Z copying torch/test/c10_complex_math_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2558290Z copying torch/test/c10_DeadlockDetection_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2558890Z copying torch/test/c10_accumulate_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2559530Z copying torch/test/c10_ThreadLocal_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2560000Z copying torch/test/native_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2560530Z copying torch/test/c10_TypeList_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2561020Z copying torch/test/c10_bfloat16_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2561520Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2562100Z copying torch/test/wrapdim_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2562570Z copying torch/test/op_registration_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2563050Z copying torch/test/c10_lazy_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2563520Z copying torch/test/atest -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2564080Z copying torch/test/c10_generic_math_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2564550Z copying torch/test/kernel_function_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2565030Z copying torch/test/kernel_lambda_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2565540Z copying torch/test/memory_overlapping_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2566040Z copying torch/test/Dict_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2566560Z copying torch/test/c10_irange_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2567030Z copying torch/test/mobile_memory_cleanup -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2567500Z copying torch/test/c10_tempfile_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2568090Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2568620Z copying torch/test/StorageUtils_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2569080Z copying torch/test/c10_Device_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2569580Z copying torch/test/broadcast_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2570220Z copying torch/test/c10_LeftRight_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2570670Z copying torch/test/ivalue_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2571110Z copying torch/test/c10_flags_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2571560Z copying torch/test/c10_TypeTraits_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2572110Z copying torch/test/KernelFunction_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2572660Z copying torch/test/memory_format_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2573150Z copying torch/test/c10_logging_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2573690Z copying torch/test/tensor_iterator_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2574160Z copying torch/test/cpu_generator_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2574620Z copying torch/test/c10_typeid_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2575060Z copying torch/test/c10_complex_test -> build/lib.macosx-11.1-arm64-cpython-311/torch/test 2025-03-21T20:58:18.2575540Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2575900Z copying torch/_C/_profiler.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2576320Z copying torch/_C/_onnx.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2576930Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2577420Z copying torch/_C/_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2577830Z copying torch/_C/_monitor.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2584420Z copying torch/_C/_itt.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2584920Z copying torch/_C/_lazy.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2585310Z copying torch/_C/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2585760Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2586140Z copying torch/_C/_cpu.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2586610Z copying torch/_C/_nn.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2587010Z copying torch/_C/_cusparselt.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2587480Z copying torch/_C/_instruction_counter.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2587950Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2588370Z copying torch/_C/_functorch.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2588900Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2589360Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2589790Z copying torch/_C/_verbose.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2590190Z copying torch/_C/_aoti.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2590600Z copying torch/_C/_functions.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2591170Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2591620Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2592050Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2592580Z copying torch/_C/_export.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/_C 2025-03-21T20:58:18.2593120Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:18.2593530Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:18.2593960Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:18.2594600Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:18.2595070Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:18.2595440Z copying torch/lib/libshm.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:18.2596110Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2596620Z copying torch/include/sleef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2597070Z copying torch/include/cpuinfo.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2597550Z copying torch/include/nnpack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2598000Z copying torch/include/xnnpack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2598550Z copying torch/include/libshm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2599000Z copying torch/include/fp16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2599460Z copying torch/include/qnnpack_func.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2600240Z copying torch/include/pthreadpool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2600720Z copying torch/include/clog.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2601180Z copying torch/include/psimd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2601650Z copying torch/include/experiments-config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2602130Z copying torch/include/fxdiv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:18.2602660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2603120Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2603670Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2604340Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2604930Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2605510Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2606280Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2606970Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2607570Z copying torch/include/ATen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2608090Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2608790Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2684670Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2685350Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2685990Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2687090Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2687700Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2688290Z copying torch/include/ATen/Version.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2688910Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2689440Z copying torch/include/ATen/Device.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2689980Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2690670Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2691450Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2691990Z copying torch/include/ATen/Operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2692610Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2693170Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2693700Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2694410Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2695000Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2695520Z copying torch/include/ATen/Config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2696090Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2696780Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2697360Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2697940Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2698520Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2699070Z copying torch/include/ATen/Backend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2699720Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2700410Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2701040Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2701690Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2702290Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2702870Z copying torch/include/ATen/record_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2703440Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2704100Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2704660Z copying torch/include/ATen/Context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2705480Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2706380Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2707070Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2707620Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2708260Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2708820Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2709380Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2709950Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2710670Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2711260Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2711850Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2712470Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2713130Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2713720Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2714290Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2714960Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2715510Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2716100Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2716770Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2717320Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2717880Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2718510Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2719190Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2719870Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2720500Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2721160Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2721680Z copying torch/include/ATen/ATen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2722230Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2722860Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2723420Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2724390Z copying torch/include/ATen/Layout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2724930Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2725550Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2726280Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2726920Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2727480Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2728120Z copying torch/include/ATen/code_template.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2728690Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2729280Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2729900Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2730460Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2731010Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2731690Z copying torch/include/ATen/Storage.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2732240Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2818970Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2819580Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2820190Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2820760Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2821270Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2821830Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2822430Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2822980Z copying torch/include/ATen/Functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2823510Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2824080Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2824620Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2825190Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2825740Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2826310Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2826880Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2827470Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2828020Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2828770Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2829310Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2829840Z copying torch/include/ATen/ROCmFABackend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2830520Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2831160Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2831680Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2832200Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2832770Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2833320Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2833980Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2834570Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2835370Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2835920Z copying torch/include/ATen/Generator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2836470Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2837030Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2837600Z copying torch/include/ATen/SDPBackend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2838160Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen 2025-03-21T20:58:18.2838640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu 2025-03-21T20:58:18.2839100Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu 2025-03-21T20:58:18.2839710Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu 2025-03-21T20:58:18.2840280Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu 2025-03-21T20:58:18.2840780Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2841380Z copying torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2842150Z copying torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2842890Z copying torch/include/ATen/cpu/vec/vec128/vec128.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2843610Z copying torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2844330Z copying torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2845050Z copying torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:18.2845660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2846530Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2847250Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2847950Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2848630Z copying torch/include/ATen/cpu/vec/vec256/vec256_half.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2849310Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2850010Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2850760Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2851450Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2852150Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2852850Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2853650Z copying torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2854400Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2855090Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2855800Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:18.2856400Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2857010Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2857790Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2858840Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2859590Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2860370Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2861110Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2861850Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2862660Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2863460Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2947920Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2948930Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2949720Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2950550Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:18.2951150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/zarch 2025-03-21T20:58:18.2951770Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/zarch 2025-03-21T20:58:18.2952370Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2952940Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2953740Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2954480Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2955330Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2956060Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2956770Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2957500Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2958230Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2958920Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2959610Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:18.2960240Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2960840Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2961440Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2962030Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2962650Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2963290Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2963930Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2964520Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2970790Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2971440Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec 2025-03-21T20:58:18.2972100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2972620Z copying torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2973290Z copying torch/include/ATen/cpu/vec/sve/vec_double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2974000Z copying torch/include/ATen/cpu/vec/sve/vec_float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2974660Z copying torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2975340Z copying torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2975980Z copying torch/include/ATen/cpu/vec/sve/vec_int.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:18.2976490Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2976990Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2977560Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2978160Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2978870Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2979530Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2980100Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2980670Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2981250Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2981840Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2982490Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2983170Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2983820Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2984390Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2985020Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2985620Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2986200Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2986820Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2987760Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2988360Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2988960Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2989670Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2990250Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2990860Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2991490Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2992150Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2992780Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2993410Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2994050Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2994630Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2995230Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2995850Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2996740Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2997440Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.2998020Z copying torch/include/ATen/core/List.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3123540Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3124150Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3124700Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3125290Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3125940Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3126600Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3127260Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3127870Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3128440Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3129000Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3129550Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3130110Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3130710Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3131290Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3131980Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3133200Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3133980Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3134650Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3135320Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3136030Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3136820Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3137490Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3138240Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3138980Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3139650Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3140340Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3141170Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3141500Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3141800Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3142170Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3142540Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3142880Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3143180Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3143480Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3143780Z copying torch/include/ATen/core/function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3144070Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3144430Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3144760Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3145050Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3145360Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core 2025-03-21T20:58:18.3145560Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3145880Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3146200Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3146510Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3147030Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3147350Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3147660Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3147990Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3148360Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3148640Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3148990Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3149330Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3149650Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3149960Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3150260Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3150650Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3151000Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3151290Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3151600Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3151880Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3152200Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3152500Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3152810Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3153110Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3153360Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3153630Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3153920Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3154200Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3154450Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3154730Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3155000Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3155340Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3155800Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3666500Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3666840Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3667110Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3667420Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3667700Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda 2025-03-21T20:58:18.3667880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3668200Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3668530Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3669030Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3669390Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3669840Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3670170Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3670480Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3670790Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3671090Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3671440Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail 2025-03-21T20:58:18.3671610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3671910Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3672220Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3672520Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3672830Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3673150Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3673450Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3673740Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable 2025-03-21T20:58:18.3673910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3674170Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3674410Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3674800Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3675100Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3675370Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3675640Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn 2025-03-21T20:58:18.3675820Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3676130Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3676480Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3676790Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3677080Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3677410Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3677730Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3678240Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3678560Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3678840Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3679180Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3679500Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3679820Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3680120Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch 2025-03-21T20:58:18.3680270Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3680550Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3680800Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3681190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3681440Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3681810Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3682080Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3682330Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3682570Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3683050Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3683300Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3683650Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3683900Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3684180Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3684440Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3684730Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3685000Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3685270Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3685590Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3685830Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3686220Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3686540Z copying torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3686840Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3687120Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3945220Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3945920Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3946800Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3947580Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3948280Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3948960Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3949590Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3950350Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3951150Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3951840Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3952500Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3953290Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3954320Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3955010Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3955680Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3956360Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3957030Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3957670Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3958320Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3958990Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3959740Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3960530Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3961250Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3961850Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3962470Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3963130Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3963790Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3964410Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3965160Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3965850Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3966520Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3967130Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3967740Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3968380Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3969210Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3970010Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3970740Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3971450Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3972090Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3972830Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3973600Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3974430Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3975120Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3975800Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3976550Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3977330Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3978080Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3978780Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3979530Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3980170Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3980890Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3981680Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3982430Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3983170Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3983890Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3984680Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3985500Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3986310Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3987030Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3987760Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3988480Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3989240Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3990040Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3990780Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.3991610Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4210440Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4211220Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4212040Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4212740Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4213300Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4213980Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4214910Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4215730Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4216340Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4217270Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4225210Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4225870Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4226490Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4227090Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4227690Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4228340Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4229080Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4229810Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4230510Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4231210Z copying torch/include/ATen/ops/sinc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4231880Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4232560Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4233190Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4233860Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4234560Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4235500Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4236140Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4236820Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4237530Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4238150Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4238770Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4239380Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4240010Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4240600Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4241220Z copying torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4241900Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4242460Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4243040Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4243680Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4244340Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4245010Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4245670Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4246340Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4247060Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4247860Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4248610Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4249300Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4250200Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4250920Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4251540Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4252160Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4252910Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4253620Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4254270Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4254880Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4255460Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4256050Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4256650Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4257260Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4257970Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4258650Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4259360Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4260050Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4260670Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4261260Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4446450Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4447230Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4448120Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4448770Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4449390Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4449990Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4450670Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4451330Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4451970Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4452600Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4453230Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4453960Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4454630Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4455410Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4455990Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4456560Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4457150Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4457790Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4458520Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4459210Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4459960Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4460680Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4461280Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4462030Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4462780Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4463450Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4464030Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4464580Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4465170Z copying torch/include/ATen/ops/lu_unpack_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4465780Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4466410Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4467010Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4467570Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4468140Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4468820Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4469510Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4470100Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4470660Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4471230Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4471820Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4472580Z copying torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4473270Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4473910Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4474490Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4475090Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4475740Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4476370Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4476970Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4477600Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4478260Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4479140Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4479810Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4480550Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4481340Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4482090Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4482760Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4483450Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4484190Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4485000Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4485720Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4486420Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4487070Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4487830Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4488490Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.4489110Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5027570Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5028670Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5029300Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5029940Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5030560Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5031210Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5031900Z copying torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5032570Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5033210Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5033830Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5034430Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5035210Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5035950Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5036710Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5037490Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5038170Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5038740Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5039320Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5039960Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5040680Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5041320Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5041900Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5042530Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5043170Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5043780Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5044520Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5045410Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5046230Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5046860Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5047460Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5048060Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5048740Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5049340Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5049950Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5050570Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5051170Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5051780Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5052600Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5053320Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5053920Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5054500Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5055160Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5055920Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5056690Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5057420Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5058200Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5058950Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5059600Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5060380Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5061130Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5061750Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5062330Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5063040Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5063880Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5064490Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5065080Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5065650Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5066250Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5067150Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5067800Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5068450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5069130Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5069880Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5070800Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5253110Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5254030Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5254910Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5255550Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5256230Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5256930Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5257680Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5258460Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5259120Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5259680Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5260270Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5261000Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5261820Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5262510Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5263230Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5264110Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5264900Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5265520Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5266090Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5266760Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5267460Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5268070Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5268920Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5269640Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5270350Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5271220Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5271830Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5272380Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5273160Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5273880Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5274680Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5275290Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5275880Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5276460Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5277100Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5277940Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5284810Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5285570Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5286310Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5286980Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5287540Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5288160Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5289100Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5289670Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5290380Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5291170Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5291930Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5292840Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5293610Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5294280Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5294940Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5295790Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5296500Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5297320Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5297930Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5298610Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5299170Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5299920Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5300680Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5301470Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5302160Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5302870Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5303540Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5304490Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5305380Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5524720Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5525620Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5526660Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5527300Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5527960Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5528670Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5529430Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5530170Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5530850Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5531500Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5532140Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5532740Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5533450Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5534190Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5534910Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5535500Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5536210Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5536940Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5537630Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5538380Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5539260Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5540100Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5540760Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5541420Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5542140Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5542910Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5543660Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5544410Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5545230Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5545980Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5546730Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5547410Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5548110Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5548840Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5549500Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5550130Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5550770Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5551450Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5552260Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5553000Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5553610Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5554390Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5555120Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5555760Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5556490Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5557220Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5557900Z copying torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5558680Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5559400Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5560100Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5560840Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5561450Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5562220Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5562910Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5563720Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5564520Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5565240Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5565960Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5566830Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5567570Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5568230Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5568970Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5569700Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5570490Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5743870Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5744720Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5745390Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5745970Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5746550Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5747120Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5747730Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5748320Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5749080Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5749930Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5750580Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5751230Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5751870Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5752450Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5753070Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5753710Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5754300Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5755220Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5755850Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5756530Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5757260Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5757950Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5758580Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5759190Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5759770Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5760350Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5760990Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5761750Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5762490Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5763280Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5763980Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5764670Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5765380Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5766000Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5766580Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5767190Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5767820Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5768500Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5769200Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5769820Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5770460Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5771110Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5771750Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5772460Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5773100Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5773730Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5774400Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5775050Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5775740Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5776480Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5777260Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5777990Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5778580Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5779300Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5779890Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5780470Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5781150Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5781870Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5782520Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5783240Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5783840Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5784530Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5785250Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5785900Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5786530Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5787160Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5968750Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5969500Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5970200Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5971140Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5972020Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5972750Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5973350Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5973950Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5974580Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5975250Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5975910Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5976520Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5977150Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5977900Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5978560Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5979150Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5979740Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5980480Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5981280Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5981990Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5982630Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5983320Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5984070Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5984720Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5985490Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5986240Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5986830Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5987400Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5988090Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5988890Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5989500Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5990120Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5990720Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5991380Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5992040Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5992750Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5993430Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5994060Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5994680Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5995530Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5996150Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5996710Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5997320Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5997960Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5998540Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5999140Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.5999760Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6000400Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6000660Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6001010Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6001260Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6001520Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6001780Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6002050Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6002320Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6002570Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6003020Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6003340Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6003590Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6003870Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6004190Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6004440Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6004710Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6005060Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6005350Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6005620Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6537230Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6537660Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6537940Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6538270Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6538670Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6539050Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6539350Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6545000Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6545300Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6545610Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6545980Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6546260Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6546550Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6546820Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6547100Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6547340Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6547610Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6548030Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6548310Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6548580Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6548840Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6549080Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6549380Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6549850Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6550140Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6550410Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6550660Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6551080Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6551380Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6551630Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6551910Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6552180Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6552450Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6552710Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6553060Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6553360Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6553650Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6553980Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6554220Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6554470Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6554710Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6555040Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6555320Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6555570Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6555910Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6556220Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6556480Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6556770Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6557020Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6557280Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6557540Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6557870Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6558130Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6558480Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6558740Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6559050Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6559310Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6559580Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6559880Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6560250Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6560520Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6560890Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6561210Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6561610Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6561890Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6562200Z copying torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6562640Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6756940Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6757310Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6757620Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6758420Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6758760Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6759040Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6759310Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6759590Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6759900Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6760190Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6760510Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6760760Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6761070Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6761340Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6761850Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6762140Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6762430Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6762710Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6762980Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6763260Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6763550Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6763870Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6764190Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6764460Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6764740Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6765150Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6765430Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6765710Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6766070Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6766350Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6766950Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6767240Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6767610Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6767930Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6768210Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6768500Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6768740Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6768990Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6769290Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6769590Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6769940Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6770200Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6770480Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6770780Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6771040Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6771400Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6771720Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6772000Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6772350Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6772650Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6772910Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6773190Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6773600Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6773880Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6774330Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6774590Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6774980Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6775280Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6775550Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6775800Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6776060Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6776450Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6776710Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6776970Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6777220Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6777500Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6970660Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6970930Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6971280Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6971620Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6971930Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6972240Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6972640Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6972880Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6973170Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6973430Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6973750Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6974060Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6974340Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6974610Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6975000Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6975360Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6975760Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6976080Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6976360Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6976630Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6976890Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6977140Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6977430Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6977700Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6978040Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6978280Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6978570Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6979020Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6979440Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6979710Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6980010Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6980430Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6980850Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6981110Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6981370Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6981710Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6982100Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6982450Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6982700Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6982950Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6983210Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6983460Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6983880Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6984140Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6984400Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6984640Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6984990Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6985270Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6985520Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6985950Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6986240Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6986500Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6987090Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6987390Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6987650Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6987920Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6988200Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6988470Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6988750Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6989040Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6989400Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6989640Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6989890Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.6990140Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7163020Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7163280Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7163550Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7163820Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7164210Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7164780Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7165050Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7165300Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7165640Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7165890Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7166230Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7166590Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7166900Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7167250Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7167510Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7167920Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7168320Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7168600Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7168860Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7169140Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7169430Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7169740Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7170160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7170560Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7170860Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7171130Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7171450Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7171700Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7172060Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7172310Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7172660Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7173030Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7173370Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7173700Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7173950Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7174220Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7174580Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7174910Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7175180Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7175510Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7175870Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7176140Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7176540Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7176860Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7177140Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7177500Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7177760Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7178050Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7178360Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7178670Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7178990Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7179320Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7179720Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7179950Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7180240Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7180510Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7180890Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7181250Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7181510Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7181770Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7182140Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7182520Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7182820Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7183130Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7797290Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7797610Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7798110Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7798450Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7798730Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7799090Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7799350Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7799640Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7800030Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7800290Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7800550Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7800840Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7801240Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7801500Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7801770Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7802050Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7802330Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7802700Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7803120Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7803450Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7803810Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7804090Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7804360Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7804740Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7805040Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7805320Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7805600Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7805860Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7806400Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7806650Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7807030Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7807320Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7807560Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7807820Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7808090Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7808390Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7808650Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7808930Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7809160Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7809420Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7809680Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7809960Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7810230Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7810580Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7810860Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7811370Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7811640Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7811920Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7812160Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7812490Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7812740Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7812980Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7813240Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7813500Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7813760Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7814090Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7814380Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7814760Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7814990Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7815360Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7815600Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7815880Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7816240Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7816470Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7816740Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.7816980Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8001180Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8001500Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8001800Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8002100Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8002390Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8003050Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8003600Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8003890Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8004170Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8004520Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8004800Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8005090Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8005390Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8005810Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8006190Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8006450Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8006800Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8007140Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8007460Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8007770Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8008030Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8008330Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8008640Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8008900Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8009190Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8009570Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8009920Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8010160Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8010470Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8010810Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8011210Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8011650Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8011920Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8012200Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8012430Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8012700Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8013030Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8013280Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8013540Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8013860Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8014190Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8014510Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8014780Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8015080Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8015350Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8015610Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8015840Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8016150Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8016420Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8016760Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8017150Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8017400Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8017640Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8017870Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8018130Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8018510Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8018760Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8019080Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8019390Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8019670Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8020030Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8020300Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8020570Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8020810Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8021120Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8203580Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8203990Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8204380Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8204920Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8205250Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8205530Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8205830Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8206180Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8206510Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8206780Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8207090Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8207410Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8207640Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8207910Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8208270Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8208630Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8208950Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8209260Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8209540Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8210070Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8210320Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8210680Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8210990Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8211250Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8211520Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8211780Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8212080Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8212480Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8212800Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8213210Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8213460Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8213860Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8214180Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8214490Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8214750Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8215080Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8215500Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8215760Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8216070Z copying torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8216390Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8216790Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8217090Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8217370Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8217660Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8223090Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8223640Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8223980Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8224270Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8224530Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8224960Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8225230Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8225490Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8225880Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8226150Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8226420Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8226810Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8227070Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8227450Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8227760Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8228050Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8228330Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8228570Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8228890Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8229140Z copying torch/include/ATen/ops/_spsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8454360Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8454680Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8455620Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8456510Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8457310Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8458380Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8459230Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8460240Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8460570Z copying torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8460870Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8461160Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8461540Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8461810Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8462100Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8462470Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8462770Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8463070Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8463620Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8463960Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8464210Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8464550Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8464990Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8465310Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8465600Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8465840Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8466100Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8466370Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8466660Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8466910Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8467180Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8467460Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8467920Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8468210Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8468590Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8468890Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8469180Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8469470Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8469770Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8470070Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8470360Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8470620Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8470900Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8471160Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8471680Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8471950Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8472320Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8472580Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8472910Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8473200Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8473520Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8473860Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8474130Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8474510Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8474750Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8475010Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8475270Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8475530Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8475930Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8476190Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8476740Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8477020Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8477320Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8477750Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8667460Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8667800Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8668060Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8668500Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8668780Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8669190Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8669590Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8669930Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8670310Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8670660Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8670910Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8671170Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8671410Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8671750Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8672150Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8672480Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8672740Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8673030Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8673370Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8673750Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8674060Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8674510Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8674790Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8675090Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8675410Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8675670Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8676060Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8676320Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8676630Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8676910Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8677220Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8677690Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8678070Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8678340Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8678630Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8678890Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8679260Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8679590Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8679990Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8680310Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8680560Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8680960Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8681360Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8681640Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8681910Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8682270Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8682560Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8682980Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8683240Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8683630Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8683870Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8684140Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8684490Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8684760Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8685020Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8685290Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8685540Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8685800Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8686140Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8686400Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8686670Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8686910Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8687200Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8687610Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.8687920Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9189410Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9189670Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9190000Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9190420Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9190700Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9190930Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9191160Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9191460Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9191810Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9192090Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9192530Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9192780Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9193050Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9193400Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9193780Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9194160Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9194500Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9194770Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9195120Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9195400Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9195890Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9196190Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9196500Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9196760Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9197030Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9197330Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9197590Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9197830Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9198210Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9198560Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9198850Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9199170Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9199480Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9199820Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9200090Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9200360Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9200650Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9201190Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9201460Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9201780Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9202250Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9202490Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9202810Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9203180Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9203530Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9203830Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9204140Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9204500Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9204830Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9205060Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9205320Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9205750Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9206030Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9206410Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9206640Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9206980Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9207260Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9207530Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9207910Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9208240Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9208500Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9208760Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9209090Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9209510Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9209880Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9210160Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9210420Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9393560Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9394200Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9394770Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9395360Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9396020Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9396680Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9397290Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9398080Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9398890Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9399580Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9400170Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9400800Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9401420Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9402040Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9402730Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9403400Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9404030Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9404690Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9405340Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9406070Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9406810Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9407390Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9407980Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9408780Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9409460Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9410080Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9410660Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9411220Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9411790Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9412390Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9413090Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9413800Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9414410Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9415170Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9415930Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9416590Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9417230Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9417850Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9418450Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9419050Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9419650Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9420230Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9420840Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9421510Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9422140Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9422770Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9423350Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9424050Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9424630Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9425340Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9426120Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9426700Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9427310Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9427920Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9428520Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9429130Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9429740Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9430360Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9430980Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9431640Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9432230Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9433120Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9433740Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9434410Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9435100Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9435710Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9436400Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9601650Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9602440Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9603120Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9603740Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9604340Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9604940Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9605540Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9606490Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9607450Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9608330Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9609440Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9610230Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9610850Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9611570Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9612280Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9612970Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9613610Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9614330Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9615030Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9615850Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9616580Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9617180Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9617820Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9618590Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9619190Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9619870Z copying torch/include/ATen/ops/_linalg_det_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9620570Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9621400Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9629010Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9629760Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9630470Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9631200Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9632100Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9632780Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9633380Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9633930Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9634630Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9635230Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9635950Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9636610Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9637300Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9637980Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9638730Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9639510Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9640110Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9640780Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9641530Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9642180Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9642870Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9643500Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9644250Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9645050Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9645790Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9646380Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9647040Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9647690Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9648250Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9648820Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9649610Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9650440Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9651120Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9651750Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9652360Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9653320Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9653990Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9654620Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9802380Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9803190Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9803910Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9804570Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9805190Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9805850Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9806470Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9807170Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9807860Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9808480Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9809170Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9809860Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9810510Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9811150Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9811770Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9812550Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9813320Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9814060Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9814730Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9815420Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9816130Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9816820Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9817480Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9818190Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9818780Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9819360Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9819960Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9820610Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9821270Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9822030Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9822870Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9823650Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9824350Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9825310Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9825980Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9826660Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9827360Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9827990Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9828670Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9829310Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9829960Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9830660Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9831370Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9831970Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9832510Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9833070Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9833710Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9834320Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9834920Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9835800Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9836490Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9837150Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9837800Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9838450Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9839070Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9839660Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9840290Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9841000Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9841780Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9842430Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9843200Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9843980Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9844590Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9845200Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9989410Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9990100Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9990830Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9991500Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9992150Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9992880Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9993470Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9994060Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9994730Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9995380Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9995950Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9996580Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9997500Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9998220Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9998990Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:18.9999740Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0000420Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0001170Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0001860Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0002440Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0003030Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0003740Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0004470Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0005190Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0005920Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0006620Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0007240Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0007830Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0008420Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0009040Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0009670Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0010340Z copying torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0010970Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0011570Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0012220Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0012810Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0013390Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0014000Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0014680Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0015330Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0015980Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0016650Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0018280Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0018940Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0019710Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0020470Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0021230Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0022060Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0022910Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0023520Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0024100Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0024710Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0025380Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0026030Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0026630Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0027280Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0027930Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0028550Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0029270Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0030060Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0030930Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0031570Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0032330Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0033130Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0033920Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0531920Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0532590Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0533270Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0534000Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0534750Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0535510Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0536220Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0536990Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0537840Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0538930Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0539700Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0540470Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0541160Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0541870Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0542510Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0543100Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0543720Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0544350Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0545000Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0545670Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0547600Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0548370Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0549040Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0549650Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0550330Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0551310Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0551920Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0552540Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0553190Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0553830Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0554430Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0555080Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0555710Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0556320Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0557060Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0558020Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0558760Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0559390Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0559990Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0560710Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0561550Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0562220Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0562790Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0563430Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0564140Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0564790Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0565360Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0566080Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0566920Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0567600Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0568170Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0568860Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0569440Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0575960Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0576640Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0577290Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0577900Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0578600Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0579350Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0579990Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0580600Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0581290Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0581980Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0582560Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0583160Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0723460Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0724140Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0724770Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0725420Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0726170Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0726950Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0727620Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0728170Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0728840Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0729520Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0730090Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0730650Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0731300Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0732350Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0733090Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0733700Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0734330Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0735000Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0735640Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0736300Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0737050Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0737810Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0738450Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0739130Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0739750Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0740410Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0741120Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0741960Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0742730Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0743420Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0744130Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0744770Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0745380Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0745950Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0746550Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0747250Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0747960Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0748590Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0749300Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0750080Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0750680Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0751260Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0751860Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0752500Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0753240Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0753970Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0754580Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0755260Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0756150Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0756890Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0757560Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0758150Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0758820Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0759500Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0760260Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0761050Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0761680Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0762260Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0763010Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0763620Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0764210Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0764810Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0765430Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0766090Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0766770Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0903830Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0904430Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0905010Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0905620Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0906290Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0907100Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0907860Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0908520Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0909220Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0909940Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0910900Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0911580Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0912220Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0912850Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0913460Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0914060Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0914660Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0915280Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0915880Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0916470Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0917060Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0917660Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0918350Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0919150Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0920010Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0920710Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0921430Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0922010Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0922640Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0923340Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0924070Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0924750Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0925380Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0926020Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0926670Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0927320Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0928050Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0928710Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0929330Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0929910Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0930600Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0931470Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0932220Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0932830Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0933410Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0933970Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0934540Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0935130Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0935870Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0936630Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0937210Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0937850Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0938640Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0939270Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0939840Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0940430Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0941030Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0941620Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0942190Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0942770Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0943640Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0944350Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0945310Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0946110Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.0946740Z copying torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1107230Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1108010Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1108720Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1109520Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1110250Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1110910Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1111580Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1112220Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1112860Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1113580Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1114290Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1114900Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1115510Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1116370Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1117020Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1117620Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1118210Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1118810Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1119460Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1120200Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1120840Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1121430Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1122080Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1122730Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1123600Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1124210Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1124860Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1125570Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1126310Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1126950Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1127540Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1128220Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1128930Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1129640Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1130360Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1131000Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1131590Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1132170Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1132800Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1133540Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1134490Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1135100Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1135760Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1136410Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1136970Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1137270Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1137620Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1137980Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1138240Z copying torch/include/ATen/ops/_spsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1138510Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1138820Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1139060Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1139480Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1139800Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1140070Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1140440Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1140730Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1141060Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1141360Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1141630Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1141970Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1142290Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1142550Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1142860Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1725360Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1725690Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1726230Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1726500Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1726920Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1727320Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1727590Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1727840Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1728190Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1728530Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1728890Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1729120Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1729600Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1729960Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1730290Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1730550Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1730840Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1731150Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1731450Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1731890Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1732150Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1732430Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1732690Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1732980Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1733310Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1733580Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1733950Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1734210Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1734640Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1734960Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1735200Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1735470Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1735860Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1736130Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1736410Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1736780Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1737060Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1737420Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1737820Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1738080Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1738370Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1738670Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1739270Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1739970Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1740330Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1740860Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1746980Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1747260Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1747550Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1747860Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1748140Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1748510Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1748780Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1749080Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1749310Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1749670Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1749980Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1750260Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1750610Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1751070Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1751350Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1751620Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1751980Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1752370Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1752940Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1914300Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1914580Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1914910Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1915190Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1915540Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1915810Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1916180Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1916520Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1916860Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1917110Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1917410Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1917710Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1918000Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1918280Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1918570Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1918930Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1919530Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1919790Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1920060Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1920440Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1920780Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1921140Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1921530Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1921790Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1922030Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1922400Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1922720Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1922990Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1923370Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1923680Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1924020Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1924280Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1924520Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1924790Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1925070Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1925370Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1925610Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1925880Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1926150Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1926480Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1926790Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1927060Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1927420Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1927670Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1927900Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1928230Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1928480Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1928770Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1929080Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1929340Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1929730Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1930020Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1930390Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1930660Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1930980Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1931230Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1931580Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1931970Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1932220Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1932630Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1932960Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1933240Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1933510Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.1933900Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2091030Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2091360Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2091640Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2092190Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2092460Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2092870Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2093160Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2093430Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2093700Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2093960Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2094340Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2094610Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2094870Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2095190Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2095430Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2095720Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2096100Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2096350Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2096650Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2096940Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2097320Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2097610Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2097880Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2098150Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2098410Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2098710Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2099100Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2099340Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2099710Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2100070Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2100300Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2100560Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2100910Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2101210Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2101490Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2101790Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2102130Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2102470Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2102720Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2103380Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2103640Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2103990Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2104240Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2104520Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2104800Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2105040Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2105320Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2105670Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2105940Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2106210Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2106490Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2106770Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2107110Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2107480Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2107760Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2108000Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2108520Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2108790Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2109060Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2109330Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2109590Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2109850Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2110150Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2110490Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2110760Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2285990Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2286490Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2286860Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2287230Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2287580Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2287920Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2288320Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2288650Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2288970Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2289390Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2289780Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2290090Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2290330Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2290620Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2291020Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2291320Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2291760Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2292320Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2292580Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2292920Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2293250Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2293530Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2293820Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2294160Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2294460Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2294730Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2295240Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2295600Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2295930Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2296310Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2296620Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2296880Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2297180Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2297490Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2297720Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2297980Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2298380Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2298750Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2299200Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2299490Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2299800Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2300050Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2300430Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2300820Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2301100Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2301360Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2301770Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2302080Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2302380Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2302730Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2303010Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2303280Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2303650Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2303930Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2304230Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2304720Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2305060Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2305310Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2305570Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2305800Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2306070Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2306310Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2306600Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2306870Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2478680Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2479110Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2479370Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2480110Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2480510Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2480940Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2481240Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2481540Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2481830Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2482170Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2482450Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2482720Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2482970Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2483260Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2483590Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2484230Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2484530Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2484820Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2485080Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2485370Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2485680Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2485940Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2486220Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2486550Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2486810Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2487070Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2487340Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2487620Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2487950Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2488200Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2488540Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2488990Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2489260Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2489530Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2489820Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2490170Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2490430Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2490680Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2490960Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2491220Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2491550Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2491880Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2492170Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2492480Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2492740Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2493030Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2493270Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2493630Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2493960Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2494250Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2494630Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2494980Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2495330Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2495600Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2495840Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2496090Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2496360Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2496660Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2497060Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2497310Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2497580Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2497910Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2498190Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2498580Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2498820Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.2499080Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3026820Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3027140Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3027650Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3027970Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3028390Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3028740Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3029000Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3029380Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3029670Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3029950Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3030340Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3030780Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3031070Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3031400Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3031750Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3032040Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3032370Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3032720Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3033320Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3033660Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3033960Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3034260Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3034590Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3034960Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3035290Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3035600Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3035940Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3036330Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3036780Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3037090Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3037470Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3037760Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3038180Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3038620Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3038940Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3039260Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3039680Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3040090Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3040410Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3040740Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3041140Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3041450Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3041740Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3042160Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3042640Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3042940Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3043280Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3043550Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3043850Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3044260Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3044570Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3044910Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3045150Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3045510Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3046000Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3046260Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3046590Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3046870Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3047120Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3047370Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3047730Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3048050Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3048460Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3048740Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3049000Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3223570Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3223850Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3224170Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3224490Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3224770Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3225210Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3225760Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3226030Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3226290Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3226640Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3226940Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3227230Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3227500Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3227760Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3228100Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3228480Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3228830Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3229150Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3229450Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3229790Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3230040Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3230290Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3230610Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3230890Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3231170Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3231440Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3231710Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3231980Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3232390Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3232750Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3233030Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3233320Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3233750Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3234070Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3234340Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3234710Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3235000Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3235290Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3235540Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3235800Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3236050Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3236340Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3236650Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3236940Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3237310Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3237580Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3237840Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3238130Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3238480Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3238720Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3239080Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3239350Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3239700Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3240030Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3240310Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3240600Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3240910Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3241230Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3241670Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3241910Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3242260Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3242500Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3242780Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3243060Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3243330Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3394470Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3394720Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3395120Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3395610Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3395870Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3396130Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3396490Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3396850Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3397220Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3397480Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3397840Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3398140Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3398420Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3398830Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3399120Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3399660Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3400180Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3400530Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3401010Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3406660Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3406950Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3407240Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3407630Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3407960Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3408290Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3408580Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3408870Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3409310Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3409620Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3410230Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3410500Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3410750Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3410990Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3411360Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3411640Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3412000Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3412370Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3412640Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3412920Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3413210Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3413520Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3413930Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3414380Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3414630Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3414880Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3415340Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3415680Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3415920Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3416200Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3416550Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3416820Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3417080Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3417600Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3417860Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3418220Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3418540Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3418840Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3419180Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3419460Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3419810Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3420110Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3420450Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3420850Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3421090Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3421370Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3571640Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3571890Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3572150Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3572420Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3572870Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3573180Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3573650Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3574100Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3574380Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3574630Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3574910Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3575190Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3575530Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3575860Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3576220Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3576550Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3576800Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3577250Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3577560Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3577840Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3578210Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3578480Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3578820Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3579140Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3579460Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3579740Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3580070Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3580410Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3580790Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3581210Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3581490Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3581740Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3582000Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3582410Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3582650Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3582920Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3583220Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3583480Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3583770Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3584090Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3584450Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3584830Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3585260Z copying torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3585610Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3585900Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3586140Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3586400Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3586760Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3587130Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3587450Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3587790Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3588080Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3588360Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3588610Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3588960Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3589320Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3589650Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3590060Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3590460Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3590790Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3591020Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3591410Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3591710Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3591960Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3592250Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3752170Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3752480Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3752770Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3753070Z copying torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3753380Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3753970Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3754260Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3754660Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3754960Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3755250Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3755640Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3755950Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3756370Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3756660Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3756900Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3757220Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3757530Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3757890Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3758150Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3758470Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3759140Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3759430Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3759720Z copying torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3760000Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3760280Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3760540Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3760840Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3761130Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3761380Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3761650Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3762020Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3762310Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3762600Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3762860Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3763130Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3763390Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3763700Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3764060Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3764310Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3764570Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3764870Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3765150Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3765410Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3765740Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3766070Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3766390Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3766630Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3767000Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3767270Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3767520Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3767920Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3768190Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3768430Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3768720Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3768990Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3769220Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3769490Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3769800Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3770100Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3770370Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3770650Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3770970Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3771240Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3771490Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3771740Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.3771980Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4358350Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4358730Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4358990Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4359250Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4359540Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4359870Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4360220Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4360550Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4361020Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4361380Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4361640Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4361900Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4362200Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4362490Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4362770Z copying torch/include/ATen/ops/im2col_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4363140Z copying torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4363490Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4363940Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4364210Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4364490Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4364740Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4364990Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4365350Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4365580Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4365910Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4366170Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4366460Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4366730Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4367090Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4367370Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4367630Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4368020Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4368430Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4368720Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4369160Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4369410Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4369730Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4370050Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4370370Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4370750Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4371000Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4371390Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4371710Z copying torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4372210Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4372480Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4372770Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4373040Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4373360Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4373600Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4373980Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4374290Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4374590Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4374910Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4375180Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4375520Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4375830Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4376100Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4376350Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4376600Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4377070Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4377330Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4377590Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4377890Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4378190Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4541710Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4542460Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4543140Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4543710Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4544320Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4545220Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4546080Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4546830Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4547470Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4548080Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4548690Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4549300Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4549900Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4550610Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4551310Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4551880Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4552440Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4553020Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4553610Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4554190Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4554760Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4555360Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4556140Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4556740Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4557360Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4557920Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4558530Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4559160Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4559760Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4560430Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4561090Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4561780Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4562460Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4563130Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4563810Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4564450Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4565090Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4565860Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4566580Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4567220Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4567810Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4568420Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4569030Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4569630Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4570220Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4570810Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4571510Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4572180Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4572870Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4573700Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4574380Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4575050Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4575750Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4576410Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4577000Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4577690Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4578450Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4579140Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4579810Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4580530Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4581350Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4582080Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4582660Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4583250Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4583820Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4584480Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4711650Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4712390Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4713170Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4713850Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4714500Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4715190Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4715880Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4716510Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4717220Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4718110Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4718750Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4719490Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4720190Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4720880Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4721770Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4729010Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4729670Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4730270Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4731180Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4731890Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4732520Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4733130Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4733740Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4734350Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4735030Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4735720Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4736340Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4736960Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4737670Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4738470Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4739190Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4739790Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4740490Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4741210Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4742070Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4742630Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4743310Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4744060Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4744710Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4745380Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4746010Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4746590Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4747220Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4747860Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4748660Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4749520Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4750300Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4751100Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4751770Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4752390Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4753050Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4753730Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4754390Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4754980Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4755510Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4756060Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4756690Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4757320Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4757950Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4758570Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4759190Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4759930Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4760570Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4761190Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4879370Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4880020Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4880660Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4881300Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4882030Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4882870Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4883500Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4884200Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4884820Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4885580Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4886410Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4887080Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4887720Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4888340Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4889060Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4889820Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4890510Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4891130Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4891780Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4892410Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4893050Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4893670Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4894270Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4895090Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4895760Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4896330Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4896920Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4897570Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4898170Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4898780Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4899490Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4900150Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4900720Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4901370Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4902000Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4902660Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4903310Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4903930Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4904530Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4905220Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4905900Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4906550Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4907250Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4907860Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4908460Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4909170Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4909790Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4910430Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4911120Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4911870Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4912570Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4913280Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4914050Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4914790Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4915400Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4916060Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4916660Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4917250Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4917970Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4919140Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4919960Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4920620Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4921220Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4921840Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.4922430Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5563160Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5563810Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5564530Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5565340Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5566090Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5566760Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5567390Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5568020Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5568630Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5569270Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5570220Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5570760Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5571300Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5571870Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5572500Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5573100Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5573790Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5574490Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5575130Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5575760Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5576430Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5577320Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5577990Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5578610Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5579260Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5579850Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5580450Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5581060Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5581710Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5582430Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5583090Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5583650Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5584280Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5584990Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5585700Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5586340Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5586960Z copying torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5587660Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5588250Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5588920Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5589600Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5590240Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5590900Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5591460Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5592020Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5592700Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5593370Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5593990Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5594560Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5595310Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5596080Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5596690Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5597310Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5597940Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5598720Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5599500Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5600110Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5600660Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5601220Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5601820Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5602480Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5603090Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5603680Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5604230Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5604870Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5605570Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5606230Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5726960Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5727610Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5728350Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5729070Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5729730Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5730400Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5731030Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5731820Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5732490Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5733190Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5733850Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5734440Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5735050Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5735690Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5736470Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5737220Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5737820Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5738480Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5739170Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5739860Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5740550Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5741340Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5742060Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5742940Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5743810Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5744550Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5745220Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5745880Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5746470Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5747070Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5747800Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5748530Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5749150Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5750130Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5750880Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5751540Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5752250Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5752920Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5753670Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5759820Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5760450Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5761140Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5761820Z copying torch/include/ATen/ops/cholesky_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5762460Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5763180Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5763850Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5764450Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5765120Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5766110Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5767010Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5767770Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5768500Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5769220Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5769850Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5770450Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5771050Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5771640Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5772220Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5772950Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5773770Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5774540Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5775180Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5775760Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5891840Z copying torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5892560Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5893230Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5893890Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5894520Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5895130Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5895700Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5896280Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5896890Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5897550Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5898260Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5899120Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5899840Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5900620Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5901410Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5902190Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5902980Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5903790Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5904550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5905250Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5905950Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5906570Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5907150Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5907770Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5908410Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5909000Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5909650Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5910360Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5911000Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5911610Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5912220Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5912810Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5913440Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5914180Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5914830Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5915460Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5916080Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5916840Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5917580Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5918270Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5918900Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5919520Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5920200Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5920970Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5921690Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5922370Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5923030Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5923740Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5924360Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5925010Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5925700Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5926310Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5926880Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5927530Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5928220Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5928980Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5929690Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5930290Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5930970Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5931710Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5932310Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5932940Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5933530Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5934210Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.5934910Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6054790Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6055480Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6056200Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6056830Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6057550Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6058270Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6058850Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6059510Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6060530Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6061230Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6061830Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6062400Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6062980Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6063580Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6064280Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6064970Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6065650Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6066320Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6066960Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6067570Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6068360Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6069150Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6069740Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6070360Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6071250Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6071870Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6072550Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6073250Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6073840Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6074430Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6075110Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6075880Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6076590Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6077230Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6077960Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6078680Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6079440Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6080140Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6080840Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6081560Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6082230Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6082870Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6083470Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6084150Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6084810Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6085450Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6086190Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6086860Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6087510Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6088240Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6088990Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6089590Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6090170Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6090740Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6091330Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6091950Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6092590Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6093220Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6093810Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6094670Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6095340Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6095940Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6096540Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6097200Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6097900Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6317590Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6318340Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6319010Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6319620Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6320250Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6320930Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6321590Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6322150Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6322690Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6323250Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6323840Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6324450Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6325240Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6325840Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6326430Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6327100Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6327810Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6328410Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6328980Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6329600Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6330240Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6330820Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6331460Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6332180Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6332740Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6333320Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6333910Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6334640Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6335380Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6336020Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6336680Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6337310Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6337920Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6338630Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6339340Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6339940Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6340590Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6341260Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6341940Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6342720Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6343390Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6344130Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6344810Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6345510Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6346260Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6346940Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6347530Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6347820Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6348110Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6348660Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6349030Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6349280Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6349550Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6349830Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6350210Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6350500Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6350780Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6351120Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6351400Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6351670Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6351940Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6352310Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6352580Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6352950Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6353310Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6895160Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6895510Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6895800Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6896100Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6896470Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6896740Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6896970Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6897370Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6897720Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6897980Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6898450Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6898740Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6899090Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6899420Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6899860Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6900290Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6900640Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6901000Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6907000Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6907380Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6907670Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6908010Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6908280Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6908570Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6908850Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6909130Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6909450Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6909880Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6910190Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6910540Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6910780Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6911140Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6911410Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6911800Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6912180Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6912550Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6912850Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6913210Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6913460Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6913760Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6914040Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6914310Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6914650Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6915020Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6915400Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6915640Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6915990Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6916280Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6916540Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6916910Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6917170Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6917710Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6918070Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6918480Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6918730Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6919100Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6919360Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6919650Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6920050Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6920330Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6920660Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6920950Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6921230Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6921550Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6921860Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.6922150Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7059800Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7060130Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7060400Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7060700Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7061080Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7061330Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7061650Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7061900Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7062220Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7062630Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7062960Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7063350Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7063630Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7064150Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7064410Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7064770Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7065060Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7065330Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7065590Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7065880Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7066180Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7066450Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7066710Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7067220Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7067520Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7067790Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7068040Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7068330Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7068590Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7068830Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7069100Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7069360Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7069700Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7069980Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7070240Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7070630Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7071040Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7071360Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7071660Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7072190Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7072540Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7072840Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7073110Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7073390Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7073730Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7074020Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7074320Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7074580Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7074810Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7075200Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7075460Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7075740Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7076080Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7076410Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7076680Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7076970Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7077260Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7077500Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7077770Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7078030Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7078300Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7078560Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7078840Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7079140Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7079420Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7226890Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7227440Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7227720Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7228140Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7228460Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7228730Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7228990Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7229240Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7229590Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7229840Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7230090Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7230510Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7230870Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7231100Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7231370Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7231650Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7231950Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7232350Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7232690Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7232990Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7233270Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7233600Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7233840Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7234130Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7234440Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7234740Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7234970Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7235380Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7235680Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7235970Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7236270Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7236510Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7236780Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7237090Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7237380Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7237650Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7238060Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7238510Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7238780Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7239050Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7239430Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7239710Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7239950Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7240350Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7240700Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7240960Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7241310Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7241580Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7241920Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7242270Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7242550Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7242840Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7243150Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7243580Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7244040Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7244330Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7244690Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7244960Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7245240Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7245510Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7245860Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7246230Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7246760Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7247100Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7387180Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7387600Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7389110Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7390220Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7390940Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7391700Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7392430Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7393210Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7393950Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7397380Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7397780Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7398080Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7398400Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7398690Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7399320Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7399590Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7399850Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7400150Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7400520Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7400910Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7401220Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7401500Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7401790Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7402040Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7402420Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7402770Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7403100Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7403340Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7403630Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7404050Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7404310Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7404570Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7404830Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7405140Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7405420Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7405750Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7406100Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7406370Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7406720Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7406980Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7407350Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7407770Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7408110Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7408460Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7408710Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7409100Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7409370Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7409700Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7410080Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7410400Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7410760Z copying torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7411040Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7411410Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7411740Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7412080Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7412320Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7412560Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7412850Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7413100Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7413380Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7413630Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7413880Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7414190Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7414480Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7414730Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7549620Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7550220Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7550500Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7550920Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7551300Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7551660Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7551900Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7552290Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7552590Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7552870Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7553190Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7553730Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7554080Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7554350Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7554740Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7555010Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7562570Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7562910Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7563150Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7563400Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7563680Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7563930Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7564250Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7564850Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7565170Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7565430Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7565670Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7565930Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7566490Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7566850Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7567140Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7567510Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7567790Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7568100Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7568400Z copying torch/include/ATen/ops/_cudnn_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7568660Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7568920Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7569230Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7569930Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7570370Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7570650Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7571010Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7571390Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7572080Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7572560Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7572900Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7573140Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7573560Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7573850Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7574190Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7574510Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7574770Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7575100Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7575510Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7576030Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7576270Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7576500Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7576860Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7577120Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7577400Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7577810Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7578100Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7578650Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7578990Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.7579460Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8060200Z copying torch/include/ATen/ops/_cudnn_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8060480Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8060820Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8061090Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8061400Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8061920Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8062230Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8062480Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8062730Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8063040Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8063320Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8063670Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8063970Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8064320Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8064570Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8065050Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8065360Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8065640Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8065990Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8066270Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8066550Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8066830Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8067200Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8067530Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8067830Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8068270Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8068510Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8068790Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8069150Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8069440Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8069770Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8070080Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8070370Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8070700Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8070980Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8071240Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8071520Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8071780Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8072050Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8072330Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8072640Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8073040Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8073440Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8073770Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8074100Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8074430Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8074680Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8074960Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8075350Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8075620Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8075900Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8076340Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8076610Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8076860Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8077150Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8077430Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8077690Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8078050Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8078310Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8078570Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8078830Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8079110Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8079430Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8079670Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8079950Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8221750Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8222130Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8222450Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8222820Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8223210Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8223490Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8223740Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8224040Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8224370Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8224670Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8224920Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8225190Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8225480Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8226000Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8226330Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8226630Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8227040Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8227330Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8227780Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8228030Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8228380Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8228630Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8228990Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8229250Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8229490Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8229800Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8230040Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8230440Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8230830Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8231200Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8231440Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8231710Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8232030Z copying torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8232340Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8232640Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8233080Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8233330Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8233690Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8234100Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8234410Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8234700Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8234950Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8235340Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8235790Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8236120Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8236530Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8236780Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8237080Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8237320Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8237620Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8237990Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8238380Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8238650Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8238990Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8239360Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8239710Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8244950Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8245220Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8245480Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8245730Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8246080Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8246330Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8246630Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8246900Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8374450Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8374940Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8375330Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8375630Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8376000Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8376300Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8376640Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8377040Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8377320Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8377670Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8378020Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8378310Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8378690Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8379020Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8379270Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8379620Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8379950Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8380420Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8380710Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8380990Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8381260Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8381560Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8381840Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8382150Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8382400Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8382690Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8383030Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8383480Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8383840Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8384200Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8384450Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8384690Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8385150Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8385430Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8386070Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8386410Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8386780Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8387090Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8387340Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8387730Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8388010Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8388290Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8388570Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8389080Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8389410Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8389750Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8390020Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8390330Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8390610Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8390870Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8391210Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8391460Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8391740Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8392570Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8392930Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8393230Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8393550Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8393860Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8394250Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8394860Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8395180Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8395500Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8395850Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8396170Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8566410Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8566690Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8566950Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8567300Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8567630Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8568090Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8568440Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8568760Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8569090Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8569520Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8569850Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8570110Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8570360Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8570670Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8570920Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8571300Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8571550Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8571800Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8572070Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8572340Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8572620Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8573000Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8573250Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8573550Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8573810Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8574120Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8574370Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8574630Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8574880Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8575160Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8575470Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8575810Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8576140Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8576500Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8576780Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8577160Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8577470Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8577760Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8578070Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8578330Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8578580Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8578850Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8579330Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8579590Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8579870Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8580200Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8580580Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8580980Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8581300Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8581710Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8581950Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8582230Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8582460Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8582720Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8582980Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8583270Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8583540Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8583850Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8584220Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8584560Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8584820Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8585120Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8585370Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8585630Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8585950Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.8586280Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9146270Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9146590Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9147240Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9147670Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9148190Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9148460Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9148790Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9149210Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9149540Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9149840Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9150150Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9150460Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9150890Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9151220Z copying torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9151520Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9151830Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9152090Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9152490Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9152900Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9153210Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9153510Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9153760Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9154060Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9154480Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9154850Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9155330Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9155640Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9156160Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9156450Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9156730Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9157020Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9157360Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9157730Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9158160Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9158410Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9158690Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9158970Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9159240Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9159520Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9159900Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9160150Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9160450Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9160760Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9161040Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9161530Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9161840Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9162170Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9162450Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9162740Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9163120Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9163440Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9163720Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9163980Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9164220Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9164600Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9164880Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9165160Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9165420Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9165710Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9166040Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9166420Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9166760Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9167070Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9167470Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9312030Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9312320Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9312600Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9312870Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9313110Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9313440Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9313730Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9314190Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9314440Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9314770Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9315050Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9315300Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9315550Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9315810Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9316060Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9316320Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9316680Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9317050Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9317400Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9317670Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9318020Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9318290Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9318580Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9319010Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9319440Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9319720Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9319970Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9320250Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9320500Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9320760Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9321030Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9321280Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9321540Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9321840Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9322110Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9322370Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9322640Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9322880Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9323160Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9323450Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9323850Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9324200Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9324470Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9324720Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9325160Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9325400Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9325660Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9325990Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9326260Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9326650Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9327080Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9327380Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9327650Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9327930Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9328200Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9328440Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9328730Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9329000Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9329270Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9329600Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9329950Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9330200Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9330470Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9330750Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9331010Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9331270Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9331530Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9331880Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9539350Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9540120Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9541160Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9542040Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9542920Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9543690Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9544330Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9545060Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9546090Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9546760Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9547350Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9547980Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9548680Z copying torch/include/ATen/ops/special_entr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9549310Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9549880Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9550450Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9551120Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9551790Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9552520Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9553370Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9553970Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9554570Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9555150Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9555770Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9556440Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9557080Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9557790Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9558560Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9559250Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9559820Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9560420Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9561040Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9561660Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9562240Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9562820Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9563550Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9564250Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9565000Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9565630Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9566240Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9566850Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9567450Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9568060Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9568690Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9569290Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9569990Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9570740Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9571390Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9572040Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9572770Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9573590Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9574380Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9575230Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9576110Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9576870Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9577550Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9578220Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9579110Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9579810Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9580460Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9581240Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9582040Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9589950Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9590650Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9733620Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9734350Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9735000Z copying torch/include/ATen/ops/angle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9735710Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9739080Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9739730Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9740320Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9740990Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9741590Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9742170Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9742780Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9743480Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9744140Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9744790Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9745440Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9746230Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9747090Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9747900Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9748660Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9749340Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9749930Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9750540Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9751320Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9751950Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9752560Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9753240Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9753870Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9754420Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9755010Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9755700Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9756370Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9757110Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9757730Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9758460Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9759160Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9759790Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9760400Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9761030Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9761700Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9762390Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9763010Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9763680Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9764380Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9765170Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9765800Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9766410Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9766990Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9767560Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9768150Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9768900Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9769480Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9770050Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9770650Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9771280Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9771930Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9772640Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9773380Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9774000Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9774830Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9775600Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9776310Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9776890Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9777460Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9778040Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9778770Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9779540Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9915480Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9916200Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9917030Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9917780Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9918500Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9919120Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9919880Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9920660Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9921260Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9921850Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9922600Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9923200Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9923860Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9924660Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9925350Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9925950Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9926540Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9927260Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9928050Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9928640Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9929390Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9930030Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9930670Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9931360Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9931960Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9932550Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9933190Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9933840Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9934440Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9935020Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9935590Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9936360Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9937100Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9937680Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9938250Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9938830Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9939430Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9940190Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9940850Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9941560Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9942230Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9942880Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9943540Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9944170Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9944760Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9945520Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9946160Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9946820Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9947620Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9948370Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9949050Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9949750Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9950330Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9950920Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9951620Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9952240Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9952920Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9953570Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9954260Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9955120Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9955910Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9956500Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9957030Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9957590Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9958300Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9958980Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:19.9959650Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0862630Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0865490Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0867150Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0868150Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0868880Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0869880Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0870550Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0871480Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0872180Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0872960Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0873660Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0874480Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0875260Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0876030Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0876640Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0877350Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0877930Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0878750Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0879360Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0880150Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0880810Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0881510Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0882120Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0883000Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0883750Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0884390Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0884960Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0885620Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0886290Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0887100Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0887930Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0888590Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0889460Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0890130Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0891060Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0891730Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0892420Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0892990Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0893680Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0894290Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0895070Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0895770Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0896630Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0897270Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0897960Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0898720Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0899400Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0900020Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0900840Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0901550Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0902450Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0903180Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0903860Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0904560Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0905310Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0905880Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0906600Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0916210Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0916820Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0917720Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0918500Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0919230Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0920030Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0920800Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0921450Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.0922180Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1091040Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1091680Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1092370Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1093000Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1093740Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1094610Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1095270Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1095910Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1096540Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1097170Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1097780Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1098580Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1099350Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1100130Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1100780Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1101500Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1102180Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1102770Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1103380Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1104150Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1104840Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1105540Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1106150Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1106760Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1107370Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1108030Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1108800Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1109610Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1110270Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1110890Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1111690Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1112530Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1113150Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1113750Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1114380Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1115010Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1115670Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1116420Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1117020Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1117770Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1118520Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1119230Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1119940Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1120580Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1121340Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1122200Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1122830Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1123460Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1124130Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1124750Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1125370Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1126030Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1126630Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1127260Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1127900Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1128480Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1129140Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1129850Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1130660Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1131300Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1131970Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1132580Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1133140Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1133750Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1134560Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1135280Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1258640Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1259280Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1259960Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1260700Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1261490Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1262280Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1263150Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1263810Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1264590Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1265210Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1265820Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1266410Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1267070Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1267800Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1268520Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1269190Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1269780Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1270340Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1270940Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1271510Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1272130Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1272740Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1273330Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1273920Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1274620Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1275230Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1275880Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1276580Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1277300Z copying torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1277960Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1278570Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1279220Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1279910Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1280680Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1281390Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1282220Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1283040Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1283770Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1284440Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1285120Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1285790Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1286400Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1286950Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1287500Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1288090Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1288840Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1290820Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1291480Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1292120Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1292780Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1293460Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1294230Z copying torch/include/ATen/ops/_foreach_rsqrt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1294840Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1295530Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1296150Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1296790Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1297500Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1298280Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1299060Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1299880Z copying torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1300520Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1301300Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1302040Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1302620Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1303160Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1415710Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1416400Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1417150Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1417880Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1418500Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1419210Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1420020Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1420640Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1421310Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1422000Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1422650Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1423330Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1424190Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1424910Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1425650Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1426420Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1427160Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1427800Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1428390Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1429070Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1429900Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1430510Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1431270Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1431940Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1432580Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1433240Z copying torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1433910Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1434550Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1435120Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1435810Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1436570Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1437180Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1437980Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1438790Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1439520Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1440110Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1440680Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1441360Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1442400Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1443260Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1443970Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1444570Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1445170Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1445770Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1446360Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1447100Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1447720Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1448380Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1449180Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1449830Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1450460Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1451180Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1451910Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1452600Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1453290Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1453890Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1454510Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1455180Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1455810Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1456490Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1457170Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1457820Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1458460Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1459210Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1971440Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1972210Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1973090Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1973950Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1974740Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1975540Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1976470Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1977270Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1978320Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1979120Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1980180Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1981120Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1981920Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1982880Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1990450Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1991140Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1991810Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1992620Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1993470Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1994230Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1995090Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1995990Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1996710Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1997320Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1997960Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1998680Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.1999550Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2000230Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2000970Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2001810Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2002610Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2003240Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2003950Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2004650Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2005350Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2006080Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2006880Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2007520Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2008180Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2008940Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2009670Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2010340Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2011150Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2011880Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2012180Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2012580Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2012950Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2013260Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2013570Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2013990Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2014400Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2014770Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2015140Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2015470Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2015750Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2016050Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2016350Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2016690Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2017070Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2017510Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2017780Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2018080Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2018380Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2018720Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2158340Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2158690Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2159020Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2159290Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2159700Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2159940Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2160320Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2160570Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2161060Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2161320Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2161570Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2161820Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2162120Z copying torch/include/ATen/ops/special_xlog1py_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2162430Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2162980Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2163340Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2163630Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2163900Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2164170Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2164480Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2164740Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2165020Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2165390Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2165700Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2166010Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2166410Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2166710Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2167130Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2167390Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2167690Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2167960Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2168360Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2168730Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2168990Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2169290Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2169580Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2169840Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2170150Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2170450Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2170820Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2171240Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2171550Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2171790Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2172100Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2172370Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2172700Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2173010Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2173390Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2173720Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2174020Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2174330Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2174590Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2174900Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2175150Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2175410Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2175650Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2175900Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2176200Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2176450Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2176720Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2177000Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2177390Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2177690Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2177940Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2178230Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2178490Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2312680Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2313160Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2313430Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2313790Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2314130Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2314400Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2314670Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2315060Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2315510Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2315800Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2316190Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2316510Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2316780Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2317020Z copying torch/include/ATen/ops/_spsolve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2317300Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2317600Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2317910Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2318170Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2318440Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2318810Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2319040Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2319390Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2319710Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2319980Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2320230Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2320470Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2320840Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2321210Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2321570Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2321830Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2322100Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2322380Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2322640Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2322920Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2323160Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2323600Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2323900Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2324160Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2324560Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2324790Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2325080Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2325350Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2325670Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2326020Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2326320Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2326620Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2326910Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2327170Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2327540Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2327800Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2328130Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2328390Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2328700Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2328940Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2329360Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2329780Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2330090Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2330390Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2330700Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2331080Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2331470Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2331790Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2332130Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2332480Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2332770Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2454460Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2454780Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2455070Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2455310Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2455560Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2455930Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2456240Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2456460Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2456720Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2457040Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2457360Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2457630Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2457910Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2458280Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2458630Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2459060Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2459350Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2459590Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2459890Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2460120Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2460490Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2460890Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2461200Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2461720Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2462010Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2462310Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2462580Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2462840Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2463130Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2463390Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2463650Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2463900Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2464220Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2464520Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2464830Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2465310Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2465610Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2465910Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2466240Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2466550Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2466860Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2467130Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2467430Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2467770Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2468020Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2468260Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2468590Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2468880Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2469150Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2469500Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2469790Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2470070Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2470310Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2470630Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2470910Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2471220Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2471500Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2471770Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2472090Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2472380Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2472620Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2473010Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2473320Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2473620Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2473970Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2616890Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2617350Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2617820Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2618110Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2618370Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2618660Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2618930Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2619190Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2619450Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2619710Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2620020Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2620480Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2620740Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2621050Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2621460Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2621760Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2622120Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2622390Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2622660Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2622920Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2623150Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2623450Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2623820Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2624200Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2624470Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2624810Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2625050Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2625400Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2625650Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2626030Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2626320Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2626640Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2626880Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2627140Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2627430Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2627710Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2628050Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2628490Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2628810Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2629140Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2629410Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2629680Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2629930Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2630220Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2630520Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2630800Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2631100Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2631510Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2631780Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2632050Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2632430Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2632760Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2633040Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2633290Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2633590Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2633920Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2634260Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2634580Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2634890Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2635210Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2635510Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2635770Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2636010Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2636290Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2636590Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.2636850Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3318270Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3318560Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3318950Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3319260Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3319560Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3319840Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3320130Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3320390Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3320660Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3321000Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3321500Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3321910Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3322300Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3322580Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3322890Z copying torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3323280Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3323920Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3324230Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3324490Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3324780Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3325050Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3325410Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3325740Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3326020Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3326410Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3326710Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3326980Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3327350Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3327610Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3327910Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3328290Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3328590Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3328910Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3329230Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3329480Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3329830Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3330070Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3330470Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3330790Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3331050Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3331320Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3331580Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3331840Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3332190Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3332520Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3332770Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3333020Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3333370Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3333650Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3334030Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3334290Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3334680Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3334930Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3335250Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3335600Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3335900Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3336170Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3336420Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3336730Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3337030Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3337280Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3337590Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3337880Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3338450Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3338770Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3339080Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3465040Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3465460Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3465750Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3466360Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3466770Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3467050Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3467410Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3467670Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3468030Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3468300Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3468590Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3469010Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3469330Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3469690Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3470000Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3470260Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3470620Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3471170Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3471450Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3471760Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3472210Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3472540Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3472860Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3478800Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3479170Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3479570Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3479850Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3480130Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3480470Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3480790Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3481040Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3481380Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3481660Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3481950Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3482250Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3482510Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3482790Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3483160Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3483430Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3483720Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3484020Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3484340Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3484590Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3484870Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3485120Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3485410Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3485680Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3485920Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3486190Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3486490Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3486790Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3487070Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3487330Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3487560Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3487810Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3488210Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3488590Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3488920Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3489210Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3489550Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3489830Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3490060Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3490340Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3490600Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3490910Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3619230Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3619680Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3620000Z copying torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3620290Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3620580Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3620940Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3621260Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3621520Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3621910Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3622330Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3622590Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3623000Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3623270Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3623720Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3623970Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3624250Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3624760Z copying torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3625120Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3625440Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3625690Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3626000Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3626260Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3626510Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3626780Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3627390Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3627690Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3628060Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3628380Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3628680Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3628990Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3629260Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3629580Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3629900Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3630200Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3630470Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3630730Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3631000Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3631380Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3631660Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3631930Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3632170Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3632480Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3632840Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3633270Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3633560Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3633930Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3634250Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3634510Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3634750Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3635030Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3635280Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3635730Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3635980Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3636410Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3636800Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3637050Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3637330Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3637670Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3637960Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3638220Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3638470Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3638740Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3639030Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3639320Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3639600Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3773470Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3773830Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3774120Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3774440Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3774930Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3775230Z copying torch/include/ATen/ops/special_zeta_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3775510Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3775810Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3776090Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3776340Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3776630Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3776900Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3777180Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3777550Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3777800Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3778280Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3778660Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3778900Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3779290Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3779570Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3779820Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3780100Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3780390Z copying torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3780630Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3780950Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3781360Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3781670Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3781940Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3782230Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3782500Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3782770Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3783210Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3783480Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3783720Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3784100Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3784330Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3784610Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3784880Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3785240Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3785540Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3785810Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3786090Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3786450Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3786700Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3786990Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3787280Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3787570Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3787900Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3788150Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3788520Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3788760Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3789080Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3789310Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3789550Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3789820Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3790190Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3790560Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3790930Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3791260Z copying torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3791510Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3791850Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3792240Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3792490Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3792770Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3793010Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3914660Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3914980Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3915270Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3915620Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3915910Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3916210Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3916480Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3916890Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3917260Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3917580Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3917810Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3918120Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3918520Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3918790Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3919040Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3919310Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3919580Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3919830Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3920070Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3920540Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3920820Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3921070Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3921340Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3921580Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3921870Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3922200Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3922500Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3922910Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3923160Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3923530Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3923830Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3924120Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3924430Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3924670Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3924960Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3925220Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3925560Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3925840Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3926190Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3926550Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3927000Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3927290Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3927550Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3927840Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3928120Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3928480Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3928730Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3928990Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3929250Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3929520Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3929910Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3930200Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3930490Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3930940Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3931200Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3931510Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3931790Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3932080Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3932350Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3932640Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3932940Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3933300Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3933610Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3933850Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3934230Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.3934530Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4413600Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4413960Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4414340Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4414740Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4415030Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4415450Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4415700Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4415960Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4416320Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4416630Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4416880Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4417310Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4417650Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4417960Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4418350Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4418650Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4419090Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4419470Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4419820Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4420100Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4420470Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4420760Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4421110Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4421360Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4421700Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4422010Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4422410Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4422800Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4423080Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4423330Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4423590Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4423840Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4424290Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4424560Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4425010Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4425380Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4425670Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4425990Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4426380Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4426660Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4427070Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4427470Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4427810Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4428190Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4428520Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4428900Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4429270Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4429630Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4429920Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4430210Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4430480Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4431000Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4431500Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4431770Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4432110Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4432420Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4432780Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4433190Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4433520Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4433800Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4434220Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4434480Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4434790Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4435080Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4554410Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4554830Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4555130Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4555450Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4555850Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4556120Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4556420Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4556820Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4557210Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4557470Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4557730Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4558080Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4558400Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4558740Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4559020Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4559330Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4559660Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4559950Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4560240Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4560670Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4560940Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4561200Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4561530Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4561860Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4562130Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4562440Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4562880Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4563250Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4563550Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4563890Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4564160Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4564440Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4564720Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4565070Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4565360Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4565600Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4565910Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4566280Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4566610Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4567030Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4567340Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4567620Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4567940Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4568300Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4568720Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4568990Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4569320Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4569600Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4569900Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4570150Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4570390Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4570810Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4571250Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4571580Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4571880Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4572140Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4572410Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4572800Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4573130Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4573380Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4573700Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4573980Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4574260Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4705360Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4705800Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4706050Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4706280Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4706590Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4706910Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4707160Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4707590Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4707850Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4708090Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4708340Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4708610Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4708930Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4709170Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4709530Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4709860Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4710430Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4710800Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4711280Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4711550Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4711820Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4712220Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4712530Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4712790Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4713050Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4713340Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4713680Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4714080Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4714430Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4714700Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4714950Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4715250Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4715520Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4715940Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4716210Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4716600Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4716880Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4717230Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4717490Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4717820Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4718090Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4718450Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4718810Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4719070Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4719590Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4720010Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4720290Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4720560Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4720900Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4721240Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4721520Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4721840Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4722180Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4722640Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4722910Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4723190Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4723540Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4723810Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4724230Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4724470Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4724850Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4725190Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4725540Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4864910Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4865800Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4866700Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4867720Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4868430Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4869160Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4869810Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4870420Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4871100Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4871740Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4872320Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4872940Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4873590Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4874330Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4874970Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4875630Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4876270Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4876930Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4877640Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4878460Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4879160Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4879900Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4880530Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4881170Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4881830Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4882540Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4883230Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4883890Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4884580Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4885330Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4885930Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4886560Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4887140Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4887770Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4888540Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4889270Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4889880Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4890510Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4891160Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4891770Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4892380Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4893090Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4893780Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4894380Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4894970Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4895570Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4896180Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4896860Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4897590Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4898390Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4899080Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4899720Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4900420Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4901070Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4901630Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4902230Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4902960Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4903610Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4904400Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4905060Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4905820Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4906550Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4907210Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4907820Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.4908460Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5469780Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5470630Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5471290Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5472100Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5472690Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5473280Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5473920Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5474560Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5475220Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5476070Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5476680Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5477300Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5477940Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5478650Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5479400Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5480080Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5480660Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5481440Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5482070Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5482650Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5483430Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5484060Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5484830Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5485690Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5486370Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5486990Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5487660Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5488280Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5488880Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5489520Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5490120Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5490740Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5491380Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5492040Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5492640Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5493260Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5493990Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5494620Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5495230Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5495840Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5496500Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5497170Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5497790Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5498470Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5499300Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5500040Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5500680Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5501360Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5502040Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5502750Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5503600Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5504320Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5505000Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5505690Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5506330Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5506990Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5507660Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5508290Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5509850Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5510550Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5511180Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5511750Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5512540Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5513150Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5513760Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5514330Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5630660Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5631410Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5632030Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5632660Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5633450Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5634090Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5634810Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5635660Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5636280Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5636880Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5637480Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5638160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5638840Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5639460Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5640140Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5640800Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5641620Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5642390Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5643110Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5643810Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5644390Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5644970Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5645710Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5646360Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5646990Z copying torch/include/ATen/ops/i0_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5647690Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5648470Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5649110Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5649730Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5650370Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5651160Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5651780Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5652400Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5653150Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5653850Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5654560Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5655290Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5655950Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5656680Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5657380Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5658160Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5658910Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5659670Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5660320Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5660960Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5661590Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5662290Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5663060Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5663900Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5664480Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5665050Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5665640Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5666280Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5666950Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5667610Z copying torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5668320Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5669090Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5669720Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5670380Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5671080Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5671690Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5672350Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5672990Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5673570Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5674150Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5774320Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5775200Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5775840Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5776710Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5777480Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5778190Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5778860Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5779470Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5786840Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5787740Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5788360Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5789030Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5789760Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5790390Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5790960Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5791690Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5792480Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5793210Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5793810Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5794430Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5795120Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5795820Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5796590Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5797300Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5797910Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5798480Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5799120Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5799780Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5800380Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5800990Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5801750Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5802470Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5803190Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5803850Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5804490Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5805070Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5805740Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5806380Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5807040Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5807730Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5808380Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5808990Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5809590Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5810190Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5810880Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5811500Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5812180Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5812820Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5813430Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5814120Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5814810Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5815630Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5816370Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5816990Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5817640Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5818330Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5819130Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5819840Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5820530Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5821210Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5821870Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5822590Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5823310Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5823990Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5937860Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5938590Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5939220Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5939860Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5940470Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5941070Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5941900Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5942530Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5943250Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5943860Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5944460Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5945150Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5945880Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5946600Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5947380Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5948120Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5948770Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5949430Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5950280Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5951010Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5951610Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5952190Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5952780Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5953420Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5954300Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5954910Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5955500Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5956100Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5956710Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5957320Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5957960Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5958630Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5959310Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5959930Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5960600Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5961340Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5961920Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5962550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5963220Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5963850Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5964560Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5965300Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5965900Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5966500Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5967180Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5967880Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5968510Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5969170Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5969820Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5970430Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5971000Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5971640Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5972290Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5972970Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5973650Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5974400Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5975150Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5975910Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5976560Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5977310Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5978010Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5978670Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5979330Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5979980Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.5980590Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6089270Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6089980Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6090640Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6091290Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6091940Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6092580Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6093540Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6094290Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6094940Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6095550Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6096180Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6096870Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6097780Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6098600Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6099360Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6100160Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6100980Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6101660Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6102290Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6102990Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6103560Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6104130Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6104810Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6105450Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6106040Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6106690Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6107360Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6108050Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6108750Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6109410Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6110130Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6110820Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6111440Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6112030Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6112770Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6113460Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6114010Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6114750Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6115590Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6116300Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6117000Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6117660Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6118320Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6118860Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6119420Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6120000Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6120770Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6121400Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6122050Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6122640Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6123220Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6123830Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6124450Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6125150Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6125940Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6126650Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6127260Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6127860Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6128740Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6129520Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6130170Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6130800Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6131410Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6131980Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6132760Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6242960Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6243640Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6244310Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6244890Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6245650Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6246430Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6247110Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6247940Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6248620Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6249480Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6250160Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6250780Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6251380Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6251990Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6252690Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6253400Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6254080Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6254840Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6255640Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6256400Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6256960Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6257580Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6258260Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6258860Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6259460Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6260220Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6260860Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6261520Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6262160Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6262760Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6263390Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6264130Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6264740Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6265540Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6266340Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6273520Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6274280Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6275020Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6275630Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6276240Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6276900Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6277550Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6278170Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6278860Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6279540Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6280160Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6280760Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6281410Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6282110Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6283060Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6283690Z copying torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6284310Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6285190Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6285990Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6286770Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6287520Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6288140Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6288780Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6289420Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6290120Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6290780Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6291420Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6292090Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6292770Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6293560Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6395810Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6396610Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6397330Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6398060Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6398680Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6399370Z copying torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6400200Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6400830Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6401500Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6402160Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6402740Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6403350Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6404100Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6404680Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6405340Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6406030Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6406640Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6407320Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6408140Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6408840Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6409790Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6410550Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6411160Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6411810Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6412440Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6413080Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6413760Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6414440Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6415180Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6416050Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6416770Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6417470Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6418280Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6418870Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6419480Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6420100Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6420730Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6421410Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6422200Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6422810Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6423490Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6424140Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6424730Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6425290Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6425960Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6426730Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6427620Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6427950Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6428340Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6428590Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6428880Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6429150Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6429550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6429830Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6430130Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6430460Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6430880Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6431150Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6431440Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6431700Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6431940Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6432220Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6432510Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6432880Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6565700Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6566070Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6566320Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6566650Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6566920Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6567220Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6567480Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6567830Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6568110Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6568520Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6568820Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6569190Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6569550Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6569890Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6570150Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6570390Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6570690Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6570960Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6571270Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6571660Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6571950Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6572270Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6572540Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6572800Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6573090Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6573330Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6573580Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6573950Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6574300Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6574640Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6574910Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6575220Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6575570Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6575850Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6576150Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6576460Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6576730Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6577130Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6577520Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6577870Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6578280Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6578540Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6578790Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6579050Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6579370Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6579680Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6580040Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6580350Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6580600Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6580900Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6581290Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6581580Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6581930Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6582240Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6582520Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6582770Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6583010Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6583250Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6583510Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6583770Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6584030Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6584400Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6584710Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6585030Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6585330Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6585600Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6707930Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6708240Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6708560Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6708940Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6709320Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6709600Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6709970Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6710460Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6710830Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6711120Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6711430Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6711710Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6712120Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6712720Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6713060Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6713330Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6713630Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6713970Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6714240Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6714600Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6714920Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6715190Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6715470Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6715840Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6716180Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6716450Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6716720Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6717020Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6717320Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6717570Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6717840Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6718210Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6718500Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6718800Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6719080Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6719340Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6719580Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6719890Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6720240Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6720580Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6720890Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6721160Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6721450Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6721850Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6722170Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6722530Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6722800Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6723100Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6723440Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6723750Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6724020Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6724320Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6724590Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6724870Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6725250Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6725490Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6725720Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6726060Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6726310Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6726720Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6727060Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6727370Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6727650Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6846300Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6846650Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6847080Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6847420Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6847740Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6848010Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6848300Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6848570Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6848820Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6849150Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6849560Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6849820Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6850090Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6850410Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6850690Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6850930Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6851190Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6851460Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6851720Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6851990Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6852340Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6852580Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6852830Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6853260Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6853500Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6853840Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6854100Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6854500Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6854750Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6855070Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6855420Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6855720Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6855960Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6856250Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6856560Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6856830Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6857140Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6857610Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6857850Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6858140Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6858470Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6858720Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6859080Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6859430Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6859810Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6860080Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6860370Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6860680Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6861040Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6861430Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6861780Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6862060Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6862330Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6862600Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6863050Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6863470Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6863740Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6864110Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6864350Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6864620Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6864970Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6865300Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6865550Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6865920Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6866170Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6866450Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6997270Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6997550Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6997850Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6998240Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6998550Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6998840Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6999130Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6999380Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.6999680Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7000080Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7000420Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7000790Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7001090Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7001360Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7001620Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7001870Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7002270Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7002540Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7002790Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7003070Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7003360Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7003640Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7003950Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7004220Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7004610Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7005020Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7005400Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7005680Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7005960Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7006390Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7006660Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7006920Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7007220Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7007470Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7007720Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7007970Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7008290Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7008560Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7008870Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7009150Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7009410Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7009680Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7010010Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7010400Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7010810Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7011110Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7011460Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7011730Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7012020Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7012290Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7012590Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7012880Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7013250Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7013640Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7013990Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7014280Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7014550Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7014980Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7015220Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7015610Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7015960Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7016230Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7016530Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7016950Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7197020Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7204170Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7204480Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7204760Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7205270Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7205550Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7205810Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7206060Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7206490Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7206870Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7207110Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7207440Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7207900Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7208300Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7208660Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7208920Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7209310Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7209650Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7209970Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7210370Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7210640Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7210940Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7211320Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7211700Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7212000Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7212380Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7212650Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7213020Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7213280Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7213750Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7214140Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7214390Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7214660Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7214930Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7215210Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7215550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7215830Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7216180Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7216580Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7216970Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7217230Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7217600Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7217960Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7218350Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7218710Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7219010Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7219260Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7219570Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7220070Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7220430Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7220730Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7221030Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7221290Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7221560Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7221920Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7222210Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7222550Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7222800Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7223170Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7223470Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7223760Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7224050Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7224370Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7346460Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7346780Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7347240Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7347510Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7347830Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7348090Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7348340Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7348580Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7348890Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7349180Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7349470Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7349870Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7350220Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7350490Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7350740Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7350990Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7351260Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7351550Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7352070Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7352320Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7352610Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7352970Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7353260Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7353550Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7353800Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7354040Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7354500Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7354770Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7355130Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7355420Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7355680Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7356050Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7356320Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7356710Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7356950Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7357220Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7357470Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7357750Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7358120Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7358380Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7358660Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7358980Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7359280Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7359610Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7359930Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7360210Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7360530Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7360880Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7361160Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7361530Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7361890Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7362200Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7362690Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7362960Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7363240Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7363570Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7363810Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7364120Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7364360Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7364620Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7364860Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7365170Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7365450Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7365760Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7366030Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7366420Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7491720Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7492000Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7492260Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7492610Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7493040Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7493640Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7493990Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7494260Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7494530Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7494930Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7495280Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7495540Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7495810Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7496190Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7496560Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7497040Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7497380Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7497690Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7497960Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7498270Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7498620Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7498970Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7499270Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7499700Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7499960Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7500330Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7500590Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7500880Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7501300Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7501600Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7501840Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7502280Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7502550Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7502870Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7503240Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7503670Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7503990Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7504280Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7504560Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7504920Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7505400Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7505720Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7506190Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7506490Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7506870Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7507140Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7507440Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7507900Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7508290Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7508600Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7508880Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7509180Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7509430Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7509690Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7510130Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7510490Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7510720Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7511100Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7511480Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7511730Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7512000Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7512280Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7512560Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7512810Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7513140Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7706300Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7706610Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7706870Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7707230Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7707600Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7707940Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7708290Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7708550Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7708800Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7709310Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7709560Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7709930Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7710280Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7710620Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7710860Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7711130Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7711420Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7711920Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7712440Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7712800Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7713060Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7713300Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7713640Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7713890Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7714210Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7714560Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7714950Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7715450Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7715830Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7716190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7716470Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7716930Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7717350Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7717600Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7717910Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7718200Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7718500Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7718840Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7719300Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7719700Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7719970Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7720360Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7720660Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7721100Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7721700Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7722180Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7722630Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7722950Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7723330Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7723610Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7724080Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7724450Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7724700Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7725080Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7725420Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7725770Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7726120Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7726390Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7726660Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7726910Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7727180Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7727570Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7727870Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7851430Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7851750Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7852030Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7852270Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7852550Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7852850Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7853120Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7853440Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7853750Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7854030Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7854290Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7854580Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7854900Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7855140Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7855440Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7855820Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7856070Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7856380Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7856700Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7857000Z copying torch/include/ATen/ops/_cudnn_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7857290Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7857550Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7857820Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7858090Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7858370Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7858720Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7858980Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7859220Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7859510Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7859860Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7860140Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7860460Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7860730Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7861000Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7861290Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7861630Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7861880Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7862130Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7862380Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7862660Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7862940Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7863260Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7863580Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7863860Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7864120Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7864450Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7864860Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7865120Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7865410Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7865680Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7865950Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7866240Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7866510Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7866800Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7867060Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7867350Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7867760Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7868100Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7868390Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7868680Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7869070Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7869340Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7869610Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7869850Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7870110Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7870440Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7870670Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.7870950Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8001480Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8002000Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8002320Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8002650Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8002930Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8003310Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8003590Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8003860Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8004140Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8004530Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8004940Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8005210Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8005490Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8005930Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8006220Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8006580Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8006900Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8007190Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8007500Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8007920Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8008190Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8008440Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8008720Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8008990Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8009350Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8009610Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8010040Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8010470Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8010770Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8011130Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8011410Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8011700Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8011970Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8012260Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8012520Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8012770Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8013020Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8013380Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8013630Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8014000Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8014300Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8014570Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8014830Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8015190Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8015440Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8015780Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8016140Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8016490Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8016750Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8017020Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8017290Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8017580Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8017840Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8018090Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8018560Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8018910Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8019190Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8019460Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8019790Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8020070Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8020470Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8020800Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8021100Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8021350Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8021620Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8164310Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8164830Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8165230Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8165520Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8165760Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8165990Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8166330Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8166580Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8166880Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8167240Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8167580Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8167900Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8168210Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8168560Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8169080Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8169340Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8169590Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8169960Z copying torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8170250Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8170550Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8170800Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8171050Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8171330Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8171580Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8171900Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8172200Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8172630Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8172940Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8173200Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8173580Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8173970Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8174300Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8174710Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8175030Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8175390Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8175730Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8182460Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8182810Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8183100Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8183470Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8183740Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8184200Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8184490Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8184770Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8185050Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8185400Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8185700Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8185940Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8186240Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8186520Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8186780Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8187070Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8187360Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8187790Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8188200Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8188450Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8188720Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8188970Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8189280Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8189680Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8189980Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8190250Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8190510Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8190910Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8191230Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8319600Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8319890Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8320430Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8320790Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8321190Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8321480Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8321750Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8321990Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8322280Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8322550Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8322950Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8323290Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8323550Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8323830Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8324080Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8324430Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8324750Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8325030Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8325310Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8325580Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8325900Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8326320Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8326650Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8326930Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8327230Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8327540Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8327830Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8328100Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8328360Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8328730Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8329010Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8329330Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8329600Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8329890Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8330310Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8330610Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8330950Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8331200Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8331480Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8331770Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8332040Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8332480Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8332750Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8333010Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8333380Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8333670Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8334050Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8334360Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8334690Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8335000Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8335300Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8335550Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8335820Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8336160Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8336510Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8336750Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8337030Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8337320Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8337760Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8338030Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8338280Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8338630Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8338890Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8339130Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8339400Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8467280Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8467620Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8467960Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8468250Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8468530Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8468790Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8469090Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8469350Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8469660Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8469900Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8470210Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8470450Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8470900Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8471150Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8471430Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8471680Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8471970Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8472410Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8472710Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8473060Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8473350Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8473750Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8474010Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8474310Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8474590Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8474880Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8475190Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8475450Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8475780Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8476230Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8476580Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8476840Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8477120Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8477410Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8477720Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8478250Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8478570Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8478860Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8479120Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8479410Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8479680Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8479920Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8480270Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8480620Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8480860Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8481220Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8481490Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8481730Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8482040Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8482310Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8482540Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8482850Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8483150Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8483430Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8483680Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8484100Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8484390Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8484670Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8485000Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8485280Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8485610Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8485910Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8486190Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8486470Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8486880Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8487230Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8633170Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8633530Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8633820Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8634080Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8634580Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8634850Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8635190Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8635490Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8635770Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8636210Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8636500Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8636770Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8637070Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8637310Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8637600Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8637880Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8638260Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8638650Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8638920Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8639320Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8639620Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8639930Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8640370Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8640720Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8640990Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8641280Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8641540Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8641840Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8642190Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8642540Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8642970Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8643260Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8643630Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8644010Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8644280Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8644650Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8644970Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8645250Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8645540Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8645950Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8646260Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8646510Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8646880Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8647210Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8647550Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8647830Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8648080Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8648420Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8648850Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8649280Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8649610Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8649850Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8650270Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8650640Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8650950Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8651320Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8651820Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8652210Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8652590Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8652890Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8653140Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8653430Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8653690Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8654190Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8820280Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8820630Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8820990Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8821470Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8821790Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8822080Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8822360Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8822770Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8823340Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8823910Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8824280Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8824660Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8825050Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8825440Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8825740Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8826040Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8826380Z copying torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8826850Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8827100Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8827390Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8827850Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8828240Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8828500Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8828770Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8829020Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8829270Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8829670Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8829920Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8830360Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8830660Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8831080Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8831480Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8831970Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8832260Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8832550Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8832970Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8833300Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8833590Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8833970Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8834290Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8834670Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8834960Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8835260Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8835630Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8836060Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8836350Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8836620Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8836970Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8837230Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8837470Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8837870Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8838250Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8838520Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8838810Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8839160Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8839410Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8839800Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8840040Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8840300Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8840600Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8840950Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8841220Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8841540Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8841810Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8842140Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8964690Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8965010Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8965280Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8965590Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8965930Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8966340Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8966620Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8967060Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8967340Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8967600Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8967840Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8968240Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8968490Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8968760Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8969050Z copying torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8969380Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8969680Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8970110Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8970480Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8970850Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8971110Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8971450Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8971870Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8972250Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8972490Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8972780Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8973130Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8973430Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8973670Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8973970Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8974230Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8974620Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8974930Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8975220Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8975450Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8975760Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8976110Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8976420Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8976730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8977010Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8977260Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8977550Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8977840Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8978240Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8978510Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8978850Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8979210Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8979560Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8979910Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8980300Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8980570Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8980830Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8981160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8981400Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8981670Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8981970Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8982280Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8982670Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8982970Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8983230Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8983660Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8983910Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8984200Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8984450Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.8984750Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9128460Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9128800Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9129100Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9129370Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9129680Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9130050Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9130370Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9130620Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9130930Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9131380Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9131640Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9132030Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9132300Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9132600Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9132880Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9133120Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9133390Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9133620Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9133870Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9134350Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9134670Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9134920Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9135260Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9135610Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9135870Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9136210Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9136560Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9136830Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9137100Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9137350Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9137640Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9137970Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9138270Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9138560Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9138980Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9139340Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9139700Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9140020Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9140420Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9140670Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9140950Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9141290Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9141570Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9141890Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9142210Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9142660Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9142920Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9143290Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9143570Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9143860Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9144140Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9144400Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9144670Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9145040Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9145340Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9145700Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9146050Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9146420Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9146800Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9147060Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9147330Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9147610Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9147870Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9148170Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9148440Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9312930Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9313380Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9313840Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9314100Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9314390Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9314740Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9315470Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9315750Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9316100Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9323060Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9323450Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9323740Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9324040Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9324300Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9324600Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9325000Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9325360Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9325650Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9326270Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9326570Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9326840Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9327120Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9327490Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9327740Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9328150Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9328530Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9328870Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9329170Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9329440Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9329750Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9330080Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9330390Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9330860Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9331200Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9331700Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9332030Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9332360Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9332660Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9332990Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9333250Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9333580Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9333820Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9334060Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9334320Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9334660Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9334950Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9335240Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9335610Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9335910Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9336260Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9336640Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9337090Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9337450Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9337850Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9338200Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9338470Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9338710Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9338980Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9339420Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9339690Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9339990Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9340290Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9340650Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9341100Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9470770Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9471070Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9471420Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9471790Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9472090Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9472780Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9473180Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9473470Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9474140Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9474520Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9474820Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9475070Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9475580Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9475880Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9476130Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9476380Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9476780Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9477500Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9477820Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9478120Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9478570Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9478840Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9479080Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9479610Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9479880Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9480150Z copying torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9480500Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9480750Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9481020Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9481290Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9481580Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9481920Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9482250Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9482570Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9482920Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9483280Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9483520Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9483830Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9484260Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9484680Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9484940Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9485250Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9485650Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9485920Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9486160Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9486410Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9486700Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9487090Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9487460Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9487800Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9488070Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9488300Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9488640Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9488920Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9489480Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9489820Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9490260Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9490530Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9490890Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9491250Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9491530Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9491860Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9492120Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9492570Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9492850Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9493210Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9646730Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9647110Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9647410Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9647710Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9648060Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9648360Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9648620Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9648890Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9649480Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9649750Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9650300Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9650570Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9650860Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9651150Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9651440Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9651730Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9652130Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9652400Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9652800Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9653140Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9653490Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9653820Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9654190Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9654490Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9654820Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9655160Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9655470Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9655760Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9656110Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9656400Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9656810Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9657100Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9657350Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9657760Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9658060Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9658380Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9658670Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9658930Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9659250Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9659550Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9659840Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9660110Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9660530Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9660810Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9661050Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9661310Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9661620Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9661940Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9662220Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9662510Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9662800Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9663080Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9663360Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9663610Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9663960Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9664220Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9664570Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9664820Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9665110Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9665410Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9665790Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9666070Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9666460Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9666840Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9855010Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9855440Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9857140Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9857930Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9858330Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9858620Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9858930Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9859250Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9859630Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9859890Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9860190Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9860600Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9860990Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9861280Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9861670Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9861940Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9862340Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9862600Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9862840Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9863080Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9863540Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9863810Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9864070Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9864620Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9864940Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9865240Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9865540Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9865820Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9866080Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9866340Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9866630Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9867020Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9867270Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9867640Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9867980Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9868350Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9868790Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9869040Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9869320Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9869590Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9869990Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9870610Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9870910Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9871180Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9871420Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9871800Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9872160Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9872490Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9872730Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9873040Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9873390Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9873670Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9874130Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9874360Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9874640Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9874920Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9875190Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9875590Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9875910Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9876140Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9876410Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9876650Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9876960Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9877230Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9877610Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9877850Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9878150Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:20.9878390Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0065320Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0065830Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0066190Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0066670Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0067020Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0067390Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0067960Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0068330Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0068790Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0069290Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0069610Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0070040Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0070620Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0071050Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0071450Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0071830Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0072170Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0072490Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0072920Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0073290Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0073730Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0074200Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0074520Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0075090Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0075570Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0075910Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0076230Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0076660Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0076940Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0077190Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0077540Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0077850Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0078170Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0078540Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0079120Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0079610Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0079980Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0080530Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0080960Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0081360Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0082310Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0082680Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0083050Z copying torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0083380Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0083850Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0084220Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0084610Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0085480Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0085790Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0086100Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0086480Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0087470Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0087810Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0088170Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0088460Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0088840Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0089210Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0089480Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0089770Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0090340Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0090800Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0091320Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0091740Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0092110Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0092430Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0329490Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0329810Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0330150Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0330600Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0330860Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0331130Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0331390Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0331660Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0332020Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0332630Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0332960Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0333450Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0333850Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0334120Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0334550Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0334910Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0335230Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0335490Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0335760Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0336000Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0336360Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0336650Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0337040Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0337330Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0337720Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0338270Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0338560Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0338850Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0339180Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0340170Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0340470Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0340760Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0341050Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0341530Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0341790Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0342120Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0342390Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0342690Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0343000Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0343250Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0343540Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0343990Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0344250Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0344550Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0344830Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0345070Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0345570Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0345830Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0346120Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0346570Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0346930Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0347230Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0347500Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0347790Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0348080Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0348370Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0348720Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0349110Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0349380Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0349620Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0349900Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0350150Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0350480Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0350770Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0351030Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0351360Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0588000Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0620990Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0624440Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0627410Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0628120Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0628710Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0629400Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0637340Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0638280Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0638870Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0639590Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0640260Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0641120Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0641840Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0642460Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0643110Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0643780Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0644480Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0645180Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0645790Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0646360Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0647040Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0647840Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0648550Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0649220Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0650040Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0650780Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0651380Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0652060Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0652780Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0653560Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0654250Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0654880Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0655480Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0656100Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0656730Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0657560Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0658160Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0658730Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0659400Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0660040Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0660650Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0661250Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0661870Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0662520Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0663160Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0663760Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0664320Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0664990Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0665870Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0666540Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0667170Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0667950Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0668800Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0669640Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0670460Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0671330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0672040Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0672650Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0673210Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0673790Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0674350Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0674930Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0675590Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0676290Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0868510Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0869840Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0872600Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0873860Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0875070Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0876170Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0876920Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0877640Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0878390Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0879190Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0881020Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0881690Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0882440Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0883110Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0883770Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0884490Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0885190Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0886000Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0886700Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0887270Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0887950Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0888590Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0889270Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0889870Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0890720Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0891390Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0892070Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0892760Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0893480Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0894270Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0895000Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0895750Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0896380Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0897030Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0897580Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0898240Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0898990Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0899900Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0900690Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0901250Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0902010Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0902710Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0903430Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0904400Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0905130Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0905880Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0906580Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0907230Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0907930Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0908560Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0909190Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0909870Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0910550Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0911300Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0911990Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0912590Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0913280Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0913900Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0914630Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0915700Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0916360Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0917140Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0917920Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0918630Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0919280Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.0919840Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1173630Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1174270Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1174870Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1175600Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1176230Z copying torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1176920Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1177550Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1178230Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1178960Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1179580Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1180220Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1180910Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1181750Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1182390Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1183120Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1183800Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1184450Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1185050Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1185760Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1186540Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1187200Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1187780Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1188390Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1189070Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1189880Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1190560Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1191230Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1191850Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1192480Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1193120Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1193940Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1194630Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1195230Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1195820Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1196390Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1196980Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1197590Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1198160Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1198710Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1199380Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1200000Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1200720Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1201380Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1202050Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1202780Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1203670Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1204450Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1205060Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1205620Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1206180Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1206780Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1207580Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1208310Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1208970Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1209660Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1210270Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1210850Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1211520Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1212190Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1213000Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1213690Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1214330Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1214960Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1215560Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1216140Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1216800Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1217520Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1472190Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1473460Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1474350Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1476850Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1477540Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1478320Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1479050Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1479640Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1480310Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1481020Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1481860Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1482670Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1483440Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1484170Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1484920Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1485660Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1486290Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1486920Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1487700Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1488410Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1497360Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1498130Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1498840Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1502230Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1504230Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1506820Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1508880Z copying torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1511210Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1513530Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1515880Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1516720Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1517480Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1518860Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1520050Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1520700Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1521430Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1522070Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1522700Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1523390Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1524080Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1524690Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1525750Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1526650Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1527310Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1527960Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1533630Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1534310Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1534920Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1535630Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1536760Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1537450Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1538150Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1538790Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1540660Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1541460Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1542670Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1543750Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1547090Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1547750Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1548340Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1549000Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1549910Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1550610Z copying torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1648440Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1688570Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1689240Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1689890Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1690780Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1691430Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1692190Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1692920Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1693530Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1694110Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1694920Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1695780Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1696650Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1697430Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1698250Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1698790Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1699420Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1700030Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1700720Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1701430Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1702130Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1702820Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1703390Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1704020Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1704750Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1705520Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1706350Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1707040Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1707630Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1708700Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1709480Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1710130Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1710720Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1711340Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1712040Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1712710Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1713320Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1714060Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1714870Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1715490Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1716050Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1716710Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1717390Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1718030Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1718610Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1719210Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1719940Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1720680Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1721320Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1722080Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops 2025-03-21T20:58:21.1722730Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl 2025-03-21T20:58:21.1723390Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl 2025-03-21T20:58:21.1724180Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl 2025-03-21T20:58:21.1725020Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl 2025-03-21T20:58:21.1725820Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl 2025-03-21T20:58:21.1726390Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1726900Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1727540Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1728130Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1728760Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1729330Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1729890Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1730470Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1731040Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1731610Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1732240Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1873980Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps 2025-03-21T20:58:21.1878240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1880570Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1887710Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1889180Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1889840Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1890480Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1891100Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen 2025-03-21T20:58:21.1891640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1892220Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1892940Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1893650Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1894330Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1895110Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1895810Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1896460Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1897120Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1897810Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1898480Z copying torch/include/ATen/detail/HPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1899210Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail 2025-03-21T20:58:21.1899760Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1900320Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1901000Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1901660Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1902320Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1902940Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1903570Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1904190Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1904930Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1905520Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1906130Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1906820Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1907480Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1908090Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1908680Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1909360Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1909960Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1910610Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1911210Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1911790Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1912380Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1913100Z copying torch/include/ATen/native/RangeUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1913710Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1914280Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1914890Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1915550Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1916160Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1916750Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1917530Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1918200Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1918820Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1919420Z copying torch/include/ATen/native/Gelu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1920060Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1920690Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1921310Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1921960Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1922640Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1923310Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1924030Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1924810Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1925460Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1926110Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1926720Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1927340Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1927990Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1928650Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1929260Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1929920Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1930620Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.1931330Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2027220Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2027860Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2028510Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2029150Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2029760Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2030510Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2031140Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2031780Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2032430Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2033090Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2033730Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2034330Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2034950Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2035590Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2036320Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2036960Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2037680Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2038290Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2038900Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2039500Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2040100Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2040680Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2041320Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2042080Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2042870Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2043780Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2044560Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2045430Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2046240Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2046950Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2055530Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2056200Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2056870Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2057610Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2058230Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2058810Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2059400Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2060040Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2060670Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2061280Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2061870Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2062490Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2063170Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2063820Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2064540Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2065140Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2065770Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2066490Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native 2025-03-21T20:58:21.2067150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2067710Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2068360Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2069010Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2069670Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2070440Z copying torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2071240Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2071880Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2072560Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2073220Z copying torch/include/ATen/native/cpu/Gelu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2073930Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2074620Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2075420Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2076150Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2076860Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2077560Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2078220Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2078920Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2079660Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2080360Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2143710Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2172880Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2187670Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2200430Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2302870Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2313430Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2316970Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2319540Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2320350Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2321120Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2321800Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2322470Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu 2025-03-21T20:58:21.2323000Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2323860Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2324630Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2325340Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2326030Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2326760Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2327690Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2328370Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2329070Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2329770Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2330460Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2331130Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2331790Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2332520Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2333220Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2334020Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2334670Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2335500Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2336190Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2336880Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2337580Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2338290Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2338960Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2339700Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2340400Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2340750Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2341060Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2341480Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2341800Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2342110Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2342410Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2342710Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2343080Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2343380Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2343680Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2344030Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2344330Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2344660Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2344980Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2345270Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2345590Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2345960Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2346300Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2346710Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2347050Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2347380Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2347710Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2348050Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2348410Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2348740Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2349040Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2349350Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2349720Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2350040Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2350380Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2350670Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2351020Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2351330Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda 2025-03-21T20:58:21.2351570Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip 2025-03-21T20:58:21.2351870Z copying torch/include/ATen/native/hip/ck_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip 2025-03-21T20:58:21.2352150Z copying torch/include/ATen/native/hip/ck_bgemm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip 2025-03-21T20:58:21.2352450Z copying torch/include/ATen/native/hip/ck_gemm_template.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip 2025-03-21T20:58:21.2352730Z copying torch/include/ATen/native/hip/ck_gemm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip 2025-03-21T20:58:21.2352910Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai 2025-03-21T20:58:21.2353230Z copying torch/include/ATen/native/kleidiai/kai_pack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai 2025-03-21T20:58:21.2353580Z copying torch/include/ATen/native/kleidiai/kai_ukernel_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai 2025-03-21T20:58:21.2353900Z copying torch/include/ATen/native/kleidiai/kai_kernels.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai 2025-03-21T20:58:21.2354150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2354480Z copying torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2354830Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2355160Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2355480Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2355810Z copying torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2356130Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2356410Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps 2025-03-21T20:58:21.2356620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:21.2357010Z copying torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:21.2357370Z copying torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:21.2357770Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:21.2358190Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:21.2358380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2358720Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2359130Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2359480Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2359830Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2360280Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested 2025-03-21T20:58:21.2360470Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2360800Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2361170Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2361520Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2361840Z copying torch/include/ATen/native/quantized/library.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2362200Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2362560Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2363090Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2363440Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized 2025-03-21T20:58:21.2363670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2364030Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2364380Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2364760Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2365140Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2365490Z copying torch/include/ATen/native/quantized/cpu/qlinear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2365880Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2366250Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2366630Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2367160Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2367540Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2367890Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2368240Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2368580Z copying torch/include/ATen/native/quantized/cpu/qconv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2369070Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2369430Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:21.2369620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/transformers 2025-03-21T20:58:21.2369970Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/transformers 2025-03-21T20:58:21.2370320Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/transformers 2025-03-21T20:58:21.2370490Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils 2025-03-21T20:58:21.2411700Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils 2025-03-21T20:58:21.2412050Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils 2025-03-21T20:58:21.2412520Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils 2025-03-21T20:58:21.2412850Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/quantized 2025-03-21T20:58:21.2413150Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/quantized 2025-03-21T20:58:21.2413610Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/quantized 2025-03-21T20:58:21.2413770Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2414030Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2414290Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2414590Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2414880Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2415170Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2415430Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu 2025-03-21T20:58:21.2415600Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/detail 2025-03-21T20:58:21.2415900Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/detail 2025-03-21T20:58:21.2416070Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2416400Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2416820Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2417110Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2417400Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2417720Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2418020Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2418440Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize 2025-03-21T20:58:21.2418620Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros 2025-03-21T20:58:21.2418890Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros 2025-03-21T20:58:21.2419140Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros 2025-03-21T20:58:21.2419390Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros 2025-03-21T20:58:21.2419550Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2419840Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2420080Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2420340Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2420610Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2420930Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2421170Z copying torch/include/c10/core/Device.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2421490Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2421750Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2422040Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2422360Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2422620Z copying torch/include/c10/core/Event.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2422870Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2423200Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2423460Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2423720Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2424010Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2424280Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2424590Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2424850Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2425100Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2425390Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2425630Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2425890Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2426150Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2426480Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2426730Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2426990Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2427240Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2427500Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2427740Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2428000Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2428280Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2428520Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2428830Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2429090Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2429340Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2429620Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2429880Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2430130Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2430390Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2430670Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2430930Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2431170Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2431420Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2431720Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2431990Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2575750Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2677270Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2716010Z copying torch/include/c10/core/CachingDeviceAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core 2025-03-21T20:58:21.2716350Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2716700Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2717040Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2717370Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2720410Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2720740Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing 2025-03-21T20:58:21.2720930Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2721330Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2721660Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2722000Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2722390Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2722810Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:21.2723260Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2723610Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2724060Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2724410Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2724760Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2725090Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2725410Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2725740Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch 2025-03-21T20:58:21.2725940Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration 2025-03-21T20:58:21.2726290Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration 2025-03-21T20:58:21.2726630Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration 2025-03-21T20:58:21.2726990Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration 2025-03-21T20:58:21.2727460Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration 2025-03-21T20:58:21.2727640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2727960Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2728270Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2728580Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2728880Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2729320Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2729650Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2729930Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2730240Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2730560Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2730850Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2731180Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2731480Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2731850Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2732100Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2732490Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2732830Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2733120Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl 2025-03-21T20:58:21.2733280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2733520Z copying torch/include/c10/util/Type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2733830Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2734100Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2734350Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2734610Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2734870Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2735110Z copying torch/include/c10/util/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2735410Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2735650Z copying torch/include/c10/util/Half.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2735900Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2736130Z copying torch/include/c10/util/env.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2736400Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2736640Z copying torch/include/c10/util/Gauge.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2736950Z copying torch/include/c10/util/WaitCounterDynamicBackend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2737250Z copying torch/include/c10/util/Float8_e8m0fnu-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2737520Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2737870Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2738130Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2738410Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2738740Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2738990Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.2920700Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3021940Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3081690Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3089700Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3091420Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3091700Z copying torch/include/c10/util/numa.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3091950Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3092200Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3092490Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3092750Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3093000Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3095260Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3096310Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3097070Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3097720Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3098040Z copying torch/include/c10/util/overflows.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3098460Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3098710Z copying torch/include/c10/util/Load.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3098980Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3099290Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3099550Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3099820Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3100160Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3100400Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3100660Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3100920Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3101170Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3101430Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3101670Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3101920Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3102180Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3102480Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3102730Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3102990Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3103320Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3103570Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3103810Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3104070Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3104420Z copying torch/include/c10/util/strides.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3104770Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3105110Z copying torch/include/c10/util/Float8_e8m0fnu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3105450Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3105840Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3106260Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3106610Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3107040Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3107380Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3107740Z copying torch/include/c10/util/NetworkFlow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3108060Z copying torch/include/c10/util/Array.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3118370Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3118750Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3119160Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3119570Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3119850Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3120110Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3120370Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3120620Z copying torch/include/c10/util/int128.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3120860Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3121140Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3121390Z copying torch/include/c10/util/irange.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3121660Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3122050Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3122300Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3122610Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3122860Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3123100Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3123370Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3123670Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3123940Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3124220Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3124500Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3124800Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3125060Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3125330Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3250610Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3352490Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3452860Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3547270Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3548430Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3549950Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3550790Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3552240Z copying torch/include/c10/util/hash.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3552970Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3553640Z copying torch/include/c10/util/complex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3554280Z copying torch/include/c10/util/bits.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3554990Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3555700Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3556410Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3557300Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3558000Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util 2025-03-21T20:58:21.3558680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3559510Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3560220Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3562040Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3562790Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3563480Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3564180Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3564950Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3565720Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3566660Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3567630Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3569600Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3570410Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3573980Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3574560Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda 2025-03-21T20:58:21.3574750Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/impl 2025-03-21T20:58:21.3575040Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/impl 2025-03-21T20:58:21.3575580Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/impl 2025-03-21T20:58:21.3576110Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3576800Z copying torch/include/c10/metal/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3577800Z copying torch/include/c10/metal/special_math.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3578560Z copying torch/include/c10/metal/reduction_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3579300Z copying torch/include/c10/metal/indexing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3579980Z copying torch/include/c10/metal/random.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal 2025-03-21T20:58:21.3580390Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3581060Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3581770Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3582530Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3583220Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3583920Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3584830Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu 2025-03-21T20:58:21.3585290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/impl 2025-03-21T20:58:21.3586250Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/impl 2025-03-21T20:58:21.3586660Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3587280Z copying torch/include/torch/script.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3587900Z copying torch/include/torch/library.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3588610Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3589270Z copying torch/include/torch/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3589900Z copying torch/include/torch/extension.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch 2025-03-21T20:58:21.3590330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3591010Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3591690Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3592480Z copying torch/include/torch/csrc/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3593180Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3594270Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3595070Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3595730Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3596420Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3597180Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3597900Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3599890Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3601220Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3601950Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3602300Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3602570Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3602870Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3603130Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3603410Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3603690Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.3603960Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4107950Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4209140Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4286350Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4388840Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4491250Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4535440Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4563470Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4568790Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4569440Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4569880Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc 2025-03-21T20:58:21.4570330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4574740Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4575580Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4576130Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4576530Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4576890Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4577260Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4577620Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4578070Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4578420Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4578780Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4579130Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4579480Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4579830Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4580190Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4580740Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4581130Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4581490Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4581950Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4582320Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4582680Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4583030Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4583400Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4583780Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4584160Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:21.4586160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4587950Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4589160Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4590360Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4591490Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4603740Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4605270Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4606530Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4607660Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:21.4608370Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:21.4609700Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:21.4611050Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:21.4612360Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:21.4613260Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4614580Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4616170Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4617410Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4618650Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4619960Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4621220Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4622470Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:21.4623140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:21.4624380Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:21.4625940Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:21.4627180Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:21.4627840Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4629120Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4630620Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4632130Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4633600Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4634880Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4636160Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4637430Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:21.4638130Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4639720Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4641060Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4644100Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4646230Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4647550Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:21.4648170Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:21.4649290Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:21.4660500Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:21.4664980Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4666090Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4667320Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4668920Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4670130Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4671200Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4672430Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4673480Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4675840Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4677050Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:21.4677740Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4679130Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4680410Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4681690Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4683190Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4684680Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4685950Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4686500Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4687010Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4687490Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4688050Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4688530Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4688990Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4689430Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4690060Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4690550Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4691020Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:21.4691280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.4691740Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.4692250Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.4692700Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.4693140Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5187980Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5189500Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5190760Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5192760Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5194100Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5195560Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5198140Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5199360Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5200600Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5201840Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5203290Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5205530Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5206890Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5208760Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5210010Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5211300Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5212460Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:21.5213510Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5214770Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5215960Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5217110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5218310Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5219560Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5220750Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5222470Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5223890Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5225970Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5227180Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5228410Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5229700Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5230920Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5232120Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5233380Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5235110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5236420Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5237730Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5239220Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5240440Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5241950Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5243270Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5244620Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:21.5245370Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5246780Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5252980Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5254110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5254650Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5255270Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5257480Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5843930Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5845430Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5846750Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5849650Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:21.5852030Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-03-21T20:58:21.5856030Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-03-21T20:58:21.5858680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:21.5861260Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:21.5864020Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:21.5867860Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:21.5869720Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5871760Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5872710Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5873590Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5876830Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5877720Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5878590Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5880110Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5881370Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:21.5882280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:21.5883390Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:21.5884470Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:21.5885580Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:21.5886360Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:21.5887090Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:21.5889320Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:21.5892810Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:21.5893780Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:21.5896050Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5899100Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5904250Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5905170Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5905940Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5907620Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5910110Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5912640Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5915630Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5916400Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5917130Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5918140Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5918920Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5919930Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5920700Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5921530Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5923290Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5926140Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5928300Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5929080Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5929830Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5930670Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5931390Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5932100Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5933040Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5933800Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5934540Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.5935290Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6664250Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6667930Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6671100Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6673850Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6676370Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6678540Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6680800Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6681550Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6682280Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6683010Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6683950Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6684700Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6685710Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6686460Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6694240Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6695140Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6695900Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6696600Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6697300Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd 2025-03-21T20:58:21.6697920Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6698570Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6699560Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6700380Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6701320Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6702160Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6703050Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:21.6703990Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6705900Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6711330Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6713920Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6716280Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6718650Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6721020Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:21.6723180Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6726860Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6727930Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6730310Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6732100Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6732930Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6734720Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:21.6736380Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6738170Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6740160Z copying torch/include/torch/csrc/cuda/GdsFile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6741860Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6743720Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6745490Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6747810Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6749970Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6752260Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6753990Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6754720Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6755350Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6756660Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda 2025-03-21T20:58:21.6758470Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6759130Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6759920Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6760770Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6761610Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6762420Z copying torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6763220Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.6764150Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7079600Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7080810Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7081610Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7082430Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7083280Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7084090Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7084870Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7085690Z copying torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7086540Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7087510Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7088350Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7089150Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7090000Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7090850Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7091770Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7092580Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7093400Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7094200Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7095040Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7095880Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7096730Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7097740Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7098550Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7099410Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7100200Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7101020Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7101880Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7102720Z copying torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7103540Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7104360Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7105230Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7106050Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7107040Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7107870Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7108710Z copying torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7109610Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7110440Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7111410Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7114110Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7114930Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7115750Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7116600Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7117460Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7118320Z copying torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:21.7119150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7119780Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7120570Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7121560Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7122380Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7123170Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7123960Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7124740Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7125510Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7126280Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7127040Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7465680Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7466540Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7467360Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7468200Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7469010Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7469910Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7470730Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7471530Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7472290Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7473070Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7473870Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7475350Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7476370Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7477220Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7478120Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7478920Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7479730Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:21.7480430Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:21.7481180Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:21.7482130Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:21.7482880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:21.7483650Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:21.7484650Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:21.7485510Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7486360Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7487480Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7488570Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7489610Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7490740Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7491870Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7492910Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7493940Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7494960Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7496080Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:21.7496820Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7497440Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7498090Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7498750Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7499430Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7500130Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7500840Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7501530Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7502230Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7502950Z copying torch/include/torch/csrc/dynamo/eval_frame_cpp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7503630Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7504360Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7505200Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7505890Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7506550Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo 2025-03-21T20:58:21.7507090Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor 2025-03-21T20:58:21.7507720Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor 2025-03-21T20:58:21.7508550Z copying torch/include/torch/csrc/inductor/array_ref_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor 2025-03-21T20:58:21.7509160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7509820Z copying torch/include/torch/csrc/inductor/aoti_include/xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7510630Z copying torch/include/torch/csrc/inductor/aoti_include/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7844380Z copying torch/include/torch/csrc/inductor/aoti_include/cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7845220Z copying torch/include/torch/csrc/inductor/aoti_include/cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7846070Z copying torch/include/torch/csrc/inductor/aoti_include/array_ref.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:21.7846750Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:21.7847640Z copying torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:21.7848510Z copying torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:21.7849280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7849950Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7850810Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7851710Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7852610Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7853490Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:21.7854200Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7854850Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7855860Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7856730Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7857590Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7858430Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7859440Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7860550Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7861400Z copying torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7862260Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7863080Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7863950Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:21.7864630Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7865290Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7866160Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7866990Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7867970Z copying torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7868800Z copying torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:21.7869480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:21.7870150Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:21.7870970Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:21.7871770Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:21.7872450Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:21.7873190Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:21.7874150Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:21.7875120Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:21.7875900Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7876560Z copying torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7877350Z copying torch/include/torch/csrc/inductor/cpp_wrapper/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7878140Z copying torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7878990Z copying torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7879780Z copying torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:21.7883160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:21.7885520Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:21.7888280Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:21.7889310Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:21.7890010Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit 2025-03-21T20:58:21.7890550Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit 2025-03-21T20:58:21.7891300Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit 2025-03-21T20:58:21.7891940Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit 2025-03-21T20:58:21.7892590Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.7893220Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.7894020Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.7894790Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8278760Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8279600Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8280410Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8281230Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8282020Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8282930Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:21.8297190Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8299370Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8300320Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8301120Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8301900Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8303080Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8304040Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8304860Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8305630Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8306380Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8307140Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8307880Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8308740Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8310040Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8311030Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8311810Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8312540Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8313300Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8314060Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8314910Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8315690Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8316500Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8317450Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8318810Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8319770Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8320660Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8321480Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8322220Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8323000Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8323920Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8324770Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8326250Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8327190Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8328090Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8328950Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8329800Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8330840Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8331650Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8332570Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8333420Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8334310Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8335170Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8335980Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8336920Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8337780Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8338610Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8339500Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8340450Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8341300Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8342130Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8343020Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8343890Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8954230Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8955090Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8955910Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8956670Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8957440Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8958190Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8958940Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8959670Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8960570Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8961350Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8962320Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8963120Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8964080Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8964910Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8965710Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8966440Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8967220Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8968000Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8968760Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8969640Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8970420Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8971180Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8971910Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8972670Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8973530Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8974310Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8975070Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8975830Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8976600Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8977320Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8978030Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8978800Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8979540Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8980270Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8981120Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8981910Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:21.8982540Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8983240Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8984140Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8985070Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8985990Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8986920Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8987920Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8988870Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8989770Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8990700Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:21.8991400Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8992150Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8992970Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8993870Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8994690Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8995570Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:21.8996230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.8996870Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.8997760Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.8998590Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.8999330Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9395660Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9402120Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9402940Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9403710Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9404460Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9405230Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9406000Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9406760Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9407480Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9408410Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9409240Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9410090Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9410900Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9411660Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9412600Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9413390Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9414160Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9414970Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9415800Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9416590Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9417330Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9418340Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9419160Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9420220Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9421000Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9421850Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9422630Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:21.9423230Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9423800Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9424470Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9425120Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9425780Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9426440Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9427300Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9428000Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9428680Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9429360Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9430050Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9430740Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9431550Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9432230Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:21.9432800Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9433400Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9434160Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9434920Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9435720Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9436580Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9437650Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9438460Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9439400Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9440140Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9440860Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9441570Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9442330Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9445020Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9445830Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9446620Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9447410Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9448320Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9959270Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9960100Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9960860Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9961730Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9962700Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9963470Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9964350Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9965120Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9965880Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9966630Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9967400Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:21.9968000Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9968760Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9969470Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9970370Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9971050Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9971720Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api 2025-03-21T20:58:21.9972290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9972930Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9973750Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9974570Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9975360Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9976580Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9977540Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9978360Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9979180Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9980020Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9980900Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9981870Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9982750Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9983570Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9984580Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9985600Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9986450Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9989170Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9991820Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9994090Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9996520Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9997380Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:21.9998020Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:21.9998720Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:21.9999480Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0000210Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0001040Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0001800Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0002250Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0002700Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0003040Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0003380Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0003770Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0004110Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0004540Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0004860Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0005450Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0005900Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0006330Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python 2025-03-21T20:58:22.0007160Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0008750Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0446950Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0447580Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0447940Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0448380Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0448730Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0449070Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0449400Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0449750Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0450070Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0450400Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0450730Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0451100Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0451450Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0451960Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0452300Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0452650Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0452970Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0453290Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0453800Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0454130Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0454460Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:22.0454650Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/testing 2025-03-21T20:58:22.0454980Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/testing 2025-03-21T20:58:22.0455340Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/testing 2025-03-21T20:58:22.0455540Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0455890Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0456800Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0458220Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0459280Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0459660Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0460030Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0460380Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0461100Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0461440Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0461830Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0462150Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0462500Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0462950Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0464530Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0464900Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0465280Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0465630Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0465960Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0466390Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0466730Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0467100Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0467460Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0467810Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0468140Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0468510Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0468920Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0469280Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0469720Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0470070Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0470420Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0470780Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0471170Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0471520Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0471860Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0823590Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0823960Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0824470Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0824840Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0832680Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0833940Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0835250Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0835860Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:22.0836100Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0836540Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0836970Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0837510Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0837920Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0838350Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0838920Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0839340Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0839810Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0840220Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:22.0840430Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/codegen/cuda 2025-03-21T20:58:22.0840810Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/codegen/cuda 2025-03-21T20:58:22.0840980Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx 2025-03-21T20:58:22.0841280Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx 2025-03-21T20:58:22.0841560Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx 2025-03-21T20:58:22.0842090Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx 2025-03-21T20:58:22.0842280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0842630Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0843070Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0843400Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0843690Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0844070Z copying torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0844370Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0844690Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0845050Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0845360Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0845670Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0845970Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler 2025-03-21T20:58:22.0846200Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:22.0846590Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:22.0846990Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:22.0847490Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:22.0847810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:22.0848240Z copying torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:22.0848660Z copying torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:22.0849050Z copying torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:22.0849490Z copying torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:22.0849690Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/stubs 2025-03-21T20:58:22.0850030Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/stubs 2025-03-21T20:58:22.0850310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0850670Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0851040Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0851410Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0851910Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0852290Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0852660Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0853030Z copying torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0853380Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0853850Z copying torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0854240Z copying torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0854580Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.0854940Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.1594810Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.1595250Z copying torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.1595660Z copying torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.1596030Z copying torch/include/torch/csrc/profiler/unwind/range_table.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:22.1600740Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python 2025-03-21T20:58:22.1601160Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python 2025-03-21T20:58:22.1601740Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python 2025-03-21T20:58:22.1602090Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python 2025-03-21T20:58:22.1602280Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1602580Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1602890Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1603190Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1603490Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1603780Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1604090Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1604400Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1604820Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1605140Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1605450Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1605780Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1606110Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1606450Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1606870Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1607230Z copying torch/include/torch/csrc/utils/generated_serialization_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1607530Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1607850Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1608140Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1608450Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1608750Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1609070Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1609450Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1609790Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1610150Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1610460Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1610760Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1611050Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1611380Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1611680Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1611980Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1612280Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1612580Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1612880Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1613270Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1613600Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1613940Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1614300Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1614650Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1615070Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1615390Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1615670Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1615980Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1616260Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1616560Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1616850Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils 2025-03-21T20:58:22.1617040Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/tensor 2025-03-21T20:58:22.1617350Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/tensor 2025-03-21T20:58:22.1618000Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:22.1620330Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:22.1620930Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:22.1621310Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:22.1621660Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:22.1621860Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.1622180Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.1622520Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2010260Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2011050Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2011740Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2012450Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2013350Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2014090Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2014800Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2015500Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2016190Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2016990Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2017700Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2018400Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2019080Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2019780Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2020470Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2021180Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2021880Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2022730Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2023790Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2026020Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2027850Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2029620Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:22.2031290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/internal_ops 2025-03-21T20:58:22.2033550Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/internal_ops 2025-03-21T20:58:22.2035310Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:22.2037700Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:22.2040560Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:22.2042770Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/python 2025-03-21T20:58:22.2044440Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/python 2025-03-21T20:58:22.2046140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2048490Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2051070Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2053180Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2055260Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2057380Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2060100Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2062220Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2064250Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2066440Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2068530Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:22.2070140Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu 2025-03-21T20:58:22.2071530Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu 2025-03-21T20:58:22.2073220Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu 2025-03-21T20:58:22.2075260Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu 2025-03-21T20:58:22.2076680Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2077930Z copying torch/include/pybind11/attr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2079870Z copying torch/include/pybind11/embed.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2081370Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2082910Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2084460Z copying torch/include/pybind11/operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2086000Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2087480Z copying torch/include/pybind11/gil.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2088930Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2090670Z copying torch/include/pybind11/typing.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2092360Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2093900Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2095440Z copying torch/include/pybind11/options.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2098530Z copying torch/include/pybind11/functional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2100080Z copying torch/include/pybind11/stl.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2101560Z copying torch/include/pybind11/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2103050Z copying torch/include/pybind11/eval.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2104500Z copying torch/include/pybind11/cast.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2106150Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2107780Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2109770Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2112490Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.2114100Z copying torch/include/pybind11/complex.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11 2025-03-21T20:58:22.7283480Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7285400Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7287460Z copying torch/include/pybind11/detail/exception_translation.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7289400Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7291210Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7293070Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7295460Z copying torch/include/pybind11/detail/cpp_conduit.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7297710Z copying torch/include/pybind11/detail/value_and_holder.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7300150Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7302100Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7304130Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail 2025-03-21T20:58:22.7305670Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen 2025-03-21T20:58:22.7307150Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen 2025-03-21T20:58:22.7308910Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen 2025-03-21T20:58:22.7310690Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen 2025-03-21T20:58:22.7312360Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen 2025-03-21T20:58:22.7313770Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/aoti_runtime 2025-03-21T20:58:22.7315390Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/aoti_runtime 2025-03-21T20:58:22.7317040Z copying torch/_inductor/script.ld -> build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor 2025-03-21T20:58:22.7319010Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:22.7320630Z copying torch/_export/serde/export_schema.thrift -> build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde 2025-03-21T20:58:22.7322580Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/ATen 2025-03-21T20:58:22.7324310Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/ATen 2025-03-21T20:58:22.7325970Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7328220Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7330420Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7351100Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7352050Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7352730Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7353420Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7354270Z copying torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2 2025-03-21T20:58:22.7354880Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7355500Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7356290Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7357070Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7357970Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7358720Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7359680Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7360440Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7361260Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7362090Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public 2025-03-21T20:58:22.7362710Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:22.7363520Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:22.7364400Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:22.7365150Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:22.7365990Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:22.7367290Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:22.7368330Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:22.7369410Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:22.7370290Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:22.7371260Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:22.7372590Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:22.7373650Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:22.7374780Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:22.7375580Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Tensorpipe 2025-03-21T20:58:22.7376270Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Tensorpipe 2025-03-21T20:58:22.7377190Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Tensorpipe 2025-03-21T20:58:22.7377870Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Torch 2025-03-21T20:58:22.7378480Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Torch 2025-03-21T20:58:22.7379510Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Torch 2025-03-21T20:58:22.7380320Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils 2025-03-21T20:58:22.7381380Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:22.7382370Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:22.7383280Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:22.7384280Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:22.7427330Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:22.7428040Z copying torch/utils/model_dump/code.js -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:22.7428720Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:22.7429340Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump 2025-03-21T20:58:22.7429930Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7430550Z copying torch/lib/libbackend_with_compiler.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7431370Z copying torch/lib/libtorch.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7431930Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7432490Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7433060Z copying torch/lib/libjitbackend_test.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7433590Z copying torch/lib/libc10.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7434150Z copying torch/lib/libtorchbind_test.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7434730Z copying torch/lib/libaoti_custom_ops.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:22.7435400Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe 2025-03-21T20:58:22.7435980Z copying torch/include/tensorpipe/config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe 2025-03-21T20:58:22.7436670Z copying torch/include/tensorpipe/tensorpipe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe 2025-03-21T20:58:22.7437240Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel 2025-03-21T20:58:22.7437840Z copying torch/include/tensorpipe/channel/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel 2025-03-21T20:58:22.7438620Z copying torch/include/tensorpipe/channel/context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel 2025-03-21T20:58:22.7439270Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/basic 2025-03-21T20:58:22.7439920Z copying torch/include/tensorpipe/channel/basic/factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/basic 2025-03-21T20:58:22.7440590Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/mpt 2025-03-21T20:58:22.7441270Z copying torch/include/tensorpipe/channel/mpt/factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/mpt 2025-03-21T20:58:22.7442060Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/xth 2025-03-21T20:58:22.7442710Z copying torch/include/tensorpipe/channel/xth/factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/xth 2025-03-21T20:58:22.7444640Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7446280Z copying torch/include/tensorpipe/common/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7448350Z copying torch/include/tensorpipe/common/device.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7450350Z copying torch/include/tensorpipe/common/cpu_buffer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7452710Z copying torch/include/tensorpipe/common/optional.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7454740Z copying torch/include/tensorpipe/common/buffer.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common 2025-03-21T20:58:22.7456330Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7457890Z copying torch/include/tensorpipe/core/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7459860Z copying torch/include/tensorpipe/core/listener.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7461760Z copying torch/include/tensorpipe/core/context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7464680Z copying torch/include/tensorpipe/core/message.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7466970Z copying torch/include/tensorpipe/core/pipe.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core 2025-03-21T20:58:22.7468610Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport 2025-03-21T20:58:22.7470350Z copying torch/include/tensorpipe/transport/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport 2025-03-21T20:58:22.7473980Z copying torch/include/tensorpipe/transport/context.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport 2025-03-21T20:58:22.7475810Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv 2025-03-21T20:58:22.7477490Z copying torch/include/tensorpipe/transport/uv/error.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv 2025-03-21T20:58:22.7479680Z copying torch/include/tensorpipe/transport/uv/utility.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv 2025-03-21T20:58:22.7480490Z copying torch/include/tensorpipe/transport/uv/factory.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv 2025-03-21T20:58:22.7481120Z creating build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7481720Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7482450Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7483180Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7483810Z copying torch/include/kineto/Config.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7484440Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7485100Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7485770Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7486830Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7487690Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7488490Z copying torch/include/kineto/output_base.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7489210Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7489830Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7490500Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7491120Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7491770Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7492410Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto 2025-03-21T20:58:22.7492960Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/native 2025-03-21T20:58:22.7493610Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/native 2025-03-21T20:58:22.7494340Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/native 2025-03-21T20:58:22.7494970Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7495760Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7496590Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7497400Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7498280Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7499180Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7499980Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7500880Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7501730Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:22.7502510Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6244550Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6247490Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6249640Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6251840Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6254330Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6257250Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6259390Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6260840Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6261860Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6264520Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6265960Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6267380Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6268490Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6269750Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6271620Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6273020Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6277050Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6278060Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6279750Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6280740Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6282370Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6284460Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6286970Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6288380Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6290590Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6291530Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6292600Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6294090Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6295040Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6297150Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates 2025-03-21T20:58:25.6298270Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6299000Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6299900Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6300840Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6302640Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6303760Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6305190Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6308110Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6309010Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6310010Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6311100Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6313180Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6314700Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6317180Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6318050Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6320250Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6322420Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6323210Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd 2025-03-21T20:58:25.6324090Z creating build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6324880Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6325820Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6326670Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6327600Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6328480Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6329410Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6330390Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6331300Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6332120Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6333220Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6334110Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6334960Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6335870Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6409670Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6412060Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6414490Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6416790Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6419430Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6421470Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6422440Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6423410Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6424290Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6425180Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates 2025-03-21T20:58:25.6426020Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:25.6426530Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/nn 2025-03-21T20:58:25.6427080Z copying torch/utils/_config_typing.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils 2025-03-21T20:58:25.6427650Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/jit 2025-03-21T20:58:25.6428310Z copying torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim 2025-03-21T20:58:25.6429020Z copying torch/optim/_multi_tensor/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_multi_tensor 2025-03-21T20:58:25.6429740Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes 2025-03-21T20:58:25.6430250Z running build_ext 2025-03-21T20:58:25.6430480Z -- Building with NumPy bindings 2025-03-21T20:58:25.6430750Z -- Not using cuDNN 2025-03-21T20:58:25.6430990Z -- Not using CUDA 2025-03-21T20:58:25.6431200Z -- Not using XPU 2025-03-21T20:58:25.6431440Z -- Not using MKLDNN 2025-03-21T20:58:25.6431670Z -- Not using NCCL 2025-03-21T20:58:25.6432000Z -- Building with distributed package: 2025-03-21T20:58:25.6432330Z -- USE_TENSORPIPE=True 2025-03-21T20:58:25.6432580Z -- USE_GLOO=True 2025-03-21T20:58:25.6432780Z -- USE_MPI=False 2025-03-21T20:58:25.6433010Z -- Building Executorch 2025-03-21T20:58:25.6433350Z -- Not using ITT 2025-03-21T20:58:25.6434040Z Copying functorch._C from functorch/functorch.so to /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/lib.macosx-11.1-arm64-cpython-311/functorch/_C.cpython-311-darwin.so 2025-03-21T20:58:25.6435180Z copying functorch/functorch.so -> /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/build/lib.macosx-11.1-arm64-cpython-311/functorch/_C.cpython-311-darwin.so 2025-03-21T20:58:25.6435870Z building 'torch._C' extension 2025-03-21T20:58:25.6436240Z creating build/temp.macosx-11.1-arm64-cpython-311/torch/csrc 2025-03-21T20:58:25.6437800Z clang -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -I/Users/runner/work/_temp/conda_environment_14000170657/include/python3.11 -c torch/csrc/stub.c -o build/temp.macosx-11.1-arm64-cpython-311/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2025-03-21T20:58:25.6440960Z clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/runner/work/_temp/conda_environment_14000170657/lib -L/Users/runner/work/_temp/conda_environment_14000170657/lib -Wl,-rpath,/Users/runner/work/_temp/conda_environment_14000170657/lib -L/Users/runner/work/_temp/conda_environment_14000170657/lib build/temp.macosx-11.1-arm64-cpython-311/torch/csrc/stub.o -L/Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/torch/lib -ltorch_python -o build/lib.macosx-11.1-arm64-cpython-311/torch/_C.cpython-311-darwin.so -Wl,-rpath,@loader_path/lib 2025-03-21T20:58:25.6442760Z ld: warning: duplicate -rpath '/Users/runner/work/_temp/conda_environment_14000170657/lib' ignored 2025-03-21T20:58:25.6443500Z copying /Users/runner/work/_temp/conda_environment_14000170657/lib/libomp.dylib -> build/lib.macosx-11.1-arm64-cpython-311/torch/lib 2025-03-21T20:58:25.6451610Z copying /opt/homebrew/opt/libomp/include/omp.h -> build/lib.macosx-11.1-arm64-cpython-311/torch/include 2025-03-21T20:58:25.6452400Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-21T20:58:25.6453020Z !! 2025-03-21T20:58:25.6453100Z 2025-03-21T20:58:25.6453300Z ******************************************************************************** 2025-03-21T20:58:25.6453560Z Please avoid running ``setup.py`` directly. 2025-03-21T20:58:25.6453820Z Instead, use pypa/build, pypa/installer or other 2025-03-21T20:58:25.6454090Z standards-based tools. 2025-03-21T20:58:25.6454210Z 2025-03-21T20:58:25.6454460Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-21T20:58:25.6454820Z ******************************************************************************** 2025-03-21T20:58:25.6454980Z 2025-03-21T20:58:25.6455030Z !! 2025-03-21T20:58:25.6455170Z self.initialize_options() 2025-03-21T20:58:25.6455400Z installing to build/bdist.macosx-11.1-arm64/wheel 2025-03-21T20:58:25.6455650Z running install 2025-03-21T20:58:25.6455820Z running install_lib 2025-03-21T20:58:25.6456040Z creating build/bdist.macosx-11.1-arm64/wheel 2025-03-21T20:58:25.6456290Z creating build/bdist.macosx-11.1-arm64/wheel/torch 2025-03-21T20:58:25.6456620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2025-03-21T20:58:25.6457220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/flat_apply.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6458100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/foreach_map.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6458880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/effects.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6459710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/_invoke_quant.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6460510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/invoke_subgraph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6461330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/aoti_call_delegate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6462140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/while_loop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6462930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/base_hop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6463660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6464440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/strict_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6465210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/torchbind.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6465980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/cond.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6466780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/map.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6467570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/hints_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6468390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6469180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/out_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6469990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/executorch_call_delegate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6470870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/scan.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6471670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/run_const_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6472490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/associative_scan.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6537550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6538470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6539340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6540160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_higher_order_ops/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_higher_order_ops 2025-03-21T20:58:25.6540890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2025-03-21T20:58:25.6541410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims/debug_prims.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims 2025-03-21T20:58:25.6542190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims 2025-03-21T20:58:25.6542860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims/context.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims 2025-03-21T20:58:25.6543530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims/rng_prims.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims 2025-03-21T20:58:25.6544170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims/executor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims 2025-03-21T20:58:25.6544800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_storage_docs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.6545280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2025-03-21T20:58:25.6545810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_logging/_internal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_logging 2025-03-21T20:58:25.6546490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_logging/scribe.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_logging 2025-03-21T20:58:25.6547160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_logging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_logging 2025-03-21T20:58:25.6547910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_logging/_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_logging 2025-03-21T20:58:25.6548620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_logging/structured.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_logging 2025-03-21T20:58:25.6549280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2025-03-21T20:58:25.6549820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/partitioners.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6550560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/compile_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6551290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6552060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6552700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6553710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing/graph_info_provider.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6554730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing/knapsack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6555710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6556730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing/ac_logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6557770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_activation_checkpointing/knapsack_evaluator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_activation_checkpointing 2025-03-21T20:58:25.6558650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/python_key.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6559440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6560250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6561110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/deprecated.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6561860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/top_operators_github_usage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6562610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6563360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/batch_norm_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6564110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/fx_minifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6564710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6565520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6566410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6567280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6568210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6569110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6570110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/autograd_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6571090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6572010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6573020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6573940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6574840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6575760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6576590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6577580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch/_aot_autograd 2025-03-21T20:58:25.6578470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/apis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6579180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6579930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6580620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/compilers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6581350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/eager_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6582060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/vmap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6645060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6645870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/make_functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6646750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_functorch/functional_call.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_functorch 2025-03-21T20:58:25.6647290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2025-03-21T20:58:25.6647840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6648540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_getlimits.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6649360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6650070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6650740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6651400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6652060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6652700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2025-03-21T20:58:25.6653250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy/testing 2025-03-21T20:58:25.6653980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/testing/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy/testing 2025-03-21T20:58:25.6654660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_dtypes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6655310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6655950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_ndarray.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6656650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_ufuncs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6657310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_util.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6658000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_normalizations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6658790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6659430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/fft.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6660170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6660810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_numpy/_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_numpy 2025-03-21T20:58:25.6661290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export 2025-03-21T20:58:25.6661770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/error.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6662400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/tools.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6662910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2025-03-21T20:58:25.6663490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/pass_infra 2025-03-21T20:58:25.6665480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra/proxy_value.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/pass_infra 2025-03-21T20:58:25.6666320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_infra/node_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/pass_infra 2025-03-21T20:58:25.6666910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2025-03-21T20:58:25.6667600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/insert_custom_op_guards.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6668460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6669430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6670420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6671280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/replace_with_hop_pass_util.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6672150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6672900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/_node_metadata_hook.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6673710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/lift_constants_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6674540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6675390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6676290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/replace_autocast_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6677160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6678150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6679040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/passes 2025-03-21T20:58:25.6679840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/converter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6680510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6681150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6681820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6682520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6683040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2025-03-21T20:58:25.6683550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/logging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db 2025-03-21T20:58:25.6684310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db 2025-03-21T20:58:25.6685020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/gen_example.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db 2025-03-21T20:58:25.6685580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2025-03-21T20:58:25.6686380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/list_unpack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6687220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/specialized_attribute.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6688090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/static_for_loop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6688940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6689800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6777810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6778800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6779730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6780620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6781450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/type_reflection_method.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6782320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_operands.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6783140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6784070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6784900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6785890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6786760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6787620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6788430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6789280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/assume_constant_result.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6790120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6790970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/class_method.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6792000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/pytree_flatten.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6792840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/scalar_output.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6793670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_predicate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6794500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6795330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/unsupported_operator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6796260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/tensor_setattr.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6797060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/optional_input.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6797890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6798700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/static_if.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6799700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dictionary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6800500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/list_contains.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6801350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6802290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/user_input_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6803140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/null_context_manager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6804080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6804950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db/examples 2025-03-21T20:58:25.6805700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/db/case.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/db 2025-03-21T20:58:25.6806370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/non_strict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6806910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2025-03-21T20:58:25.6807460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/serialize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6808170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6808880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/schema_check.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6809630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/schema.yaml -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6810410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6811190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/export_schema.thrift -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6811900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/union.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6812600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/schema.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6813310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/serde/aoti_schema.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export/serde 2025-03-21T20:58:25.6813980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_export/verifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_export 2025-03-21T20:58:25.6814530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2025-03-21T20:58:25.6815100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/monitor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/monitor 2025-03-21T20:58:25.6815590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2025-03-21T20:58:25.6816090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dispatch 2025-03-21T20:58:25.6816870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dispatch/python.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dispatch 2025-03-21T20:58:25.6817640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2025-03-21T20:58:25.6818230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6818970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/meta_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6819700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6820490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/_fake_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6821230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/fake_impls.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6874260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6875140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/schema_check_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6875900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_subclasses/fake_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_subclasses 2025-03-21T20:58:25.6876680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_meta_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.6877330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.6877770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/futures 2025-03-21T20:58:25.6878300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/futures/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/futures 2025-03-21T20:58:25.6879010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/library.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.6886100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2025-03-21T20:58:25.6886630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/linalg 2025-03-21T20:58:25.6887290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_jit_internal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.6887980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2025-03-21T20:58:25.6888520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_custom_op 2025-03-21T20:58:25.6889200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_custom_op 2025-03-21T20:58:25.6889870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_op/impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_custom_op 2025-03-21T20:58:25.6890420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn 2025-03-21T20:58:25.6890740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2025-03-21T20:58:25.6891260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/bias.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention 2025-03-21T20:58:25.6892150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention/experimental 2025-03-21T20:58:25.6892800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention/experimental 2025-03-21T20:58:25.6893840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/experimental/_paged_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention/experimental 2025-03-21T20:58:25.6894640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention 2025-03-21T20:58:25.6895550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention 2025-03-21T20:58:25.6896300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/attention/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/attention 2025-03-21T20:58:25.6896820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2025-03-21T20:58:25.6897470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/parallel_apply.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6898520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/comm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6899260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/scatter_gather.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6900180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6900900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6901740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6902450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6903160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parallel/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/parallel 2025-03-21T20:58:25.6903680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2025-03-21T20:58:25.6904020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2025-03-21T20:58:25.6904560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/dynamic 2025-03-21T20:58:25.6905140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2025-03-21T20:58:25.6905760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/dynamic/modules 2025-03-21T20:58:25.6906770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/dynamic/modules 2025-03-21T20:58:25.6907520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat 2025-03-21T20:58:25.6908110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2025-03-21T20:58:25.6908660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/modules 2025-03-21T20:58:25.6909480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/modules 2025-03-21T20:58:25.6910200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/modules 2025-03-21T20:58:25.6911180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/qat/modules 2025-03-21T20:58:25.6911890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/common_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.6912380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2025-03-21T20:58:25.6912830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2025-03-21T20:58:25.6913500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference 2025-03-21T20:58:25.6914140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6914820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6915820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6916920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6917890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6919100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6920000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/_reference/modules 2025-03-21T20:58:25.6920690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2025-03-21T20:58:25.6921420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/dynamic 2025-03-21T20:58:25.6922060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-03-21T20:58:25.6922740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/dynamic/modules 2025-03-21T20:58:25.6923750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/dynamic/modules 2025-03-21T20:58:25.6924750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/dynamic/modules 2025-03-21T20:58:25.6925770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/dynamic/modules 2025-03-21T20:58:25.6926780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized 2025-03-21T20:58:25.6927530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized 2025-03-21T20:58:25.7046260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2025-03-21T20:58:25.7047130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7048050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7160900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7161890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7164120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7165660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7166850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7168350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7169930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7172780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7173940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantized/modules 2025-03-21T20:58:25.7175240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2025-03-21T20:58:25.7177730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/backends/thnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/backends 2025-03-21T20:58:25.7180210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/backends 2025-03-21T20:58:25.7181800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parameter.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.7184690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.7186180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/_reduction.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.7188650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2025-03-21T20:58:25.7190890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_named_member_accessor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7192110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/spectral_norm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7194360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/convert_parameters.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7197130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/stateless.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7200340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/parametrize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7203470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/memory_format.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7205660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_per_sample_grad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7207250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7210600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/weight_norm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7212050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/fusion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7212870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/prune.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7214030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/parametrizations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7215000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/init.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7216710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_deprecation_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7217610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7218540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7220600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7222640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7224970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7227090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7228180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7229280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7230720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7232430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7235230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7236420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils/_expanded_weights 2025-03-21T20:58:25.7237780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/utils/clip_grad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/utils 2025-03-21T20:58:25.7238900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2025-03-21T20:58:25.7239630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantizable 2025-03-21T20:58:25.7240900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2025-03-21T20:58:25.7242070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantizable/modules 2025-03-21T20:58:25.7242950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantizable/modules 2025-03-21T20:58:25.7244000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/quantizable/modules 2025-03-21T20:58:25.7244750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.7245790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2025-03-21T20:58:25.7246150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2025-03-21T20:58:25.7246850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/qat 2025-03-21T20:58:25.7247430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-03-21T20:58:25.7248120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/qat/modules 2025-03-21T20:58:25.7249410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/qat/modules 2025-03-21T20:58:25.7250780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/qat/modules 2025-03-21T20:58:25.8355570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/qat/modules 2025-03-21T20:58:25.8356290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2025-03-21T20:58:25.8356810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:25.8357500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:25.8358230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:25.8359020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:25.8360050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:25.8360950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized 2025-03-21T20:58:25.8361580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:25.8362250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:25.8363160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:25.8364310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:25.8365250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/quantized/modules 2025-03-21T20:58:25.8366100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic 2025-03-21T20:58:25.8366670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2025-03-21T20:58:25.8367260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/modules 2025-03-21T20:58:25.8368200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/intrinsic/modules 2025-03-21T20:58:25.8368890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.8369490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/init.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.8370090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/functional.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.8370700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/grad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.8371160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2025-03-21T20:58:25.8371690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/upsampling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8372420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/channelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8373160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/instancenorm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8373930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/flatten.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8374630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8375460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8376180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8376910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/pooling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8377590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8378290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/distance.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8379010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/container.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8379790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/pixelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8380510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/adaptive.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8381250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/loss.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8382030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8382760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8383510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/transformer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8384240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8384940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8385610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8386360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8387020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8387730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8388450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8389150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/padding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8389830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/modules/fold.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn/modules 2025-03-21T20:58:25.8390480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nn/parameter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nn 2025-03-21T20:58:25.8391100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_thread_safe_fork.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.8391630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mps 2025-03-21T20:58:25.8392100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mps/event.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mps 2025-03-21T20:58:25.8392700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mps 2025-03-21T20:58:25.8393370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mps/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mps 2025-03-21T20:58:25.8393820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/test 2025-03-21T20:58:25.8394430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_ConstexprCrc_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8395120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/dispatch_key_set_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8395800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/type_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8396440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/cpu_allocator_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8397090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/weakref_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8397750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_string_view_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8398410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_exception_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8399110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/packedtensoraccessor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8976720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/quantized_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8977450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_small_vector_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8978100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/type_ptr_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8978850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_error_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8979530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_SizesAndStrides_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8980270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/scalar_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8981090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_ordered_preserving_dict_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8981870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/math_kernel_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8982550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/kernel_stackbased_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8983290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Metaprogramming_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8983960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/MaybeOwned_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8984690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_ArrayRef_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8985340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/operator_name_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8986120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Synchronized_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8986920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/inline_container_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8987700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_ssize_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8988410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_cow_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8989020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/Dimname_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8989720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/cpu_rng_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8990410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/kernel_lambda_legacy_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8991090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/mps_test_objc_interface -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8991870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/mps_test_allocator -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8992550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/dlconvertor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.8993370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/cpu_profiling_allocator_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9000630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_intrusive_ptr_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9001320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/pow_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9002140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_DispatchKeySet_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9002850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_NetworkFlow_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9003520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/backend_fallback_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9004320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_InlineStreamGuard_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9005040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_optional_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9005860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_TypeIndex_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9006540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/undefined_tensor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9007280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/basic -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9007900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/List_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9008520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_SymInt_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9009300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9010020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/extension_backend_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9010710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Bitset_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9011690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/thread_init_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9012380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/kernel_function_legacy_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9013190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/apply_utils_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9014000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9014810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Scalar_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9015460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/legacy_vmap_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9016250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_DeviceGuard_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9016920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/CppSignature_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9017710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/reportMemoryUsage_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9018410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/lazy_tensor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9019080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/mps_test_metal_library -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9019850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_string_util_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9020750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/reduce_ops_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9021430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/stride_properties_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9022190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_StreamGuard_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9022850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/IListRef_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9023580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/NamedTensor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9024260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/verify_api_visibility -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9025130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/test_parallel -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9025860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/operators_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9026520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/op_allowlist_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9027280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_bit_cast_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9027970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/mps_test_print -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9028650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/scalar_tensor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9234110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Half_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9234820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_registry_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9235620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/xla_tensor_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9236260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/half_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9237090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_complex_math_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9237770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_DeadlockDetection_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9238440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_accumulate_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9239120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_ThreadLocal_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9239770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/native_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9240410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_TypeList_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9241040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_bfloat16_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9241700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_InlineDeviceGuard_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9242350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/wrapdim_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9242980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/op_registration_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9243690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_lazy_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9244280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/atest -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9244900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_generic_math_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9245540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/kernel_function_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9246190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/kernel_lambda_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9246830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/memory_overlapping_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9247530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/Dict_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9248140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_irange_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9248770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/mobile_memory_cleanup -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9249420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_tempfile_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9250110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9250820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/StorageUtils_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9251470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_Device_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9252120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/broadcast_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9252790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_LeftRight_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9253420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/ivalue_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9254110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_flags_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9254760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_TypeTraits_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9255430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/KernelFunction_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9256090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/memory_format_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9256730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_logging_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9257390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/tensor_iterator_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9258040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/cpu_generator_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9258680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_typeid_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9259290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/test/c10_complex_test -> build/bdist.macosx-11.1-arm64/wheel/./torch/test 2025-03-21T20:58:25.9259900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:25.9260330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2025-03-21T20:58:25.9260840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:25.9261450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:25.9261920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2025-03-21T20:58:25.9262460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/registration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:25.9263170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/io_adapter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:25.9263710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2025-03-21T20:58:25.9264320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/registration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9265120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9265970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9266780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9267380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2025-03-21T20:58:25.9267980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/analysis 2025-03-21T20:58:25.9268820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/analysis 2025-03-21T20:58:25.9269680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9270480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9271290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9271860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9272480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9273380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9274220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9275030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9275880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9430160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9431260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9432120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx/passes 2025-03-21T20:58:25.9432920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9433780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9434540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/patcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9435430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9436240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9437170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/fx/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/fx 2025-03-21T20:58:25.9437940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:25.9438770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/_lazy_import.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:25.9439530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/_exporter_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:25.9440220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2025-03-21T20:58:25.9440870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics 2025-03-21T20:58:25.9441810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:25.9442320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9443070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9444260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9445320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9446470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9447550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9448720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9449750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9450930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9452160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9453380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9454490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9455780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9456780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9457840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9459010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9460150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9461220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9462470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9463800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9464920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9466040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9467210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9468330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9469410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9470560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9471700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9472860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9473900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9475080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:25.9476190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0238600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0239890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0241220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0243550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0244830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0248220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0251270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0253700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0255010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0256220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0257750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0258960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0260220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0261830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0262970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0264030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0265200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0266690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0267990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0269440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0270710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0272360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0273800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0275760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0277070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra/sarif 2025-03-21T20:58:26.0278480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0279570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0280770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0282080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0283330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0284400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics/infra 2025-03-21T20:58:26.0285400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics 2025-03-21T20:58:26.0286550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/diagnostics 2025-03-21T20:58:26.0287410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/onnxruntime.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:26.0287970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2025-03-21T20:58:26.0288580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0289370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0290300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_errors.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0291170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_capture_strategies.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0292000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0292820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_dispatching.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0293630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_isolated.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0294430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_decomp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0295210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0296230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_onnx_program.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0382130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:26.0383000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:26.0383930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:26.0384600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:26.0385310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:26.0386230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops/core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:26.0387160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib/ops 2025-03-21T20:58:26.0388100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter/_torchlib 2025-03-21T20:58:26.0388980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_building.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0389950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0390810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0391610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0392420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_verification.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0393240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_reporting.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0394250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_registration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0395080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_testing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0395880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_compat.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0396720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_ir_passes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0397540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/exporter/_fx_passes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal/exporter 2025-03-21T20:58:26.0398330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:26.0399140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx/_internal 2025-03-21T20:58:26.0399840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0400510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_onnx_supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0401490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0402340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_caffe2.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0403060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0409550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/verification.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0410230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_flags.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0410890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0411590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0412270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0412900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_globals.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0413610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_helper.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0414290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0414940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0415560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0416220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0416860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0417580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/_experimental.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0418260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0418920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/errors.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0419580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0420230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/operators.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0420910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0421650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0422320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/onnx 2025-03-21T20:58:26.0422790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/bin 2025-03-21T20:58:26.0423410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/FileStoreTest -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0424060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_tensorexpr -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0424710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_lazy -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0425350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/protoc-3.13.0.0 -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0426010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/torch_shm_manager -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0426630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_cpp_rpc -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0427270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/tutorial_tensorexpr -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0427940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_edge_op_registration -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0428580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_jit -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0429180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_api -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0429770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/protoc -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0430370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/HashStoreTest -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0431090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/TCPStoreTest -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0467860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/bin/test_dist_autograd -> build/bdist.macosx-11.1-arm64/wheel/./torch/bin 2025-03-21T20:58:26.0468570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/return_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.0469040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2025-03-21T20:58:26.0469390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2025-03-21T20:58:26.0469990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging/version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_vendor/packaging 2025-03-21T20:58:26.0470750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_vendor/packaging 2025-03-21T20:58:26.0471630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/packaging/_structures.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_vendor/packaging 2025-03-21T20:58:26.0472350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_vendor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_vendor 2025-03-21T20:58:26.0472840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2025-03-21T20:58:26.0473300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cpu 2025-03-21T20:58:26.0473760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2025-03-21T20:58:26.0474260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cpu/amp 2025-03-21T20:58:26.0474940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cpu/amp 2025-03-21T20:58:26.0475590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cpu/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cpu/amp 2025-03-21T20:58:26.0476080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2025-03-21T20:58:26.0476540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2025-03-21T20:58:26.0477150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tensor 2025-03-21T20:58:26.0477940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tensor 2025-03-21T20:58:26.0478790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tensor 2025-03-21T20:58:26.0479400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2025-03-21T20:58:26.0480060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_sharding_spec 2025-03-21T20:58:26.0480860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable_state.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0481610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0482330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0483030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/run.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0483730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0484290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2025-03-21T20:58:26.0484940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launcher/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/launcher 2025-03-21T20:58:26.0485720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launcher/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/launcher 2025-03-21T20:58:26.0486300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2025-03-21T20:58:26.0486970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_async_process_executor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0487970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0488890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/format_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0489740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/planner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0490620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0491480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0492320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0493160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0493970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0494970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_traverse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0495850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0496800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0497680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0498550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0499400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0500260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/logger.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0501100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/resharding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0501910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0502780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0503750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_async_executor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0504610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0505460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/default_planner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0506310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_hf_storage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0507230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/storage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0508250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0509120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0509990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_async_thread_executor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0510890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/staging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0511710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0552530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/stateful.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0553600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0554490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_extension.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0555500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/checkpoint 2025-03-21T20:58:26.0556380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0556970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2025-03-21T20:58:26.0557610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_sharded_tensor 2025-03-21T20:58:26.0558210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2025-03-21T20:58:26.0558750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn 2025-03-21T20:58:26.0559490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn 2025-03-21T20:58:26.0560050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2025-03-21T20:58:26.0560680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/instantiator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/jit 2025-03-21T20:58:26.0561460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/jit 2025-03-21T20:58:26.0562130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2025-03-21T20:58:26.0562800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/jit/templates 2025-03-21T20:58:26.0563750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/jit/templates 2025-03-21T20:58:26.0564460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2025-03-21T20:58:26.0565050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/api/remote_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/api 2025-03-21T20:58:26.0565840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/nn/api 2025-03-21T20:58:26.0566460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2025-03-21T20:58:26.0566860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2025-03-21T20:58:26.0567620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/metrics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/metrics 2025-03-21T20:58:26.0568480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/metrics/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/metrics 2025-03-21T20:58:26.0569120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0569790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0570720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0571680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0572600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/_etcd_stub.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0573560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0574560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0575490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0576440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0577390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0578330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0579310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0580340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/rendezvous 2025-03-21T20:58:26.0581060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-03-21T20:58:26.0581560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:26.0582480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:26.0583870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:26.0585160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/subprocess_handler 2025-03-21T20:58:26.0586270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing 2025-03-21T20:58:26.0587250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing 2025-03-21T20:58:26.0588230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing 2025-03-21T20:58:26.0589210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing 2025-03-21T20:58:26.0589990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:26.0590830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:26.0592000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:26.0593130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/multiprocessing/errors 2025-03-21T20:58:26.0593970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2025-03-21T20:58:26.0594720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer/local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/timer 2025-03-21T20:58:26.0595750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer/debug_info_logging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/timer 2025-03-21T20:58:26.0596760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/timer 2025-03-21T20:58:26.0964500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/timer 2025-03-21T20:58:26.0965480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/timer 2025-03-21T20:58:26.0966330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic 2025-03-21T20:58:26.0967270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/control_plane.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic 2025-03-21T20:58:26.0967890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2025-03-21T20:58:26.0968560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/store.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0969470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/logging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0970350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0971210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/log_level.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0972130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0973010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils 2025-03-21T20:58:26.0973680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2025-03-21T20:58:26.0974440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils/data 2025-03-21T20:58:26.0975430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils/data 2025-03-21T20:58:26.0976400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/utils/data 2025-03-21T20:58:26.0977060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2025-03-21T20:58:26.0977920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/agent 2025-03-21T20:58:26.0978670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2025-03-21T20:58:26.0979480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server/health_check_server.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/agent/server 2025-03-21T20:58:26.0980440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/agent/server 2025-03-21T20:58:26.0981350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/agent/server 2025-03-21T20:58:26.0982320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/agent/server 2025-03-21T20:58:26.0983030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2025-03-21T20:58:26.0983700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/events 2025-03-21T20:58:26.0984580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/events 2025-03-21T20:58:26.0985430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/elastic/events/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/elastic/events 2025-03-21T20:58:26.0986200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2025-03-21T20:58:26.0986800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/autograd 2025-03-21T20:58:26.0987620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/distributed_c10d.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0988200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2025-03-21T20:58:26.0988810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/_IR.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0989630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/_unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0990600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0991470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/microbatch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0992310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/_backward.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0993140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/_debug.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0993960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/stage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0994790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/schedules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0995610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/pipelining/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/pipelining 2025-03-21T20:58:26.0996440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/argparse_util.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0997170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_checkpointable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0997980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0998720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/c10d_logger.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.0999270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2025-03-21T20:58:26.0999690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:26.1000410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:26.1001340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_comm_hooks 2025-03-21T20:58:26.1002020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:26.1002750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:26.1003820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_checkpoint 2025-03-21T20:58:26.1004610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-03-21T20:58:26.1005350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/model_averaging 2025-03-21T20:58:26.1006320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/model_averaging 2025-03-21T20:58:26.1007320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/model_averaging 2025-03-21T20:58:26.1008370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/model_averaging 2025-03-21T20:58:26.1058560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1059430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1060530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1061600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1062740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1063870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1064900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1065970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1066980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1068000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/ddp_comm_hooks 2025-03-21T20:58:26.1068930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms 2025-03-21T20:58:26.1069760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/join.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms 2025-03-21T20:58:26.1070410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:26.1071210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:26.1072280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_optimizer_overlap 2025-03-21T20:58:26.1073320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2025-03-21T20:58:26.1074240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_quantization 2025-03-21T20:58:26.1075320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/algorithms/_quantization 2025-03-21T20:58:26.1081890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2025-03-21T20:58:26.1082490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/_deprecation_warning.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1083440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/named_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1084300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1085120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1085920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_sgd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1086780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1087620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_adamw.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1088460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1089360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_adam.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1090150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1091000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_rprop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1091840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1092650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1093490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1094340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1095190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1096040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/optim/functional_adamax.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/optim 2025-03-21T20:58:26.1096850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1097400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2025-03-21T20:58:26.1098180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable 2025-03-21T20:58:26.1099010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable 2025-03-21T20:58:26.1099620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2025-03-21T20:58:26.1100260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable/fsdp 2025-03-21T20:58:26.1101160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable/fsdp 2025-03-21T20:58:26.1102140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/contract.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable 2025-03-21T20:58:26.1103010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_composable 2025-03-21T20:58:26.1103700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2025-03-21T20:58:26.1104310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1105110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/ilp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1105910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/runtime_estimator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1106770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/fsdp2_mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1107860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/sac_estimator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1108720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1109600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/memory_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1143630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/fake_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1144480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1145260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/sac_ilp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1146060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_tools/mod_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_tools 2025-03-21T20:58:26.1146640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2025-03-21T20:58:26.1147270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1148070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1148910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1149890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1150500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1151150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1152040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1152960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1154060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1154930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1155810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1156720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1157620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1158500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp/_fully_shard 2025-03-21T20:58:26.1159440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1160260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1161160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_optim_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1161940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_trace_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1162720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1163490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1164230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1165030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1165810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1166600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1167460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_shard_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1168590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1169480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1170290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1171150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_init_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1171950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1172810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/fsdp/_flat_param.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/fsdp 2025-03-21T20:58:26.1173660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1174530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_functional_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1175130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2025-03-21T20:58:26.1175530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2025-03-21T20:58:26.1176190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/checkpoint 2025-03-21T20:58:26.1177170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1178030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/op_registry_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1178790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1179490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1180610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1181320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1182020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1183180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1184150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1185220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1186390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1187420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor/_ops 2025-03-21T20:58:26.1188470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1236350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1237280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1238250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1239370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1240310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_tensor 2025-03-21T20:58:26.1240960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2025-03-21T20:58:26.1241720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_plan 2025-03-21T20:58:26.1242600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_plan 2025-03-21T20:58:26.1243520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharder.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1244330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1244920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-03-21T20:58:26.1245410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:26.1246420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:26.1247600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:26.1248850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:26.1250030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-03-21T20:58:26.1251180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec 2025-03-21T20:58:26.1252090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec 2025-03-21T20:58:26.1253030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec 2025-03-21T20:58:26.1253930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharding_spec 2025-03-21T20:58:26.1254610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2025-03-21T20:58:26.1255270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_optim 2025-03-21T20:58:26.1256130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard/sharded_optim 2025-03-21T20:58:26.1257060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/common_op_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1257880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1258730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_shard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_shard 2025-03-21T20:58:26.1259450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/launch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1260000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2025-03-21T20:58:26.1260710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_symmetric_memory/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/_symmetric_memory 2025-03-21T20:58:26.1261500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1262190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/remote_device.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1263340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1263980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2025-03-21T20:58:26.1264450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2025-03-21T20:58:26.1265140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental/_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/experimental 2025-03-21T20:58:26.1266180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/experimental 2025-03-21T20:58:26.1267160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental/_tp_transform.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/experimental 2025-03-21T20:58:26.1268160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental/_register_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/experimental 2025-03-21T20:58:26.1269100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/experimental/_func_map.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/experimental 2025-03-21T20:58:26.1269770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2025-03-21T20:58:26.1270420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/ddp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1271310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1272440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/style.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1273390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1274250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1275140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/loss.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1276110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1277130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1278080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/parallel 2025-03-21T20:58:26.1278990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_shards_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1279840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_redistribute.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1280700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_sharding_prop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1331940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1332920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1333700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_dtensor_spec.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1334520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2025-03-21T20:58:26.1335300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_einsum_strategy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1336210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1337040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1337870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_experimental_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1338700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1339500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_conv_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1340320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_pointwise_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1341310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_matrix_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1342260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_math_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1343170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_common_rules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1344000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1344820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_random_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1345710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_ops/_view_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/_ops 2025-03-21T20:58:26.1346600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1347350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1348270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1349060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_op_schema.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1349950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1350770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_tp_conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1351690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1352490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor 2025-03-21T20:58:26.1353110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2025-03-21T20:58:26.1353840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/debug 2025-03-21T20:58:26.1354810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug/_op_coverage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/debug 2025-03-21T20:58:26.1355700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug/_visualize_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/debug 2025-03-21T20:58:26.1356560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/tensor/debug/_comm_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/tensor/debug 2025-03-21T20:58:26.1357160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2025-03-21T20:58:26.1357810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1358580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/options.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1359330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/internal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1360130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1360970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1361540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2025-03-21T20:58:26.1362150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc/_testing 2025-03-21T20:58:26.1363130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc/_testing 2025-03-21T20:58:26.1364080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/api.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1364920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/rref_proxy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1365750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1366540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1367450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/rpc/backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed/rpc 2025-03-21T20:58:26.1368360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributed/_functional_collectives_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributed 2025-03-21T20:58:26.1369060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_size_docs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.1369520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2025-03-21T20:58:26.1370090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/anomaly_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1370690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2025-03-21T20:58:26.1371440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd/_functions 2025-03-21T20:58:26.1372260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd/_functions 2025-03-21T20:58:26.1373100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/_functions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd/_functions 2025-03-21T20:58:26.1373810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1374560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/forward_ad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1375220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1376000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/variable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1376680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1436380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/grad_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1437100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/profiler_util.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1437910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/profiler_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1438590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/gradcheck.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1439280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1440170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/autograd/function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/autograd 2025-03-21T20:58:26.1440840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_torch_docs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.1441280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx 2025-03-21T20:58:26.1441720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1442420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1443270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2025-03-21T20:58:26.1443970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/validator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1444680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2025-03-21T20:58:26.1445380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1446290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1447300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1448550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/unification_tools.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1449640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1450680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1452050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1460630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1462010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1463260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1464460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification/multipledispatch 2025-03-21T20:58:26.1465590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/variable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1466730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/more.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1467610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1468640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unification/match.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/unification 2025-03-21T20:58:26.1469600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/meta_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1470450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/_dynamism.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1471350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/partitioner_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1472450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/recording.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1473450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1474350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/const_fold.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1475130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1476070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1477260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1478700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1479820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1481300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1482490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1483660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1484930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental/migrate_gradual_types 2025-03-21T20:58:26.1486160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1487190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/normalize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1488150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/_constant_symnode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1489140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/optimization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1490160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/refinement_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1491200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1492250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1493210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/sym_node.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1494110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/unify_refinements.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1495150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/merge_matmul.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1903410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/debug.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1904300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/schema_type_annotation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1905200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/symbolic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1905990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/_config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1906770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/_backward_state.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1907580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/experimental/proxy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/experimental 2025-03-21T20:58:26.1908440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/operator_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1909130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1909880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/proxy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1910500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_lazy_graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1911150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/traceback.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1911780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1912250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2025-03-21T20:58:26.1912760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/net_min_base.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1913490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/param_fetch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1914180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tools_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1914740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2025-03-21T20:58:26.1915330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra/partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/infra 2025-03-21T20:58:26.1916100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/infra 2025-03-21T20:58:26.1916960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/infra 2025-03-21T20:58:26.1917750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/infra/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/infra 2025-03-21T20:58:26.1918530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/split_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1919250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/shape_prop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1919940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/split_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1920750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/runtime_assert.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1921470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1922040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2025-03-21T20:58:26.1922640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/backends 2025-03-21T20:58:26.1923430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/backends 2025-03-21T20:58:26.1924050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2025-03-21T20:58:26.1924590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/tests 2025-03-21T20:58:26.1925430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/tests 2025-03-21T20:58:26.1926280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1926880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2025-03-21T20:58:26.1927490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1928390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1929220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1929990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1930760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1931530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/utils/fuser_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/utils 2025-03-21T20:58:26.1932290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1933040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/_tensorify_python_scalars.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1933800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/fake_tensor_prop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1934550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/operator_support.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1935370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1936120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/graph_manipulation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1936670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2025-03-21T20:58:26.1937300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/dialect 2025-03-21T20:58:26.1937940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2025-03-21T20:58:26.1938560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/dialect/common 2025-03-21T20:58:26.1939520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/dialect/common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes/dialect/common 2025-03-21T20:58:26.1940290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/graph_drawer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1941020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/splitter_base.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1941770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/passes/graph_transform_observer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx/passes 2025-03-21T20:58:26.1942560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/tensor_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1943180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1943820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/immutable_collections.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1944600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/annotate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1945280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1945920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1946590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_symbolic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1947190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/node.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1947800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1993430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_graph_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1994120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fx/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fx 2025-03-21T20:58:26.1994690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.1995280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_utils_internal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.1995910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quasirandom.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:26.1996410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2025-03-21T20:58:26.1997060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims_common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims_common 2025-03-21T20:58:26.1997980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_prims_common/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_prims_common 2025-03-21T20:58:26.1998530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2025-03-21T20:58:26.1999110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/queue.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.1999870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/_atfork.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.2000650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.2001400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/spawn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.2002360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.2003120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/multiprocessing/pool.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/multiprocessing 2025-03-21T20:58:26.2003670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2025-03-21T20:58:26.2004140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/gds.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2004790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/streams.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2005420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/error.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2006060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/comm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2006690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/memory.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2007370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/jiterator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2008070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/nccl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2008670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2009440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2010060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/_sanitizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2010700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2011350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/_memory_viz.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2012000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/tunable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2012470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2025-03-21T20:58:26.2012990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda/amp 2025-03-21T20:58:26.2013710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda/amp 2025-03-21T20:58:26.2014380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda/amp 2025-03-21T20:58:26.2015050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/amp/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda/amp 2025-03-21T20:58:26.2015740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2016370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/nvtx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2016970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/graphs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2017590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2018200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/cuda/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/cuda 2025-03-21T20:58:26.2018680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include 2025-03-21T20:58:26.2019200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/sleef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.2019760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2025-03-21T20:58:26.2020320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/attr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2021110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/embed.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2021850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/numpy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2022650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/pybind11.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2023410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2024170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/iostream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2024930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/gil.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2025740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/chrono.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2026520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/typing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2027350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/stl_bind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2028110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/buffer_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2028900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/options.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2029470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2025-03-21T20:58:26.2030110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen/matrix.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/eigen 2025-03-21T20:58:26.2030940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/eigen 2025-03-21T20:58:26.2031770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/eigen 2025-03-21T20:58:26.2032570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/functional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2033430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/stl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2034050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2025-03-21T20:58:26.2034720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2035660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/exception_translation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2036550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2037390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/descr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2070150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/internals.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2071200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/cpp_conduit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2072090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/value_and_holder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2072950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2073780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/class.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2074650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/detail/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11/detail 2025-03-21T20:58:26.2075450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2076280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eval.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2077020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/cast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2077880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2078700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/eigen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2079500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2080300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/pytypes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2081100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pybind11/complex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/pybind11 2025-03-21T20:58:26.2081660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2 2025-03-21T20:58:26.2082040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2025-03-21T20:58:26.2082680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2083600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2084560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2085400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/versions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2086300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/inline_container.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2087150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2088040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/caffe2/serialize 2025-03-21T20:58:26.2088880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/cpuinfo.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.2089400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2025-03-21T20:58:26.2089790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2025-03-21T20:58:26.2090370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2090980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2025-03-21T20:58:26.2091470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:26.2092260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:26.2093340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_package 2025-03-21T20:58:26.2094460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor 2025-03-21T20:58:26.2095530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/array_ref_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor 2025-03-21T20:58:26.2096390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2097180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2098250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2099340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2100430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2101540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runner 2025-03-21T20:58:26.2102330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2103270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2104330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2105380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2106440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2107490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2108650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2109770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2110860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2111930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2112960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2114090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_runtime 2025-03-21T20:58:26.2114870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2142510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2143630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2144630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2145940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include/cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2147040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_include/array_ref.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_include 2025-03-21T20:58:26.2148090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2155230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:26.2156200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:26.2157490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:26.2158630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/generated 2025-03-21T20:58:26.2159800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2160900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2162080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2163200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2164280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch 2025-03-21T20:58:26.2165180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:26.2166010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:26.2167060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:26.2168270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/aoti_torch/c 2025-03-21T20:58:26.2169040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2169830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:26.2170810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:26.2172010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:26.2173280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-03-21T20:58:26.2174450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2175450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2176440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2177630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2178710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/inductor/cpp_wrapper 2025-03-21T20:58:26.2179650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2180610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2181430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Export.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2182450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Device.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2183320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/THConcat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2183940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2025-03-21T20:58:26.2184640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/onnx 2025-03-21T20:58:26.2185490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/onnx 2025-03-21T20:58:26.2186430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/onnx 2025-03-21T20:58:26.2187240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Event.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2188200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2188850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed 2025-03-21T20:58:26.2189320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2025-03-21T20:58:26.2190010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:26.2190870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:26.2192540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/context 2025-03-21T20:58:26.2193550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2194600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2196040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2197320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2215290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2216620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2217910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2219170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2220410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2221620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2222860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-03-21T20:58:26.2223780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:26.2224680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:26.2226070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/autograd/functions 2025-03-21T20:58:26.2226920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2227720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2228710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2229740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2230830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2231830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2232850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2233870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2235010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2236030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2237000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2237990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2239030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2240200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2241290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2242330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2243320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2244360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2245440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2246420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2247530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2248530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2249550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2250620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2251690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2252720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2253720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2254880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/rpc 2025-03-21T20:58:26.2255640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2256410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2257400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2258440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2259530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2260500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2297000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2298180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2299300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2300430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2301670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2303810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2305080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2306170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2307450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2308580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2309610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2310590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2311680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2312670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2313720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2314730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2315670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2316820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2318080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2319270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2320370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2321450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2322660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2323760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2324960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2326050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2327140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2328230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2329350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2330430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2331470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2332580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2333660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2334760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2335880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2337080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2338220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2339200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2340100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2340530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2340980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2341510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2341960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2342450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2654080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2654660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/distributed/c10d 2025-03-21T20:58:26.2654860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2655100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2655660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2656200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2656760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2657510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2658130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2658690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/generated 2025-03-21T20:58:26.2659160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2659800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2660320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2660800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2661300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2661750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/engine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2662210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2662740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2663200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/edge.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2663860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2664320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2664790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2665270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2665750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2666210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2666710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2667230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2667760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2668200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2668640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2669080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2669590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2670030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/variable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2670240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2670700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2671190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2671690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2672180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2672730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2673240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/utils 2025-03-21T20:58:26.2673700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2674140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2674610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2675040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2675480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2675900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2676360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2740340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2740790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2741220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2741640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2742160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2742570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2742770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2743220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2743700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2744160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2744650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2745240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2745700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd/functions 2025-03-21T20:58:26.2746210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2746660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2747090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2747520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2747970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2748420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2748880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2749350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2749770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2750200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/autograd 2025-03-21T20:58:26.2750360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2750820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2751260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/GdsFile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2751660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2752060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2752480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2752880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2753280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2753670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/Event.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2754190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2754580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/comm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2755010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2755380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/cuda/Module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/cuda 2025-03-21T20:58:26.2755760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/serialization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2756130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2756510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2756680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2025-03-21T20:58:26.2757040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu/Event.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/xpu 2025-03-21T20:58:26.2757440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/xpu 2025-03-21T20:58:26.2758140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/xpu/Module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/xpu 2025-03-21T20:58:26.2758510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2758680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2759080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2759470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2759900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2760450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2760880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2761290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/cpython_includes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2819880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2820430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2820980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/eval_frame_cpp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2821520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2821960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2822700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2823120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2823510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/dynamo 2025-03-21T20:58:26.2823780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2025-03-21T20:58:26.2824190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2824610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2825120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2825520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2826000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/nested.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2826410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2826950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2827370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2827770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2828250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2828670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2829210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2829690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2830100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2830550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/generated_serialization_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2831020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2831470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2831930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/verbose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2832490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2832890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2833340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2833760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2834300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2834740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2835170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2835740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2836200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2836780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2837220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2837620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2838230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/out_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2838650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2839040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/structseq.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2839480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2839920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2840430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2840950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2841390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2842040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2842460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2842860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2900200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2900650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/six.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2901070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2901490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/utils/variadic.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/utils 2025-03-21T20:58:26.2901940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2902410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/DataLoader.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2902780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/THP.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2903190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/python_headers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2903650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2904030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2904520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/copy_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.2904680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2025-03-21T20:58:26.2905090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit 2025-03-21T20:58:26.2905430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2905880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2906350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2906800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2907580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2908080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2908760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2909290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2909950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2910530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2911080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2911590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2918560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2919220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2919670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2920160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2920710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2921200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2921850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2922280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2922730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2923210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2923770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2924210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2924740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2925270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2925830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2926280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2926830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/frontend 2025-03-21T20:58:26.2927040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2927460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2928000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2928430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2928940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2929380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2929890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2975620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2976090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2976670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2977160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2977620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2978050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2978470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2978930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2979450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2979890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/python 2025-03-21T20:58:26.2980120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2980590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2981060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2981510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2981960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2982420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2982870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2983390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2983620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2984150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2984680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2985210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2985780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2986330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2986820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2987330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2987850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2988440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr/operators 2025-03-21T20:58:26.2988890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2989360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2989830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2990270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2990740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2991200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2991660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2992110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2992770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2993220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2993660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2994130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2994580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2995100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2995580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2996040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2996470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.2996950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3050300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3050990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3051500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3052030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3052490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3052950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3053430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3053890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3054320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3054780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3055420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3055880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3056350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3056810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3057400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3057840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3058310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/tensorexpr 2025-03-21T20:58:26.3058510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3058920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3059310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3059690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3060170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3060580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3061190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3061610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3062040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3062440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3062870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3063260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3063670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3064140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/ir 2025-03-21T20:58:26.3064340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3064830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3065310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3065790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3066350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3066850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3067330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3067790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3068280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3068750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3069340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3069850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3070410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3070870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3071390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3071920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3401580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3402190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3402850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3403420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3403960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3404450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/serialization 2025-03-21T20:58:26.3404650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3405230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3405720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3406200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3406690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3407180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3407680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3408250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3408730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3409270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/backends 2025-03-21T20:58:26.3409470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3409980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3410480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3410990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3411450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3411920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3412480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3413010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3413500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3413990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3414460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3415040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3415500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3415960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3416470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3417010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3417550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3418180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3418710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3419250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3419730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3420240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3420730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3421210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3421660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3422100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3422660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3423160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3423620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3424080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3474000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3474540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/runtime 2025-03-21T20:58:26.3474740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3475180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3475630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3476110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3476690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3477120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3477770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3478260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3478700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3479150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3479600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3480040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3480480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3481060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3481540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3481980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3482410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3482860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3483400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3483890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3484300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3484770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3485230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3485690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3486190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3486670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3487180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3487620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3488090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3488560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3489010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3489460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3489930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3490460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3490900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3491100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3491610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3492070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3492610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3493090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3493600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/utils 2025-03-21T20:58:26.3494030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3494490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3494920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3553600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3553830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3554410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3554940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3555470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3556040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3556580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3557080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3557680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3558210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3558730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes/quantization 2025-03-21T20:58:26.3559180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3559650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3560130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3560570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3561050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3561500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3561960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3562580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3563010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3563510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3563970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3564420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3564870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3565360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3565830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3566270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3566860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3567310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3567740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3568210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3568630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3569230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3569680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3570140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3570590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3571030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3571510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3572020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3572510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3573110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3573550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3574070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3574540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3574990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3632670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3633170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3633780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3634240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3634710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3635140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3635680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3636110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3636540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3636940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3637380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3637830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3638320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3638820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3639350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/passes 2025-03-21T20:58:26.3639550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen 2025-03-21T20:58:26.3639740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2025-03-21T20:58:26.3640220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/codegen/cuda 2025-03-21T20:58:26.3640400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2025-03-21T20:58:26.3640830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/testing 2025-03-21T20:58:26.3641300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/testing 2025-03-21T20:58:26.3641710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit 2025-03-21T20:58:26.3641890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3642470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3642920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3643370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3643820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3644260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3644780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3645200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3645610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3646060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3646450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3646860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3647330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3647830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3648450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3648910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3649380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3649830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3650260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3650690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3651100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3651600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3652030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/mobile 2025-03-21T20:58:26.3652440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit 2025-03-21T20:58:26.3652620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3653040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3653440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api/method.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3653960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3703770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api/object.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3704190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/jit/api/module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/jit/api 2025-03-21T20:58:26.3704550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.3704710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy 2025-03-21T20:58:26.3704890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3705440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3706100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3706530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3706830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2025-03-21T20:58:26.3707330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core/internal_ops 2025-03-21T20:58:26.3707840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3708240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3708710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3709240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3709640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3710080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3710690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3711130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3711550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3711990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3712470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3713050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3713240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:26.3713760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:26.3714280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core/ops 2025-03-21T20:58:26.3714710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3715230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3715710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3716140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3716790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3717180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3717590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3718010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3718420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/core 2025-03-21T20:58:26.3718610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2025-03-21T20:58:26.3719050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/python 2025-03-21T20:58:26.3719240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3719850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3720350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3720780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3721380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3721840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3722400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3722960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3723410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3723870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3724390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/ts_backend 2025-03-21T20:58:26.3724590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:26.3725120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:26.3725570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:26.3726150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:26.3766310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/lazy/backend 2025-03-21T20:58:26.3766530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api 2025-03-21T20:58:26.3766710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include 2025-03-21T20:58:26.3766920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.3767390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.3767850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.3768300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.3768870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.3769090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3769320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3769880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3770410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3770950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3771580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3772120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3772710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3773250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3773820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3774400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3774990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3775540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3776060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3776620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3777160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3777680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3778260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3778860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3779370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3779930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3780510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3781080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/options 2025-03-21T20:58:26.3781550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3781800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-03-21T20:58:26.3782350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/parallel 2025-03-21T20:58:26.3782850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3783080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:26.3783730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:26.3784260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:26.3784840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/utils 2025-03-21T20:58:26.3785330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3785830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3786320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3786820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3787290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3787520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3852430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3853070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3853670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3854290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3855250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3855860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3856540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3857170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3857770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3858130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3858780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3859590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3860250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3860900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3861560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3862410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3863250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3864100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3864910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3872220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-03-21T20:58:26.3872800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3873470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3874040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3874600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3875170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3875750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3876330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3876880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3877570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3878140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3878680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3879240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3879830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3880390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/modules 2025-03-21T20:58:26.3880960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3881530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn 2025-03-21T20:58:26.3881820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.3882440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.3883060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.3883700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4306290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4306970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4307570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4308320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4308920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4309600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4310170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4310760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4311330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4311870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4312400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4313040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4313600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/nn/functional 2025-03-21T20:58:26.4314060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4314520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4315010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4315680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4316230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4316720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4316970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4317550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4318080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4318730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4319270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4319820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4320340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4320860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4321160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:26.4321840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:26.4322500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:26.4323220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-03-21T20:58:26.4323750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/optim 2025-03-21T20:58:26.4324020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:26.4324600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:26.4325180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:26.4325910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:26.4326480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/serialize 2025-03-21T20:58:26.4326980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4327490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4327980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4328210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:26.4328790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:26.4329360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/detail 2025-03-21T20:58:26.4401320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4402900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4404360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4405780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4407130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4408470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4409810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4411670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4413190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4414580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4414920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4415480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4416260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4416540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4417110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4417700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4418290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4418970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4419560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4420210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4420780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/datasets 2025-03-21T20:58:26.4421310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4421840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4422090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:26.4422650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:26.4423290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:26.4423850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/detail 2025-03-21T20:58:26.4424360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4424620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4425220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4425870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4426460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4427060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4427610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/transforms 2025-03-21T20:58:26.4427860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4428520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4429160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4429780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4430370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4430960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4431530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4432070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/samplers 2025-03-21T20:58:26.4432590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4493430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4493970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data 2025-03-21T20:58:26.4494240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:26.4494820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:26.4495380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:26.4496030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch/data/dataloader 2025-03-21T20:58:26.4496550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/api/include/torch 2025-03-21T20:58:26.4496960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4497350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/StorageSharing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4497530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4497730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2025-03-21T20:58:26.4498180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/stubs 2025-03-21T20:58:26.4498850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4499080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:26.4499670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:26.4500170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:26.4500650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:26.4501170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/standalone 2025-03-21T20:58:26.4501370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2025-03-21T20:58:26.4501820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/python 2025-03-21T20:58:26.4502300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/python 2025-03-21T20:58:26.4502850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/python 2025-03-21T20:58:26.4503270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/events.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4503690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4504130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/api.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4504570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4505070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/util.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4505290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:26.4505780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:26.4506280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:26.4506780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/orchestration 2025-03-21T20:58:26.4506980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4507430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4507930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4508380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4508940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/sections.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4509390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4509840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4510300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4510760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4511230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4511740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4512240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4512730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4513180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4513670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4514200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4514650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/unwind/range_table.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler/unwind 2025-03-21T20:58:26.4648850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/containers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4649870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/collection.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4650840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/perf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4651770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4652870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/profiler 2025-03-21T20:58:26.4653580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2025-03-21T20:58:26.4654320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc/tensor 2025-03-21T20:58:26.4655390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4656260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Dtype.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4657070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Module.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4657930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/python_dimname.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4658810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4659730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4660600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/TypeInfo.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4661820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/csrc/StorageMethods.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch/csrc 2025-03-21T20:58:26.4662890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/script.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch 2025-03-21T20:58:26.4663740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/library.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch 2025-03-21T20:58:26.4664590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/custom_class_detail.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch 2025-03-21T20:58:26.4665440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch 2025-03-21T20:58:26.4666240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/torch/extension.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/torch 2025-03-21T20:58:26.4667280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/nnpack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4668070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe 2025-03-21T20:58:26.4668570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/transport 2025-03-21T20:58:26.4669730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/transport 2025-03-21T20:58:26.4670970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/transport 2025-03-21T20:58:26.4671730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/transport/uv 2025-03-21T20:58:26.4672720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/transport/uv 2025-03-21T20:58:26.4673830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv/utility.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/transport/uv 2025-03-21T20:58:26.4674870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/transport/uv/factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/transport/uv 2025-03-21T20:58:26.4675600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/core 2025-03-21T20:58:26.4676260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/core 2025-03-21T20:58:26.4677230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core/listener.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/core 2025-03-21T20:58:26.4678170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core/context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/core 2025-03-21T20:58:26.4679120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core/message.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/core 2025-03-21T20:58:26.4680080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/core/pipe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/core 2025-03-21T20:58:26.4680990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe 2025-03-21T20:58:26.4681840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/channel 2025-03-21T20:58:26.4682690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/channel 2025-03-21T20:58:26.4683430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/channel/xth 2025-03-21T20:58:26.4684380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/xth/factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/channel/xth 2025-03-21T20:58:26.4685360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/channel/mpt 2025-03-21T20:58:26.4686140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/mpt/factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/channel/mpt 2025-03-21T20:58:26.4687190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/channel 2025-03-21T20:58:26.4687950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/channel/basic 2025-03-21T20:58:26.4688710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/channel/basic/factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/channel/basic 2025-03-21T20:58:26.4689610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/tensorpipe/common 2025-03-21T20:58:26.4690310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/common 2025-03-21T20:58:26.4691290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common/device.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/common 2025-03-21T20:58:26.4692280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common/cpu_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/common 2025-03-21T20:58:26.4693260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common/optional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/common 2025-03-21T20:58:26.4694290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/common/buffer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe/common 2025-03-21T20:58:26.4695250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/tensorpipe/tensorpipe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/tensorpipe 2025-03-21T20:58:26.4695900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2025-03-21T20:58:26.4697450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ClientInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4698460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/GenericTraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4699450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/IActivityProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4700330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/Config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4701200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/TraceSpan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4769030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/LoggingAPI.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4770410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ITraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4771390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ActivityProfilerInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4772320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ActivityTraceInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4773140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/output_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4773910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ThreadUtil.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4774880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ActivityType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4775700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/libkineto.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4776470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/time_since_epoch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4777270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/ILoggerObserver.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4778060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/kineto/AbstractConfig.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/kineto 2025-03-21T20:58:26.4778990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/xnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4779650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/libshm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4780310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/fp16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4780960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/qnnpack_func.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4781660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/pthreadpool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4782320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/clog.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4783040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/omp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:26.4783570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2025-03-21T20:58:26.4784260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4785050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NestedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4786080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4787210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4788030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CollapseDims.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4788930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4789820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4790770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4791490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4792280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4793030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4793880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MemoryOverlap.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4794670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4795500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/LegacyVmapMode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4796270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/InitialTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4797040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Version.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4797830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/DLConvertor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4798580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Device.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4799290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/FuncTorchTLS.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.4799860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2025-03-21T20:58:26.4800460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Dict_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4801260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4802080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4802990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4803760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2025-03-21T20:58:26.4804510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/op_registration 2025-03-21T20:58:26.4805550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/op_registration 2025-03-21T20:58:26.4806550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/op_registration 2025-03-21T20:58:26.4807610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/op_registration 2025-03-21T20:58:26.4808550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/jit_type_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4809370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4810170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/rref_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4810990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Range.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4811790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/interned_strings_class.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4812730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/operator_name.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4813660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4814610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/symbol.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.4815380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5165410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/TransformationHelper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5167850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/blob.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5168910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/function_schema.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5169930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/type_factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5177920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5179210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5180330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5181450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5182790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5183920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5185150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5186440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/dispatch 2025-03-21T20:58:26.5187480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5188470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ivalue_to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5189970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5193260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/dynamic_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5194290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/class_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5195820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5197010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/function_schema_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5200290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5203230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/qualified_name.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5204510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5205850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5206920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5208280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5209490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/functional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5214200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5216820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5218260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/List.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5219500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ATenOpList.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5221000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Dict.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5222070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/type_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5223280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5224480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5225470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5226480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5227500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5228420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Array.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5229370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ATen_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5230330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5231280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ATenGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5232490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5233470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/IListRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5240830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5242900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5244250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/TensorBase.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5245810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ATen_pch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5246740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/QuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5247680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/enum_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5248600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/alias_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5249730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/List_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5251890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5252870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5253990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/jit_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5313370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/IListRef_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5317420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5318460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5321080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Vitals.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5335260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5361980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2025-03-21T20:58:26.5376650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5384410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5418870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5428200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5449710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5451970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing/impl 2025-03-21T20:58:26.5453190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing 2025-03-21T20:58:26.5454550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing 2025-03-21T20:58:26.5455790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing 2025-03-21T20:58:26.5457110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing 2025-03-21T20:58:26.5458220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core/boxing 2025-03-21T20:58:26.5459260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/builtin_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5460850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5462800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Reduction.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5464410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5467220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5468140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5469200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5472180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5473160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/ivalue_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5474150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/core/Variadic.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/core 2025-03-21T20:58:26.5475200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.5476540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/jiterator_macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.5477490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.5479030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.5480030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2025-03-21T20:58:26.5482300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5483620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5484570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5489250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5491250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSHooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5492300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSEvent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5493230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSDevice.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5494180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSStream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5495080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/IndexKernels.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5511170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5512320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/mps 2025-03-21T20:58:26.5513000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2025-03-21T20:58:26.5513690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5514790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5515730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorTransformations.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5516770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ComplexHelper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5517620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5518480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Normalization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5519360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ReductionType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5520210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Repeat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5521030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5521860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5522740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5523760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5524620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5525440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Unfold3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5526250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Fill.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5527070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5528020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/RangeFactories.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5528920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/RNN.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5529770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5530610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Pool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5531460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/RangeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5532400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Cross.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5533200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5534240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TransposeType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5535120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/DispatchStub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5536020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Unfold2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5536850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5537710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5538400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2025-03-21T20:58:26.5539080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5540030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5540930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5541850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5543110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5544060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5544920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mps/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mps 2025-03-21T20:58:26.5545750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5546570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/MaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5547540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Gelu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5548370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5549220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/CPUFallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5549820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2025-03-21T20:58:26.5550470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5551510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/zmath.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5552430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5553320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5554400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5555470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5556340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5557220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5558110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/Gelu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5558950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5559870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5560810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5561700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5562680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5563550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5564430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5565300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5566220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5567160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5568050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5568920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5569750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5570670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5571560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5572630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5573630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5574600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5575630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5576500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5577350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5578190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cpu/Loops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cpu 2025-03-21T20:58:26.5579040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/FusedAdagrad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5579900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5580740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TopKImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5581670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5582630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5583500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ForeachUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5584400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5585280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5585980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2025-03-21T20:58:26.5586660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5587610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5588530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5589440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5590330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5591260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5592230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5593200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5594210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5595110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5596000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5596900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5598760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5599650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5600530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5601420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5602420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5603340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5604210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5605090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5605950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5606870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5607780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5608700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5609560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5610440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5611300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5612360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5613260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5614210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5615100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5616040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5643090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5644070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5644970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5645840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5646730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5647830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5648740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5649710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5650740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5658660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5659800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5660670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5661510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Sort.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5662360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5663250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5664150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5665140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5666060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5667100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5667980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5668880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5669830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5670730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5671640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5672540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/cuda/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/cuda 2025-03-21T20:58:26.5673170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2025-03-21T20:58:26.5673950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5674910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5675910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5676850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/library.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5677560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5678390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5679390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5680410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5681420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5682670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/qlinear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5683730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5684920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5685940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5687050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5688080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5689060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5690050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5691020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/qconv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5691980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5692980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized/cpu 2025-03-21T20:58:26.5694030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5695000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5695970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5732750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/quantized/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/quantized 2025-03-21T20:58:26.5733640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Lerp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5734560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5735410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5736250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/UnaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5737080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SortingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5737950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5738860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5739820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorShape.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5740800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/IndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5741660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/UpSample.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5742260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2025-03-21T20:58:26.5742910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/utils 2025-03-21T20:58:26.5743780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/utils 2025-03-21T20:58:26.5744640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/utils/Factory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/utils 2025-03-21T20:58:26.5745510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ResizeCommon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5746370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5747180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5748020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5748890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5749710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5750560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorProperties.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5751220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2025-03-21T20:58:26.5751940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/transformers/attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/transformers 2025-03-21T20:58:26.5752960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/transformers 2025-03-21T20:58:26.5753860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5754730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/vol2col.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5755520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/LossMulti.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5756340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5757180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorDimApply.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5757800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2025-03-21T20:58:26.5758570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip/ck_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/hip 2025-03-21T20:58:26.5759410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip/ck_bgemm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/hip 2025-03-21T20:58:26.5760280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip/ck_gemm_template.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/hip 2025-03-21T20:58:26.5761430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/hip/ck_gemm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/hip 2025-03-21T20:58:26.5762330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5763310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5764260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5765120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5765930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Histogram.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5766570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/kleidiai 2025-03-21T20:58:26.5767220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai/kai_pack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/kleidiai 2025-03-21T20:58:26.5768250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai/kai_ukernel_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/kleidiai 2025-03-21T20:58:26.5769190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/kleidiai/kai_kernels.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/kleidiai 2025-03-21T20:58:26.5770040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5770820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5771590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/FusedAdam.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5772680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5773510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/CPUBlas.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5774370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5775280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5776100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/AmpKernels.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5776950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.5777890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6352570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorConversions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6353470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2025-03-21T20:58:26.6354160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/nested 2025-03-21T20:58:26.6356200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/nested 2025-03-21T20:58:26.6357220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/nested 2025-03-21T20:58:26.6358180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/nested 2025-03-21T20:58:26.6359220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/nested 2025-03-21T20:58:26.6360190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6361050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6362030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6362670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn 2025-03-21T20:58:26.6363100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-03-21T20:58:26.6363540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:26.6364270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:26.6365240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:26.6366340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:26.6367340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native/mkldnn/xpu/detail 2025-03-21T20:58:26.6368240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/PointwiseOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6369060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6369860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Pow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6370690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6371530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6372510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/SegmentReduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6373330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/FusedSGD.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6374170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Padding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6374960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorCompare.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6375790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/PixelShuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6376610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6377460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6378260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6379090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6379980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/native 2025-03-21T20:58:26.6380830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ceil_div.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6381550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6382310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6383090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/dlpack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6383790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6384610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6385410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6385980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2025-03-21T20:58:26.6386540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu 2025-03-21T20:58:26.6387300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu 2025-03-21T20:58:26.6388060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vml.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu 2025-03-21T20:58:26.6388630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6389220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6389820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6390570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6391630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6392610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6393500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6394410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6395360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec128 2025-03-21T20:58:26.6396220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6396840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6397550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6443470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6444480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6445370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_half.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6446260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6447170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6448140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6449030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6449930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6450830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6451720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6452400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2025-03-21T20:58:26.6453140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/zarch 2025-03-21T20:58:26.6454200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6454880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6455620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6456630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6457590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6458030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6458470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6458900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6459350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6459900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6460360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6460830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6461280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6461750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6462360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256/vsx 2025-03-21T20:58:26.6462770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6463230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec256 2025-03-21T20:58:26.6463590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6463960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6464350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6464830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6465210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/functional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6465480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6465880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6466300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6466720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6467160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6467570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6468000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6468410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6468850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6469270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6469690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/vec512 2025-03-21T20:58:26.6469860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6470250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6470690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/vec_double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6471100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/vec_float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6471510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6642120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6642570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/sve/vec_int.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec/sve 2025-03-21T20:58:26.6643020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6643490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6644250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cpu/vec 2025-03-21T20:58:26.6644670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6645170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TracerMode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6645580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/BlasBackend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6645970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6646400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6646910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6647330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/PTThreadPool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6647730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6648130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MapAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6648340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2025-03-21T20:58:26.6648880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6649310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6649710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6650160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6650580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6651110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/Sleep.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6651600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6652050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6652460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/jiterator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6652890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6653340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6653760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6654280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6654720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6655200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6655880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6656610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6657060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6657470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6657890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6658340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6658740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/cub.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6659260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6659710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6660120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6660490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/cub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6660950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6661370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6661870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6662060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6662540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6663010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6663490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6664000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6664450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6665310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6665860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6666410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6666890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6870900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/detail 2025-03-21T20:58:26.6872020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6873000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6874450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6875500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6877250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6878000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6878320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6878740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6879350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6879840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6880480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6880980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6881430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6888990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda/tunable 2025-03-21T20:58:26.6889490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6889910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cuda 2025-03-21T20:58:26.6890080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2025-03-21T20:58:26.6890620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/quantized 2025-03-21T20:58:26.6891020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/quantized/Quantizer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/quantized 2025-03-21T20:58:26.6891540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/record_function.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6891880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/WrapDimUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6892040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2025-03-21T20:58:26.6892390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6892760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6893160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6893560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6893730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2025-03-21T20:58:26.6894120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu/detail 2025-03-21T20:58:26.6894620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6894990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/xpu/XPUContext.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/xpu 2025-03-21T20:58:26.6895150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2025-03-21T20:58:26.6895530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6895890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/Types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6896270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6896740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6897120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6897470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/miopen/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/miopen 2025-03-21T20:58:26.6897840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6898160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Context.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6898650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6899130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6899570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/div_rtn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6899920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ExpandUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6900310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MPSFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6900630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TypeDefault.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6900970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MPSFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6901350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6901690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6902040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6902400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6902720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6903100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6903500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/LinalgBackend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6903920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6904250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6904600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SequenceNumber.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6957000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6957680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ExpandBase.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6958060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Parallel-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6958390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MatrixRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6958740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6959170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6959560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6959930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6960350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NumericUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6960680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ATen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6961130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorNames.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6961460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorMeta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6961810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6962130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6962490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SparseTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6962840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SavedTensorHooks.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6963000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2025-03-21T20:58:26.6963440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6963870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6964340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6964750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/MAIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6965150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6965540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6965930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6966370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6966760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6967180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/HPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6967590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/detail 2025-03-21T20:58:26.6968040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6968450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/StorageUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6968840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6969330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/code_template.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6969710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorOperators.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6970150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6970310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip 2025-03-21T20:58:26.6970470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2025-03-21T20:58:26.6970940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/hip/impl 2025-03-21T20:58:26.6971400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/hip/impl 2025-03-21T20:58:26.6971920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/hip/impl 2025-03-21T20:58:26.6972390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/hip/impl 2025-03-21T20:58:26.6972730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6973080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6973540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Dispatch_v2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6973870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6974210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6974550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ParallelNative.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6974880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/OpMathType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6975280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6975760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/PadNd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6976080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6976430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6976780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ParallelFuture.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6977110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:26.6977270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2025-03-21T20:58:26.6977660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.6978090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.6978560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7032720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7033290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7033800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7034180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7034580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_ones.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7034950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7035330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7035800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7036310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7036710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7037080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7037490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7037870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7038360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7038770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7039130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7039570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7039980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7040350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7040760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7041300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7041680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isfinite_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7042200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7042590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7043030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7043430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7043800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7044290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7044700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7045070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7045540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7046010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7046420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7046780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/result_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7047180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7047610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7048020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7048420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7048810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7049210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7049710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7050150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7050500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7050910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7051280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7051690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7052100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7052460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7052910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7053270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7054010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7530410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7530840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7531390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7531910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7532330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7532900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7533270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7533660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7534050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7534650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7535070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7535580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7535970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7536460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7536840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7537240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7537620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7537970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7538330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7538750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7539180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7539680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7540110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7540480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7540880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7541350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7541870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7542260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7542640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7543060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7543460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7543910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7544360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7544860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7545360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7545820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7546290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7546660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7547000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7547480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7548030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7548510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7548910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7549280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7549740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7550090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7550520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7550870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7551260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7606620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7607120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7607520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7608030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7608400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7608850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7609310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7609680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7610120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7610510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7610870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7611230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7611680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7612090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7612480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7612840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7613220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7613570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7613970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7614360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7614720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7615100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7615500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7615890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7616280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7616740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7617110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/absolute_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7617580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7617970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7618460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7618840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7619300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7619780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7620160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7620590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7620970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7621360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7621810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7622150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7622560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7622900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7623280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7623640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7624000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7624450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7624810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7625340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7625740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7626140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7626500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7677830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7678310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7678760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7679220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7679600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7680070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7680650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7681010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7681530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7681880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7682290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7682950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7683320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7683680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7684150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7684520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7684880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/positive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7685500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7685970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7686430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7686950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7687410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7687800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7688200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7688640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7689100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7689460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7689860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7690240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7690680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7691060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7691420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7691800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7692250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7692720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7693080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7693470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7693820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7694170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7694570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7695080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7695580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7695920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7696290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hann_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7696730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7697120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7697470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7697950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7698360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7698810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7699190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7751910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7753630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7754210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7754760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7755180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7755590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7756050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7756500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7756900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7757310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7757790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7758320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7758680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7759100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7759540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7759920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7760360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7760730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7761130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7761600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7762040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7762420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7762810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7763210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chain_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7763590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7764040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7764430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7764900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7765340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7765760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7766310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7766680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7767160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7767620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7767990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7768380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7768780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7769210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7769570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7770090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7770730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7771110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7771530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7771970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7772550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7772930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7773290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7773670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7774050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7826220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7827100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7827810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7828180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7828790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7829150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7829610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7830030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7830610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7831000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7831550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7832050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/and_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7832480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7833050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7833460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7833800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7834220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7834820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7835210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7835780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7836140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7836490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7836870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7837360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7837720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7838270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7838660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7839160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7839670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7840090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7840610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7840980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7841370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7841840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7842200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7842700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7843070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7843460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7843800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7844270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7844660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7845110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7845560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7846190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7846550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7846880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7847330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7847690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7848150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7848630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7903810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7906530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7907660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7908970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7909440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7909810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7910210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7910630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7911130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7911630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7911990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7912510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7912870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7913270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7913630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7914240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7914650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7915240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7915600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rot90_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7916030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7916530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7917020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7925300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/selu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7925780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7926220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7926870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7927300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7927700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7928100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7928480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7929040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7929460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7929860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7930230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7930580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col2im_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7930940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7931440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7931900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7932370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7932770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7933220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7933600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7934030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7934510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7934920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7935360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7935770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7936140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7936530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.7936970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8398230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8398640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8399070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8399470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8399880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8400270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8400700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmean_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8401270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8401680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8402150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8402580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8402980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8403400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8403770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8404350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8404750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8405150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8405660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8406040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8406510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8406950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8407470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8407880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8408300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8408710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8409080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8409450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8409850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8410300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8410650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8411120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8411520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8411940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8412320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8412690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8413160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8413560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8413930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8414380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8414790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8415220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8415630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8416120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8416510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8416880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8417240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8417680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8418090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8418440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8419040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8476220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8476830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8477240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8477760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8478180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8478740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8479150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8479640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8480250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8480710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8481060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8481570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8481910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/orgqr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8482440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8482820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8483270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8483820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8484240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8484690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8485090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8485500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8485830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8486480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8486850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8487210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/record_stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8487670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8488050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8488490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8489010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8489420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8489840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8490200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8490560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8490930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8491330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8491890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8492380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8492920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8493300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8493820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8494220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8494640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8494990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8495500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8495860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/allclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8496320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8496690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8497150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8497550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8498020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8551190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8551650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8552050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8552430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8552860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8553210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8553740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8554120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8554700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8555040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8555430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8555810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8556190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8556530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8557050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8557430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8557810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8558170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8558540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8558990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8559400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8559790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8560240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8560630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8561020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8561460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8561840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8562420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8562920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8563270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8563620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8563990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8564390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8564940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8565290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8565700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8566080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8566460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8566830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8567180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8567560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8568080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8568530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8569100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8569490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8569950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8570380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8570740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8571380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8571770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8626370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_exp2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8626740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8627270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8627640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8628150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8628640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8629140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8629550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8630010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8630470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8630840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8631220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8631580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8631970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8632510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8632860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8633260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8633640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8634060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8634520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8634870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8635290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8635760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8636200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8636560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8636990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8637410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8637780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8638180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8638600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8638930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8639340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8639690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8640150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8640570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8640930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8641410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8641860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8642250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8642740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8643100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8643510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/positive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8643870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8644240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8644780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8645220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8645570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8646040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8646530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8647000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8647560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8701030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8701520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8701910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8702380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8702800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8703170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8703600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8703970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8704340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8704790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8705130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8705620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8706250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8706640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8707020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8707480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8708050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8708450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8708930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8709320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8709730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8710090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8711050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8711510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8712580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8712990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8713410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8713760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8714770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8715140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8715570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8715950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8716390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8716850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kl_div.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8717270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8717630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8718080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8718450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8718830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8719200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8719790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8720150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8720680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8721130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8721480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8721840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8722280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8722670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8723140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8723590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8724100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8724520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8772960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8773360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8774190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8774840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8775230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8775680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8776100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8776510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8776990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8777360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8777770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8778140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8778570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8778970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8779350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8779690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8780100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8780470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8780810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8781270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8781660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8782050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8782420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8782800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8783230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8783630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8784040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8784410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8784790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8785290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8785750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8786140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8786640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8787020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8787450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8787810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8788220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8788690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8789160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8789610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8790080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/deg2rad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8790490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8790980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8791420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8791810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8792290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8792710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8793140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8793520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.8793970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9398120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9398750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9399250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9399760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9400140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/corrcoef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9400560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9401160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9401580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9402170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9402540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9402940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9403540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9403940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9404320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9404700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9405210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9405750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9406140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9406520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9406940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9407430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9407800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9408300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9408780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9409320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9409780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9410320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9410680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9411090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9411490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9411920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9412360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9412830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9413230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9413750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9414250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9414650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9415120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9415520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9415930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9416350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9416730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/outer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9417150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9417590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9418060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9418470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9418880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9419390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9419960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9420340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9482070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9482690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9483430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9483870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9484440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9484990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9485550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9486240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9486650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9487050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9487460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9487820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9488310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9488670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9489150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9489500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9489990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9490470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9490810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9491340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9491740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9492210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9492700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9493100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9493630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9494010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9494390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9494840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9495220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9495650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9496190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9496530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/output_nr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9496890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9497230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/not_equal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9497600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9498220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/meshgrid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9498610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9499100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9499580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9499990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9500450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9500790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9506580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9506960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9507480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9508110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9508600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9509050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9509410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/float_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9509820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9557850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9558370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9559260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9559810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9561600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9562770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9564040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9564580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9565100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9565490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9565940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9566320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9566790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9567130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9567590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9567950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_scale.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9568450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9568880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9569230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diff_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9569590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9570050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9570550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9570930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9571370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9571750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9572120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9572630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9573100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9573470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9573990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9574340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9574730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9575210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9575630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9576030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9576450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9577010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9577350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/and.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9577740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9578110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9578480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9578960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9579390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9579760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9580290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9580780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9581150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9581530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9582050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9630090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9630630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9631080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9631460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9631910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9632260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hann_window.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9632660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9633140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9633580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9633950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Int.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9634340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9634830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9635180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9635600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9635990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9636360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9636820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9637190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9637630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9638210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9638590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concatenate_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9638960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9639460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9639860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9640240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9640620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9640980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9641380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9641750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9642360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9642760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9643100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9643460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9643820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9644340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9644740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9645140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9645470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9645830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9646220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/square_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9646610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9647040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9647490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9648020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9648400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9648770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_psi_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9649140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9649490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9649920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9650270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9650650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/selu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9702000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9702390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9702750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9703150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9703550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9704170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9704500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cov.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9704980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9705340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9705730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9706180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9706580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9707020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9707390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9707850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9708240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9708640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9709020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9709370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9709750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9710160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9710550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9710960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9711430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9711810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9712200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9712610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9713210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9713710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9714080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/int_repr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9714440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9714880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9715300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9715780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9716160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9716640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9717040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9717410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9717800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9718280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9718730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9719070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9719500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9719950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9720470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9720930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9721300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9721740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9722070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9722440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argwhere_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9771600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9771980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9772480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/orgqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9772930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9774140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9774610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9774990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9775390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9776940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9777310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9777650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9778060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9778930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9779520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9780020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9780850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9781200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9781530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_int_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9781890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9782530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9783200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9783630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9784000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9784370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9784840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9785280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9786310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9786830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9787250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9788210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9788700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9789140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9789500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9790340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9790740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9791210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9792070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9792500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9792860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9793740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9794200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9794530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnz.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9794880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9795340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9795800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9796230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9797080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9797480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9797890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:26.9798240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0345920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0346380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0346770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0347180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0347560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0348000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0348650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0349100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0349560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0349930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0351620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0352100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0352550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0352950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0353410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0353970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0354470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0354920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0355370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0355860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0356240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0356640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0357010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0357390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0357940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0358410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0358920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0359310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0359880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0360270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0360650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0361470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0361950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0362370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0362830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0363210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0363730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0364400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0364840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0365280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0365650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0366070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0366450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0366970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0367400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0367880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0368270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0368840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0369290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0369720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0422580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0423130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0423720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0424100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0424600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0424970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0425350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0425810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0426270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0426680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0427240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0427700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0428050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Half.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0428500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0429040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0429450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0429850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0430180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0430600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0430970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0431360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0431720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0432080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0432500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0433070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0433470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0433880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0434290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0434680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0435120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0435530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0435960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0436340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0436700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0437090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0437470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multiply_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0437920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0438290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0438740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0439150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0439590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0439990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0440390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0440810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0441230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0441720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0442050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0442410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0443120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0501040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0501920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0502290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0502810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0503210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0503610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0504130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0504610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0505020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0505360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hspmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0505820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0506240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0506620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0507110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0507560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0507970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0508420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0508790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0509160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0509490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0509930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0510350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0510890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0511260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0511680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0512120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0512490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0512900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0513260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0513620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0514020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0514440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0514910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0515310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0515670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0516080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0516470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0517010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0517400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0517880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0518250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0518640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0519000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0519420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0519860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0520450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0520870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0521310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0521710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0572050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0572460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0572930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0573610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0574010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0574450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0574860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0575410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0575870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0576330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0576740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0577300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0577660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0578040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0578390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0578950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0579340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0579780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0580290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0580640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0581050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0581410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0581940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0582290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0582690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rms_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0583150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0583580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0583950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0584280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/svd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0584620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0585020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0585510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0585980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0586360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0586720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0587090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0587610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0588030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0588420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0588990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0589350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0589730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0590210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0590610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0591010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0591400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0591760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0592320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0592740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0593100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0593540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0593970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0647980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0648750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0649220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0649650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0650090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0650470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0650860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0651460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_digamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0651860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0652310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0652740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0658400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0658770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0659190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0659560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0660000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0660470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0661060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0661430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0661770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0662110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0662490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensordot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0663110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0663490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0663970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0664300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0664720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0665110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0665500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0665980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0666520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0666880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0667240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0667590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0668020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0668480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0668850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0669210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0669610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gradient_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0669970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0670310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0670690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0671090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0671500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0671860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0672310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0672760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0673130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0673480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0673930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0674270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0718180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0718720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0719110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0719500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0719920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0720310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0720810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0721180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0721580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0721960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0722390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0722790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0723180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/output_nr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0723600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0723960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0724320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0724720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0725190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0725580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0725950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0726520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0726930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0727360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0727770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0728150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0728520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0728890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0729270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0729630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0730030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0730500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0730890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0731250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0731610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0731970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/divide.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0732400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0732890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0733230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_neg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0733630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0734010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0734380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0734740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0735260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0735640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0736100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0736480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0736850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0737230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0737620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0737970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.0738460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1193430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1194530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1195450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1196360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1197230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1198060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1199030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1199880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1200690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1201500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1202420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1203470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1204630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1205570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1206520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1207320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1208180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1209090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1209990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1210840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1211640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1212550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1213520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1214350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1215160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1216020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1216850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1217720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1218510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1219400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1220280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1221130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1222050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1222980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1223910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1224850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1225640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1226420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1227180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1227950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1228750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1229520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1230300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1231230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1232110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1233060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1233960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1234770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1235630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1236570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1269190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1270380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1271240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1272170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1273360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1274310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1275320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1276110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1277010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_max.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1277780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1278660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1279720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1280670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1281590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1282490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1283430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1284340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1285120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1286020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1286910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1288070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1289070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1290000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1290890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1291740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1292660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1293700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1294590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1295550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1296550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1297470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1298430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1299280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1300230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1301340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1302520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1303470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1304430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1305430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1306510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1307550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1308530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1309400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1310180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1311120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1311940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1312830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1313940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1314910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1316170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1341480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1342510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1343410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1344280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1345180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1346090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1347340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1348320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1349180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1350020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1350940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1351960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1352800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1353580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1354360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1355190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1356000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1356800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1357760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1358670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1359610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1360450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1361350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1362180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1362970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1363840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1364750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1365640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1366490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1367460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1368430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1369220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1370100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1370890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1371730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1372620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1373500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1374360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1375210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1376030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1376810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1377710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1378540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1379330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmean.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1380150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1381180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1382100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1383070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1384070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1384950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1413360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1414510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1415350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1423470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1424430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1425460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1426510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1427440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1428450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1429350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1430370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1431270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1432160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1433080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1434000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1434830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1435730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1436650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1437430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1438290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1439240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1440140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1441060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1441920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1442880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1444000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1444960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1445860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1446890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1447890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1448970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1449880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isclose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1450730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1451640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1452530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1453470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1454380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1455280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1456100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1457050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1457850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1458830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1459890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1460860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1461750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1462700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1463660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1464550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1465350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hamming_window.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1466190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1467160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1487850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1489090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1490190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1491150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1492210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1493730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1494670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1495630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1496600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1497460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1498360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1499320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1500120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1500930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1501760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1502630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1503580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1504420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1505300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1506160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1506960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1507840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1508790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1509620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1510490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_neg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1511360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1512200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rad2deg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1513030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1513880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1514710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1515530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1516490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1517600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1518560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1519410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1520240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1521160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1522280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1523140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/type_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1523900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1524800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1525700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1526570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1527870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1528890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1529960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1530840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1531630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1532430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1571100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1571950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1572760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1573590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1574550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1575450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1576410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1577240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1578070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1579050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1579820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1580610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1581410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1582240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1583080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1583920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1584820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1585760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1586930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1587780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stride.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1588570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1589450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1590340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1591130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1591900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1592880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1593960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1594910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1595750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1596570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1597490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1598360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1599230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1600180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1601130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1601980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1602760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1603640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1604500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1605500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1606540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1607520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1608410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1609320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1610150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1611250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1612150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1613000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1613910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1614820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1954980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1956170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1957140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1957970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/instance_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1958820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1959670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1960580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1961690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1962670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1963610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1964560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1965530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1966580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1967530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1968370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1969320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1970260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1971340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1972380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1973270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1974110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1974990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1975900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1976760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1977620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1978500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1979350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1980220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1981030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1981900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1982690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/absolute.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1983520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1984380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1985390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1986300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mT_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1987160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1988050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1988970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1990060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1990950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1991780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1992590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1993410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1994420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1995220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1996030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1996830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1997620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1998400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.1999190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2000120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2023280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2024600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2025510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2026400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2027190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2028090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2029040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2029970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2030990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2031920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2032860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2033700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2034630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2035610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2036470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2037360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2038200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2039110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2040220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2041300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2047900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2048690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2049590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2050430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2051230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2052270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2053290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2054060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/selu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2055110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2056060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2057070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2057900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2058770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2059560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2060430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2061240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2062180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2063070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2064010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2065150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2066130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adjoint_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2067200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2068200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2069220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2070190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2071190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2072190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2073040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2073980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2074890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2090440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2091480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2092460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2093370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2094250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2095240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2096160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2096950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2097870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2098760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2099730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2100640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2101690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2102580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2103600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2104460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2105300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2106130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2107070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2108070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2109010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2110270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2111360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2112350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2113250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2114260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2115270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2116260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2117130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2117920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2118870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2119910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2120900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnz_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2121770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2122720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2123660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2124560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2125480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2126530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2127510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2128530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2129330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2130220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2131150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2132180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2133200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2134140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2135180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2136230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2137130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2166800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2167680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2168540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2169460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2170400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2171240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2172190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2173090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2173990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2174870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2175720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2176600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2177400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2178170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pinverse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2179070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2179950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2180810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2181730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2182580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2183600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2184510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2185330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccosh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2186130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2186990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2187850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2188760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2189590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2190400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2191190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2191990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2192880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/not_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2193670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2194590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2195490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2196270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2197150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2197950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2198720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2199590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2200460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2201340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2202240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2203140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2204090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2205070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2206070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2207020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2207830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2208660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2209470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2237430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2238010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2238470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2238830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2239250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2239720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2240290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2240770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2241230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2241670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2242020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2242560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2243070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2243450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2243920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2244440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2244820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2245200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adagrad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2245780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2246190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2246750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2247270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2247620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ger_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2248040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2248470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2248920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2249300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2249910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2250360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2250800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2251230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2251630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2252080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2252540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2252920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2253310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2253760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2254220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2254640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2255010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2255590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2256030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2256570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2257070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2257430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2257770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2258260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2258690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2259120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2259680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2310670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2311110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2311690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2312060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2312540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2312920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2313320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2313740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2314120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2314550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2315050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2315520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2315900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2316390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2316750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2317090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clone.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2317540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2317990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2318390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2318850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2319310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2319810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2320210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2320640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2321140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2321570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2321940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2322490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2322980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2323330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapdims.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2324040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2324470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2324880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2325330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2325830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2326360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2326830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2327220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2327710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2328290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2328820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2329180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2329580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2329960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2330530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2331000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2331380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2331820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2332150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2332510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foobar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2385810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2386370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2386750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2387260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2387650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2388130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2388520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2388900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2389280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2389660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2390050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2390590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2390940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2391400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2391760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2392090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2392490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2392930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2393330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2393710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2394100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2394520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2394990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2395340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/movedim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2395860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2396230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccos.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2396710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2397060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2397470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2397840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2398190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dim_arange.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2398560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2399090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2399470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2399830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2400210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2400590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2401070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2401510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2401880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2402230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2402590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2403000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2403430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2403800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2404190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2404580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2404970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2405400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2405770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2461040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2461450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2461900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2462350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2462780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2463210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2463740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2464170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2464670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2465110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2465610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2466030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2466380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2466750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2467290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2467700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2468270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2468630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2468970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Long.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2474740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2475160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2475530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2475940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2476380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2476930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2477310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2477730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2478190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2478770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2479140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2479540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2479910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2480320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2480720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2481060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2481480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rename_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2482000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2482560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2483120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2483520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2483960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2484310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2484680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2485200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2485650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2486010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2486380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2486790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2487210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2537940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2538360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2538760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2539190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2539560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2539960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2540550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2540990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2541400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2541760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2542090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2542460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2542800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2543190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2543580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2543930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2544410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2544830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanquantile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2545320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2545770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2546110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2546510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2547000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2547400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2547830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2548230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2548630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2549000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2549440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2549870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2550430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2550830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2551220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2551580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2551970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2552370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2552740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2553110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2553600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2553940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2554300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2554660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2555040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2555490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2555850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2556280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2556620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2557010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2557390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2557900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2558360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2610810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2611200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2611710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2612090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2612550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2612930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2613330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2613730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2614240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2614640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2614980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2615440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2615870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2616380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2616830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2617300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2617790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2618180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2618510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2618940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2619340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2619740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2620330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2620680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flipud_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2621060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2621520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2621890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2622410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2622760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2623180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2623570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2623940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2624300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2624650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2625110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2625530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2625910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2626360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2626720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cov_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2627080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2627530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2628120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2628460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2628910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2629320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2629680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_put.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2630060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2630460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2630920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2631300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2631690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2685800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2686310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2686730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2687110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2687580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2688080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2688610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2689000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2689350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2689720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2690100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2690640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2691210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2691720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2692100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2692580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2693130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2693480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2693860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2694390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2694790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2695210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2695690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2696080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2696560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2696940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2697320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2697770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2698230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2698630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2699010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2699430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2700020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2700400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2700850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2701290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2701670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2702090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gradient.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2702430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2702900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2703320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2703920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2704420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2704880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2705240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2705600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2706080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2706580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2706950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2707510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2755190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mH_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2755570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2755930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2756450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2756850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2757240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2757730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2758090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2758540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2759020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2759380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2759810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2760200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2760700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2761060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2761420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2761840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2762210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2762630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2763000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2763360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2763730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2764230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2764690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2765100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2765490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2766000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2766420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2766790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/true_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2767250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2767670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2768060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2768410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2768770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adagrad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2769200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2769600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2769960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_conj.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2770380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2770850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2771270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2771640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2772040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2772490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2772860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2773300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2773670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2774170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2774630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2775000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2775620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2836840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2838330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2839790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2840870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2842290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2843750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inverse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2844980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2846340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2846980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2847570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2848020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/item.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2848530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2849010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2849430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2849790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2850240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2850840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2851250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2851810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2852270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2852670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2853130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2853570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2853960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2854400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2854790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2855300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2855780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2856170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2856540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2856950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2857570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2858000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2858470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2858980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2859380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2859840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2860320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2860870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2861380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2861750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2862190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2862590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2862970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2863420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2863900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2864270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2864710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2865180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2865610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2907040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2907550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2908030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2908390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_equal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2908820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2909290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2909650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2910150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2910610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2911030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2911490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2911960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2912330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2912820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2913190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2913590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2914050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2914590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2915010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2915400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2915750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kaiser_window.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2916240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2916670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2917090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2917480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2917820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2918240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2918620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2919080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2919490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2920160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2920700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2921130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2921480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2921890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2922340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2922700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2923220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2923590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2924020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2924530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2925010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2925400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2925770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2926230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2926630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2926990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2927540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2927960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2928340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2928800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2980490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2981130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2981650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2982010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2982450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isreal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2982810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2983180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2983520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_enum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2984000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2984400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2984880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2985270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2985710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2986080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2986650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2987210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2987600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2988070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2988410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/einsum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2988780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2989220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2989780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2990130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_conj.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2990650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2991160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2991540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2991940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multiply.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2992320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2992770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2993110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2993740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2994290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2994650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2995070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prelu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2995570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2996060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2996490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_zero_point.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2996890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2997250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2997610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2998050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2998450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2998880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2999400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.2999790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3000360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3000750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3001170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3001730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3002140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3048280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3048730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3049250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3049680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3050090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3050650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3051060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3051480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3051860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3052330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3052720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3053180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3053570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3054050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3054440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3054970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3055310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3055690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3056130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3056520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3056910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3057270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3057720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3058120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3058530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3059010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3059460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3059810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3060260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3060720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3061090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3061540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3062040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3062470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3062920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3063370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3063750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3064130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3071530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3071940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3072590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3073100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3073480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3073820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3074210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3074810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3075220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3075590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3076050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3076470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3076990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3186490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3186910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3187370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3187980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3188550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3189140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3189640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3192440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3193010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3193520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3194020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3194470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3195010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3195460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_static.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3195960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3196560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3197070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3197550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3198160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3198700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3199320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3199810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3200290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3200700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3201170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3201740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3202250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_print.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3202790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3203310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3203760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3204220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3204810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3205280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3205660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3206360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3206960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3207520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3208050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3208530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3209080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3209670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3210210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3210760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3211200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3211800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3212280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3212890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3213370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3213850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3305210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3305650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3306010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_zeros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3306490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3306900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3307320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3307740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3308190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3308660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3309050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3309410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3309750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mT_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3310160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3310530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3310880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3311240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3311640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3312030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3312410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3313000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3313340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3313750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3314150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3314630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3315120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3315500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3315870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3316230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3316610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3317110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3317480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3317950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3318300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3318750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3319100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3319460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3319820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3320160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3320530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3320910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3321290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/subtract_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3321680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3322120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3322450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3322850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3323210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3323620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3324050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3324410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3324890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3325310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapaxes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3660460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3660940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3661300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3661750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3662340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3662740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3663110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3663470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3663870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3664220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3664610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3665030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3665420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3665950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3666310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3666790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3667160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3667610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3667980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3668450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3668790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3669240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3669680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3670130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3670500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3670970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3671340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3671840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3672200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3672550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3672920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3673260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3673820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3674230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3674720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3675110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3675520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3675900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3676360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3676740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3677120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3677650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3678030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3678430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3678910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3679260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3679770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3680220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3728700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3729180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3729580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3730050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3730630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3731010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3731510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3731880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3732250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3732770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3733160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3733530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3734020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3734470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3735200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3735590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3735960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3736520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3736920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3737500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3737860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3738350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3738770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3739180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3739720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3740160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3740560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3741210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3741590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3742090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3742740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3743170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3743620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3744070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3744480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3744960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3745460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3745850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3746200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3746530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3747030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3747450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3747800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3748220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3748670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3749080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3749590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3750000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3750480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3750860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3751330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3800170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3800640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3801160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3801590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3802040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3802530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3803020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3803550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3804010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3804460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3804960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3805420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3805900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3806330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3806720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3807100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3807690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3808060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3808660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3809030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3809420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3809860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3810220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3810570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3811080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3811580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3811990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spdiags.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3812390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3812950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3813300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3813650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3814060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3814480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3814970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3815360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3815730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3816100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3816610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3817120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3817600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3818120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3818480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3818940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3819340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3819700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3820200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3820590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3820990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3821670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3822100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3873640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3874060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3874930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3875850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3877140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/type_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3877580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3878080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3878620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3879190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3879570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_safe_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3880110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3880500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3880870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logdet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3881230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3881590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3882080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3882570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3882970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3883460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3883850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3884240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3884610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3885010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3885380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3885720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3886170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3886540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3886910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3887280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3887750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3888210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3888620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3889030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3889480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3889960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3890300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3890710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3891080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3891440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3891820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3892220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3892640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3893080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3893450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3893800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3894240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3894680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3895100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3895470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3895850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3947790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pinverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3948430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3948900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3949290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3949710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3950090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3950420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3950770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3951240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3951580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3951940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3952320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3952870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3953230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3953620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3954000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3954420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3954950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3955370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3955730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3956060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3956420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3956780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3957220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3957620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3957990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3958330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3958680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3959080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3959430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3959790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/block_diag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3960150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3960640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3961140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3961610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3961970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3962360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3962800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3963310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3963760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3964120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geqrf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3964520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3964880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3965300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3965860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3966240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3966710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3967100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3967540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3967920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.3968370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4022320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4022730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4023330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4023850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4024210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4024650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4025010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4025420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4025800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4026300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4026670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4027070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4027610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4027950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4028450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4028880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4029320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4029760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4030120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4030510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4030950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4031330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4031720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4032210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4032560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4032940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4033360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4033810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4034340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4034740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4035190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4035590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4035960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4036330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4036760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4037120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4037510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_to_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4037970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4038460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4038880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4039230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gradient_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4039590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4039980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4040380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4040810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4041190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4041550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4041910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4042250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4353160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4353560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4353990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4354430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4354820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4355500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4356190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4356680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4357190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4362190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4362650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4363080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4363460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4363830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4364180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4364660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4365060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4365410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4365760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4366180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4366720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4367070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4367430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4367780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4368120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4368500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4368900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4369280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4369670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4370100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4370510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4370940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4371300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4371660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4372010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4372430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4372870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4373260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4373670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4374010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4374400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4374990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4375410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4375770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4376120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4376440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ravel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4376850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4377220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4377710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4508040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4508590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4509050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4509410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Short.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4509800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4510190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4510540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4510930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4511410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4511840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4512290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4512680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4513050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4513540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4513980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4514330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4514770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4515230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4515610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4515970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4516410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4516770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4517190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4517650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4518020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4518470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4518840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4519240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4519590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4520150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4520540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4520900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_version_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4521290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4521690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4522050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4522540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4522920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4523260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4523610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4524070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4524520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4525090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4525480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4525920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4526370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4526810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4527210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4527650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4528070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4528460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4580870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4581270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4581720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4582080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_circular.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4582510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4583080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4583430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_div.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4583870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4584300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4584680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4585040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4585390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4585820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4586190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4586700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4587090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4587460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4587830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4588210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4588580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/combinations_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4588940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4589310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4589790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4590180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4590620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4591020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4591380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4591790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4592160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4592610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4592950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4593290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4593630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4594010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_embed.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4594370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4594750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4595130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4595510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4595860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4596320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4596700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4597060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4597400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pdist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4597810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4598210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4598560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_signed.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4598990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4599330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4599680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4600060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4600440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4600930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4659610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4660020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4660450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4660940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4661310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4661840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4662230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4662610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4663050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4663420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4663880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4664230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rename_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4664700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4665190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4665620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4666050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4666510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4666880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4667330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4667720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4668120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4668520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4668970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4669320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Float.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4669830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4670230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4670750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4671120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4671510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4671950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4672330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4672690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4673060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4673540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4674000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4674480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4674940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4675280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4675800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4676150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4676520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4676890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4677250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4677580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4677990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4678460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4678830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4679330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4679690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4680050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4732310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4732820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4733280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4733670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4734040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4734520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4734900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4735270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4735630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4736000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4736440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4736820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4737200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4737620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4738000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4738420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4738770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4739150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4739540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4739950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4740340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4740830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4741300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4741690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4742070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4742420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4742860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4743240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4743630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4743990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4744440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4744870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4745220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4745670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4746060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4746430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4746810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4747180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4747760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4748220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4748680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4749030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inner_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4749420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4749780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4750150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4750570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4750940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4751400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4751790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4752180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4805940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4806380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4806900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4807390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4807780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4808160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4808530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4809010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4809370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4810230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4810640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4811170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4811680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4812140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4812650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4813030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4813500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4813860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4814480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4814880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4815270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4815640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4816030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4816550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4816980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4817360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4817770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4818160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4818520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concatenate.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4818900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4819370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4819740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4820200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qscheme.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4820580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4820950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/movedim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4821400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4821790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4822160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4822650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4823200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4823620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4824020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4824420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4824880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4825310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4825690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4826060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4826490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4826880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4827290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4882770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4883310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4883810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4884480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4884910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4885490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4885970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4886350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4886730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4887120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4887460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4887920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4888270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4888640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4889000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4889380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4889850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4890220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4890680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4891080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4891420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4891910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4892310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4892660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_file.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4893050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4893400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4893840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4894190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/celu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4894540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4894920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4895370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4895710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4896080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4896470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4896880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4897370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4897830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4898250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4898620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4899030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4899370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4899760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4900170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4900660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4901000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/real.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4901420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4901840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4902220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4902620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4902970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4903330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4959100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4960220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4960850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4961390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4961900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4962290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4962680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4963330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4963740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4964080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4964580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4965050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4965420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4965950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4966310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4966930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4967400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4967800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4968180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4968590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4969050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4969600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4969990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4970510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4970890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4971260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4971630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4972120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4972590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4973060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4973530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4973880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4974330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4974780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4975280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4975670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4976050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4976410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4976790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4977160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4977550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4977990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4978360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4978830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4979210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4979580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4979940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4980300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.4980740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5027970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5028590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5029690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5030960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5031390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5031740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5032250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5032750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5033230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5033580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5033980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5034510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5034880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/absolute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5035240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5035610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5036040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5036470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5036910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5037370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5037750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5038270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5038670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5039190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5039550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5040000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5040460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5040840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5041440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5041850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5042300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5048070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5049460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5050070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5050460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5050940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5051370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5052140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5052500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5052870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5053260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5053620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retain_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5054140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5054490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kron_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5054840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5055290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5055680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5056030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5056590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5056990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5099540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5100040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5100510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5100980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5101330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5101710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5102100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5102470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5103000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5103460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5103900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5104260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5104710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5105140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5105580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5106000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5106340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5106690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Double.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5107070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5107460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5107810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5108220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5108650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5109010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5109370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_any_true.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5109730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5110150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5110530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5110920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5111340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5111720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5112120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5112500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5112860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5113260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5113670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5114080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5114480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5114840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_safe_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5115290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5115770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5116220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5116720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5117100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5117440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/numpy_T.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5117920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5118310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5118740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5119160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5119510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/float_power.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5168630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5169100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5169520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5169880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rot90.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5170210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5170760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5171120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5171510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5171850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5172220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5172750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5173100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5173680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5174070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5174520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5174940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5175310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5175660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_blob.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5176060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5176480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5176830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5177180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5177680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5178070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5178510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5178910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5179360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5179840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5180310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5180720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5181100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5181550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5181920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5182340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5182710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5183310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5183740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5184130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5184580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5184910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5185280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5185730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5186150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5186500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5186890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5187270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5187700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5188100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5188450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5188830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5236030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5236440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5236890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5237330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5237820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5238330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5238810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5239240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5239660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5240020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5240400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5240890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5241270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5241670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5242110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5242460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5243030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_numel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5243450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5243940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5244370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5244740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5245110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5245490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5245850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5246220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5246710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5247060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5247490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5247880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5248350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5248770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5249120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5249620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5249990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5250340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5250770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5251190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5251580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5251940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5252320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5252730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5253110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5253540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5253950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5254450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5254850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5255320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5255680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5256150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5256500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5311840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5312900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5313280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/moveaxis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5313680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5314030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5314520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5315190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5315580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5315960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5316370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5316810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5317440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5317860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5318440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5318820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5319350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5319860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5320390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5320830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5321380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5321930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5322540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5322940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5323500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5323870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5324310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5324740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5325150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5325520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5325940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5326310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5326730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5327070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5327450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5327810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5328150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5328500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5328850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5329340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5329690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5330120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5330490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5330830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ger_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5331230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5331710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5332100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5332530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5332890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/result_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5333310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5333660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ormqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5383110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5383540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5391120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5391500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5391940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5392360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5392720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5393130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5394030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5394570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5395030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5395490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5395860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5396250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5396630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5397040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5397390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5397750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5398190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5398690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5399150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5399570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5399920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5400620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5401070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5401450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5401820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5402160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5402590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5402980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5403500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5403950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5404350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5404700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/refine_names.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5405080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5405520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5405920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5406310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5406670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5407080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5407560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5407920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5408350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5408710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5409070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5409680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5410110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5410500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5410890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5411300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5450550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5451120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5451510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5452070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5452470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5452890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5453290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5453660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5454020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5454470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5454910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5455350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5455830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5456280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5456690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5457370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5457840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5458230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5458590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/istft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5459010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5459370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5459740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5460170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5460520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5460970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5461350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5461740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5462100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5462470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5462850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5463220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5463630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5464010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5464390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5464730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_pinned.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5465110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5465520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5466030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5466380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5466820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5467200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5467670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5468080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5468480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5469020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5469450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5469840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5470210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5470740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5471090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5471470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5522970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5523490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5524010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5524500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5525030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5525470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagflat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5525850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5526440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5526880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5527240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5527640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5528090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5528490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5528930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5529630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5530010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5530450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5530890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chalf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5531250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5531680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5532160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5532540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5532900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5533410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5533950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5534590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5534950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5535350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5535820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5536330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5536700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5537100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5537480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5538050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5538460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5539000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5539400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5539830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5540300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5540760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5541150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5541530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5541940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ger.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5542310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5542830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5543360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5543910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5544360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5544740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5597330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/imag_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5597720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5598100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5598510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5598960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5599320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5599670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5600120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5600520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5600930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5601320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5601820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5602180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5602580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5602990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5603370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5603870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5604250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5604670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5605040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5605410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5605980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5606380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5606770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5607120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5607460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5607860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5608230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5608640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5609010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5609430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5609860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5610260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5610700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5611080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5611560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5611900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5612250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5612650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5612990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5613340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5613770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5614300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5614750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5615090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5615530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5615910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5616250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5616610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fliplr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5617060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/negative_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5617420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5686310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5687010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5687420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5687870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5688280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5688740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5689110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5689490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5690070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5690620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5691020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5691370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5691760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5692250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5692610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5692990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5693350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5693710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argsort_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5694070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5694440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5694860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5695230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5695770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5696140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5696510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5696990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5697430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5697790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5698140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5698600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5698980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5699340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5699770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5700130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5700730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5701190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5701590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5701980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5702360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5702730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5703080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5703540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5703920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5704340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5704710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5705100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5705440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5705800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5706160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5706530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5706880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5746360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5748660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5749610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5750040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5750480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5751200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5751690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5752100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5752480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5752950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5753410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5753910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5754300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5754850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5755310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5755720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5756080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5756470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5756980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5757400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5757970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5758420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5758850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5759260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5759660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5760090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5760750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5761160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5761660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5762110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5762480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5762820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5763240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5763780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5764150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5764510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vdot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5765090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5765440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5765950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5766370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5766880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5767280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5767710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5768350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5768830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5769230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5769630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5770160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5770540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.5770930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6159440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6160500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6161610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6162670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6163930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6165210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6166120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6167010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6167860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6168680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6169550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6170370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6171200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6172090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6172880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6173740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6174610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6175410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6176360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6177250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6178160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6178980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6179760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6180550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6181340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6182150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/item_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6182960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6183860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6184710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6185580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6186420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6187410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6188480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6189450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6190430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6191310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6192100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6192910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6193770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6194670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6195480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6196400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6197240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6197990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/subtract.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6198850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6199730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6200650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6201410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6202250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6203150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6230300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6231170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6231990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6232810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6233690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6234580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6235470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6236340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6237230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6238070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6239060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6239870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6240660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6241420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6242220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6243010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_inference.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6243780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6244640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6245460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6246360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6247200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6248130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6249040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6249880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6250840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6251810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6252640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6253560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6254360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ldexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6255150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6256020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6256990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6257960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6258760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6259750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6260680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6261440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6262240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6263310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6264270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6265170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6265950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6266740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6267540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6268370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6269290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6270300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6271070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6271930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6272830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6273680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6303940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6304850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6305890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6306740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6307640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6308450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6309240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6312740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6313610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6314430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6315220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6316070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6316980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6317930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6318700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6319470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6320270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/movedim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6321080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6321920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6322830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6323710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6324550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6325450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6326480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6327300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6328120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6328950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6329780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6330570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6331660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6332530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6333340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6334100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6334940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6335720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimI_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6336540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6337350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6338170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6339020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6339840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6340890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6341870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6342690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6343600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6344400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6351470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6352430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6353310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6354090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6354950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6355820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6356850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6375320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6376160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6377120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6378040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6378940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6379810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6380660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6381550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6382540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6383390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6384340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6385170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6385950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_permuted.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6386700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6387590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6388490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6389340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6390130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6390930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6391720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6392720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6393550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6394320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6395080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6396050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6396950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6397850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6398690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6399530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6400360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/record_stream_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6401210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6402110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6402890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6403640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6404430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6405220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6406090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6406980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6407920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6408750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6409640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6410540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6411530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6412390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6413310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6414270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6415180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6416000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6416870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6417770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6418610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6448140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6449030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6449970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6450760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6451630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6452500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6453340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6454350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6455250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kron_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6456140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6457020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6457810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6458830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6459690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6460510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6461470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6462480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6463320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6464160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6464940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6465770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6466580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bartlett_window.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6467430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6468480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6469470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6470310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6471290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6472380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6473200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6474000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6474800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6475640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6476450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6477290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6478190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6478990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6479830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6480840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6481830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6482700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6483520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6484530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6485500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6486330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6487240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6488170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6488940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6489730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6490530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_trilinear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6491380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6492270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6522320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6523280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6524170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6525000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6526130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6527070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6527930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6529020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6529920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6530790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inner_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6531670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6532580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6533490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6534370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6535280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6536140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6537000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6537900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6538710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6539670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6540590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6541410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6542160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chalf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6542960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6543810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6544830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6545780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6546630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6547640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6548640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6549720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6550780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6551700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6552540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6553340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6554130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6554960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6555720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6556530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6557400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6558320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6559130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6559860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6560560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6561250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6562060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6562950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6563720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/allclose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6564450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6565210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6565980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6872940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6875600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6877570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6878590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6879500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6880400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6881380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6882360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6883310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6884280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6885240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6886560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6887520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6888490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6889470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6890530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6891590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6892370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6893110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6893980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6894920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6895740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6896660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6897590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6898450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6899440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6900250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6901400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6902310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6903310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6904140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6905120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6906120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6907160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6908190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6909180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6910110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6911220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6912080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6912880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimV.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6913640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6914620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6915750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6916650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6917550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6918560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6919500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6920310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6921400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6922370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/column_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6944880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6945930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6946850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6947930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6948870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6950060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6951110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6958000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6958980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6959830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6960670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6961570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6962470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6963340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6964170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6965060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6965930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6966770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6967540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_leaf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6968500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6969460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6970260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ldexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6971120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6972110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6973130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6973920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6974680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6975680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6976760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6977970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6978890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6979680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6980520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6981330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6982100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6983010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6983820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6984740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6985690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6986550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6987440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6988380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6989300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6990190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6991250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6992080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6992900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6993690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6994480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.6995330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7016670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7017560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7018400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7019250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7020050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7020800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Char.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7021700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7022620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7023440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7024260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7025140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7026160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7027010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7027840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7028790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7029790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7030770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7031630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7032430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7033230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7034060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7035080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7036090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7036980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7038030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7039060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7039940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7040850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7041650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7042550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7043470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7044290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7045250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7046240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7047140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7047930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7048880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7049730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diff.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7050480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7051360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7052280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7053080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7054000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7054920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7055800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7056760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7057630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7058510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7059420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7060350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7096140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7097080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7098350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7099440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7100520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7101500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7102400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7103640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7104530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7105370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7106200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/promote_types_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7107100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7108050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7109160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7109950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cov_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7110730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7111620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7112490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7113350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7114160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7115030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7115860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7116790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7117710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/msort.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7118810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7119740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hstack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7120520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7121340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7122330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7123080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7123880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7124790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7125670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7126580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7127630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7128450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7129240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7130110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7130940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7131740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7132530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fix_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7133340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7134200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7135060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7135870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7137030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7137410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7137800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7138170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7138680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7174760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7175150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7175520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7175920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7176280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7176890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7177300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7177770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7178390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7178790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7179140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_stride.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7179560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7179920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7180360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7180760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7181230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7181680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7182100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7182500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7182850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7183260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7183770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7184160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogram_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7184500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dstack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7184870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7185270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7185610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7186100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7186480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7186940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7187410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7187750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7188150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7188510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7189010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7189360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7189730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7190220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7190650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7191040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7191410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7191910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7192400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7192790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7193290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7193650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7194030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7194380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spsolve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7194950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7195380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7259220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7259830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7260300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7260810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7261160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapz.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7261610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7262020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7262400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7262860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7263290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7263780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7264280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7264770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7265360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7265830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7266220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7266600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/qscheme_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7267060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7267410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7267960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7268450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7268840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/blackman_window.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7269360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7269690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7270170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7270550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7271060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7271660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7272100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7272770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7273440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7273940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7274320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7274700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7275120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7275590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7275990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7276340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7276940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7277510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7278150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7278560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7278970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7279620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7280720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7281100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7281550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7281950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7282360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7282720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7665460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7666120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7666490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7666910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7667390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7668040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7668370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/or.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7668730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7669160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7669700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7670070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7670520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7671120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7671650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7672150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7672530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7672970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7673370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7673700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7674260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7674730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7675140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7675730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7676110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7676460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7676920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7677280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7677820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7678180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7678540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7678900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_equal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7679400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7679800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7680340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7681040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7681470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7681860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7682390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7682790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7683130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vsplit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7683570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7683970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7684500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7684970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7685380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7685940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7686510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7686930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7687500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7688010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7736350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_all_true.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7736730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7737160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7737550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7738070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7738450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7738800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7739260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7739640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7739990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7740490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7740910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7741310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7741760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7742270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7742740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7743120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7743510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7743860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7744320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7744690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7745050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isreal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7745410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7745760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7746190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7746660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7747010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7747360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7747970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7748380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7748830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7749190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7749570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7749920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7750250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7750650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7751150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7751510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7751880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7752320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7752760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7753200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7753550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7753890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7754280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7754680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7755080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsinh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7755430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7755820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7756200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7756670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7803210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7803660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7804030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7804410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7804820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7805190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7805720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7806140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7806530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7806930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7807430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7807920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7808290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7808710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7809150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7809520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7809870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7810440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7810820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7811250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7811750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7812150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7812570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7812980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7813350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7813700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7814110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7814440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7814850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7815270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7815610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_full.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7816050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7816630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7816990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7817360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7817720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7818060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clip.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7818400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7818900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7819350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7819830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7820310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7820800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7821180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7821640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7822180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7822570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7822920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7823280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7823760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7874120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7874800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7875220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7875760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/int_repr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7876130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7876500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/column_stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7876880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7877230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7877610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7878170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7878570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7878970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7879510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7879860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7880450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7880810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7881290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7881710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7882080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7882450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7882890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7883260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7883650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7884070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7884430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7884870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7885340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7885710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7886190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7886550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7886970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7887310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7887700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7888160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7888620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7889000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7889350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7889760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7890170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7890520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7890930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7891320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7891840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7892240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7892650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7893030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7893590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7893980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7894420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7894910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7953460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7954120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7954520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7954970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7955410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7955810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7956290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7956690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7957030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/square.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7957440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7957800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7958250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7958870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7959280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7959650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cdist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7960110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7960660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7961030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7961430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7961880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7962380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7962790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7963280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7963640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7964050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7964420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7964870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7965260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7965640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7966050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7966410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7966810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7967220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7967720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogram_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7968060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7968450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7968890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7969340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7969720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7970070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7970470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7970850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7971200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7971570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7972050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7972470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7972850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7973340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7973690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7974080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.7974580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8031610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8032070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8032460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8032980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8033370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8033710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8034080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8034440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8034880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8035270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8035650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8036060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8036440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8036810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8037380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8037810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8038170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8038700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8039160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8039520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8039950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8040310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8040860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8041200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rename.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8041580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8042090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8042550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8042960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8043330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8043840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8044200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8044550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8044930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8045330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8045700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8046420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8046830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8047250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8047750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8048150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8048590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8048980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8049410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8049780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8050140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8050510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8050920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8051380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8051730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8052130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vander.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8415240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8415770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8416260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8416670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8417160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8417590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8418150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8418500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8418890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8419330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8419830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8420180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8420590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8421090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8421440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8421810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8422260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8422810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8423190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8423550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8423950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8424470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8424850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/result_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8425220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8425670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8426060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8426430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8426970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8427340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8427730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8428240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8428640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8429010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8429370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8429750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8430120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8430490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8430860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8431300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8431840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8432330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8432690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/one_hot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8433170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8433650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8434010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8434380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8434780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8435120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8435590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8436060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8487610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8488040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8488610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8488990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8489380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8489870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8490260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8490610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8491090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8491510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8491900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8492280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8492740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8493080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8493570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8493930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8494390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8494740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8495130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8495530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8496100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8496560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8496920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8497440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8497770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/celu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8498170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8498500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8498840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/where.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8499210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8499690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8500160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8500660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8501110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8501460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8501900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8502620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8502980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8503350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8503690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu6.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8504040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8504420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8504880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8505280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8505670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8506110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8506480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8507020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8507510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8507930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8508260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8567470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8568550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8569130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8569590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/negative.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8569970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8570350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8570840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8571280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8571680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8572150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8572510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8572880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8573300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8573830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8574270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8574670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8575370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8575720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8576190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_string_default.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8576600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8576980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8577380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8577720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8578210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8578630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_signed_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8579180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8579560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8580010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8580500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8581140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8581520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8581880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8582380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8582790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8583360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8583740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/square_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8584100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argsort.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8584510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8584880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8585470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8585880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8586390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8586880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8587260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8587710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8588180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8588670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8589040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8589430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8589900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8590440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8643090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8643460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chalf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8643990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8644540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8645270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8645820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8646320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8646830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8647230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8647600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8648090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8648470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8648830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8649370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8649820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8650430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8651030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8651430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8663060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8663840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8664280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8664800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8665180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8665570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8666060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8666620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8667110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8667490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8667910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8668320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8668800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8669220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8669610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8669970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8670350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8670710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8671300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8671690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8672210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8672710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8673230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8673660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8674080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8674470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8674880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8675310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8675840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8676340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8676790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8677330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8740890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8741680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8742200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8742840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8743490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8744330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8745980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8746630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8746990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8747420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8748030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8748870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8749360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8749860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8750510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8750890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8751510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8751920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8752400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8752840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8753220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8753650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8754010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8754380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8754780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8755280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8755770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8756200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8756570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8757030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8757450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8757930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8758310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8758750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8759180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8759570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8759950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8760550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8760940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8761310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8761810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8762250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8762630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8763050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8763590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8763970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8764360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8764770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8765180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8835980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8836640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8837350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8838350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8838840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8841080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8842490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8843730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8845440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8847020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8848120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8849750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8851240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8852530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8853600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8855030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8856060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8857190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8858360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8859420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8861190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8862770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8863980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8865020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8866320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8867570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8868920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8871410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8872490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8874260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8875320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammainc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8876390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8877630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8879180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8880180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8881150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8882290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8883440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8884470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8885600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8886610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hspmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8887800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8888880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8889970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8891160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8892450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8893750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8894990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8896300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.8897600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9340000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9340440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9340840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9341360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9341880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9342250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9342610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9343000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9343460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9343860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9344310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9344770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9345130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9345530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9345900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9346280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9346770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9347260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9347660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9348100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9348460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9349050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9349470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9349860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9350330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9350800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9351330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9351860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9352250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9352620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9353090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9353540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9353980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9354400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9354850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9355380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9355910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9356300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9356750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9357120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9357590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9357960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9358580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9359040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9359500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9359990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9360540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9361030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9418710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9419130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9419590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9419970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu6_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9420590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9421030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9421390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9421730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kron.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9422300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9422760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9423170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9423550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9423900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9424340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9424840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9425350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9425830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9426370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9426750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9427140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9427530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9427930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9428370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9428760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9429170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9429640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9430020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9430380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9430740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9431200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9431610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9432120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9432480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9432870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9433250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9433730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9434100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9434480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9434980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9435350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9435710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9436090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9436460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9436850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9437210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9437800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9438310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9438700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9439100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9439550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9553430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9554070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/roll_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9556260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9557340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9558480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9559520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9560770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9561600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9562020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9562430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9562870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9563360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9563760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9564170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9564530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9564900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9565260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9565640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9566100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9566510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9566920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9567260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9567810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9568180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9568590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9569030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9569490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9569850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9570300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9570720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9571080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9571480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9571850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9572240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9572760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9573250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9573610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9574040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9574560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9575080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_psi.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9575500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9575860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9576250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9576750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9577160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9577540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9577920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9578300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9578720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9579160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/type_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9579580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9651260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9651730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9652420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9652830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9653250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9653740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9654140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9654490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9654960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9655410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9655910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9656410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9656770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9657380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9657770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9658170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9658550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9658940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9659290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9659820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9660220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9660590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9660980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/imag.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9661370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9661740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9662140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9662480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9662940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9663350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9663700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_H.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9664100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9664550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9664920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9665430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9665860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9666340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9666720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9667090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9667560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9667920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fliplr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9668340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9668980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9669410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9669900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9670470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9670940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9671330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9671670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9672050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9672440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9836350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9836770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9837430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9837850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9838230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9838620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9839240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9839650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9840010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9840400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9840870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9841260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9841840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9842240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9842640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9843160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9843530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9844070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9844420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9844770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9845160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9845540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9846030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9846480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9846930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9847300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9847650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9848090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9848450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9848870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9849240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9849660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9850090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9850550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9850920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9851280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9851790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9852170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9852620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9853000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9853350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_round.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9853720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9854220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9854610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9855060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9855560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9855950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9856410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9856830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9857210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9909720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9910140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9910510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9910980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9911550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9913050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/contiguous.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9914000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9915900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9916900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9917920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9918960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9920030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9921010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multiply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9922330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9923760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9924860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9925650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9926070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9926510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9927030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9927410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9927790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9928240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9928670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9929130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9929670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9930070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9930400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9930850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9931230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9931760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9932180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9932540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9933950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9934340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9934770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9935240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9935660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9936080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9936500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9936890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9944750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9945270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9945820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9946260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9946680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9947290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9947750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9948230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:27.9948660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0286080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0286540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0287020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0287470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0287900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0288360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0288850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0289460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0289870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0290300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0290680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0291290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0291660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0292110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0292510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0292900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0293300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0293920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0294360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0294840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0295500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0295940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0296420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0296830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0297360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0297760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0298150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0298530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argsort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0298980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0299430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0299830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0300230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0300690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0301090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0301500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0301880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0302340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0302740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0303190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0303590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0303970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0304380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0304720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0305140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0305520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0305900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0306370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0306760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0307110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogram.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0307520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0356990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0357520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0357980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0358390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0359020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0359370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0359740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0360080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0360610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0361070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0361700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0362140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0362680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0363180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0363610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0364020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0364430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0364790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0365270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0365650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0366030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0366540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0366930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0367340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0367780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0368330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0368700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0369260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0369640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0370030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0370540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0370920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0371390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0372000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0372520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0372960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0373530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0374000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0374360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0374820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0375170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0375660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0376100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bilinear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0376510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0376890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0377240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0377760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0378130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0378690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0379050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0777400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0811400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0813510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.0914560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1015870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1117220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1219330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1318300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/outer_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1324080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1325690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hypot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1326640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1327600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adjoint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1328640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1329630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1330390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flipud.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1331150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1331950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1333030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1333870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1334740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1335550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1336380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1337260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flipud_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1338240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1339400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1340440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1341730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimV_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1342660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1343570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1344610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1345690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1346630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1347540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1348550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1349420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1350290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1351280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1352170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1353220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1354070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1355080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1356280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1357270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1358210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1359430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1360480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1361400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1362380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1363220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1364120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1365110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1366110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1367080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1368160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1369630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1370950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1372140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1373070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1373990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1375120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1375960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1376850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1377720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1378630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1379710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1380570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1381420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1382340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/can_cast_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1383200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1384000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1384870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1385690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1386640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1387590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1388410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1389260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1390340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1391230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1392100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1393070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1394250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1395070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1395860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isinf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1396790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1397760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1398660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1399690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1400540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1401500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1402790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1403840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1404840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1405720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1406590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1407470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1408380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1409980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1411060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1411960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1412890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1413920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1415200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1416160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1417080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1418050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1418900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1419950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1420930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1421880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1422920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1423810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1424610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1426510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1429100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/or_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1431260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1433770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1436310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1438680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1441620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1444510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1447010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1449700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1452770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1455100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1457390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/item_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1459730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1462130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1464670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1467700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1470470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1473450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1476290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1478890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1481410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1483600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1485880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1488220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1490850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1493670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1496050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1498320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1500800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1503160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaln.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1518870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1521030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1523500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1526160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1527290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1528750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1529780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1530620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1531470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1532410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1533530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1534510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1535390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1536400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1537470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1538440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1539480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arccos_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1540310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1541110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1541960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1542840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1544060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1545010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_mask.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1545900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1546820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1547710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1548640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1549700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1550600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1551570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1552760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1553600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1554950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1561030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1564210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1566270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1569390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1571990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1574740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1576220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1578260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1580140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1583020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1584640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1588160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1591100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_as.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1594160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1597480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1599510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1600480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1601520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1603190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1604810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1606870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1608140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1612250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1615650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1819270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1824220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1827770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1831070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1834970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1838030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1841290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1844700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1847160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1851420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1853960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1855170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1856700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1857860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1859770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1862030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1863190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1864500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1865510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1866510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1867440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1868320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1869690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1871670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1872670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1873570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_safe_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1874450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1876160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1877710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1879510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1880360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1881240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1882170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1883290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1884310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1885370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1886390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1887310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1888300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1889290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1890220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1891100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1891980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1893120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1894210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1895200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1896120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1896960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1898120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1965940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1967000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1967930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1968720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1969830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1970680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rand_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1971540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1972600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1973400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1974250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1975130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1975970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1976750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1977640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1978570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1979480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1980330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1981140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1981940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vstack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1982770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1983930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1984860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1985810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1986670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1987500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1988480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1989660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1990620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1991520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1992380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1993250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1994170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1994990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1995840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1996690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1997510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1998510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.1999400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eye_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2000130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2000960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2001810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2002870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2003860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2004850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2005750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2006560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2007420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2008460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2009340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2010260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2041630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2042550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2043380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2044170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/im2col_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2045000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2045880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2046680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2047450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2048350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/combinations.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2049150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2049950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2050740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2051540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/promote_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2052580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2053380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2054270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2055140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2055910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2056780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2057760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2058650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2059540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2060570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2061600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/negative_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2062400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2063260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2064160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2065160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2065960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2066980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2067870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2068730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2069610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2070400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2071510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2072420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2073230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2074100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2075070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2076070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2077080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2077900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/median_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2078830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2079930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2080860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2081730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2082590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2083420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2084830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2085890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2086980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2115710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2118530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2120560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2121350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2122550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2123630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2124480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2125270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2126070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2126900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2134060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2134910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2135830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2136860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2137800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2138710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2139580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2140480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2141340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2142350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2143320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2144440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2145420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2146320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2147180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2148860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2149770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2150600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2151400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2152310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2153160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2154280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2155290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2156300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2157210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2158260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2159490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2160440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2161280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2162280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2163290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2164120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2165110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2165930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2166750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2167510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2168600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2169450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2170310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2171170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2171970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2215050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2216090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2217020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2218110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2219180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2220100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2221020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2221840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2222670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2223450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dsplit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2224230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2225130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2226280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2227280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2228210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2229080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2230240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2231190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2232090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2233120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2234030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2237440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2241040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2243690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2246310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2249300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2251940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2254440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2257080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2260250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2262700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2265820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2269750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2272600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2275290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2278670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2279730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2280940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2281800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2282720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2283720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2284650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2285750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2286720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2287550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2288570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2289480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2290300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2291240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2295970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2300610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2308320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/real_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2311570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2312900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2314290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2315790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2317610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2319000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2322730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2327590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2328510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2329530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2330540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2335820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2338380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2340260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2341470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2342520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2343470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2344300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2345170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2346090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2347020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2348140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2350650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2352980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2355880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2358330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2361610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2365070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2367530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2370090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2372760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2376100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2378560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2380820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2383200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2385750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2388350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2390740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2393160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2395480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concat_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2397660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2399780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2402090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2405340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2407760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2410510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2646100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2649480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2651130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2652030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_add.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2653110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2655810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2658410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2661210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2663440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2664870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2666500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2667620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2668610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2669570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2670860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2671850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2673200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2674180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ravel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2675420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2676760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2677810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2679180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2680410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2681430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2682430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/msort_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2683460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2684110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2684490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2685330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2685780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2686200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2686710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2687080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2687480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2687900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2688360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2688740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2689230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2689700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2690190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2690640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2691000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2691360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2691900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2692260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2692670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2693010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2693380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2693720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hsplit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2694280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2741550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2742040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2742530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2743010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2743440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2743800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2744150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2744590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2745090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2745440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2745850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2746210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2746580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2746990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2747430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2747940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2748330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2748700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2749070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2749510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2750060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2750580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2750960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2751360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2751830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2752210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2752600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2753040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2753400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2753800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2754160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2754650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2755090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2755490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2755830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2756210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2756650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/normal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2757070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2757470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2757990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2758330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2758710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2759170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2759560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2760060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2760540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2761030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2761430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2762060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2762430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2811370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2811950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2812460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2812970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2813360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2813740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2814260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2814630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2815090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2815670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2816010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2816420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2816990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2817340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2817710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2818180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2818590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2818960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/einsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2819310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nan_to_num.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2819750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2820120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2820470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2820930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2821290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2821740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2822200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2822550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2822900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2823560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2823910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2824370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2824890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2825280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2825620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2826190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2826590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2827200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2827720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2828100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2828460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2828890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2829330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2829680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2830180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2830550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2836650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2837140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2837620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2838050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2838670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2940000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2940910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2941410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2941980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2942510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2943420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2944260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2944910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2945660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2946260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2947030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2947610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2948180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2948680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2949190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2950360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2950940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2953240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2953750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2954790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2955340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2955790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2957730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2958820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2959590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2960090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2960550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2961040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2968090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2968610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2969160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2969570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2970040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2970420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2970790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2971130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/istft.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2971590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2972090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2973640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2974330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2975100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2975590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2976060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2976560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2977540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2978090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2979170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2979610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2979980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.2980430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3041280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3041760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3042160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3042520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3042880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3043260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3043650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3044250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3044610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3044940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3045310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3045760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3046280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3046690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3047060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3047430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3047790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3048230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3048740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3049100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3049460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3049910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3050360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3050880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3051410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/istft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3051820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3052230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3052700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3053220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3053660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3054130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3054540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3054970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3055410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3056080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3056490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3056890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3057350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3057920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3058520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3058940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3059330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3059800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3060170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/erf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3060550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3060900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3061260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3061690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3062020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mT.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3062400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3062790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3116210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3118130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3118580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3118960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3119660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3120050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3120430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3120800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3121300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3121810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3122300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3122680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3123090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3123630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3124110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3124540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3124930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3125340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3125730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3126100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3126510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/can_cast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3126900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3127270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3127730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3128100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kl_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3128710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3129160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3129560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3129930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3130290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3130660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3131090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3131480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3131840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_floating_point.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3132220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3132560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3133030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3133380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3133780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3134160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3134510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3134870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3135350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3135690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3136080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3136530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3137050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3137410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3137780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3138150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3476660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3478530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu6_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3479290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3479870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3480380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3480940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3481340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3481800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3482210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3482750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3483210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3483640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3484030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3484480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3484900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3485380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3485910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3486540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3486910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3487270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/outer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3487660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3488100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3488530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3489110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3489580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3490030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3490500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3491010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3491500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3491880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3492250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3492720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3493140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3493590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3494050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3494440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3494830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3495210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_file_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3495720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3496170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3496610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3497000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3497390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nansum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3497900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3498480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3498950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3499470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3500020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3500410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3500800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3550100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3550530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3550920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3551380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3551760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3552220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3552600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3552950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_complex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3553330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3553880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3554260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3554610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_version.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3555010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3555390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3555740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3556210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3556600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3557000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3557530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3557890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clip_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3558250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3558600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3559000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3559380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3559780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3560150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3560540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3561040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3561460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3561890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3562300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3562750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3563180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3563540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3563920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3564280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3564750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3565150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3565510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3566000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3566480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3566830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3567210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3567560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3567940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3568350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3568720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3569130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3569500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3569930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3570380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3623180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3623780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3624160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3624580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3624960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3625330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3625700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3626160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3626540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3626930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3627340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3627730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3628240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3628640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3629080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3629430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3629800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3630260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3630630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3631150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3631520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3631870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3632420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3632810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3633250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3633660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3634090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3634560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3634960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3635310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3635760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3636140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3636520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_inference_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3636850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3637230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3637590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/abs_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3638130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3638490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3638860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mH_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3639310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3639670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3640000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inner.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3640380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3640830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3641210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3641540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3641910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3642290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3642650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3643100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3691510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3691890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3692330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3692740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3693080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3693590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3693960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3694340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3694700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3695110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3695540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3695940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3696330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3696710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3697190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3697660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3698080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3698450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3698840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3699240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3699600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3700100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_resize_output.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3700550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3700990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3701380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cond.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3701760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3702150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3702560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3703060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3703470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3703870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3704250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/smm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3704640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3705000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3705350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ormqr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3705790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3706330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3706660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3707020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3707390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/float_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3707730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/imag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3708150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3708660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3709000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3709400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3709830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3710210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3710560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3711080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3711420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3711790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3761670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3762080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3762660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3763040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3763420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3763910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3764620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3765080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3765440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3765840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3766200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3766640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3767220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3767590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3767940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_along_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3768460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3768910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3769360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3769850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3770230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3770620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3770970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3771380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3771900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3772330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3772870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3773230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3773830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3774230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3774640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3775110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3775590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3775960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3776410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3776780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3777260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3777670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3778190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3779980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3780420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3780780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3781250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3781620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3782090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3782520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3782900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3783290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3783720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3784220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3784570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3834410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3834960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3835330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igammac.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3835710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3836380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3836840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3837200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3837910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3838350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3838700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/celu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3839220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3839690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3840100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3847410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3847840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3848520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3848890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3849300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3849740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3850370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3850740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3851330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3851740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3852150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3852710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3853190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3853600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3854080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3854490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3854880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3855360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3855730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3856190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3856730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3857220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3857790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3858190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3858580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3859100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3859460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3859990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3860380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3860740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3861310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3861670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/signbit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3862040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3862460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3862890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.3863390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4187180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4187660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4188080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4188490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4189010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4189570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4189980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4190500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4191020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4191390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4191820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4192320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4192890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4193330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4193740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4194170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4194590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4195160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4195550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4195930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foobar_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4196380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4196770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4197130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4197670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4198100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4198490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4198900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4199290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4199700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4200190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4200560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4200940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4201370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4201830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4202230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4202640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4203040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4203420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4203910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4204450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4204840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4205280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4205760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4206130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_unique_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4206530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4207040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4207440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4207840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagflat_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4208200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4208730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4260100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4260490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4260870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4261290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4261850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/combinations_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4262310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4262760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4263230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4263600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/swapdims_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4264030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4264640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4265080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4265420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isreal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4265840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4266290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4266690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4267030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4267430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4267770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4268110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4268510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4269000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4269340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col2im.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4269740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4270190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4271360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4271830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4272230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4272580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4272970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4273370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4273890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4274250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4274700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4275300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4275740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4276190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4276580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4276950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4277310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4277740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4278070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mH.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4278470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4278840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4279240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4279620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4280140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4280500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trace_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4280900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4281240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addbmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4327900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4328270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4328820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4329190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensor_split.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4329600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4330030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4330400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4330800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4331150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softshrink.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4331560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4331900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4332320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4332860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4333260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4333680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4334050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4334460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4334820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4335230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4335590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4335910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4336270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4336710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4337110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4337590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4337970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4338430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4338820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4339250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4339700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4340070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4340420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4340780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4341160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4341600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4341980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unbind_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4342350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4342840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4343280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4343880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4344240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4344740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4345090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ravel_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4345470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4345910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4346350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4346780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4347200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4347680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4348040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4393910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4395460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4396550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4397600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4398600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/from_file_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4399590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4400500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4400930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4401400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4401850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4402390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4402860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4403220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/allclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4403580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4403950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensordot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4404410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4404790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4405150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4405540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4406170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4406570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4406970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4407350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bincount_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4407790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4408280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4408650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4409050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4409420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/positive_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4409790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4410180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4410560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4410990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4411390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4411780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4412240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4412630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4413150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4413550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4414020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4414400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4414820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4415180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/einsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4415540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4416010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4416370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4416770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4417120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4417580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4417940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4418350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4463120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4463660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4464330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4464770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4465200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4465600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4465960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4466560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4467090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4467440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sign.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4467770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4468190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_distributed.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4468640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4468990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4469370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4469900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4470290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4470830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4471280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4471780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4472240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4472860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4473310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4473810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4474150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gru_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4474520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4474900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4475320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/one_hot_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4475730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4476170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4476650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4477190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4477700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4478060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4478520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4479050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4479450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4479820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4480170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4480640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4481070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sgn_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4481530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4482010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4482350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4482930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4483320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4483800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4484150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4484650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4485180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4529490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4529910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4530280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4530990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/transpose.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4531330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4531700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4532160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4532540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4532890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4533240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4533710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4534130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4534510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4534970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4535400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4535880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4536360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4536820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4537160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4537660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4538140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4538730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4539080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/amax_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4539610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4540080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4540440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4540880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4541220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pow_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4541610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4542050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_scale.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4542510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4542970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4543360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rot90_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4543790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_eig.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4544260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4544740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4545240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4545780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4546160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4546540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4546890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4547350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4547880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4548390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4548750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4549210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4549590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4550030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4550390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4550840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4551300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogram_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4886570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4887050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4887530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4887900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4888280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4888830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4889200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4889910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4890280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4890670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4891050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4891420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4891950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4892460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4892830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4893460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4893790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/any.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4894240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4894690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4895160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4895550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4895990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4896360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4896850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4897230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4897690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4898070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4898650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4899030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/contiguous_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4899370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4899770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4900160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4900520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4900980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4901350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4901720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4902220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4902710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4903080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/subtract_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4903580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4903960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4904300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/floor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4904660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/retains_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4905010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4905470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4905840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4906230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4906620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4906960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4907390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4953760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/flip_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4954410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4954780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4955210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4955670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4956200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4956660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4957060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4957490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4958020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4958530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4958900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4959320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4959680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geqrf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4960020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4960390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4960930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4961350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4961740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4962110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4962640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/frexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4963050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4963620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4964110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4964600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4964950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4965450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4965950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4966400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4966790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4967130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4967840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4968210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4968570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4974280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4974710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4975130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4975580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4975950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4976380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4976750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4977140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4977760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4978100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4978570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4979110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4979480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_logit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4979980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4980340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/full_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4980830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.4981200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5021510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5021880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5022280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5022650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5022990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5023380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5023840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5024410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5024760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5025120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5025550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5025930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/permute_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5026370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dense_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5026700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5027070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5027440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5027810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5028210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5028710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5029050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ge.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5029410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5029880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5030250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5030610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5031020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5031350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5031680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5032020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/msort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5032400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/refine_names_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5032730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5033140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5033640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5034040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5034450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5034960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5035310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5035810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5036200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5036560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5036920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5037450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5037850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5038250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5038660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/softplus_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5038990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5039340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5039770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5040180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5040610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5041000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5041420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5131310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5131830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5132230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5132680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5133290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5133700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5134050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5134520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5134890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5135260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5136020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5136490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5136910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5137380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5137820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5138290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/concat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5138850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5139320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5139800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5140310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5140840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5141510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5141970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/igamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5142440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5143050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5143700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5144110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5144570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5145070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5145550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5145980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5146550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5147080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5147600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5148160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5148620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5149250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5149740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5150270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5150860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5151460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5151960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5152610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5153090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5153480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/random.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5154130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5154690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5155130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5155610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5156080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5226800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5227340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5227940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5228440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5228940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5229450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5229880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5230260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5230680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5231030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5231400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5231750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5232100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5232550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5232970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5233350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copysign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5233850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5234360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5234750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5235140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5235560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5235920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histogramdd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5236270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5236700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5237100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5237460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5237830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5238180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5238540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5238940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5239340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5239690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5240060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5240450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5240810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dimI.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5241210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5241570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5241910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5242440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5242850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5243240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5243710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5244060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5244410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_print_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5244790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5245320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5245710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5246090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5246560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5246960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5294160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5294530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/argwhere.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5294880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5295240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5295610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5296000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5296430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_or.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5296870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5297340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5297680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5298170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fix.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5298560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5298940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expit_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5299270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rsub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5299740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5300230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5300690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5301020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/std.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5301380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5301830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5302300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5302690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5303070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5303480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5303860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5304300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5304690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5305130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5305490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5305890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5306360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5306770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5307230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5307720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5308090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5308450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5308820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5309370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5309800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5310190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5310640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5311020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5311410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5311790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5312140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5312500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardswish.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5312840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5313250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5313640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5314020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5314360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_like.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5669850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5681540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5701020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5724260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5725040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isfinite.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5726570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5727270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5728860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5729600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5730390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5731040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5732630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5733380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5734090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5734670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5735070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5735430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5735790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5736220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5736620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5737090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5737480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5737890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5738420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5738770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5739210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5739580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5739960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5740340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5740880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5741260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5741710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5742140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5742510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5742930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5743330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5743730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5744100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_version_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5744480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5744920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5745340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/empty_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5745690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/uniform.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5746070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5746450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5746910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5747280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5747700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5748070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5748490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5748880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5749330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5772920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5773300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5773820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5774160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5774530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/detach_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5774860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/set.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5775260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5775730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5776320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5776660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/silu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5777150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5777590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5777960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5778450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5778910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5779290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5779800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5780130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/det.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5780580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5780940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5781440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5781800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5782150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5782670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5783050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5783410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5783770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_vander.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5784140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5784510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5784950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5785320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5785740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5786260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5786620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5787020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5787370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5787750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5788110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_full_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5788460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5788820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/new_empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5789160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5789550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5790040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5790400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_round.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5790840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5791260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5791650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/quantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5792060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5792540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5792900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_dyn_quant_matmul_4bit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5793290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5840990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5841490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5841950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5842410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5842890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5843320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5843840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5844190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sym_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5844590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5845070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5845440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5845850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5846500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5846920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/row_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5847310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5847750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5848960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5849450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5849790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/t_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5850140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/det_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5850490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5851010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/randperm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5851390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5851780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5852130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5852500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5852860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5853220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5853940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5854400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5854890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5855420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5855870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5856220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5856640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/take_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5857000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5857480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5858010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5858510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/greater_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5858940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5859330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5859760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5860110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tril_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5860510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5860980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5861520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5861890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5862380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5862820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5863230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5863680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5908140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5908770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5909200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5909700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5910290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5910660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/col2im_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5911160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5911780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5912160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5912520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5913230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5913720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5914130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5914660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5915180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5915700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5916090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5916570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5916930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5917400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5917960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5918320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5918800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5919270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5919850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5920350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5920710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5921240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5927560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5928230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5928620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5929010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5929370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5929880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5930480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5930930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/histc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5931310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5931760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5932160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5932580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5933130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5933540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5933920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5934410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5934770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5935370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5935750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/trapz_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5936110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/block_diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5992360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5992720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/copy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5993230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5993670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5994020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5994420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5994780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5995160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5995590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5995960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5996350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5996730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5997280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/is_same_size.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5997620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/atan2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5998060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5998450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5998860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5999250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.5999700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/isnan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6000110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6000490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6000880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6001320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6001760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6002150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6002510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6002860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/lift_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6003420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6003860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6004420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6004890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6005240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6005590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/select.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6006060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6006410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/true_divide.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6006870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6007250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6007710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6008070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6008540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_sinc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6008970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6009310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6009910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6010350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6010710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6011050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6011500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6011860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/tan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6012220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6012590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6080370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6080880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6081230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6081610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6082130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6082540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6082890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6083230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_print_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6083630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6084040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6084540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/cat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6084880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/ne_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6085250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/expand_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6085740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6086190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6086570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6087090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/ops 2025-03-21T20:58:28.6087430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ParallelOpenMP.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6087760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/jit_macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6088180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CPUApplyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6088540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ThreadLocalState.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6089010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ScalarOps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6089540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6089910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/DynamicLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6090290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorGeometry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6090690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6091110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/NamedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6091440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6091790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/ROCmFABackend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6092220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6092560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/autocast_mode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6092910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Parallel.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6093320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6093860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6094210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/InferSize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6094590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6095000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6095310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6095480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2025-03-21T20:58:28.6095890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6096340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6096780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6097190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/Interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6097610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6098040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6098510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6098940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6099320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6100170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6102370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6104360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6106040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/functorch 2025-03-21T20:58:28.6107000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6654110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/AccumulateType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6655390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6655920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/SDPBackend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6656460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2025-03-21T20:58:28.6658780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/Handles.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6659570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6660130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/Types.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6660600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6661060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6662860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen/cudnn 2025-03-21T20:58:28.6664200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/ATen/CachedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/ATen 2025-03-21T20:58:28.6666080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10 2025-03-21T20:58:28.6666330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2025-03-21T20:58:28.6666830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6668120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2025-03-21T20:58:28.6668960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6669680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6670200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6671080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6672080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6672590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6673170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6673680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6674200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6674690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6676400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6682160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6683760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6685290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/COW.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6687290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6689370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6690300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core/impl 2025-03-21T20:58:28.6690800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/QEngine.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6691270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6691740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymFloat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6692220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/GradMode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6692950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Device.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6701670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/CPUAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6702330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DefaultDtype.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6709300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6710100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/alignment.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6710600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Event.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6711410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6713500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6713870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DeviceArray.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6714250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/PyHandleCache.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6714660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6715040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6715380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6715850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SafePyObject.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6716190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6716590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6717010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6717380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/AutogradState.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6717750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6718110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6856080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/CopyBytes.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6858900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6859790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/StreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6860590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DynamicCast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6861370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6862300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/GeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6863110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6863900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Allocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6864670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/TensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6865440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Contiguity.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6866300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6867080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6867830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DeviceType.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6868610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6869390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/StorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6870200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6871160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6871950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymBool.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6872760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/DispatchKey.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6873710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6874580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6875360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/SymInt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6876140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/OptionalRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6876980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/core/CachingDeviceAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/core 2025-03-21T20:58:28.6877600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2025-03-21T20:58:28.6878160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6878980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6879810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6880670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/quint4x2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6881450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/FbcodeMaps.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6882230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/signal_handler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6883010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/error.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6883770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/safe_numerics.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6884690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Half.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6885450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6886200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/env.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6886980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/llvmMathExtras.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6887780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Gauge.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6888590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/WaitCounterDynamicBackend.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6889520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e8m0fnu-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6890340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Synchronized.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6891100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Bitset.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6891880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6892760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6893730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6894550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/intrusive_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6895340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/string_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6896130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/win32-headers.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6896940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/AlignOf.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6897740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/static_tracepoint.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6898520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ssize.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6899410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/numa.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6900210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/qint32.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6900980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/CallOnce.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6901770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6902570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/MaybeOwned.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6948260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Half-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6949120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/TypeTraits.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6949940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/DeadlockDetection.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6950820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/FunctionRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6951640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6952490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/overflows.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6953410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6954280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Load.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6955050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/BFloat16-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6955850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6956920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ConstexprCrc.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6957810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ThreadLocal.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6958580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/IdWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6959360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Flags.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6960270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/overloaded.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6961110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6961910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/quint8.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6962700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6963680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/StringUtil.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6964450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Logging.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6965250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/MathConstants.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6966030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Registry.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6966790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Optional.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6967760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e5m2.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6968530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/tempfile.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6969320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6970110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6971020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/thread_name.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6971790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/strides.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6972600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Unicode.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6973400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e8m0fnu.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6974320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/TypeCast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6975090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/sparse_bitset.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6975970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6976860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/BFloat16.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6977620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/TypeList.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6978490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/TypeIndex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6979360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/NetworkFlow.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6980120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Array.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6980910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6981830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Metaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6989370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/WaitCounter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6990160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/quint2x4.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6990940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/floating_point_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6991840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ParallelGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6992640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/BFloat16-math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6993460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/int128.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6994290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Lazy.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6995040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Deprecated.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6995810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/irange.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6996660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/SmallBuffer.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6997490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ScopeExit.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6998250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Unroll.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.6999360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/LeftRight.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7000180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/bit_cast.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7001070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/qint8.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7067250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/complex_math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7103960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7129200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/DynamicCounter.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7155450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Exception.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7176770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7186280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7200070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7246510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/AbortHandler.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7339050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7342430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7347180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/C++17.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7348540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/strong_type.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7351000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ApproximateClock.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7352710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7355140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7357110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/hash.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7359070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7361110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/complex.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7363900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/bits.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7366370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/string_view.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7367630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7368840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/complex_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7369730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7373500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/util/generic_math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/util 2025-03-21T20:58:28.7376250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/metal 2025-03-21T20:58:28.7376840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal/utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/metal 2025-03-21T20:58:28.7378680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal/special_math.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/metal 2025-03-21T20:58:28.7379560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal/reduction_utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/metal 2025-03-21T20:58:28.7380880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal/indexing.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/metal 2025-03-21T20:58:28.7382830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/metal/random.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/metal 2025-03-21T20:58:28.7383400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2025-03-21T20:58:28.7383790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2025-03-21T20:58:28.7384500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda/impl 2025-03-21T20:58:28.7388170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda/impl 2025-03-21T20:58:28.7390790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7392910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/driver_api.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7394970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7396400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7397620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAStream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7398500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7400200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7401300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7403040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7404040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7404970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7405770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDAException.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7406710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7409230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/cuda 2025-03-21T20:58:28.7411240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2025-03-21T20:58:28.7411650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2025-03-21T20:58:28.7412410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu/impl 2025-03-21T20:58:28.7413240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUStream.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7414020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7416120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7416950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUMacros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7417840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUException.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7418830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/xpu 2025-03-21T20:58:28.7419620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2025-03-21T20:58:28.7420270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros/cmake_macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/macros 2025-03-21T20:58:28.7421600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros/Export.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/macros 2025-03-21T20:58:28.7423270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/c10/macros/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include/c10/macros 2025-03-21T20:58:28.7425990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/psimd.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:28.7427410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/experiments-config.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:28.7430220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/include/fxdiv.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/include 2025-03-21T20:58:28.7432700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/torch_version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.7433170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends 2025-03-21T20:58:28.7433610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2025-03-21T20:58:28.7434760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/opt_einsum/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/opt_einsum 2025-03-21T20:58:28.7437510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2025-03-21T20:58:28.7438050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mha/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/mha 2025-03-21T20:58:28.7439140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2025-03-21T20:58:28.7440020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/nnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/nnpack 2025-03-21T20:58:28.7440590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2025-03-21T20:58:28.7441810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/mps 2025-03-21T20:58:28.7442650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2025-03-21T20:58:28.7443720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/cpu 2025-03-21T20:58:28.7444460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2025-03-21T20:58:28.7445060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_coreml/preprocess.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/_coreml 2025-03-21T20:58:28.7446890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_coreml/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/_coreml 2025-03-21T20:58:28.7448530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2025-03-21T20:58:28.7450090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/cuda 2025-03-21T20:58:28.7451960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2025-03-21T20:58:28.7452760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/quantized 2025-03-21T20:58:28.7456330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends 2025-03-21T20:58:28.7456870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2025-03-21T20:58:28.7458240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkl/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/mkl 2025-03-21T20:58:28.7459520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2025-03-21T20:58:28.7461760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xnnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/xnnpack 2025-03-21T20:58:28.7464020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/kleidiai 2025-03-21T20:58:28.7466050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/kleidiai/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/kleidiai 2025-03-21T20:58:28.7466880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cusparselt 2025-03-21T20:58:28.7467620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cusparselt/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/cusparselt 2025-03-21T20:58:28.7468190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2025-03-21T20:58:28.7468850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/mkldnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/mkldnn 2025-03-21T20:58:28.7469490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2025-03-21T20:58:28.7470010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xeon/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/xeon 2025-03-21T20:58:28.7471540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/xeon/run_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/xeon 2025-03-21T20:58:28.7472690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2025-03-21T20:58:28.7473240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/_nnapi 2025-03-21T20:58:28.7474170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi/serializer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/_nnapi 2025-03-21T20:58:28.7475440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/_nnapi/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/_nnapi 2025-03-21T20:58:28.7477760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2025-03-21T20:58:28.7481140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/openmp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/openmp 2025-03-21T20:58:28.7481850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2025-03-21T20:58:28.7482390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cudnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/cudnn 2025-03-21T20:58:28.7483310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/backends/cudnn/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/backends/cudnn 2025-03-21T20:58:28.7483850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2025-03-21T20:58:28.7484400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp/decompositions_for_jvp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_decomp 2025-03-21T20:58:28.7485110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp/decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_decomp 2025-03-21T20:58:28.7486090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_decomp 2025-03-21T20:58:28.7487840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_decomp/decompositions_for_rng.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_decomp 2025-03-21T20:58:28.7489210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_VF.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.7489650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2025-03-21T20:58:28.7491310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/streams.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7493860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/memory.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7495840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7497590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7499290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7501250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/xpu/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/xpu 2025-03-21T20:58:28.7502460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_streambase.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.7502930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked 2025-03-21T20:58:28.7503440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked 2025-03-21T20:58:28.7504400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked 2025-03-21T20:58:28.7505180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/_docs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked 2025-03-21T20:58:28.7505710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2025-03-21T20:58:28.7506320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/binary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.7507130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/creation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.7508560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.7509410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.8011440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.8012490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/unary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.8013320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.8014170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/masked/maskedtensor/passthrough.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/masked/maskedtensor 2025-03-21T20:58:28.8014940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C.cpython-311-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.8015590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_tensor_docs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.8016050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim 2025-03-21T20:58:28.8016540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/lr_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8017190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8017880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_adafactor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8018530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/sparse_adam.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8019370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/rprop.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8020030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/sgd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8020670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8021330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/adamax.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8021980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8022500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2025-03-21T20:58:28.8023220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_multi_tensor/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim/_multi_tensor 2025-03-21T20:58:28.8024080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_multi_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim/_multi_tensor 2025-03-21T20:58:28.8024790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/adamw.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8025430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/swa_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8026110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/lbfgs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8026750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/radam.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8027380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/adam.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8028140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8028790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/nadam.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8029430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/asgd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8030080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/_functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8030910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/optim/adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/optim 2025-03-21T20:58:28.8031540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_weights_only_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.8032170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.8032620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2025-03-21T20:58:28.8033170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/dtype_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8033920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8034650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/select_algorithm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8035380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/ops_handler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8036050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8036730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codecache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8037500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/mock_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8038210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8038920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/freezing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8039610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8040290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/cpp_builder.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8041040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/cpu_vec_isa.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8041710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8042380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_fx_ext.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8043050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/comms.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8043710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/memory.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8044390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8045100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/async_compile.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8045830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8046570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8047290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/triton_bundler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8048040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/aoti_eager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8048710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8049380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/lowering.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8049900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2025-03-21T20:58:28.8050580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/cache_dir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8051390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/triton_heuristics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8052190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8052980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/halide_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8053800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/coordinate_descent_tuner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8054660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/triton_compat.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8101660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8102550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/compile_tasks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8103370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/triton_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8104170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/autotune_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8105050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/hints.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8105830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/runtime/benchmarking.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/runtime 2025-03-21T20:58:28.8106580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8107320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/test_operators.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8108010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8108680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8109380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8110280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/sizevars.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8117090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/ir.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8117810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/analyze_preserves_zero_mask.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8118720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/index_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8119440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8119990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2025-03-21T20:58:28.8120610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_grouped_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8121440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8122220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8123030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/mps_device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8123860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8124650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/triton.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8125500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_bmm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8126270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/mps.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8127050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/aoti_hipify_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8127880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/simd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8128460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8129310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8130190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8131050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8131910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8132740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8133390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:28.8134400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:28.8135500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-03-21T20:58:28.8136490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8137420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8138280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/cuda 2025-03-21T20:58:28.8138880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2025-03-21T20:58:28.8139490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/xpu 2025-03-21T20:58:28.8140320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/xpu/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/xpu 2025-03-21T20:58:28.8141280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/triton_combo_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8142090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/memory_planning.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8142900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8143710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_flex_attention_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8144690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_micro_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8145470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8146270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8147060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/block_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8147780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2025-03-21T20:58:28.8148450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/aoti_runtime 2025-03-21T20:58:28.8149280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8150070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_template_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8150880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8151700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpu_device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8184000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8184990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8185580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8186230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8187240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/rocm_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8188070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/rocm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8188900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8189720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/compile_command.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8190600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/ck_conv_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8191450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8192330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8193190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/ck_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8194120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen/rocm 2025-03-21T20:58:28.8194970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8195740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/halide.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8196510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8197310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8198290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/multi_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8199050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/cpp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8199810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8200600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/codegen/simd_kernel_features.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/codegen 2025-03-21T20:58:28.8201360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/inductor_prims.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8202050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/virtualized.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8202780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8203530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/script.ld -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8204200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autotune_process.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8204800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2025-03-21T20:58:28.8205420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker/watchdog.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/compile_worker 2025-03-21T20:58:28.8206240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/compile_worker 2025-03-21T20:58:28.8207070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker/subproc_pool.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/compile_worker 2025-03-21T20:58:28.8207890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_worker/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/compile_worker 2025-03-21T20:58:28.8208660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/exc.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8209320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8210000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/debug.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8210650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8211390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/comm_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8212110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/decomposition.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8212660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2025-03-21T20:58:28.8213090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8213800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8214790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8215840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8216770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8217720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8218670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic/artifacts 2025-03-21T20:58:28.8219570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/autoheuristic.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic 2025-03-21T20:58:28.8220630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic 2025-03-21T20:58:28.8221600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic 2025-03-21T20:58:28.8222470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic 2025-03-21T20:58:28.8223430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/autoheuristic 2025-03-21T20:58:28.8224080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2025-03-21T20:58:28.8224670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/post_grad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8225480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/replace_random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8226260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8227060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8284750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8285630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8286430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8287330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/split_cat.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8288160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8289030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8289830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8290830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8291630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8292410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8293220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8294030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8294670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8295510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8296550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8297570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8298650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8299650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8300680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8301700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8302720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8303800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8304800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8305980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8307020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8308030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8309100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8310130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8311110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8312110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8313110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8314160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8315160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8316150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8317300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8318290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes/serialized_patterns 2025-03-21T20:58:28.8319180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8319970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/b2b_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8320740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8321520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8322300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8323110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/fx_passes 2025-03-21T20:58:28.8323980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/fx_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8324690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compile_fx_subproc.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8325380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8326060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8326750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8432230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/choices.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8432980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/remote_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8433780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/comm_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8434500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/compiler_bisector.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8435240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/extern_node_serializer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8436060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/bounds.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8436770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/output_code.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8437580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/custom_graph_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8438270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/freezing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8439060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8439690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2025-03-21T20:58:28.8440330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/mm_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8441100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/flex_decoding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8441950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8442670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/mm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8443470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/bmm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8444280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/mm_scaled.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8445020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8445750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8446690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/kernel/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/kernel 2025-03-21T20:58:28.8447400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2025-03-21T20:58:28.8447980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package/package.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/package 2025-03-21T20:58:28.8448750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package/build_package.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/package 2025-03-21T20:58:28.8449910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/package 2025-03-21T20:58:28.8450790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/package/pt2_archive_constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor/package 2025-03-21T20:58:28.8451530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/loop_body.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8452810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_inductor 2025-03-21T20:58:28.8453350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils 2025-03-21T20:58:28.8453830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.8454340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2025-03-21T20:58:28.8455050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark 2025-03-21T20:58:28.8455620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8456510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8457490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8458380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8459320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8460180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8461050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/op_fuzzers 2025-03-21T20:58:28.8461670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2025-03-21T20:58:28.8462300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/timer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8462680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8463080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8463550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8463930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/compile.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8464360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8464780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8464990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8465490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8466080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8466610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8467080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8467590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8468080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils/valgrind_wrapper 2025-03-21T20:58:28.8468600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8469000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/compare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8469380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/utils/_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/utils 2025-03-21T20:58:28.8469540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2025-03-21T20:58:28.8469990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9019870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9020350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9021020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9021690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9022210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9024110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/benchmark/examples/compare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/benchmark/examples 2025-03-21T20:58:28.9025120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_appending_byte_serializer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9026360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_foreach_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9027170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9027970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_traceback.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9029300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_cpp_extension_versioner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9029700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_mode_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9030190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/checkpoint.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9030500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/show_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9030820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/deterministic.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9031120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/file_baton.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9031410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9031740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/backend_registration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9032040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/module_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9032340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_zoo.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9032710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_zip.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9033010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/collect_env.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9033360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/throughput_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9033790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/dlpack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9033930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2025-03-21T20:58:28.9034260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9034580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9034900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/symbol.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9035230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/numbers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9035570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/reference.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9035900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/singleton_int.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9036230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/value_ranges.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9036630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/printers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9037570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/solve.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9038190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_sympy/interp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_sympy 2025-03-21T20:58:28.9038360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/serialization 2025-03-21T20:58:28.9038750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/serialization/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/serialization 2025-03-21T20:58:28.9039120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/serialization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/serialization 2025-03-21T20:58:28.9039350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2025-03-21T20:58:28.9039700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/backcompat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/backcompat 2025-03-21T20:58:28.9040000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_cxx_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9040290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9040570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_functools.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9041000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_import_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9041540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_cpp_embed_headers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9041690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2025-03-21T20:58:28.9058080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify/version.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/hipify 2025-03-21T20:58:28.9059360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/hipify 2025-03-21T20:58:28.9059720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify/constants.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/hipify 2025-03-21T20:58:28.9060140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/hipify 2025-03-21T20:58:28.9060500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/hipify/hipify_python.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/hipify 2025-03-21T20:58:28.9060820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_config_typing.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9061130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bundled_inputs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9061280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2025-03-21T20:58:28.9061630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bottleneck/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/bottleneck 2025-03-21T20:58:28.9061970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/bottleneck/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/bottleneck 2025-03-21T20:58:28.9062260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9062390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2025-03-21T20:58:28.9062700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/viz/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/viz 2025-03-21T20:58:28.9063010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/viz/_cycles.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/viz 2025-03-21T20:58:28.9063400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/cpp_backtrace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9063690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_contextlib.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9063830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2025-03-21T20:58:28.9256200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/jit 2025-03-21T20:58:28.9256810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/jit/log_extract.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/jit 2025-03-21T20:58:28.9257690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_python_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9258120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2025-03-21T20:58:28.9258980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9262430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_proto_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9264140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9264830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_embedding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9265530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9272990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/summary.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9276340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_convert_np.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9277300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/writer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9278030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/tensorboard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/tensorboard 2025-03-21T20:58:28.9278570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_exposed_in.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9279180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_filelock.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9279700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_thunk.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9280310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9280860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_device.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9281440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/flop_counter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9282020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_typing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9282540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_stats.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9282960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2025-03-21T20:58:28.9283690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/code.js -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9284340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/preact.mjs -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9284940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/skeleton.html -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9286010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/htm.mjs -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9289290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9293100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/model_dump/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/model_dump 2025-03-21T20:58:28.9293690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/cpp_extension.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9294250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_backport_slots.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9294870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_get_clean_triton.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9295360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_triton.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9297600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_content_store.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9306810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2025-03-21T20:58:28.9307210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2025-03-21T20:58:28.9308110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/fetch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9309860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/worker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9310470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/collate.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9311420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/pin_memory.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9312920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9313770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/_utils/signal_handling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/_utils 2025-03-21T20:58:28.9315050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/graph_settings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9315780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9316270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9318710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/dataset.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9319830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9320500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/backward_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9323610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/dataloader.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9327500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/sampler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data 2025-03-21T20:58:28.9328420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2025-03-21T20:58:28.9329600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/_decorator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9330090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9330870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9331770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9332570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9333310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9334120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/dataframe 2025-03-21T20:58:28.9334540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9335300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9336200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/callable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9337430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9944520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9945850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9946420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9947030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/combining.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9947650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9948230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9948760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9949940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9950670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/iter 2025-03-21T20:58:28.9951340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/_typing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9951880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9952390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/datapipe.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9953350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9953830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2025-03-21T20:58:28.9954420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/utils 2025-03-21T20:58:28.9955000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/utils 2025-03-21T20:58:28.9955670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/utils 2025-03-21T20:58:28.9956220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/utils 2025-03-21T20:58:28.9957700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9957940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2025-03-21T20:58:28.9958640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/callable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9959200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9959740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9960440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/combining.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9960940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9961500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes/map 2025-03-21T20:58:28.9962010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/data/datapipes 2025-03-21T20:58:28.9962270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2025-03-21T20:58:28.9962810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_strobelight 2025-03-21T20:58:28.9963270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils/_strobelight 2025-03-21T20:58:28.9963730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/_ordered_set.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9964130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/weak.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9964750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/utils/mobile_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/utils 2025-03-21T20:58:28.9965180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/overrides.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9965640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_namedtensor_internals.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9966010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/return_types.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9966400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9966750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_linalg_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9967200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/__config__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9967540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9967750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2025-03-21T20:58:28.9968110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/contrib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/contrib 2025-03-21T20:58:28.9968770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/contrib 2025-03-21T20:58:28.9969170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/random.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9969510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/hub.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:28.9969740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2025-03-21T20:58:28.9971590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:28.9973410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:28.9975090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:28.9976680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:28.9977690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2025-03-21T20:58:28.9978930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9980230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/fusion_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9981410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9982700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/quantization_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9984080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9985310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9986590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:28.9987620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:29.0279750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:29.0280310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:29.0281020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:29.0281460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fx/quantization_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization/fx 2025-03-21T20:58:29.0282020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0282380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0282720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0283060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0283440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0283770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0284100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0284650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0285000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0285340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0285680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0286080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/quantization/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/quantization 2025-03-21T20:58:29.0286350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_tensor_str.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0286610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_sources.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0286770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/special 2025-03-21T20:58:29.0287070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/special 2025-03-21T20:58:29.0287180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_C 2025-03-21T20:58:29.0287460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_profiler.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0287720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_onnx.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0288010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0288280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0288690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_monitor.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0288960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_itt.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0289220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_lazy.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0289490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0289750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_nvtx.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0290000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_cpu.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0290300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_nn.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0290590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_cusparselt.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0290890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_instruction_counter.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0291180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_lazy_ts_backend.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0291460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_functorch.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0291750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0292030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0292310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_verbose.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0292610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_aoti.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0292900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_functions.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0293230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0293640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_cudnn.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0293950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0294210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_C/_export.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/_C 2025-03-21T20:58:29.0294340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing 2025-03-21T20:58:29.0294500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2025-03-21T20:58:29.0294680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2025-03-21T20:58:29.0295100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/generated/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/generated 2025-03-21T20:58:29.0295530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/generated 2025-03-21T20:58:29.0295710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2025-03-21T20:58:29.0296090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo 2025-03-21T20:58:29.0296470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/core.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo 2025-03-21T20:58:29.0296890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo 2025-03-21T20:58:29.0297270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/refs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo 2025-03-21T20:58:29.0297480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0297940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0298510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0298950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0299410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0299870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0300320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0300900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0433270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/opinfo/definitions/nested.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/opinfo/definitions 2025-03-21T20:58:29.0433680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0434090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_pruning.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0434400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2025-03-21T20:58:29.0434820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/test_module 2025-03-21T20:58:29.0435240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module/future_div.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/test_module 2025-03-21T20:58:29.0435660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/test_module 2025-03-21T20:58:29.0436040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/fake_config_module3.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0436400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/hop_db.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0436770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0437140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/static_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0437590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/subclasses.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0437950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_nn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0438310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/custom_op_db.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0438690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/fake_config_module2.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0439080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/autocast_test_lists.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0439530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0439880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/two_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0440260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/torchbind_impls.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0440450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2025-03-21T20:58:29.0440650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:29.0441100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:29.0441750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_tensor 2025-03-21T20:58:29.0442290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0442480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2025-03-21T20:58:29.0442910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/nn 2025-03-21T20:58:29.0443210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:29.0443660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:29.0444160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/nn/api 2025-03-21T20:58:29.0444580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0444990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0445190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2025-03-21T20:58:29.0445640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_shard 2025-03-21T20:58:29.0445880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:29.0446450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:29.0446980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:29.0447520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_shard/sharded_tensor 2025-03-21T20:58:29.0448120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/_shard 2025-03-21T20:58:29.0448560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0449000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0449180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0449670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0450140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0450630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0451090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0451550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0452170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0452380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:29.0452840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:29.0453320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:29.0453780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:29.0857930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/jit 2025-03-21T20:58:29.0858210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:29.0859020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:29.0859760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:29.0860330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc/examples 2025-03-21T20:58:29.0860810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0861510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed/rpc 2025-03-21T20:58:29.0861990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0862540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0863010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0863450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/distributed 2025-03-21T20:58:29.0863850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_optimizers.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0864320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_device_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0864720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/autograd_function_db.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0865110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0865710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/inductor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0866120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0866490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0866670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2025-03-21T20:58:29.0867080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0867510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0867930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0868460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/make_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0868930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/generate_tests.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0869410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/optests 2025-03-21T20:58:29.0869950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_methods_invocations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0870340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/custom_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0870520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2025-03-21T20:58:29.0871050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/codegen 2025-03-21T20:58:29.0871440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/logging_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0871840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/hypothesis_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0872300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0872700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_quantization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0873090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0873500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_jit.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0874010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0874410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0875000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/check_kernel_launches.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0875380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0875830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0876010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2025-03-21T20:58:29.0876480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data/network1.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/data 2025-03-21T20:58:29.0876880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/data 2025-03-21T20:58:29.0877270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/data/network2.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal/data 2025-03-21T20:58:29.0877750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_quantized.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0878170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_dist_composable.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0878590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/common_subclass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0879080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/composite_compliance.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0879470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0879850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/dist_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0880280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/fake_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0880800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing/_internal 2025-03-21T20:58:29.0959450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_creation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing 2025-03-21T20:58:29.0959760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing 2025-03-21T20:58:29.0960080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_comparison.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing 2025-03-21T20:58:29.0960370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/testing/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/testing 2025-03-21T20:58:29.0960650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_vmap_internals.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0960770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_library 2025-03-21T20:58:29.0961230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/triton.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0961540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/infer_schema.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0961860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/simple_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0962230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0962520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0962820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/fake_impl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0963110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0963400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0963730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_library/fake_class_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_library 2025-03-21T20:58:29.0963990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0964240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lowrank.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0964490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_appdirs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.0964630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2025-03-21T20:58:29.0965000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/accelerator/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/accelerator 2025-03-21T20:58:29.0965320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/accelerator/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/accelerator 2025-03-21T20:58:29.0965530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/amp 2025-03-21T20:58:29.0965830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/amp 2025-03-21T20:58:29.0966110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/amp 2025-03-21T20:58:29.0966380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/amp 2025-03-21T20:58:29.0966610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit 2025-03-21T20:58:29.0966880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_ir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0967180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_monkeytype_config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0967470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0967750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_recursive.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0968010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_logging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0968300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0968600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/quantized.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0968940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_script.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0969220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_script.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0969510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_shape_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0969810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_decomposition_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0970110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0970490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0970760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_check.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0971070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/unsupported_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0971350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/frontend.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0971640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0971900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0972160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_fuser.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0972430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_builtins.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0972720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_dataclass_impls.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0973080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0973220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2025-03-21T20:58:29.0973570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_passes/_property_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit/_passes 2025-03-21T20:58:29.0973880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit/_passes 2025-03-21T20:58:29.0974180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/generate_bytecode.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0974440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_state.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0974620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2025-03-21T20:58:29.0974920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/mobile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit/mobile 2025-03-21T20:58:29.0975190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_async.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0975500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/annotations.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0975770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/jit/_await.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/jit 2025-03-21T20:58:29.0975900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2025-03-21T20:58:29.0976200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/cache_size.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0976500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/callback.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0976840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/comptime.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0977130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/logging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0977470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0977840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0978170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/graph_break_hints.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0978460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0978750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/guards.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.0979070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/test_minifier_common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1057550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/create_parameter_op.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1058060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/graph_region_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1058530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/device_interface.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1058790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2025-03-21T20:58:29.1059290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1059910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1060440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/debugging.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1060960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1061420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/common.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1061960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/inductor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1062580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/onnxrt.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1063060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/tvm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1063530Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1064010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1064480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/backends/torchxla.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/backends 2025-03-21T20:58:29.1064880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1065330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1065760Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1066190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/metrics_context.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1066550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1067040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/tensor_version_op.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1067400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/external_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1067800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1068200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1068610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/resume_execution.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1069010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/output_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1069430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1069810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/exc.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1070190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1070430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2025-03-21T20:58:29.1070990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1071460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/iter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1071910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/misc.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1072380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/lists.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1072840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/script_object.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1073370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/torch_function.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1074150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1074700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/user_defined.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1075140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/nn_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1075630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/builder.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1076080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1077730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1078270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1078750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1079340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1079800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/builtin.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1080280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/constant.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1080740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1081220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/torch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1081710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/ctx_manager.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1087340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/dicts.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1092580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/variables/base.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/variables 2025-03-21T20:58:29.1096560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2025-03-21T20:58:29.1109550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro/after_dynamo.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/repro 2025-03-21T20:58:29.1109980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/repro 2025-03-21T20:58:29.1110410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro/after_aot.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/repro 2025-03-21T20:58:29.1110840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/repro/aoti.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/repro 2025-03-21T20:58:29.1111210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/replay_record.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1112990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/side_effects.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1357570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2025-03-21T20:58:29.1358190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/functools.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1358720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/builtins.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1359150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/operator.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1359600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/os.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1360050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1360690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/loader.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1361160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1361540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/sys.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1361920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/pytree.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1362470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/polyfills/itertools.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo/polyfills 2025-03-21T20:58:29.1362830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/trace_rules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1363270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1363690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/convert_frame.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1364090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1364470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/testing.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1364870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/pgo.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1365270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1365710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1371500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/codegen.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1371970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/source.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1372400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/eval_frame.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1372850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/code_context.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1373350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/graph_deduplication.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1373930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/current_scope_id.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1374330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1374770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_dynamo/decorators.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_dynamo 2025-03-21T20:58:29.1375220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_environment.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.1375460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2025-03-21T20:58:29.1375860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1376240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1376630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1377180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/tensor_factory_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1377560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/debug.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1377950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/extract_compiled_graph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1378340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/ir_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1379900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/ts_backend.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1380320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/computation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1380670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/closure.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1381110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lazy/device_context.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_lazy 2025-03-21T20:58:29.1381470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/storage.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.1381660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao 2025-03-21T20:58:29.1381890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2025-03-21T20:58:29.1382090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2025-03-21T20:58:29.1382320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2025-03-21T20:58:29.1382800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/dynamic 2025-03-21T20:58:29.1383050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:29.1383640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:29.1384180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/dynamic/modules 2025-03-21T20:58:29.1384580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat 2025-03-21T20:58:29.1384810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2025-03-21T20:58:29.1385370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/modules 2025-03-21T20:58:29.1385880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/modules 2025-03-21T20:58:29.1386630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/modules 2025-03-21T20:58:29.1387130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/qat/modules 2025-03-21T20:58:29.1387330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2025-03-21T20:58:29.1387560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2025-03-21T20:58:29.1388050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/dynamic 2025-03-21T20:58:29.1388300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:29.1388870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:29.1389510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:29.1390080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:29.1390610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/dynamic/modules 2025-03-21T20:58:29.1391100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized 2025-03-21T20:58:29.1391570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized 2025-03-21T20:58:29.1584120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1584590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1585020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1585410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1585800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1586210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1586770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1587160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1587540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1587970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1588330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1588810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/modules 2025-03-21T20:58:29.1588970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2025-03-21T20:58:29.1589350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference 2025-03-21T20:58:29.1589530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1589970Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1590400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1590990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1591430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1591860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1592350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantized/reference/modules 2025-03-21T20:58:29.1592630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn 2025-03-21T20:58:29.1592780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2025-03-21T20:58:29.1593130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantizable 2025-03-21T20:58:29.1593300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2025-03-21T20:58:29.1593690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantizable/modules 2025-03-21T20:58:29.1594100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantizable/modules 2025-03-21T20:58:29.1594480Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/quantizable/modules 2025-03-21T20:58:29.1594620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2025-03-21T20:58:29.1594770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2025-03-21T20:58:29.1595150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/qat 2025-03-21T20:58:29.1595330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:29.1595750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:29.1596150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:29.1596570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:29.1597120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/qat/modules 2025-03-21T20:58:29.1597290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2025-03-21T20:58:29.1597480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:29.1597900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/dynamic 2025-03-21T20:58:29.1598110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:29.1598600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:29.1599090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-03-21T20:58:29.1599570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized 2025-03-21T20:58:29.1599770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1600190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1600650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1601120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1601580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1602020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/quantized/modules 2025-03-21T20:58:29.1602350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic 2025-03-21T20:58:29.1602520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2025-03-21T20:58:29.1602890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/modules 2025-03-21T20:58:29.1603280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/intrinsic/modules 2025-03-21T20:58:29.1603420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2025-03-21T20:58:29.1603740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2025-03-21T20:58:29.1603930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:29.1604360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:29.1604780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse/quantized/dynamic 2025-03-21T20:58:29.1668060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse/quantized 2025-03-21T20:58:29.1668580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse/quantized 2025-03-21T20:58:29.1668990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse/quantized 2025-03-21T20:58:29.1669310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/nn/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/nn/sparse 2025-03-21T20:58:29.1669430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2025-03-21T20:58:29.1669560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2025-03-21T20:58:29.1669870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/graph_passes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1670180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/weight_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1670490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/graph_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1670860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1671200Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1671520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1671980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/ns_types.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1672300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1672600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1672930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns/fx 2025-03-21T20:58:29.1673220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns 2025-03-21T20:58:29.1673490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns 2025-03-21T20:58:29.1673790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/ns 2025-03-21T20:58:29.1674050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao 2025-03-21T20:58:29.1674200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2025-03-21T20:58:29.1674570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1675010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1675410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1675600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2025-03-21T20:58:29.1676100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1676550Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1677150Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1677580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1678030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/native.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1678510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1678950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/onednn.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1679460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1679920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1680350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/executorch.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1680840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1681250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/x86.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1681670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/backend_config 2025-03-21T20:58:29.1682060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1682430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/_correct_bias.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1682600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2025-03-21T20:58:29.1683000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1683390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1683810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1684240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1684650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1685050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1685280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2025-03-21T20:58:29.1685820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e/representation 2025-03-21T20:58:29.1686320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e/representation 2025-03-21T20:58:29.1686710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1687210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/_affine_quantization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1687590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1687980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/pt2e/_numeric_debugger.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/pt2e 2025-03-21T20:58:29.1688500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.1688680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2025-03-21T20:58:29.1689050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6524140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6527030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6529300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6531750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6534000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6534740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6535470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6536500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6537640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6538920Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6539980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx/_model_report 2025-03-21T20:58:29.6540890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6541700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6542730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6543570Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6544440Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/custom_config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6545260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6546110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6546980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6547950Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6548800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/tracer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6549630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/_decomposed.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6550450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6551350Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/fx 2025-03-21T20:58:29.6552120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6552890Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6553710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6554470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6555260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/qconfig_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6556060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6556850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6557780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6558600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6559410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantize_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6560030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2025-03-21T20:58:29.6560720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6562070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6563100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6564070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6565010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6565980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6566860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6567860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6568780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization/quantizer 2025-03-21T20:58:29.6569690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6570670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/quantization 2025-03-21T20:58:29.6571250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2025-03-21T20:58:29.6571610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6572300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6573170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6573980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6574880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6575780Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/sparsifier 2025-03-21T20:58:29.6576420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2025-03-21T20:58:29.6651350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:29.6652120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-03-21T20:58:29.6652790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:29.6653790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:29.6655160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:29.6656600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-03-21T20:58:29.6657940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-03-21T20:58:29.6659060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:29.6660120Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:29.6661240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:29.6662460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_sparsifier 2025-03-21T20:58:29.6663250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6663990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6665070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6666090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6667100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6668170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6669250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6670340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6671310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/pruner 2025-03-21T20:58:29.6672360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental 2025-03-21T20:58:29.6673130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:29.6674020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:29.6675210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/activation_sparsifier 2025-03-21T20:58:29.6676080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:29.6676830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:29.6677880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/_experimental/data_scheduler 2025-03-21T20:58:29.6678590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2025-03-21T20:58:29.6679250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/scheduler 2025-03-21T20:58:29.6680110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/scheduler 2025-03-21T20:58:29.6680990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/scheduler 2025-03-21T20:58:29.6682010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning/scheduler 2025-03-21T20:58:29.6682810Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning 2025-03-21T20:58:29.6683500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/ao/pruning/_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/ao/pruning 2025-03-21T20:58:29.6684050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2025-03-21T20:58:29.6684540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mtia/memory.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mtia 2025-03-21T20:58:29.6685160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mtia/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mtia 2025-03-21T20:58:29.6685770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/mtia/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/mtia 2025-03-21T20:58:29.6686220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/lib 2025-03-21T20:58:29.6686700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libtorch_python.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6687410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libbackend_with_compiler.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6688130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libtorch.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6688800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libtorch_global_deps.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6689460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libomp.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6690140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6691160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libjitbackend_test.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6691930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libc10.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6692600Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libtorchbind_test.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6693310Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libshm.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6708540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/lib/libaoti_custom_ops.dylib -> build/bdist.macosx-11.1-arm64/wheel/./torch/lib 2025-03-21T20:58:29.6709420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_VF.pyi -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6710040Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_compile.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6710650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/py.typed -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6711220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_lobpcg.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6711690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2025-03-21T20:58:29.6712050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2025-03-21T20:58:29.6807870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs/linalg 2025-03-21T20:58:29.6809770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2025-03-21T20:58:29.6811420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs/nn 2025-03-21T20:58:29.6813540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2025-03-21T20:58:29.6815260Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/nn/functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs/nn/functional 2025-03-21T20:58:29.6817540Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs 2025-03-21T20:58:29.6819490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs 2025-03-21T20:58:29.6821070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2025-03-21T20:58:29.6822720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs/special 2025-03-21T20:58:29.6824680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_refs/fft.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_refs 2025-03-21T20:58:29.6826070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fft 2025-03-21T20:58:29.6827400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/fft/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/fft 2025-03-21T20:58:29.6829180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/__future__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6830630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2025-03-21T20:58:29.6832160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/_memory_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6834160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/itt.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6835720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6836580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6837640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6838470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/python_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6839420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/profiler/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/profiler 2025-03-21T20:58:29.6839980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2025-03-21T20:58:29.6840610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/_semi_structured_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6841710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/_semi_structured_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6842510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6843410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/semi_structured.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6844190Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/_triton_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6845100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/sparse/_triton_ops_meta.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/sparse 2025-03-21T20:58:29.6845670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2025-03-21T20:58:29.6846240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_awaits/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_awaits 2025-03-21T20:58:29.6847170Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_guards.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6847900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_deploy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6848620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_python_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6849340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export 2025-03-21T20:58:29.6849930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_safeguard.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6850680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2025-03-21T20:58:29.6851380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export/experimental 2025-03-21T20:58:29.6852370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/exported_program.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6853110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6853870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6854620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/custom_obj.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6855250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/passes 2025-03-21T20:58:29.6855870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export/passes 2025-03-21T20:58:29.6856660Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_remove_effect_tokens_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6857420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6858360Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6859090Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_unlift.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6859840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6860740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/graph_signature.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6861490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/decomp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6862270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_swap.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6863110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_draft_export.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6863850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6864710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/export/_tree_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/export 2025-03-21T20:58:29.6865290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested 2025-03-21T20:58:29.6865720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2025-03-21T20:58:29.6866380Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal/nested_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested/_internal 2025-03-21T20:58:29.6867290Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested/_internal 2025-03-21T20:58:29.6868370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal/ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested/_internal 2025-03-21T20:58:29.6869240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested/_internal 2025-03-21T20:58:29.6870080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/_internal/nested_int.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested/_internal 2025-03-21T20:58:29.6870860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/nested/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/nested 2025-03-21T20:58:29.6871620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_classes.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.6872170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2025-03-21T20:58:29.6872930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_strobelight 2025-03-21T20:58:29.6873790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_strobelight 2025-03-21T20:58:29.6874650Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_strobelight/compile_time_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/_strobelight 2025-03-21T20:58:29.6875310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2025-03-21T20:58:29.6875850Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/compiler/_cache.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/compiler 2025-03-21T20:58:29.6935680Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/compiler/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/compiler 2025-03-21T20:58:29.6991080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/compiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/compiler 2025-03-21T20:58:29.7055150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal 2025-03-21T20:58:29.7091320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/signal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/signal 2025-03-21T20:58:29.7131690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2025-03-21T20:58:29.7158340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/signal/windows/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/signal/windows 2025-03-21T20:58:29.7182050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/signal/windows/windows.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/signal/windows 2025-03-21T20:58:29.7196640Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.7215470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2025-03-21T20:58:29.7232160Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/inverse_gamma.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7244830Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/laplace.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7251020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7260870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/categorical.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7280580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/transforms.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7287900Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/dirichlet.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7299610Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/log_normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7304430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/transformed_distribution.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7307740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/geometric.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7308960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/weibull.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7310320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/studentT.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7311500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7313330Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7314300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/poisson.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7316320Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/beta.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7318500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/kumaraswamy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7320670Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/half_normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7322840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7325110Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7327720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/half_cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7329740Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7331790Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7333840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/independent.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7336050Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/multinomial.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7338510Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/exponential.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7340520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/pareto.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7341340Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/negative_binomial.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7342140Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7342870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/von_mises.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7343630Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/distribution.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7344420Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/gumbel.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7345300Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/constraint_registry.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7346070Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7346770Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/kl.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7347580Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/mixture_same_family.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7348370Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7349180Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/fishersnedecor.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7349960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/constraints.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7350720Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/uniform.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7351490Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7352230Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/exp_family.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7353000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/logistic_normal.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7353800Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/one_hot_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7354710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/wishart.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7355470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/gamma.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7356210Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/chi2.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7356960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/distributions/binomial.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/distributions 2025-03-21T20:58:29.7357490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package 2025-03-21T20:58:29.7358100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/package_exporter.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7358860Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/file_structure_representation.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7359590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_mock.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7360270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/importer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7360940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_stdlib.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7361620Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_mangling.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7362270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7362990Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/package_importer.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7363700Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_package_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7364390Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/glob_group.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7365080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/find_file_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7365960Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_package_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7366490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2025-03-21T20:58:29.7367080Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze/trace_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package/analyze 2025-03-21T20:58:29.7367930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package/analyze 2025-03-21T20:58:29.7368730Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package/analyze 2025-03-21T20:58:29.7369500Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/analyze/is_from_package.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package/analyze 2025-03-21T20:58:29.7370220Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_importlib.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7370910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_directory_reader.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7371590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/package/_digraph.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/package 2025-03-21T20:58:29.7372250Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torch 2025-03-21T20:58:29.7372700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share 2025-03-21T20:58:29.7373020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake 2025-03-21T20:58:29.7373380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2025-03-21T20:58:29.7374000Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7374870Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7375680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:29.7376450Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:29.7377460Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-03-21T20:58:29.7378220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:29.7379100Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:29.7380060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:29.7381030Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:29.7382470Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:29.7383690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:29.7385060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-03-21T20:58:29.7386280Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:29.7387430Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:29.7388560Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-03-21T20:58:29.7389350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7390020Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7390940Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7391910Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7392820Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7393710Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7394590Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7395520Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7396400Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7397270Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2/public 2025-03-21T20:58:29.7398130Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7399010Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7399880Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7400930Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7401840Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Caffe2 2025-03-21T20:58:29.7402450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2025-03-21T20:58:29.7403060Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Torch 2025-03-21T20:58:29.7403980Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Torch 2025-03-21T20:58:29.7404740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Tensorpipe 2025-03-21T20:58:29.7405410Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Tensorpipe 2025-03-21T20:58:29.7563240Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/Tensorpipe 2025-03-21T20:58:29.7563990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2025-03-21T20:58:29.7564690Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/./torch/share/cmake/ATen 2025-03-21T20:58:29.7565280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/func 2025-03-21T20:58:29.7565750Z copying build/lib.macosx-11.1-arm64-cpython-311/torch/func/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torch/func 2025-03-21T20:58:29.7566210Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen 2025-03-21T20:58:29.7566720Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/native_function_generation.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:29.7567280Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2025-03-21T20:58:29.7568020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build/selector.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/selective_build 2025-03-21T20:58:29.7568850Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build/operator.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/selective_build 2025-03-21T20:58:29.7569650Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/selective_build/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/selective_build 2025-03-21T20:58:29.7570400Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:29.7571020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:29.7571770Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged 2025-03-21T20:58:29.7572160Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2025-03-21T20:58:29.7572790Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7574190Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/build.bzl -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7575040Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7575890Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7576790Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7577900Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7578770Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7579620Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7580610Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/README.md -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7581430Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/context.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7582320Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7583270Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7590220Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7590850Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7591590Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7592570Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7593780Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7594860Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7595880Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7596910Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7598030Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7599050Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7600010Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7601030Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7602060Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7603140Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7604120Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7605070Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7606260Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7607270Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7608280Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7609280Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7610250Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7611250Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7612290Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7613400Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7614440Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd/templates 2025-03-21T20:58:29.7615380Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7684000Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7685280Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7688180Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/autograd 2025-03-21T20:58:29.7688900Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen 2025-03-21T20:58:29.7689330Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2025-03-21T20:58:29.7690020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/native 2025-03-21T20:58:29.7690950Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/native 2025-03-21T20:58:29.7691590Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7692320Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7693410Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7694340Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7695300Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7696370Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7697310Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7698240Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7699210Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7700100Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7701070Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7702060Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7703060Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7704020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7705070Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7706110Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7707130Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7708170Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7709210Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7710240Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7711220Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7712210Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7713340Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7714340Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7715340Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7716410Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7717400Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7718420Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7719380Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7720290Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7721280Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7722260Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7723250Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7724160Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7725100Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7726060Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7727110Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/Function.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7728020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7728990Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7729890Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/packaged/ATen/templates 2025-03-21T20:58:29.7730500Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2025-03-21T20:58:29.7731090Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime/config.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/static_runtime 2025-03-21T20:58:29.7731880Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/static_runtime 2025-03-21T20:58:37.1510630Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime/generator.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/static_runtime 2025-03-21T20:58:37.1511830Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/static_runtime 2025-03-21T20:58:37.1512660Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_executorch.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1513710Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/local.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1514460Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_functionalization_type.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1515250Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/code_template.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1515850Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2025-03-21T20:58:37.1516510Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/operator_versions 2025-03-21T20:58:37.1517450Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/operator_versions 2025-03-21T20:58:37.1518420Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/operator_versions 2025-03-21T20:58:37.1519200Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1519900Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/yaml_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1520860Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1521620Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/model.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1522310Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_schema_utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1523040Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/context.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1523750Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/utils.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1524280Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2025-03-21T20:58:37.1525150Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/lazy_ts_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1525890Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1526650Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1527460Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/native_functions.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1528240Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/lazy_ir.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1529020Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/dest/register_dispatch_key.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/dest 2025-03-21T20:58:37.1529610Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2025-03-21T20:58:37.1530190Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1530940Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/translate.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1531570Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2025-03-21T20:58:37.1532210Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api/types 2025-03-21T20:58:37.1532950Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api/types 2025-03-21T20:58:37.1533910Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api/types 2025-03-21T20:58:37.1534780Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/types/types_base.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api/types 2025-03-21T20:58:37.1535550Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1536230Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1536960Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/native.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1537660Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1538340Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1539110Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1539900Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1540660Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/structured.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1541420Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/python.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1542150Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1542850Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/api/meta.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/api 2025-03-21T20:58:37.1543520Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_backend_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1544110Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2025-03-21T20:58:37.1544860Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch 2025-03-21T20:58:37.1545680Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/model.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch 2025-03-21T20:58:37.1546300Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2025-03-21T20:58:37.1546860Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2025-03-21T20:58:37.1547580Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api/types 2025-03-21T20:58:37.1548450Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api/types 2025-03-21T20:58:37.1549420Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api/types 2025-03-21T20:58:37.1550380Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api 2025-03-21T20:58:37.1551330Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api 2025-03-21T20:58:37.1552190Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api 2025-03-21T20:58:37.1553090Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/api/et_cpp.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch/api 2025-03-21T20:58:37.1554120Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/executorch/parse.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/executorch 2025-03-21T20:58:37.1554730Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2025-03-21T20:58:37.1555320Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/aoti/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/aoti 2025-03-21T20:58:37.1556120Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen/aoti 2025-03-21T20:58:37.1556950Z copying build/lib.macosx-11.1-arm64-cpython-311/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./torchgen 2025-03-21T20:58:37.1557510Z creating build/bdist.macosx-11.1-arm64/wheel/functorch 2025-03-21T20:58:37.1557990Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2025-03-21T20:58:37.1558680Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental/control_flow.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/experimental 2025-03-21T20:58:37.1559490Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/experimental 2025-03-21T20:58:37.1560340Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/experimental/ops.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/experimental 2025-03-21T20:58:37.3137090Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2025-03-21T20:58:37.3138110Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2025-03-21T20:58:37.3140190Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/make_functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/_src/make_functional 2025-03-21T20:58:37.3143640Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/_src 2025-03-21T20:58:37.3145470Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2025-03-21T20:58:37.3146720Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/eager_transforms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/_src/eager_transforms 2025-03-21T20:58:37.3148160Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2025-03-21T20:58:37.3149880Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/_src/aot_autograd 2025-03-21T20:58:37.3151880Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2025-03-21T20:58:37.3153890Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_src/vmap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/_src/vmap 2025-03-21T20:58:37.3154730Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2025-03-21T20:58:37.3155360Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/magic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3156990Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3158160Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/delayed_mul_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3161520Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/op_properties.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3165380Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/batch_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3166310Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/wrap_type.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3167120Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/reference.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3168000Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/dim.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3168780Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/dim/tree_map.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/dim 2025-03-21T20:58:37.3169630Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/_C.cpython-311-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/./functorch 2025-03-21T20:58:37.3170340Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch 2025-03-21T20:58:37.3170950Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2025-03-21T20:58:37.3171590Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/compile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/compile 2025-03-21T20:58:37.3172250Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2025-03-21T20:58:37.3172830Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/einops/_parsing.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/einops 2025-03-21T20:58:37.3173660Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/einops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/einops 2025-03-21T20:58:37.3174520Z copying build/lib.macosx-11.1-arm64-cpython-311/functorch/einops/rearrange.py -> build/bdist.macosx-11.1-arm64/wheel/./functorch/einops 2025-03-21T20:58:37.3175040Z running install_egg_info 2025-03-21T20:58:37.3175410Z running egg_info 2025-03-21T20:58:37.3175790Z creating torch.egg-info 2025-03-21T20:58:37.3176190Z writing torch.egg-info/PKG-INFO 2025-03-21T20:58:37.3176580Z writing dependency_links to torch.egg-info/dependency_links.txt 2025-03-21T20:58:37.3176960Z writing entry points to torch.egg-info/entry_points.txt 2025-03-21T20:58:37.3177340Z writing requirements to torch.egg-info/requires.txt 2025-03-21T20:58:37.3177770Z writing top-level names to torch.egg-info/top_level.txt 2025-03-21T20:58:37.3178110Z writing manifest file 'torch.egg-info/SOURCES.txt' 2025-03-21T20:58:37.3178480Z reading manifest file 'torch.egg-info/SOURCES.txt' 2025-03-21T20:58:37.3178820Z reading manifest template 'MANIFEST.in' 2025-03-21T20:58:37.3179190Z warning: no files found matching '*.*' under directory 'ios' 2025-03-21T20:58:37.3179770Z warning: no files found matching '*.*' under directory 'modules' 2025-03-21T20:58:37.3180310Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-03-21T20:58:37.3209520Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-03-21T20:58:37.3211020Z adding license file 'LICENSE' 2025-03-21T20:58:37.3211650Z adding license file 'NOTICE' 2025-03-21T20:58:37.3212420Z writing manifest file 'torch.egg-info/SOURCES.txt' 2025-03-21T20:58:37.3213640Z Copying torch.egg-info to build/bdist.macosx-11.1-arm64/wheel/./torch-2.7.0a0+git295f2ed-py3.11.egg-info 2025-03-21T20:58:37.3214780Z running install_scripts 2025-03-21T20:58:37.3216970Z [WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 14_0 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET: 2025-03-21T20:58:37.3219410Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_python.dylib 2025-03-21T20:58:37.3220610Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libbackend_with_compiler.dylib 2025-03-21T20:58:37.3246190Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch.dylib 2025-03-21T20:58:37.3247380Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_global_deps.dylib 2025-03-21T20:58:37.3248510Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_cpu.dylib 2025-03-21T20:58:37.3249580Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libjitbackend_test.dylib 2025-03-21T20:58:37.3250630Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libc10.dylib 2025-03-21T20:58:37.3251670Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorchbind_test.dylib 2025-03-21T20:58:37.3252940Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libshm.dylib 2025-03-21T20:58:37.3253930Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libaoti_custom_ops.dylib 2025-03-21T20:58:37.3255480Z build/bdist.macosx-11.1-arm64/wheel/functorch/_C.cpython-311-darwin.soadding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2025-03-21T20:58:37.3257120Z adding license file "NOTICE" (matched pattern "NOTICE*") 2025-03-21T20:58:37.3259230Z [WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 14_0 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET: 2025-03-21T20:58:37.3261440Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_python.dylib 2025-03-21T20:58:37.3262590Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libbackend_with_compiler.dylib 2025-03-21T20:58:37.3263670Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch.dylib 2025-03-21T20:58:37.3264750Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_global_deps.dylib 2025-03-21T20:58:37.3265850Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorch_cpu.dylib 2025-03-21T20:58:37.3266940Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libjitbackend_test.dylib 2025-03-21T20:58:37.3267970Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libc10.dylib 2025-03-21T20:58:37.3269040Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libtorchbind_test.dylib 2025-03-21T20:58:37.3270080Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libshm.dylib 2025-03-21T20:58:37.3271440Z build/bdist.macosx-11.1-arm64/wheel/torch/lib/libaoti_custom_ops.dylib 2025-03-21T20:58:37.3272720Z build/bdist.macosx-11.1-arm64/wheel/functorch/_C.cpython-311-darwin.socreating build/bdist.macosx-11.1-arm64/wheel/torch-2.7.0a0+git295f2ed.dist-info/WHEEL 2025-03-21T20:58:37.3273680Z creating 'dist/torch-2.7.0a0+git295f2ed-cp311-cp311-macosx_14_0_arm64.whl' and adding 'build/bdist.macosx-11.1-arm64/wheel' to it 2025-03-21T20:58:37.3274260Z adding 'functorch/_C.cpython-311-darwin.so' 2025-03-21T20:58:37.3274640Z adding 'functorch/__init__.py' 2025-03-21T20:58:37.3274950Z adding 'functorch/_src/__init__.py' 2025-03-21T20:58:37.3275270Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-03-21T20:58:37.3276220Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-03-21T20:58:37.3278040Z adding 'functorch/_src/make_functional/__init__.py' 2025-03-21T20:58:37.3278450Z adding 'functorch/_src/vmap/__init__.py' 2025-03-21T20:58:37.3278810Z adding 'functorch/compile/__init__.py' 2025-03-21T20:58:37.3279150Z adding 'functorch/dim/__init__.py' 2025-03-21T20:58:37.3279490Z adding 'functorch/dim/batch_tensor.py' 2025-03-21T20:58:37.3279860Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-03-21T20:58:37.3280180Z adding 'functorch/dim/dim.py' 2025-03-21T20:58:37.3280530Z adding 'functorch/dim/magic_trace.py' 2025-03-21T20:58:37.3280890Z adding 'functorch/dim/op_properties.py' 2025-03-21T20:58:37.3281660Z adding 'functorch/dim/reference.py' 2025-03-21T20:58:37.3282230Z adding 'functorch/dim/tree_map.py' 2025-03-21T20:58:37.3282900Z adding 'functorch/dim/wrap_type.py' 2025-03-21T20:58:37.3283400Z adding 'functorch/einops/__init__.py' 2025-03-21T20:58:37.3283790Z adding 'functorch/einops/_parsing.py' 2025-03-21T20:58:37.3284160Z adding 'functorch/einops/rearrange.py' 2025-03-21T20:58:37.3284500Z adding 'functorch/experimental/__init__.py' 2025-03-21T20:58:37.3284960Z adding 'functorch/experimental/control_flow.py' 2025-03-21T20:58:37.3285480Z adding 'functorch/experimental/ops.py' 2025-03-21T20:58:37.3285850Z adding 'torch/_C.cpython-311-darwin.so' 2025-03-21T20:58:37.3286180Z adding 'torch/_VF.py' 2025-03-21T20:58:37.3286470Z adding 'torch/_VF.pyi' 2025-03-21T20:58:37.3286770Z adding 'torch/__config__.py' 2025-03-21T20:58:37.3287020Z adding 'torch/__future__.py' 2025-03-21T20:58:37.3287390Z adding 'torch/__init__.py' 2025-03-21T20:58:37.3287700Z adding 'torch/_appdirs.py' 2025-03-21T20:58:37.3287960Z adding 'torch/_classes.py' 2025-03-21T20:58:37.3289450Z adding 'torch/_compile.py' 2025-03-21T20:58:37.3289800Z adding 'torch/_custom_ops.py' 2025-03-21T20:58:37.3290380Z adding 'torch/_deploy.py' 2025-03-21T20:58:37.3291280Z adding 'torch/_environment.py' 2025-03-21T20:58:37.3292180Z adding 'torch/_guards.py' 2025-03-21T20:58:37.3292970Z adding 'torch/_jit_internal.py' 2025-03-21T20:58:37.3293370Z adding 'torch/_linalg_utils.py' 2025-03-21T20:58:37.3293680Z adding 'torch/_lobpcg.py' 2025-03-21T20:58:37.3294000Z adding 'torch/_lowrank.py' 2025-03-21T20:58:37.3294290Z adding 'torch/_meta_registrations.py' 2025-03-21T20:58:37.3294650Z adding 'torch/_namedtensor_internals.py' 2025-03-21T20:58:37.3294990Z adding 'torch/_ops.py' 2025-03-21T20:58:37.3295240Z adding 'torch/_python_dispatcher.py' 2025-03-21T20:58:37.3295580Z adding 'torch/_size_docs.py' 2025-03-21T20:58:37.3295880Z adding 'torch/_sources.py' 2025-03-21T20:58:37.3296270Z adding 'torch/_storage_docs.py' 2025-03-21T20:58:37.4877940Z adding 'torch/_streambase.py' 2025-03-21T20:58:37.4896270Z adding 'torch/_tensor.py' 2025-03-21T20:58:37.4914750Z adding 'torch/_tensor_docs.py' 2025-03-21T20:58:37.4943620Z adding 'torch/_tensor_str.py' 2025-03-21T20:58:37.4971750Z adding 'torch/_thread_safe_fork.py' 2025-03-21T20:58:37.4984000Z adding 'torch/_torch_docs.py' 2025-03-21T20:58:37.4987010Z adding 'torch/_utils.py' 2025-03-21T20:58:37.5004350Z adding 'torch/_utils_internal.py' 2025-03-21T20:58:37.5012710Z adding 'torch/_vmap_internals.py' 2025-03-21T20:58:37.5019290Z adding 'torch/_weights_only_unpickler.py' 2025-03-21T20:58:37.5028870Z adding 'torch/functional.py' 2025-03-21T20:58:37.5037350Z adding 'torch/hub.py' 2025-03-21T20:58:37.5040440Z adding 'torch/library.py' 2025-03-21T20:58:37.5040730Z adding 'torch/overrides.py' 2025-03-21T20:58:37.5041070Z adding 'torch/py.typed' 2025-03-21T20:58:37.5041300Z adding 'torch/quasirandom.py' 2025-03-21T20:58:37.5041600Z adding 'torch/random.py' 2025-03-21T20:58:37.5041910Z adding 'torch/return_types.py' 2025-03-21T20:58:37.5042170Z adding 'torch/return_types.pyi' 2025-03-21T20:58:37.5042500Z adding 'torch/serialization.py' 2025-03-21T20:58:37.5042810Z adding 'torch/storage.py' 2025-03-21T20:58:37.5043050Z adding 'torch/torch_version.py' 2025-03-21T20:58:37.5043350Z adding 'torch/types.py' 2025-03-21T20:58:37.5043620Z adding 'torch/version.py' 2025-03-21T20:58:37.5044040Z adding 'torch/_C/_VariableFunctions.pyi' 2025-03-21T20:58:37.5044360Z adding 'torch/_C/__init__.pyi' 2025-03-21T20:58:37.5044660Z adding 'torch/_C/_aoti.pyi' 2025-03-21T20:58:37.5044900Z adding 'torch/_C/_autograd.pyi' 2025-03-21T20:58:37.5045290Z adding 'torch/_C/_cpu.pyi' 2025-03-21T20:58:37.5045570Z adding 'torch/_C/_cudnn.pyi' 2025-03-21T20:58:37.5045850Z adding 'torch/_C/_cusparselt.pyi' 2025-03-21T20:58:37.5046180Z adding 'torch/_C/_distributed_autograd.pyi' 2025-03-21T20:58:37.5046440Z adding 'torch/_C/_distributed_c10d.pyi' 2025-03-21T20:58:37.5046670Z adding 'torch/_C/_distributed_rpc.pyi' 2025-03-21T20:58:37.5046920Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-03-21T20:58:37.5047160Z adding 'torch/_C/_export.pyi' 2025-03-21T20:58:37.5047360Z adding 'torch/_C/_functions.pyi' 2025-03-21T20:58:37.5047560Z adding 'torch/_C/_functorch.pyi' 2025-03-21T20:58:37.5047770Z adding 'torch/_C/_instruction_counter.pyi' 2025-03-21T20:58:37.5047990Z adding 'torch/_C/_itt.pyi' 2025-03-21T20:58:37.5048190Z adding 'torch/_C/_lazy.pyi' 2025-03-21T20:58:37.5048380Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-03-21T20:58:37.5048600Z adding 'torch/_C/_monitor.pyi' 2025-03-21T20:58:37.5048790Z adding 'torch/_C/_nn.pyi' 2025-03-21T20:58:37.5049120Z adding 'torch/_C/_nvtx.pyi' 2025-03-21T20:58:37.5049340Z adding 'torch/_C/_onnx.pyi' 2025-03-21T20:58:37.5049520Z adding 'torch/_C/_profiler.pyi' 2025-03-21T20:58:37.5049730Z adding 'torch/_C/_verbose.pyi' 2025-03-21T20:58:37.5049940Z adding 'torch/_awaits/__init__.py' 2025-03-21T20:58:37.5050150Z adding 'torch/_custom_op/__init__.py' 2025-03-21T20:58:37.5050370Z adding 'torch/_custom_op/autograd.py' 2025-03-21T20:58:37.5050600Z adding 'torch/_custom_op/impl.py' 2025-03-21T20:58:37.5050990Z adding 'torch/_decomp/__init__.py' 2025-03-21T20:58:37.5051210Z adding 'torch/_decomp/decompositions.py' 2025-03-21T20:58:37.5051460Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-03-21T20:58:37.5051730Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-03-21T20:58:37.5051980Z adding 'torch/_dispatch/__init__.py' 2025-03-21T20:58:37.5052200Z adding 'torch/_dispatch/python.py' 2025-03-21T20:58:37.5052410Z adding 'torch/_dynamo/__init__.py' 2025-03-21T20:58:37.5052650Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-03-21T20:58:37.5052940Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-03-21T20:58:37.5053200Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-03-21T20:58:37.5053440Z adding 'torch/_dynamo/cache_size.py' 2025-03-21T20:58:37.5053660Z adding 'torch/_dynamo/callback.py' 2025-03-21T20:58:37.5053870Z adding 'torch/_dynamo/code_context.py' 2025-03-21T20:58:37.5054090Z adding 'torch/_dynamo/codegen.py' 2025-03-21T20:58:37.5054310Z adding 'torch/_dynamo/compiled_autograd.py' 2025-03-21T20:58:37.5054540Z adding 'torch/_dynamo/comptime.py' 2025-03-21T20:58:37.5054750Z adding 'torch/_dynamo/config.py' 2025-03-21T20:58:37.5054960Z adding 'torch/_dynamo/convert_frame.py' 2025-03-21T20:58:37.5055200Z adding 'torch/_dynamo/create_parameter_op.py' 2025-03-21T20:58:37.5055450Z adding 'torch/_dynamo/current_scope_id.py' 2025-03-21T20:58:37.5055680Z adding 'torch/_dynamo/debug_utils.py' 2025-03-21T20:58:37.5055900Z adding 'torch/_dynamo/decorators.py' 2025-03-21T20:58:37.5056120Z adding 'torch/_dynamo/device_interface.py' 2025-03-21T20:58:37.5056440Z adding 'torch/_dynamo/distributed.py' 2025-03-21T20:58:37.5056670Z adding 'torch/_dynamo/eval_frame.py' 2025-03-21T20:58:37.5056920Z adding 'torch/_dynamo/exc.py' 2025-03-21T20:58:37.5057130Z adding 'torch/_dynamo/external_utils.py' 2025-03-21T20:58:37.5057390Z adding 'torch/_dynamo/funcname_cache.py' 2025-03-21T20:58:37.5057630Z adding 'torch/_dynamo/graph_break_hints.py' 2025-03-21T20:58:37.5057900Z adding 'torch/_dynamo/graph_deduplication.py' 2025-03-21T20:58:37.5058170Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-03-21T20:58:37.5058410Z adding 'torch/_dynamo/guards.py' 2025-03-21T20:58:37.5058610Z adding 'torch/_dynamo/hooks.py' 2025-03-21T20:58:37.5058830Z adding 'torch/_dynamo/logging.py' 2025-03-21T20:58:37.5059130Z adding 'torch/_dynamo/metrics_context.py' 2025-03-21T20:58:37.5059360Z adding 'torch/_dynamo/mutation_guard.py' 2025-03-21T20:58:37.5059590Z adding 'torch/_dynamo/output_graph.py' 2025-03-21T20:58:37.5059820Z adding 'torch/_dynamo/pgo.py' 2025-03-21T20:58:37.5060030Z adding 'torch/_dynamo/profiler.py' 2025-03-21T20:58:37.5060520Z adding 'torch/_dynamo/replay_record.py' 2025-03-21T20:58:37.5060820Z adding 'torch/_dynamo/resume_execution.py' 2025-03-21T20:58:37.5061070Z adding 'torch/_dynamo/side_effects.py' 2025-03-21T20:58:37.5061290Z adding 'torch/_dynamo/source.py' 2025-03-21T20:58:37.5061510Z adding 'torch/_dynamo/symbolic_convert.py' 2025-03-21T20:58:37.5061760Z adding 'torch/_dynamo/tensor_version_op.py' 2025-03-21T20:58:37.5061990Z adding 'torch/_dynamo/test_case.py' 2025-03-21T20:58:37.5062220Z adding 'torch/_dynamo/test_minifier_common.py' 2025-03-21T20:58:37.5062460Z adding 'torch/_dynamo/testing.py' 2025-03-21T20:58:37.5062700Z adding 'torch/_dynamo/trace_rules.py' 2025-03-21T20:58:37.5062920Z adding 'torch/_dynamo/types.py' 2025-03-21T20:58:37.5063130Z adding 'torch/_dynamo/utils.py' 2025-03-21T20:58:37.5063350Z adding 'torch/_dynamo/backends/__init__.py' 2025-03-21T20:58:37.5063820Z adding 'torch/_dynamo/backends/common.py' 2025-03-21T20:58:37.5064080Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-03-21T20:58:37.5064340Z adding 'torch/_dynamo/backends/debugging.py' 2025-03-21T20:58:37.5064590Z adding 'torch/_dynamo/backends/distributed.py' 2025-03-21T20:58:37.5064850Z adding 'torch/_dynamo/backends/inductor.py' 2025-03-21T20:58:37.5065090Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-03-21T20:58:37.5065330Z adding 'torch/_dynamo/backends/registry.py' 2025-03-21T20:58:37.5065640Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-03-21T20:58:37.5065890Z adding 'torch/_dynamo/backends/torchxla.py' 2025-03-21T20:58:37.5066120Z adding 'torch/_dynamo/backends/tvm.py' 2025-03-21T20:58:37.5066350Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-03-21T20:58:37.5066590Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-03-21T20:58:37.5066840Z adding 'torch/_dynamo/polyfills/functools.py' 2025-03-21T20:58:37.5067070Z adding 'torch/_dynamo/polyfills/fx.py' 2025-03-21T20:58:37.5067310Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-03-21T20:58:37.5067560Z adding 'torch/_dynamo/polyfills/loader.py' 2025-03-21T20:58:37.5067800Z adding 'torch/_dynamo/polyfills/operator.py' 2025-03-21T20:58:37.5068030Z adding 'torch/_dynamo/polyfills/os.py' 2025-03-21T20:58:37.5068260Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-03-21T20:58:37.5068490Z adding 'torch/_dynamo/polyfills/sys.py' 2025-03-21T20:58:37.5068710Z adding 'torch/_dynamo/repro/__init__.py' 2025-03-21T20:58:37.5068950Z adding 'torch/_dynamo/repro/after_aot.py' 2025-03-21T20:58:37.5069190Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-03-21T20:58:37.5069430Z adding 'torch/_dynamo/repro/aoti.py' 2025-03-21T20:58:37.5069660Z adding 'torch/_dynamo/variables/__init__.py' 2025-03-21T20:58:37.5069900Z adding 'torch/_dynamo/variables/base.py' 2025-03-21T20:58:37.5070140Z adding 'torch/_dynamo/variables/builder.py' 2025-03-21T20:58:37.5070380Z adding 'torch/_dynamo/variables/builtin.py' 2025-03-21T20:58:37.5070630Z adding 'torch/_dynamo/variables/constant.py' 2025-03-21T20:58:37.5070880Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-03-21T20:58:37.5071200Z adding 'torch/_dynamo/variables/dicts.py' 2025-03-21T20:58:37.5071460Z adding 'torch/_dynamo/variables/distributed.py' 2025-03-21T20:58:37.5071720Z adding 'torch/_dynamo/variables/functions.py' 2025-03-21T20:58:37.5072000Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-03-21T20:58:37.5072260Z adding 'torch/_dynamo/variables/iter.py' 2025-03-21T20:58:37.5072480Z adding 'torch/_dynamo/variables/lazy.py' 2025-03-21T20:58:37.5072720Z adding 'torch/_dynamo/variables/lists.py' 2025-03-21T20:58:37.5072960Z adding 'torch/_dynamo/variables/misc.py' 2025-03-21T20:58:37.5073190Z adding 'torch/_dynamo/variables/nn_module.py' 2025-03-21T20:58:37.5073460Z adding 'torch/_dynamo/variables/optimizer.py' 2025-03-21T20:58:37.5073900Z adding 'torch/_dynamo/variables/script_object.py' 2025-03-21T20:58:37.5074290Z adding 'torch/_dynamo/variables/sdpa.py' 2025-03-21T20:58:37.5081110Z adding 'torch/_dynamo/variables/tensor.py' 2025-03-21T20:58:37.5081470Z adding 'torch/_dynamo/variables/torch.py' 2025-03-21T20:58:37.5081730Z adding 'torch/_dynamo/variables/torch_function.py' 2025-03-21T20:58:37.5081990Z adding 'torch/_dynamo/variables/user_defined.py' 2025-03-21T20:58:37.5082230Z adding 'torch/_export/__init__.py' 2025-03-21T20:58:37.5082450Z adding 'torch/_export/converter.py' 2025-03-21T20:58:37.5082670Z adding 'torch/_export/error.py' 2025-03-21T20:58:37.5082900Z adding 'torch/_export/non_strict_utils.py' 2025-03-21T20:58:37.5083140Z adding 'torch/_export/pass_base.py' 2025-03-21T20:58:37.5083350Z adding 'torch/_export/tools.py' 2025-03-21T20:58:37.5083560Z adding 'torch/_export/utils.py' 2025-03-21T20:58:37.5083760Z adding 'torch/_export/verifier.py' 2025-03-21T20:58:37.5083960Z adding 'torch/_export/wrappers.py' 2025-03-21T20:58:37.5084180Z adding 'torch/_export/db/__init__.py' 2025-03-21T20:58:37.5084390Z adding 'torch/_export/db/case.py' 2025-03-21T20:58:37.5084600Z adding 'torch/_export/db/gen_example.py' 2025-03-21T20:58:37.5084980Z adding 'torch/_export/db/logging.py' 2025-03-21T20:58:37.5085220Z adding 'torch/_export/db/examples/__init__.py' 2025-03-21T20:58:37.5085500Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-03-21T20:58:37.5085820Z adding 'torch/_export/db/examples/autograd_function.py' 2025-03-21T20:58:37.5086100Z adding 'torch/_export/db/examples/class_method.py' 2025-03-21T20:58:37.5086430Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-03-21T20:58:37.5086850Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-03-21T20:58:37.5087200Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-03-21T20:58:37.5087550Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-03-21T20:58:37.5087850Z adding 'torch/_export/db/examples/cond_operands.py' 2025-03-21T20:58:37.5088130Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-03-21T20:58:37.5088440Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-03-21T20:58:37.5088780Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-03-21T20:58:37.5089080Z adding 'torch/_export/db/examples/decorator.py' 2025-03-21T20:58:37.5089340Z adding 'torch/_export/db/examples/dictionary.py' 2025-03-21T20:58:37.5089620Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-03-21T20:58:37.5089940Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-03-21T20:58:37.5090260Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-03-21T20:58:37.5090570Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-03-21T20:58:37.5090860Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-03-21T20:58:37.5091160Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-03-21T20:58:37.5091470Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-03-21T20:58:37.5091750Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-03-21T20:58:37.5092030Z adding 'torch/_export/db/examples/list_contains.py' 2025-03-21T20:58:37.5092300Z adding 'torch/_export/db/examples/list_unpack.py' 2025-03-21T20:58:37.5092730Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-03-21T20:58:37.5093030Z adding 'torch/_export/db/examples/nested_function.py' 2025-03-21T20:58:37.5093330Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-03-21T20:58:37.5093670Z adding 'torch/_export/db/examples/optional_input.py' 2025-03-21T20:58:37.5093960Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-03-21T20:58:37.5094240Z adding 'torch/_export/db/examples/scalar_output.py' 2025-03-21T20:58:37.5094530Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-03-21T20:58:37.5095920Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-03-21T20:58:37.5097110Z adding 'torch/_export/db/examples/static_if.py' 2025-03-21T20:58:37.5097890Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-03-21T20:58:37.5098750Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-03-21T20:58:37.5099670Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-03-21T20:58:37.5880100Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-03-21T20:58:37.5880420Z adding 'torch/_export/pass_infra/__init__.py' 2025-03-21T20:58:37.5880680Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-03-21T20:58:37.5881080Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-03-21T20:58:37.5881350Z adding 'torch/_export/passes/__init__.py' 2025-03-21T20:58:37.5881620Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-03-21T20:58:37.5881990Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-03-21T20:58:37.5882400Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-03-21T20:58:37.5882690Z adding 'torch/_export/passes/constant_folding.py' 2025-03-21T20:58:37.5883020Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-03-21T20:58:37.5883370Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-03-21T20:58:37.5883810Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-03-21T20:58:37.5884110Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-03-21T20:58:37.5884440Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-03-21T20:58:37.5884820Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-03-21T20:58:37.5885190Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-03-21T20:58:37.5885710Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-03-21T20:58:37.5886060Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-03-21T20:58:37.5886340Z adding 'torch/_export/serde/__init__.py' 2025-03-21T20:58:37.5886570Z adding 'torch/_export/serde/aoti_schema.py' 2025-03-21T20:58:37.5886820Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-03-21T20:58:37.5887080Z adding 'torch/_export/serde/export_schema.thrift' 2025-03-21T20:58:37.5887320Z adding 'torch/_export/serde/schema.py' 2025-03-21T20:58:37.5887550Z adding 'torch/_export/serde/schema.yaml' 2025-03-21T20:58:37.5887790Z adding 'torch/_export/serde/schema_check.py' 2025-03-21T20:58:37.5888050Z adding 'torch/_export/serde/serialize.py' 2025-03-21T20:58:37.5888270Z adding 'torch/_export/serde/union.py' 2025-03-21T20:58:37.5888480Z adding 'torch/_functorch/__init__.py' 2025-03-21T20:58:37.5888710Z adding 'torch/_functorch/aot_autograd.py' 2025-03-21T20:58:37.5888940Z adding 'torch/_functorch/apis.py' 2025-03-21T20:58:37.5889160Z adding 'torch/_functorch/autograd_function.py' 2025-03-21T20:58:37.5889440Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-03-21T20:58:37.5889710Z adding 'torch/_functorch/benchmark_utils.py' 2025-03-21T20:58:37.5889940Z adding 'torch/_functorch/compile_utils.py' 2025-03-21T20:58:37.5890170Z adding 'torch/_functorch/compilers.py' 2025-03-21T20:58:37.5890390Z adding 'torch/_functorch/config.py' 2025-03-21T20:58:37.5890610Z adding 'torch/_functorch/deprecated.py' 2025-03-21T20:58:37.5890850Z adding 'torch/_functorch/eager_transforms.py' 2025-03-21T20:58:37.5891200Z adding 'torch/_functorch/functional_call.py' 2025-03-21T20:58:37.5891510Z adding 'torch/_functorch/fx_minifier.py' 2025-03-21T20:58:37.5891750Z adding 'torch/_functorch/make_functional.py' 2025-03-21T20:58:37.5891980Z adding 'torch/_functorch/partitioners.py' 2025-03-21T20:58:37.5892240Z adding 'torch/_functorch/pyfunctorch.py' 2025-03-21T20:58:37.5892500Z adding 'torch/_functorch/python_key.py' 2025-03-21T20:58:37.5892760Z adding 'torch/_functorch/pytree_hacks.py' 2025-03-21T20:58:37.5893030Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-03-21T20:58:37.5893280Z adding 'torch/_functorch/utils.py' 2025-03-21T20:58:37.5893500Z adding 'torch/_functorch/vmap.py' 2025-03-21T20:58:37.5893770Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-03-21T20:58:37.5894230Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-03-21T20:58:37.5894630Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-03-21T20:58:37.5895000Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-03-21T20:58:37.5895370Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-03-21T20:58:37.5895700Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-03-21T20:58:37.5896000Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-03-21T20:58:37.5896330Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-03-21T20:58:37.5896710Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-03-21T20:58:37.5897050Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-03-21T20:58:37.5897380Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-03-21T20:58:37.5897750Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-03-21T20:58:37.5898120Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-03-21T20:58:37.5898430Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-03-21T20:58:37.5898760Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-03-21T20:58:37.5899090Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-03-21T20:58:37.5899420Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-03-21T20:58:37.5899760Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-03-21T20:58:37.5900080Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-03-21T20:58:37.5900370Z adding 'torch/_higher_order_ops/__init__.py' 2025-03-21T20:58:37.5900630Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-03-21T20:58:37.5900920Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-03-21T20:58:37.5901210Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-03-21T20:58:37.5901500Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-03-21T20:58:37.5901770Z adding 'torch/_higher_order_ops/base_hop.py' 2025-03-21T20:58:37.5902010Z adding 'torch/_higher_order_ops/cond.py' 2025-03-21T20:58:37.5902250Z adding 'torch/_higher_order_ops/effects.py' 2025-03-21T20:58:37.5902530Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-03-21T20:58:37.5902830Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-03-21T20:58:37.5903090Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-03-21T20:58:37.5903360Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-03-21T20:58:37.5903630Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-03-21T20:58:37.5903890Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-03-21T20:58:37.5904150Z adding 'torch/_higher_order_ops/map.py' 2025-03-21T20:58:37.5904390Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-03-21T20:58:37.5904640Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-03-21T20:58:37.5904900Z adding 'torch/_higher_order_ops/scan.py' 2025-03-21T20:58:37.5905140Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-03-21T20:58:37.5905400Z adding 'torch/_higher_order_ops/torchbind.py' 2025-03-21T20:58:37.5905670Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-03-21T20:58:37.5905980Z adding 'torch/_higher_order_ops/utils.py' 2025-03-21T20:58:37.5906230Z adding 'torch/_higher_order_ops/while_loop.py' 2025-03-21T20:58:37.5906470Z adding 'torch/_higher_order_ops/wrap.py' 2025-03-21T20:58:37.5906690Z adding 'torch/_inductor/__init__.py' 2025-03-21T20:58:37.5906940Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-03-21T20:58:37.5907200Z adding 'torch/_inductor/aoti_eager.py' 2025-03-21T20:58:37.5907430Z adding 'torch/_inductor/async_compile.py' 2025-03-21T20:58:37.5907670Z adding 'torch/_inductor/autotune_process.py' 2025-03-21T20:58:37.5907910Z adding 'torch/_inductor/bounds.py' 2025-03-21T20:58:37.5908120Z adding 'torch/_inductor/choices.py' 2025-03-21T20:58:37.5908340Z adding 'torch/_inductor/codecache.py' 2025-03-21T20:58:37.5908600Z adding 'torch/_inductor/comm_analysis.py' 2025-03-21T20:58:37.5908820Z adding 'torch/_inductor/comm_lowering.py' 2025-03-21T20:58:37.5909050Z adding 'torch/_inductor/comms.py' 2025-03-21T20:58:37.5909270Z adding 'torch/_inductor/compile_fx.py' 2025-03-21T20:58:37.5909500Z adding 'torch/_inductor/compile_fx_ext.py' 2025-03-21T20:58:37.5909750Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-03-21T20:58:37.5909990Z adding 'torch/_inductor/compiler_bisector.py' 2025-03-21T20:58:37.5910220Z adding 'torch/_inductor/config.py' 2025-03-21T20:58:37.5910440Z adding 'torch/_inductor/constant_folding.py' 2025-03-21T20:58:37.5910670Z adding 'torch/_inductor/cpp_builder.py' 2025-03-21T20:58:37.5910900Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-03-21T20:58:37.5911130Z adding 'torch/_inductor/cudagraph_trees.py' 2025-03-21T20:58:37.5911370Z adding 'torch/_inductor/cudagraph_utils.py' 2025-03-21T20:58:37.5911610Z adding 'torch/_inductor/custom_graph_pass.py' 2025-03-21T20:58:37.5911840Z adding 'torch/_inductor/debug.py' 2025-03-21T20:58:37.5912060Z adding 'torch/_inductor/decomposition.py' 2025-03-21T20:58:37.5912290Z adding 'torch/_inductor/dependencies.py' 2025-03-21T20:58:37.5912620Z adding 'torch/_inductor/dtype_propagation.py' 2025-03-21T20:58:37.5912870Z adding 'torch/_inductor/exc.py' 2025-03-21T20:58:37.5913100Z adding 'torch/_inductor/extern_node_serializer.py' 2025-03-21T20:58:37.5913340Z adding 'torch/_inductor/freezing.py' 2025-03-21T20:58:37.5913570Z adding 'torch/_inductor/freezing_utils.py' 2025-03-21T20:58:37.5913790Z adding 'torch/_inductor/fuzzer.py' 2025-03-21T20:58:37.5914000Z adding 'torch/_inductor/fx_utils.py' 2025-03-21T20:58:37.5914210Z adding 'torch/_inductor/graph.py' 2025-03-21T20:58:37.5914450Z adding 'torch/_inductor/hooks.py' 2025-03-21T20:58:37.5914670Z adding 'torch/_inductor/index_propagation.py' 2025-03-21T20:58:37.5914910Z adding 'torch/_inductor/inductor_prims.py' 2025-03-21T20:58:37.5915130Z adding 'torch/_inductor/ir.py' 2025-03-21T20:58:37.5915350Z adding 'torch/_inductor/jagged_lowerings.py' 2025-03-21T20:58:37.5915580Z adding 'torch/_inductor/loop_body.py' 2025-03-21T20:58:37.5915790Z adding 'torch/_inductor/lowering.py' 2025-03-21T20:58:37.5916020Z adding 'torch/_inductor/memory.py' 2025-03-21T20:58:37.5916270Z adding 'torch/_inductor/metrics.py' 2025-03-21T20:58:37.5916490Z adding 'torch/_inductor/mkldnn_ir.py' 2025-03-21T20:58:37.5916720Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-03-21T20:58:37.5916970Z adding 'torch/_inductor/mock_cache.py' 2025-03-21T20:58:37.5917200Z adding 'torch/_inductor/ops_handler.py' 2025-03-21T20:58:37.5917430Z adding 'torch/_inductor/optimize_indexing.py' 2025-03-21T20:58:37.5917690Z adding 'torch/_inductor/output_code.py' 2025-03-21T20:58:37.5917940Z adding 'torch/_inductor/pattern_matcher.py' 2025-03-21T20:58:37.5918180Z adding 'torch/_inductor/quantized_lowerings.py' 2025-03-21T20:58:37.5918420Z adding 'torch/_inductor/remote_cache.py' 2025-03-21T20:58:37.5918640Z adding 'torch/_inductor/scheduler.py' 2025-03-21T20:58:37.5918860Z adding 'torch/_inductor/script.ld' 2025-03-21T20:58:37.5919080Z adding 'torch/_inductor/select_algorithm.py' 2025-03-21T20:58:37.5919310Z adding 'torch/_inductor/sizevars.py' 2025-03-21T20:58:37.5919640Z adding 'torch/_inductor/subgraph_lowering.py' 2025-03-21T20:58:37.5919940Z adding 'torch/_inductor/test_case.py' 2025-03-21T20:58:37.5920170Z adding 'torch/_inductor/test_operators.py' 2025-03-21T20:58:37.5920400Z adding 'torch/_inductor/triton_bundler.py' 2025-03-21T20:58:37.5920610Z adding 'torch/_inductor/utils.py' 2025-03-21T20:58:37.5920830Z adding 'torch/_inductor/virtualized.py' 2025-03-21T20:58:37.5921070Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-03-21T20:58:37.5921330Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-03-21T20:58:37.5921610Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-03-21T20:58:37.5921920Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-03-21T20:58:37.5922280Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-03-21T20:58:37.5922780Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-03-21T20:58:37.5923130Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-03-21T20:58:37.5923480Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-03-21T20:58:37.5923810Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-03-21T20:58:37.5924150Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-03-21T20:58:37.5924480Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-03-21T20:58:37.5924800Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-03-21T20:58:37.5925080Z adding 'torch/_inductor/codegen/__init__.py' 2025-03-21T20:58:37.5925340Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-03-21T20:58:37.5925610Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-03-21T20:58:37.5925860Z adding 'torch/_inductor/codegen/common.py' 2025-03-21T20:58:37.5926090Z adding 'torch/_inductor/codegen/cpp.py' 2025-03-21T20:58:37.5926350Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-03-21T20:58:37.6666970Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-03-21T20:58:37.6677600Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-03-21T20:58:37.6678070Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-03-21T20:58:37.6678390Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-03-21T20:58:37.6678650Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-03-21T20:58:37.6678930Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-03-21T20:58:37.6679220Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-03-21T20:58:37.6679590Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-03-21T20:58:37.6679850Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-03-21T20:58:37.6680150Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-03-21T20:58:37.6680450Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-03-21T20:58:37.6680740Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-03-21T20:58:37.6681060Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-03-21T20:58:37.6681360Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-03-21T20:58:37.6681610Z adding 'torch/_inductor/codegen/halide.py' 2025-03-21T20:58:37.6681860Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-03-21T20:58:37.6682110Z adding 'torch/_inductor/codegen/mps.py' 2025-03-21T20:58:37.6682380Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-03-21T20:58:37.6682660Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-03-21T20:58:37.6682910Z adding 'torch/_inductor/codegen/simd.py' 2025-03-21T20:58:37.6683170Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-03-21T20:58:37.6683440Z adding 'torch/_inductor/codegen/triton.py' 2025-03-21T20:58:37.6683690Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-03-21T20:58:37.6683980Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-03-21T20:58:37.6684250Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-03-21T20:58:37.6684500Z adding 'torch/_inductor/codegen/wrapper.py' 2025-03-21T20:58:37.6684780Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-03-21T20:58:37.6685210Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-03-21T20:58:37.6685510Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-03-21T20:58:37.6685800Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-03-21T20:58:37.6686070Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-03-21T20:58:37.6686350Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-03-21T20:58:37.6686630Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-03-21T20:58:37.6686930Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-03-21T20:58:37.6687220Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-03-21T20:58:37.6687560Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-03-21T20:58:37.6688070Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-03-21T20:58:37.6688450Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-03-21T20:58:37.6688730Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-03-21T20:58:37.6689050Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-03-21T20:58:37.6689380Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-03-21T20:58:37.6689710Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-03-21T20:58:37.6690030Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-03-21T20:58:37.6690360Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-03-21T20:58:37.6690660Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-03-21T20:58:37.6690960Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-03-21T20:58:37.6691270Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-03-21T20:58:37.6691560Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-03-21T20:58:37.6691840Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-03-21T20:58:37.6692130Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-03-21T20:58:37.6692450Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-03-21T20:58:37.6692730Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-03-21T20:58:37.6693010Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-03-21T20:58:37.6693270Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-03-21T20:58:37.6693510Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-03-21T20:58:37.6693780Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-03-21T20:58:37.6694400Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-03-21T20:58:37.6694680Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-03-21T20:58:37.6694990Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-03-21T20:58:37.6695290Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-03-21T20:58:37.6695590Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-03-21T20:58:37.6695870Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-03-21T20:58:37.6696160Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-03-21T20:58:37.6696430Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-03-21T20:58:37.6696700Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-03-21T20:58:37.6696980Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-03-21T20:58:37.6697240Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-03-21T20:58:37.6697510Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-03-21T20:58:37.6697770Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-03-21T20:58:37.6698010Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-03-21T20:58:37.6698270Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-03-21T20:58:37.6698550Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-03-21T20:58:37.6698810Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-03-21T20:58:37.6699070Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-03-21T20:58:37.6699340Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-03-21T20:58:37.6699640Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-03-21T20:58:37.6700070Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-03-21T20:58:37.6700450Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-03-21T20:58:37.6700850Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-03-21T20:58:37.6701220Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-03-21T20:58:37.6701610Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-03-21T20:58:37.6701980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-03-21T20:58:37.6702360Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-03-21T20:58:37.6702840Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-03-21T20:58:37.6703220Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-03-21T20:58:37.6703600Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-03-21T20:58:37.6703980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-03-21T20:58:37.6704530Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-03-21T20:58:37.6705630Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-03-21T20:58:37.6707410Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-03-21T20:58:37.6708850Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-03-21T20:58:37.6710260Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-03-21T20:58:37.6711560Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-03-21T20:58:37.6712750Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-03-21T20:58:37.6713900Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-03-21T20:58:37.6714420Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-03-21T20:58:37.6714840Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-03-21T20:58:37.6715240Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-03-21T20:58:37.6715580Z adding 'torch/_inductor/kernel/__init__.py' 2025-03-21T20:58:37.6715840Z adding 'torch/_inductor/kernel/bmm.py' 2025-03-21T20:58:37.6716080Z adding 'torch/_inductor/kernel/conv.py' 2025-03-21T20:58:37.6716430Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-03-21T20:58:37.6716730Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-03-21T20:58:37.6716980Z adding 'torch/_inductor/kernel/mm.py' 2025-03-21T20:58:37.6717240Z adding 'torch/_inductor/kernel/mm_common.py' 2025-03-21T20:58:37.6717540Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-03-21T20:58:37.6717820Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-03-21T20:58:37.6718140Z adding 'torch/_inductor/package/__init__.py' 2025-03-21T20:58:37.6718620Z adding 'torch/_inductor/package/build_package.py' 2025-03-21T20:58:37.6718960Z adding 'torch/_inductor/package/package.py' 2025-03-21T20:58:37.6719300Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-03-21T20:58:37.6719600Z adding 'torch/_inductor/runtime/__init__.py' 2025-03-21T20:58:37.6719840Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-03-21T20:58:37.6720110Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-03-21T20:58:37.6720370Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-03-21T20:58:37.6720630Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-03-21T20:58:37.6720920Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-03-21T20:58:37.6721220Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-03-21T20:58:37.6721480Z adding 'torch/_inductor/runtime/hints.py' 2025-03-21T20:58:37.6721730Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-03-21T20:58:37.6721980Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-03-21T20:58:37.6722250Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-03-21T20:58:37.6722610Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-03-21T20:58:37.6722860Z adding 'torch/_lazy/__init__.py' 2025-03-21T20:58:37.6723060Z adding 'torch/_lazy/closure.py' 2025-03-21T20:58:37.6723260Z adding 'torch/_lazy/computation.py' 2025-03-21T20:58:37.6723470Z adding 'torch/_lazy/config.py' 2025-03-21T20:58:37.6723670Z adding 'torch/_lazy/debug.py' 2025-03-21T20:58:37.6723880Z adding 'torch/_lazy/device_context.py' 2025-03-21T20:58:37.6724110Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-03-21T20:58:37.6724380Z adding 'torch/_lazy/ir_cache.py' 2025-03-21T20:58:37.6724580Z adding 'torch/_lazy/metrics.py' 2025-03-21T20:58:37.6724800Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-03-21T20:58:37.6725090Z adding 'torch/_lazy/ts_backend.py' 2025-03-21T20:58:37.6725300Z adding 'torch/_library/__init__.py' 2025-03-21T20:58:37.6725500Z adding 'torch/_library/autograd.py' 2025-03-21T20:58:37.6725730Z adding 'torch/_library/custom_ops.py' 2025-03-21T20:58:37.6725960Z adding 'torch/_library/fake_class_registry.py' 2025-03-21T20:58:37.6726220Z adding 'torch/_library/fake_impl.py' 2025-03-21T20:58:37.6726470Z adding 'torch/_library/infer_schema.py' 2025-03-21T20:58:37.6726700Z adding 'torch/_library/simple_registry.py' 2025-03-21T20:58:37.6726960Z adding 'torch/_library/triton.py' 2025-03-21T20:58:37.6727170Z adding 'torch/_library/utils.py' 2025-03-21T20:58:37.6727380Z adding 'torch/_logging/__init__.py' 2025-03-21T20:58:37.6727590Z adding 'torch/_logging/_internal.py' 2025-03-21T20:58:37.6727810Z adding 'torch/_logging/_registrations.py' 2025-03-21T20:58:37.6728050Z adding 'torch/_logging/scribe.py' 2025-03-21T20:58:37.6728280Z adding 'torch/_logging/structured.py' 2025-03-21T20:58:37.6728500Z adding 'torch/_numpy/__init__.py' 2025-03-21T20:58:37.6728710Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-03-21T20:58:37.6728970Z adding 'torch/_numpy/_casting_dicts.py' 2025-03-21T20:58:37.6729320Z adding 'torch/_numpy/_dtypes.py' 2025-03-21T20:58:37.6729550Z adding 'torch/_numpy/_dtypes_impl.py' 2025-03-21T20:58:37.6729760Z adding 'torch/_numpy/_funcs.py' 2025-03-21T20:58:37.6729960Z adding 'torch/_numpy/_funcs_impl.py' 2025-03-21T20:58:37.6730170Z adding 'torch/_numpy/_getlimits.py' 2025-03-21T20:58:37.6730380Z adding 'torch/_numpy/_ndarray.py' 2025-03-21T20:58:39.2861900Z adding 'torch/_numpy/_normalizations.py' 2025-03-21T20:58:39.2862260Z adding 'torch/_numpy/_reductions_impl.py' 2025-03-21T20:58:39.2862700Z adding 'torch/_numpy/_ufuncs.py' 2025-03-21T20:58:39.2862930Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-03-21T20:58:39.2863160Z adding 'torch/_numpy/_util.py' 2025-03-21T20:58:39.2863360Z adding 'torch/_numpy/fft.py' 2025-03-21T20:58:39.2863600Z adding 'torch/_numpy/linalg.py' 2025-03-21T20:58:39.2863810Z adding 'torch/_numpy/random.py' 2025-03-21T20:58:39.2864010Z adding 'torch/_numpy/testing/__init__.py' 2025-03-21T20:58:39.2864240Z adding 'torch/_numpy/testing/utils.py' 2025-03-21T20:58:39.2864480Z adding 'torch/_prims/__init__.py' 2025-03-21T20:58:39.2864690Z adding 'torch/_prims/context.py' 2025-03-21T20:58:39.2864920Z adding 'torch/_prims/debug_prims.py' 2025-03-21T20:58:39.2865140Z adding 'torch/_prims/executor.py' 2025-03-21T20:58:39.2865350Z adding 'torch/_prims/rng_prims.py' 2025-03-21T20:58:39.2865560Z adding 'torch/_prims_common/__init__.py' 2025-03-21T20:58:39.2865790Z adding 'torch/_prims_common/wrappers.py' 2025-03-21T20:58:39.2866010Z adding 'torch/_refs/__init__.py' 2025-03-21T20:58:39.2866200Z adding 'torch/_refs/_conversions.py' 2025-03-21T20:58:39.2866400Z adding 'torch/_refs/fft.py' 2025-03-21T20:58:39.2866610Z adding 'torch/_refs/linalg/__init__.py' 2025-03-21T20:58:39.2866820Z adding 'torch/_refs/nn/__init__.py' 2025-03-21T20:58:39.2867050Z adding 'torch/_refs/nn/functional/__init__.py' 2025-03-21T20:58:39.2867290Z adding 'torch/_refs/special/__init__.py' 2025-03-21T20:58:39.2867520Z adding 'torch/_strobelight/__init__.py' 2025-03-21T20:58:39.2867770Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-03-21T20:58:39.2868210Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-03-21T20:58:39.2868480Z adding 'torch/_subclasses/__init__.py' 2025-03-21T20:58:39.2868730Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-03-21T20:58:39.2868970Z adding 'torch/_subclasses/fake_impls.py' 2025-03-21T20:58:39.2869190Z adding 'torch/_subclasses/fake_tensor.py' 2025-03-21T20:58:39.2869410Z adding 'torch/_subclasses/fake_utils.py' 2025-03-21T20:58:39.2869650Z adding 'torch/_subclasses/functional_tensor.py' 2025-03-21T20:58:39.2869890Z adding 'torch/_subclasses/meta_utils.py' 2025-03-21T20:58:39.2870140Z adding 'torch/_subclasses/schema_check_mode.py' 2025-03-21T20:58:39.2870430Z adding 'torch/_vendor/__init__.py' 2025-03-21T20:58:39.2871020Z adding 'torch/_vendor/packaging/__init__.py' 2025-03-21T20:58:39.2878470Z adding 'torch/_vendor/packaging/_structures.py' 2025-03-21T20:58:39.2878810Z adding 'torch/_vendor/packaging/version.py' 2025-03-21T20:58:39.2879120Z adding 'torch/accelerator/__init__.py' 2025-03-21T20:58:39.2879410Z adding 'torch/accelerator/_utils.py' 2025-03-21T20:58:39.2879640Z adding 'torch/amp/__init__.py' 2025-03-21T20:58:39.2879940Z adding 'torch/amp/autocast_mode.py' 2025-03-21T20:58:39.2880210Z adding 'torch/amp/grad_scaler.py' 2025-03-21T20:58:39.2880470Z adding 'torch/ao/__init__.py' 2025-03-21T20:58:39.2880680Z adding 'torch/ao/nn/__init__.py' 2025-03-21T20:58:39.2880900Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-03-21T20:58:39.2881150Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-03-21T20:58:39.2881420Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-03-21T20:58:39.2881670Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-03-21T20:58:39.2881940Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-03-21T20:58:39.2882240Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-21T20:58:39.2882540Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-21T20:58:39.2883020Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-21T20:58:39.2883340Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-03-21T20:58:39.2883640Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-21T20:58:39.2884010Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-21T20:58:39.2884390Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-21T20:58:39.2884740Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-03-21T20:58:39.2885130Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-21T20:58:39.2885450Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-03-21T20:58:39.2885780Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-21T20:58:39.2886140Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-21T20:58:39.2886410Z adding 'torch/ao/nn/qat/__init__.py' 2025-03-21T20:58:39.2886640Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-03-21T20:58:39.2886900Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-03-21T20:58:39.2887180Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-03-21T20:58:39.2887430Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-03-21T20:58:39.2887660Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-03-21T20:58:39.2887910Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-03-21T20:58:39.2888160Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-03-21T20:58:39.2888390Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-03-21T20:58:39.2888660Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-03-21T20:58:39.2888940Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-03-21T20:58:39.2889240Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-03-21T20:58:39.2889490Z adding 'torch/ao/nn/quantized/__init__.py' 2025-03-21T20:58:39.2889730Z adding 'torch/ao/nn/quantized/functional.py' 2025-03-21T20:58:39.2889980Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-03-21T20:58:39.2890270Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-03-21T20:58:39.2890750Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-03-21T20:58:39.2891080Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-03-21T20:58:39.2891360Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-03-21T20:58:39.2891630Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-03-21T20:58:39.2891900Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-03-21T20:58:39.2892180Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-03-21T20:58:39.2892430Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-03-21T20:58:39.2892690Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-03-21T20:58:39.2892970Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-03-21T20:58:39.2893350Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-03-21T20:58:39.2893650Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-03-21T20:58:39.2893930Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-03-21T20:58:39.2894200Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-03-21T20:58:39.2894470Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-03-21T20:58:39.2894740Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-03-21T20:58:39.2895040Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-03-21T20:58:39.2895340Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-03-21T20:58:39.2895640Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-03-21T20:58:39.2895930Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-03-21T20:58:39.2896230Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-03-21T20:58:39.2896540Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-03-21T20:58:39.2896800Z adding 'torch/ao/nn/sparse/__init__.py' 2025-03-21T20:58:39.2897040Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-03-21T20:58:39.2897300Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-03-21T20:58:39.2897620Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-03-21T20:58:39.2897940Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-03-21T20:58:39.2898270Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-03-21T20:58:39.2898570Z adding 'torch/ao/ns/__init__.py' 2025-03-21T20:58:39.2898790Z adding 'torch/ao/ns/_numeric_suite.py' 2025-03-21T20:58:39.2899070Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-03-21T20:58:39.2899310Z adding 'torch/ao/ns/fx/__init__.py' 2025-03-21T20:58:39.2899780Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-03-21T20:58:39.2900050Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-03-21T20:58:39.2900320Z adding 'torch/ao/ns/fx/mappings.py' 2025-03-21T20:58:39.2900550Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-03-21T20:58:39.2900800Z adding 'torch/ao/ns/fx/ns_types.py' 2025-03-21T20:58:39.2901100Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-03-21T20:58:39.2901350Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-03-21T20:58:39.2901580Z adding 'torch/ao/ns/fx/utils.py' 2025-03-21T20:58:39.2901790Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-03-21T20:58:39.2902010Z adding 'torch/ao/pruning/__init__.py' 2025-03-21T20:58:39.2902260Z adding 'torch/ao/pruning/_mappings.py' 2025-03-21T20:58:39.2902510Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-03-21T20:58:39.2902840Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-03-21T20:58:39.2903270Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-03-21T20:58:39.2903690Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-03-21T20:58:39.2904070Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-03-21T20:58:39.2904460Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-03-21T20:58:39.2904850Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-03-21T20:58:39.2905260Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-03-21T20:58:39.2905770Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-03-21T20:58:39.2906230Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-03-21T20:58:39.2906660Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-03-21T20:58:39.2907180Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-03-21T20:58:39.2907760Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-03-21T20:58:39.2908180Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-03-21T20:58:39.2908500Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-03-21T20:58:39.2908930Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-03-21T20:58:39.2909380Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-03-21T20:58:39.2909730Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-03-21T20:58:39.2910080Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-03-21T20:58:39.2910440Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-03-21T20:58:39.2910780Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-03-21T20:58:39.2911090Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-03-21T20:58:39.2911380Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-03-21T20:58:39.2911700Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-03-21T20:58:39.2911990Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-03-21T20:58:39.2912270Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-03-21T20:58:39.2912540Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-03-21T20:58:39.2912900Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-21T20:58:39.2913210Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-03-21T20:58:39.2913560Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-03-21T20:58:39.2913860Z adding 'torch/ao/quantization/__init__.py' 2025-03-21T20:58:39.2914120Z adding 'torch/ao/quantization/_correct_bias.py' 2025-03-21T20:58:39.2914410Z adding 'torch/ao/quantization/_equalize.py' 2025-03-21T20:58:39.2914700Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-03-21T20:58:39.2914990Z adding 'torch/ao/quantization/fake_quantize.py' 2025-03-21T20:58:39.2915330Z adding 'torch/ao/quantization/fuse_modules.py' 2025-03-21T20:58:39.2915620Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-03-21T20:58:39.2915920Z adding 'torch/ao/quantization/observer.py' 2025-03-21T20:58:39.2916170Z adding 'torch/ao/quantization/qconfig.py' 2025-03-21T20:58:39.2916480Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-03-21T20:58:39.2916780Z adding 'torch/ao/quantization/quant_type.py' 2025-03-21T20:58:39.2917060Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-03-21T20:58:39.2917340Z adding 'torch/ao/quantization/quantize.py' 2025-03-21T20:58:39.3272770Z adding 'torch/ao/quantization/quantize_fx.py' 2025-03-21T20:58:39.3273510Z adding 'torch/ao/quantization/quantize_jit.py' 2025-03-21T20:58:39.3274480Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-03-21T20:58:39.3274820Z adding 'torch/ao/quantization/stubs.py' 2025-03-21T20:58:39.3275050Z adding 'torch/ao/quantization/utils.py' 2025-03-21T20:58:39.3275320Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-03-21T20:58:39.3275720Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-03-21T20:58:39.3276100Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-03-21T20:58:39.3276440Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-03-21T20:58:39.3276820Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-03-21T20:58:39.3277120Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-03-21T20:58:39.3277420Z adding 'torch/ao/quantization/backend_config/native.py' 2025-03-21T20:58:39.3277860Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-03-21T20:58:39.3278200Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-03-21T20:58:39.3278500Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-03-21T20:58:39.3278790Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-03-21T20:58:39.3279080Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-03-21T20:58:39.3279360Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-03-21T20:58:39.3279630Z adding 'torch/ao/quantization/fx/__init__.py' 2025-03-21T20:58:39.3279890Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-03-21T20:58:39.3280140Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-03-21T20:58:39.3280520Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-03-21T20:58:39.3280810Z adding 'torch/ao/quantization/fx/convert.py' 2025-03-21T20:58:39.3281070Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-03-21T20:58:39.3281310Z adding 'torch/ao/quantization/fx/fuse.py' 2025-03-21T20:58:39.3281550Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-03-21T20:58:39.3281810Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-03-21T20:58:39.3282080Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-03-21T20:58:39.3282360Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-03-21T20:58:39.3282630Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-03-21T20:58:39.3282880Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-03-21T20:58:39.3283170Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-03-21T20:58:39.3283420Z adding 'torch/ao/quantization/fx/prepare.py' 2025-03-21T20:58:39.3283700Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-03-21T20:58:39.3284000Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-03-21T20:58:39.3284260Z adding 'torch/ao/quantization/fx/tracer.py' 2025-03-21T20:58:39.3284490Z adding 'torch/ao/quantization/fx/utils.py' 2025-03-21T20:58:39.3284920Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-03-21T20:58:39.3285260Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-03-21T20:58:39.3285580Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-03-21T20:58:39.3285940Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-03-21T20:58:39.3286350Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-03-21T20:58:39.3286760Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-03-21T20:58:39.3287050Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-03-21T20:58:39.3287360Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-03-21T20:58:39.3287660Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-03-21T20:58:39.3287940Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-03-21T20:58:39.3288240Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-03-21T20:58:39.3288530Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-03-21T20:58:39.3288810Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-03-21T20:58:39.3289060Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-03-21T20:58:39.3289330Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-03-21T20:58:39.3289620Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-03-21T20:58:39.3289960Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-03-21T20:58:39.3290300Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-03-21T20:58:39.3290610Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-03-21T20:58:39.3290960Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-03-21T20:58:39.3291290Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-03-21T20:58:39.3291570Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-03-21T20:58:39.3291880Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-03-21T20:58:39.3292220Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-03-21T20:58:39.3292630Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:58:39.3292990Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-03-21T20:58:39.3293280Z adding 'torch/autograd/__init__.py' 2025-03-21T20:58:39.3293500Z adding 'torch/autograd/anomaly_mode.py' 2025-03-21T20:58:39.3293720Z adding 'torch/autograd/forward_ad.py' 2025-03-21T20:58:39.3293930Z adding 'torch/autograd/function.py' 2025-03-21T20:58:39.3294140Z adding 'torch/autograd/functional.py' 2025-03-21T20:58:39.3294350Z adding 'torch/autograd/grad_mode.py' 2025-03-21T20:58:39.3294570Z adding 'torch/autograd/gradcheck.py' 2025-03-21T20:58:39.3294780Z adding 'torch/autograd/graph.py' 2025-03-21T20:58:39.3294990Z adding 'torch/autograd/profiler.py' 2025-03-21T20:58:39.3295440Z adding 'torch/autograd/profiler_legacy.py' 2025-03-21T20:58:39.3295680Z adding 'torch/autograd/profiler_util.py' 2025-03-21T20:58:39.3295920Z adding 'torch/autograd/variable.py' 2025-03-21T20:58:39.3296160Z adding 'torch/autograd/_functions/__init__.py' 2025-03-21T20:58:39.3296450Z adding 'torch/autograd/_functions/tensor.py' 2025-03-21T20:58:39.3296690Z adding 'torch/autograd/_functions/utils.py' 2025-03-21T20:58:39.3296910Z adding 'torch/backends/__init__.py' 2025-03-21T20:58:39.3297130Z adding 'torch/backends/_coreml/__init__.py' 2025-03-21T20:58:39.3297370Z adding 'torch/backends/_coreml/preprocess.py' 2025-03-21T20:58:39.3297620Z adding 'torch/backends/_nnapi/__init__.py' 2025-03-21T20:58:39.3297850Z adding 'torch/backends/_nnapi/prepare.py' 2025-03-21T20:58:39.3298100Z adding 'torch/backends/_nnapi/serializer.py' 2025-03-21T20:58:39.3298330Z adding 'torch/backends/cpu/__init__.py' 2025-03-21T20:58:39.3298570Z adding 'torch/backends/cuda/__init__.py' 2025-03-21T20:58:39.3298810Z adding 'torch/backends/cudnn/__init__.py' 2025-03-21T20:58:39.3299020Z adding 'torch/backends/cudnn/rnn.py' 2025-03-21T20:58:39.3299240Z adding 'torch/backends/cusparselt/__init__.py' 2025-03-21T20:58:39.3299550Z adding 'torch/backends/kleidiai/__init__.py' 2025-03-21T20:58:39.3299780Z adding 'torch/backends/mha/__init__.py' 2025-03-21T20:58:39.3300000Z adding 'torch/backends/mkl/__init__.py' 2025-03-21T20:58:39.3300280Z adding 'torch/backends/mkldnn/__init__.py' 2025-03-21T20:58:39.3300620Z adding 'torch/backends/mps/__init__.py' 2025-03-21T20:58:39.3307130Z adding 'torch/backends/nnpack/__init__.py' 2025-03-21T20:58:39.3307370Z adding 'torch/backends/openmp/__init__.py' 2025-03-21T20:58:39.3307680Z adding 'torch/backends/opt_einsum/__init__.py' 2025-03-21T20:58:39.3307920Z adding 'torch/backends/quantized/__init__.py' 2025-03-21T20:58:39.3308150Z adding 'torch/backends/xeon/__init__.py' 2025-03-21T20:58:39.3308370Z adding 'torch/backends/xeon/run_cpu.py' 2025-03-21T20:58:39.3308590Z adding 'torch/backends/xnnpack/__init__.py' 2025-03-21T20:58:39.3308820Z adding 'torch/bin/FileStoreTest' 2025-03-21T20:58:39.3309020Z adding 'torch/bin/HashStoreTest' 2025-03-21T20:58:39.3309220Z adding 'torch/bin/TCPStoreTest' 2025-03-21T20:58:39.3309420Z adding 'torch/bin/protoc' 2025-03-21T20:58:39.3309610Z adding 'torch/bin/protoc-3.13.0.0' 2025-03-21T20:58:39.3309810Z adding 'torch/bin/test_api' 2025-03-21T20:58:39.3310000Z adding 'torch/bin/test_cpp_rpc' 2025-03-21T20:58:39.3310200Z adding 'torch/bin/test_dist_autograd' 2025-03-21T20:58:39.3310420Z adding 'torch/bin/test_edge_op_registration' 2025-03-21T20:58:39.3310640Z adding 'torch/bin/test_jit' 2025-03-21T20:58:39.3310830Z adding 'torch/bin/test_lazy' 2025-03-21T20:58:39.3311120Z adding 'torch/bin/test_tensorexpr' 2025-03-21T20:58:39.3311320Z adding 'torch/bin/torch_shm_manager' 2025-03-21T20:58:39.3311530Z adding 'torch/bin/tutorial_tensorexpr' 2025-03-21T20:58:39.3311750Z adding 'torch/compiler/__init__.py' 2025-03-21T20:58:39.3311950Z adding 'torch/compiler/_cache.py' 2025-03-21T20:58:39.3312160Z adding 'torch/compiler/config.py' 2025-03-21T20:58:39.3312390Z adding 'torch/contrib/__init__.py' 2025-03-21T20:58:39.3312600Z adding 'torch/contrib/_tensorboard_vis.py' 2025-03-21T20:58:39.3312820Z adding 'torch/cpu/__init__.py' 2025-03-21T20:58:39.3313190Z adding 'torch/cpu/amp/__init__.py' 2025-03-21T20:58:39.3313400Z adding 'torch/cpu/amp/autocast_mode.py' 2025-03-21T20:58:39.3313630Z adding 'torch/cpu/amp/grad_scaler.py' 2025-03-21T20:58:39.3313840Z adding 'torch/cuda/__init__.py' 2025-03-21T20:58:39.3314030Z adding 'torch/cuda/_gpu_trace.py' 2025-03-21T20:58:39.3314240Z adding 'torch/cuda/_memory_viz.py' 2025-03-21T20:58:39.3314440Z adding 'torch/cuda/_sanitizer.py' 2025-03-21T20:58:39.3314650Z adding 'torch/cuda/_utils.py' 2025-03-21T20:58:39.3314840Z adding 'torch/cuda/comm.py' 2025-03-21T20:58:39.3315020Z adding 'torch/cuda/error.py' 2025-03-21T20:58:39.3315210Z adding 'torch/cuda/gds.py' 2025-03-21T20:58:39.3315390Z adding 'torch/cuda/graphs.py' 2025-03-21T20:58:39.3315620Z adding 'torch/cuda/jiterator.py' 2025-03-21T20:58:39.3315820Z adding 'torch/cuda/memory.py' 2025-03-21T20:58:39.3316000Z adding 'torch/cuda/nccl.py' 2025-03-21T20:58:39.3316180Z adding 'torch/cuda/nvtx.py' 2025-03-21T20:58:39.3316370Z adding 'torch/cuda/profiler.py' 2025-03-21T20:58:39.3316560Z adding 'torch/cuda/random.py' 2025-03-21T20:58:39.3316750Z adding 'torch/cuda/sparse.py' 2025-03-21T20:58:39.3316950Z adding 'torch/cuda/streams.py' 2025-03-21T20:58:39.3317150Z adding 'torch/cuda/tunable.py' 2025-03-21T20:58:39.3317340Z adding 'torch/cuda/amp/__init__.py' 2025-03-21T20:58:39.3317550Z adding 'torch/cuda/amp/autocast_mode.py' 2025-03-21T20:58:39.3317770Z adding 'torch/cuda/amp/common.py' 2025-03-21T20:58:39.3317970Z adding 'torch/cuda/amp/grad_scaler.py' 2025-03-21T20:58:39.3318190Z adding 'torch/distributed/__init__.py' 2025-03-21T20:58:39.3318430Z adding 'torch/distributed/_checkpointable.py' 2025-03-21T20:58:39.3318680Z adding 'torch/distributed/_composable_state.py' 2025-03-21T20:58:39.3318960Z adding 'torch/distributed/_functional_collectives.py' 2025-03-21T20:58:39.3319270Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-03-21T20:58:39.3319550Z adding 'torch/distributed/_serialization.py' 2025-03-21T20:58:39.3319830Z adding 'torch/distributed/_state_dict_utils.py' 2025-03-21T20:58:39.3320090Z adding 'torch/distributed/argparse_util.py' 2025-03-21T20:58:39.3320320Z adding 'torch/distributed/c10d_logger.py' 2025-03-21T20:58:39.3320580Z adding 'torch/distributed/collective_utils.py' 2025-03-21T20:58:39.3320820Z adding 'torch/distributed/constants.py' 2025-03-21T20:58:39.3321040Z adding 'torch/distributed/device_mesh.py' 2025-03-21T20:58:39.3321410Z adding 'torch/distributed/distributed_c10d.py' 2025-03-21T20:58:39.3321650Z adding 'torch/distributed/launch.py' 2025-03-21T20:58:39.3321890Z adding 'torch/distributed/logging_handlers.py' 2025-03-21T20:58:39.3322130Z adding 'torch/distributed/remote_device.py' 2025-03-21T20:58:39.3322360Z adding 'torch/distributed/rendezvous.py' 2025-03-21T20:58:39.3322580Z adding 'torch/distributed/run.py' 2025-03-21T20:58:39.3322780Z adding 'torch/distributed/utils.py' 2025-03-21T20:58:39.3323020Z adding 'torch/distributed/_composable/__init__.py' 2025-03-21T20:58:39.3323320Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-03-21T20:58:39.3323630Z adding 'torch/distributed/_composable/contract.py' 2025-03-21T20:58:39.3323890Z adding 'torch/distributed/_composable/replicate.py' 2025-03-21T20:58:39.3324180Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-03-21T20:58:39.3324480Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-03-21T20:58:39.3324750Z adding 'torch/distributed/_shard/__init__.py' 2025-03-21T20:58:39.3324990Z adding 'torch/distributed/_shard/_utils.py' 2025-03-21T20:58:39.3325220Z adding 'torch/distributed/_shard/api.py' 2025-03-21T20:58:39.3325460Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-03-21T20:58:39.3325740Z adding 'torch/distributed/_shard/metadata.py' 2025-03-21T20:58:39.3326000Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-03-21T20:58:39.3326260Z adding 'torch/distributed/_shard/sharder.py' 2025-03-21T20:58:39.3326540Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-03-21T20:58:39.3326870Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-03-21T20:58:39.3327180Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-03-21T20:58:39.4165780Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-03-21T20:58:39.4166170Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-03-21T20:58:39.4166510Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-03-21T20:58:39.4166870Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-03-21T20:58:39.4167220Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-03-21T20:58:39.4167560Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-03-21T20:58:39.4167880Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-03-21T20:58:39.4168320Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-03-21T20:58:39.4168640Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-03-21T20:58:39.4168990Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-03-21T20:58:39.4169340Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-03-21T20:58:39.4169680Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-03-21T20:58:39.4170020Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-03-21T20:58:39.4170360Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-03-21T20:58:39.4170700Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-03-21T20:58:39.4171000Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-03-21T20:58:39.4171480Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-03-21T20:58:39.4171850Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-03-21T20:58:39.4172190Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-03-21T20:58:39.4172520Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-03-21T20:58:39.4173080Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-03-21T20:58:39.4173550Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-03-21T20:58:39.4173990Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-03-21T20:58:39.4174430Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-03-21T20:58:39.4174810Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-03-21T20:58:39.4175190Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-03-21T20:58:39.4175480Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-03-21T20:58:39.4175750Z adding 'torch/distributed/_tensor/__init__.py' 2025-03-21T20:58:39.4176550Z adding 'torch/distributed/_tensor/api.py' 2025-03-21T20:58:39.4177440Z adding 'torch/distributed/_tensor/placement_types.py' 2025-03-21T20:58:39.4178180Z adding 'torch/distributed/_tools/__init__.py' 2025-03-21T20:58:39.4178860Z adding 'torch/distributed/_tools/common_utils.py' 2025-03-21T20:58:39.4179620Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-03-21T20:58:39.4180390Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-03-21T20:58:39.4181110Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-03-21T20:58:39.4181810Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-03-21T20:58:39.4182520Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-03-21T20:58:39.4183230Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-03-21T20:58:39.4183980Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-03-21T20:58:39.4184770Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-03-21T20:58:39.4185580Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-03-21T20:58:39.4186450Z adding 'torch/distributed/algorithms/__init__.py' 2025-03-21T20:58:39.4187350Z adding 'torch/distributed/algorithms/join.py' 2025-03-21T20:58:39.4188260Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-03-21T20:58:39.4189380Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-03-21T20:58:39.4190800Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-03-21T20:58:39.4192180Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-03-21T20:58:39.4193440Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-03-21T20:58:39.4194430Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-03-21T20:58:39.4194960Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-03-21T20:58:39.4195440Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-03-21T20:58:39.4195860Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-03-21T20:58:39.4196310Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-03-21T20:58:39.4196970Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-03-21T20:58:39.4197390Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-03-21T20:58:39.4197870Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-03-21T20:58:39.4198380Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-03-21T20:58:39.4198900Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-03-21T20:58:39.4199350Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-03-21T20:58:39.4199810Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-03-21T20:58:39.4200240Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-03-21T20:58:39.4200630Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-03-21T20:58:39.4201080Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-03-21T20:58:39.4201580Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-03-21T20:58:39.4201910Z adding 'torch/distributed/autograd/__init__.py' 2025-03-21T20:58:39.4202540Z adding 'torch/distributed/checkpoint/__init__.py' 2025-03-21T20:58:39.4202980Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-03-21T20:58:39.4203330Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-03-21T20:58:39.4203690Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-03-21T20:58:39.4204390Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-03-21T20:58:39.4205670Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-03-21T20:58:39.4207010Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-03-21T20:58:39.4207900Z adding 'torch/distributed/checkpoint/_extension.py' 2025-03-21T20:58:39.4208780Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-03-21T20:58:39.4209670Z adding 'torch/distributed/checkpoint/_hf_storage.py' 2025-03-21T20:58:39.4210520Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-03-21T20:58:39.4211430Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-03-21T20:58:39.4212400Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-03-21T20:58:39.4213510Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-03-21T20:58:39.4215920Z adding 'torch/distributed/checkpoint/_version.py' 2025-03-21T20:58:39.4216220Z adding 'torch/distributed/checkpoint/api.py' 2025-03-21T20:58:39.4216540Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-03-21T20:58:39.4224660Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-03-21T20:58:39.4225010Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-03-21T20:58:39.4225310Z adding 'torch/distributed/checkpoint/logger.py' 2025-03-21T20:58:39.4225630Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-03-21T20:58:39.4225970Z adding 'torch/distributed/checkpoint/metadata.py' 2025-03-21T20:58:39.4226290Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-03-21T20:58:39.4226600Z adding 'torch/distributed/checkpoint/planner.py' 2025-03-21T20:58:39.4226900Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-03-21T20:58:39.4227420Z adding 'torch/distributed/checkpoint/resharding.py' 2025-03-21T20:58:39.4227770Z adding 'torch/distributed/checkpoint/staging.py' 2025-03-21T20:58:39.4228080Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-03-21T20:58:39.4228420Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-03-21T20:58:39.4228740Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-03-21T20:58:39.4229040Z adding 'torch/distributed/checkpoint/stateful.py' 2025-03-21T20:58:39.4229340Z adding 'torch/distributed/checkpoint/storage.py' 2025-03-21T20:58:39.4229640Z adding 'torch/distributed/checkpoint/utils.py' 2025-03-21T20:58:39.4229960Z adding 'torch/distributed/elastic/__init__.py' 2025-03-21T20:58:39.4230260Z adding 'torch/distributed/elastic/control_plane.py' 2025-03-21T20:58:39.4230810Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-03-21T20:58:39.4231140Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-03-21T20:58:39.4231490Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-03-21T20:58:39.4231870Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-03-21T20:58:39.4232290Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-03-21T20:58:39.4232670Z adding 'torch/distributed/elastic/events/__init__.py' 2025-03-21T20:58:39.4233020Z adding 'torch/distributed/elastic/events/api.py' 2025-03-21T20:58:39.4233360Z adding 'torch/distributed/elastic/events/handlers.py' 2025-03-21T20:58:39.4233680Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-03-21T20:58:39.4233990Z adding 'torch/distributed/elastic/metrics/api.py' 2025-03-21T20:58:39.4234290Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-03-21T20:58:39.4234650Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-03-21T20:58:39.4235050Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-03-21T20:58:39.4235450Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-03-21T20:58:39.4235980Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-03-21T20:58:39.4236440Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-03-21T20:58:39.4236900Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-03-21T20:58:39.4237320Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-03-21T20:58:39.4237770Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-03-21T20:58:39.4238350Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-03-21T20:58:39.4238760Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-03-21T20:58:39.4239070Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-03-21T20:58:39.4239390Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-03-21T20:58:39.4239730Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-03-21T20:58:39.4240110Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-03-21T20:58:39.4240480Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-03-21T20:58:39.4240850Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-03-21T20:58:39.4241210Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-03-21T20:58:39.4241520Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-03-21T20:58:39.4241840Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-03-21T20:58:39.4242190Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-03-21T20:58:39.4242530Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-03-21T20:58:39.4242820Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-03-21T20:58:39.4243090Z adding 'torch/distributed/elastic/timer/api.py' 2025-03-21T20:58:39.4243410Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-03-21T20:58:39.4243780Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-03-21T20:58:39.5460240Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-03-21T20:58:39.5475150Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-03-21T20:58:39.5475550Z adding 'torch/distributed/elastic/utils/api.py' 2025-03-21T20:58:39.5475840Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-03-21T20:58:39.5476150Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-03-21T20:58:39.5476440Z adding 'torch/distributed/elastic/utils/logging.py' 2025-03-21T20:58:39.5476710Z adding 'torch/distributed/elastic/utils/store.py' 2025-03-21T20:58:39.5477000Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-03-21T20:58:39.5477330Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-03-21T20:58:39.5477930Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-03-21T20:58:39.5478260Z adding 'torch/distributed/fsdp/__init__.py' 2025-03-21T20:58:39.5478520Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-03-21T20:58:39.5478780Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-03-21T20:58:39.5479040Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-03-21T20:58:39.5479310Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-03-21T20:58:39.5479580Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-03-21T20:58:39.5479860Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-03-21T20:58:39.5480200Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-03-21T20:58:39.5480500Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-03-21T20:58:39.5480790Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-03-21T20:58:39.5481050Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-03-21T20:58:39.5481330Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-03-21T20:58:39.5481630Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-03-21T20:58:39.5481900Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-03-21T20:58:39.5482380Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-03-21T20:58:39.5482710Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-03-21T20:58:39.5483000Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-03-21T20:58:39.5483260Z adding 'torch/distributed/fsdp/api.py' 2025-03-21T20:58:39.5483550Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-03-21T20:58:39.5483890Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-03-21T20:58:39.5484360Z adding 'torch/distributed/fsdp/wrap.py' 2025-03-21T20:58:39.5484650Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-03-21T20:58:39.5484950Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-03-21T20:58:39.5485300Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-03-21T20:58:39.5485660Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-03-21T20:58:39.5486000Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-03-21T20:58:39.5486300Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-03-21T20:58:39.5486640Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-03-21T20:58:39.5486970Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-03-21T20:58:39.5487280Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-03-21T20:58:39.5487570Z adding 'torch/distributed/launcher/__init__.py' 2025-03-21T20:58:39.5487830Z adding 'torch/distributed/launcher/api.py' 2025-03-21T20:58:39.5488070Z adding 'torch/distributed/nn/__init__.py' 2025-03-21T20:58:39.5488310Z adding 'torch/distributed/nn/functional.py' 2025-03-21T20:58:39.5488580Z adding 'torch/distributed/nn/api/__init__.py' 2025-03-21T20:58:39.5488860Z adding 'torch/distributed/nn/api/remote_module.py' 2025-03-21T20:58:39.5489140Z adding 'torch/distributed/nn/jit/__init__.py' 2025-03-21T20:58:39.5489420Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-03-21T20:58:39.5489730Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-03-21T20:58:39.5490090Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-03-21T20:58:39.5490520Z adding 'torch/distributed/optim/__init__.py' 2025-03-21T20:58:39.5490830Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-03-21T20:58:39.5491150Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-03-21T20:58:39.5491490Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-03-21T20:58:39.5491820Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-03-21T20:58:39.5492120Z adding 'torch/distributed/optim/functional_adam.py' 2025-03-21T20:58:39.5492410Z adding 'torch/distributed/optim/functional_adamax.py' 2025-03-21T20:58:39.5492710Z adding 'torch/distributed/optim/functional_adamw.py' 2025-03-21T20:58:39.5493030Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-03-21T20:58:39.5493430Z adding 'torch/distributed/optim/functional_rprop.py' 2025-03-21T20:58:39.5493690Z adding 'torch/distributed/optim/functional_sgd.py' 2025-03-21T20:58:39.5493960Z adding 'torch/distributed/optim/named_optimizer.py' 2025-03-21T20:58:39.5494240Z adding 'torch/distributed/optim/optimizer.py' 2025-03-21T20:58:39.5494520Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-03-21T20:58:39.5494800Z adding 'torch/distributed/optim/utils.py' 2025-03-21T20:58:39.5495080Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-03-21T20:58:39.5495450Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-03-21T20:58:39.5495750Z adding 'torch/distributed/pipelining/_IR.py' 2025-03-21T20:58:39.5496020Z adding 'torch/distributed/pipelining/__init__.py' 2025-03-21T20:58:39.5496280Z adding 'torch/distributed/pipelining/_backward.py' 2025-03-21T20:58:39.5496540Z adding 'torch/distributed/pipelining/_debug.py' 2025-03-21T20:58:39.5496810Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-03-21T20:58:39.5497070Z adding 'torch/distributed/pipelining/_utils.py' 2025-03-21T20:58:39.5497340Z adding 'torch/distributed/pipelining/microbatch.py' 2025-03-21T20:58:39.5497680Z adding 'torch/distributed/pipelining/schedules.py' 2025-03-21T20:58:39.5497950Z adding 'torch/distributed/pipelining/stage.py' 2025-03-21T20:58:39.5498270Z adding 'torch/distributed/rpc/__init__.py' 2025-03-21T20:58:39.5498520Z adding 'torch/distributed/rpc/_utils.py' 2025-03-21T20:58:39.5498780Z adding 'torch/distributed/rpc/api.py' 2025-03-21T20:58:39.5499020Z adding 'torch/distributed/rpc/backend_registry.py' 2025-03-21T20:58:39.5499300Z adding 'torch/distributed/rpc/constants.py' 2025-03-21T20:58:39.5499660Z adding 'torch/distributed/rpc/functions.py' 2025-03-21T20:58:39.5499920Z adding 'torch/distributed/rpc/internal.py' 2025-03-21T20:58:39.5500180Z adding 'torch/distributed/rpc/options.py' 2025-03-21T20:58:39.5500420Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-03-21T20:58:39.5500730Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-03-21T20:58:39.5501070Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-03-21T20:58:39.5501420Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-03-21T20:58:39.5501770Z adding 'torch/distributed/tensor/__init__.py' 2025-03-21T20:58:39.5502010Z adding 'torch/distributed/tensor/_api.py' 2025-03-21T20:58:39.5502260Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-03-21T20:58:39.5502560Z adding 'torch/distributed/tensor/_dispatch.py' 2025-03-21T20:58:39.5502810Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-03-21T20:58:39.5503070Z adding 'torch/distributed/tensor/_op_schema.py' 2025-03-21T20:58:39.5503340Z adding 'torch/distributed/tensor/_random.py' 2025-03-21T20:58:39.5503650Z adding 'torch/distributed/tensor/_redistribute.py' 2025-03-21T20:58:39.5504000Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-03-21T20:58:39.5504320Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-03-21T20:58:39.5504590Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-03-21T20:58:39.5504840Z adding 'torch/distributed/tensor/_utils.py' 2025-03-21T20:58:39.5505080Z adding 'torch/distributed/tensor/device_mesh.py' 2025-03-21T20:58:39.5505410Z adding 'torch/distributed/tensor/placement_types.py' 2025-03-21T20:58:39.5505690Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-03-21T20:58:39.5505970Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-03-21T20:58:39.5506290Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-03-21T20:58:39.5506580Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-03-21T20:58:39.5506880Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-03-21T20:58:39.5507210Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-03-21T20:58:39.5507530Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-03-21T20:58:39.5507830Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-03-21T20:58:39.5508300Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-03-21T20:58:39.5508650Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-03-21T20:58:39.5509010Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-03-21T20:58:39.5509370Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-03-21T20:58:39.5509700Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-03-21T20:58:39.5510020Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-03-21T20:58:39.5510380Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-03-21T20:58:39.5510700Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-03-21T20:58:39.5511040Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-03-21T20:58:39.5511390Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-03-21T20:58:39.5511770Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-03-21T20:58:39.5512180Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-03-21T20:58:39.5512590Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-03-21T20:58:39.5513030Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-03-21T20:58:39.5513450Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-03-21T20:58:39.5514020Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-03-21T20:58:39.5514470Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-03-21T20:58:39.5514770Z adding 'torch/distributed/tensor/parallel/api.py' 2025-03-21T20:58:39.5515030Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-03-21T20:58:39.5515290Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-03-21T20:58:39.5515650Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-03-21T20:58:39.5515980Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-03-21T20:58:39.5516290Z adding 'torch/distributed/tensor/parallel/style.py' 2025-03-21T20:58:39.5516550Z adding 'torch/distributions/__init__.py' 2025-03-21T20:58:39.5516800Z adding 'torch/distributions/bernoulli.py' 2025-03-21T20:58:39.5517030Z adding 'torch/distributions/beta.py' 2025-03-21T20:58:39.5517250Z adding 'torch/distributions/binomial.py' 2025-03-21T20:58:39.5517480Z adding 'torch/distributions/categorical.py' 2025-03-21T20:58:39.5517710Z adding 'torch/distributions/cauchy.py' 2025-03-21T20:58:39.5517930Z adding 'torch/distributions/chi2.py' 2025-03-21T20:58:39.5518210Z adding 'torch/distributions/constraint_registry.py' 2025-03-21T20:58:39.5518510Z adding 'torch/distributions/constraints.py' 2025-03-21T20:58:39.5518790Z adding 'torch/distributions/continuous_bernoulli.py' 2025-03-21T20:58:39.5519100Z adding 'torch/distributions/dirichlet.py' 2025-03-21T20:58:39.5519380Z adding 'torch/distributions/distribution.py' 2025-03-21T20:58:39.5519620Z adding 'torch/distributions/exp_family.py' 2025-03-21T20:58:39.5519870Z adding 'torch/distributions/exponential.py' 2025-03-21T20:58:39.5520130Z adding 'torch/distributions/fishersnedecor.py' 2025-03-21T20:58:39.5520390Z adding 'torch/distributions/gamma.py' 2025-03-21T20:58:39.5520640Z adding 'torch/distributions/geometric.py' 2025-03-21T20:58:39.5520890Z adding 'torch/distributions/gumbel.py' 2025-03-21T20:58:39.5521130Z adding 'torch/distributions/half_cauchy.py' 2025-03-21T20:58:39.5521360Z adding 'torch/distributions/half_normal.py' 2025-03-21T20:58:39.5521660Z adding 'torch/distributions/independent.py' 2025-03-21T20:58:39.5521910Z adding 'torch/distributions/inverse_gamma.py' 2025-03-21T20:58:39.5522140Z adding 'torch/distributions/kl.py' 2025-03-21T20:58:39.5522360Z adding 'torch/distributions/kumaraswamy.py' 2025-03-21T20:58:39.5522590Z adding 'torch/distributions/laplace.py' 2025-03-21T20:58:39.5522830Z adding 'torch/distributions/lkj_cholesky.py' 2025-03-21T20:58:39.5523080Z adding 'torch/distributions/log_normal.py' 2025-03-21T20:58:39.5523320Z adding 'torch/distributions/logistic_normal.py' 2025-03-21T20:58:39.6561160Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-03-21T20:58:39.6561540Z adding 'torch/distributions/mixture_same_family.py' 2025-03-21T20:58:39.6562040Z adding 'torch/distributions/multinomial.py' 2025-03-21T20:58:39.6562310Z adding 'torch/distributions/multivariate_normal.py' 2025-03-21T20:58:39.6562590Z adding 'torch/distributions/negative_binomial.py' 2025-03-21T20:58:39.6562850Z adding 'torch/distributions/normal.py' 2025-03-21T20:58:39.6563100Z adding 'torch/distributions/one_hot_categorical.py' 2025-03-21T20:58:39.6563350Z adding 'torch/distributions/pareto.py' 2025-03-21T20:58:39.6563590Z adding 'torch/distributions/poisson.py' 2025-03-21T20:58:39.6563830Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-03-21T20:58:39.6564090Z adding 'torch/distributions/relaxed_categorical.py' 2025-03-21T20:58:39.6564350Z adding 'torch/distributions/studentT.py' 2025-03-21T20:58:39.6564620Z adding 'torch/distributions/transformed_distribution.py' 2025-03-21T20:58:39.6564900Z adding 'torch/distributions/transforms.py' 2025-03-21T20:58:39.6565130Z adding 'torch/distributions/uniform.py' 2025-03-21T20:58:39.6565350Z adding 'torch/distributions/utils.py' 2025-03-21T20:58:39.6565570Z adding 'torch/distributions/von_mises.py' 2025-03-21T20:58:39.6565800Z adding 'torch/distributions/weibull.py' 2025-03-21T20:58:39.6566240Z adding 'torch/distributions/wishart.py' 2025-03-21T20:58:39.6566470Z adding 'torch/export/__init__.py' 2025-03-21T20:58:39.6566680Z adding 'torch/export/_draft_export.py' 2025-03-21T20:58:39.6566940Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-03-21T20:58:39.6567220Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-03-21T20:58:39.6567460Z adding 'torch/export/_safeguard.py' 2025-03-21T20:58:39.6567680Z adding 'torch/export/_swap.py' 2025-03-21T20:58:39.6567980Z adding 'torch/export/_trace.py' 2025-03-21T20:58:39.6568190Z adding 'torch/export/_tree_utils.py' 2025-03-21T20:58:39.6568400Z adding 'torch/export/_unlift.py' 2025-03-21T20:58:39.6568600Z adding 'torch/export/custom_obj.py' 2025-03-21T20:58:39.6568810Z adding 'torch/export/custom_ops.py' 2025-03-21T20:58:39.6569030Z adding 'torch/export/decomp_utils.py' 2025-03-21T20:58:39.6569250Z adding 'torch/export/dynamic_shapes.py' 2025-03-21T20:58:39.6569480Z adding 'torch/export/exported_program.py' 2025-03-21T20:58:39.6569700Z adding 'torch/export/graph_signature.py' 2025-03-21T20:58:39.6569920Z adding 'torch/export/unflatten.py' 2025-03-21T20:58:39.6570150Z adding 'torch/export/experimental/__init__.py' 2025-03-21T20:58:39.6570390Z adding 'torch/export/passes/__init__.py' 2025-03-21T20:58:39.6570610Z adding 'torch/fft/__init__.py' 2025-03-21T20:58:39.6570840Z adding 'torch/func/__init__.py' 2025-03-21T20:58:39.6571030Z adding 'torch/futures/__init__.py' 2025-03-21T20:58:39.6571230Z adding 'torch/fx/__init__.py' 2025-03-21T20:58:39.6571440Z adding 'torch/fx/_compatibility.py' 2025-03-21T20:58:39.6571650Z adding 'torch/fx/_graph_pickler.py' 2025-03-21T20:58:39.6571860Z adding 'torch/fx/_lazy_graph_module.py' 2025-03-21T20:58:39.6572080Z adding 'torch/fx/_pytree.py' 2025-03-21T20:58:39.6572270Z adding 'torch/fx/_symbolic_trace.py' 2025-03-21T20:58:39.6572480Z adding 'torch/fx/_utils.py' 2025-03-21T20:58:39.6572660Z adding 'torch/fx/annotate.py' 2025-03-21T20:58:39.6572850Z adding 'torch/fx/config.py' 2025-03-21T20:58:39.6573040Z adding 'torch/fx/graph.py' 2025-03-21T20:58:39.6573230Z adding 'torch/fx/graph_module.py' 2025-03-21T20:58:39.6573660Z adding 'torch/fx/immutable_collections.py' 2025-03-21T20:58:39.6573900Z adding 'torch/fx/interpreter.py' 2025-03-21T20:58:39.6574090Z adding 'torch/fx/node.py' 2025-03-21T20:58:39.6574280Z adding 'torch/fx/operator_schemas.py' 2025-03-21T20:58:39.6574490Z adding 'torch/fx/proxy.py' 2025-03-21T20:58:39.6574690Z adding 'torch/fx/subgraph_rewriter.py' 2025-03-21T20:58:39.6574900Z adding 'torch/fx/tensor_type.py' 2025-03-21T20:58:39.6575100Z adding 'torch/fx/traceback.py' 2025-03-21T20:58:39.6575310Z adding 'torch/fx/experimental/__init__.py' 2025-03-21T20:58:39.6575550Z adding 'torch/fx/experimental/_backward_state.py' 2025-03-21T20:58:39.6575800Z adding 'torch/fx/experimental/_config.py' 2025-03-21T20:58:39.6576120Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-03-21T20:58:39.6576380Z adding 'torch/fx/experimental/_dynamism.py' 2025-03-21T20:58:39.6576770Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-03-21T20:58:39.6582950Z adding 'torch/fx/experimental/const_fold.py' 2025-03-21T20:58:39.6583230Z adding 'torch/fx/experimental/debug.py' 2025-03-21T20:58:39.6583500Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-03-21T20:58:39.6583790Z adding 'torch/fx/experimental/merge_matmul.py' 2025-03-21T20:58:39.6584040Z adding 'torch/fx/experimental/meta_tracer.py' 2025-03-21T20:58:39.6584280Z adding 'torch/fx/experimental/normalize.py' 2025-03-21T20:58:39.6584530Z adding 'torch/fx/experimental/optimization.py' 2025-03-21T20:58:39.6584790Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-03-21T20:58:39.6585060Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-03-21T20:58:39.6585300Z adding 'torch/fx/experimental/recording.py' 2025-03-21T20:58:39.6585560Z adding 'torch/fx/experimental/refinement_types.py' 2025-03-21T20:58:39.6585800Z adding 'torch/fx/experimental/rewriter.py' 2025-03-21T20:58:39.6586070Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-03-21T20:58:39.6586410Z adding 'torch/fx/experimental/sym_node.py' 2025-03-21T20:58:39.6586660Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-03-21T20:58:39.6586930Z adding 'torch/fx/experimental/unify_refinements.py' 2025-03-21T20:58:39.6587190Z adding 'torch/fx/experimental/validator.py' 2025-03-21T20:58:39.6587480Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-03-21T20:58:39.6587830Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-03-21T20:58:39.6588360Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-03-21T20:58:39.6588790Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-03-21T20:58:39.6589180Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-03-21T20:58:39.6589550Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-03-21T20:58:39.6589900Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-03-21T20:58:39.6590240Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-03-21T20:58:39.6590560Z adding 'torch/fx/experimental/unification/__init__.py' 2025-03-21T20:58:39.6590830Z adding 'torch/fx/experimental/unification/core.py' 2025-03-21T20:58:39.6591110Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-03-21T20:58:39.6591390Z adding 'torch/fx/experimental/unification/match.py' 2025-03-21T20:58:39.6591660Z adding 'torch/fx/experimental/unification/more.py' 2025-03-21T20:58:39.6591960Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-03-21T20:58:39.6592270Z adding 'torch/fx/experimental/unification/utils.py' 2025-03-21T20:58:39.6592560Z adding 'torch/fx/experimental/unification/variable.py' 2025-03-21T20:58:39.6592900Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-03-21T20:58:39.6593290Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-03-21T20:58:39.6593680Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-03-21T20:58:39.6594120Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-03-21T20:58:39.6594520Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-03-21T20:58:39.6594900Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-03-21T20:58:39.6595200Z adding 'torch/fx/passes/__init__.py' 2025-03-21T20:58:39.6595460Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-03-21T20:58:39.6595740Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-03-21T20:58:39.6595990Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-03-21T20:58:39.6596220Z adding 'torch/fx/passes/graph_drawer.py' 2025-03-21T20:58:39.6596460Z adding 'torch/fx/passes/graph_manipulation.py' 2025-03-21T20:58:39.6596720Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-03-21T20:58:39.6597050Z adding 'torch/fx/passes/net_min_base.py' 2025-03-21T20:58:39.6597280Z adding 'torch/fx/passes/operator_support.py' 2025-03-21T20:58:39.6597520Z adding 'torch/fx/passes/param_fetch.py' 2025-03-21T20:58:39.6597750Z adding 'torch/fx/passes/pass_manager.py' 2025-03-21T20:58:39.6597970Z adding 'torch/fx/passes/reinplace.py' 2025-03-21T20:58:39.6598200Z adding 'torch/fx/passes/runtime_assert.py' 2025-03-21T20:58:39.6598420Z adding 'torch/fx/passes/shape_prop.py' 2025-03-21T20:58:39.6598640Z adding 'torch/fx/passes/split_module.py' 2025-03-21T20:58:39.6598870Z adding 'torch/fx/passes/split_utils.py' 2025-03-21T20:58:39.6599090Z adding 'torch/fx/passes/splitter_base.py' 2025-03-21T20:58:39.6599310Z adding 'torch/fx/passes/tools_common.py' 2025-03-21T20:58:39.6599550Z adding 'torch/fx/passes/backends/__init__.py' 2025-03-21T20:58:39.6599800Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-03-21T20:58:39.6600050Z adding 'torch/fx/passes/dialect/__init__.py' 2025-03-21T20:58:39.6600310Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-03-21T20:58:39.6600660Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-03-21T20:58:39.6600920Z adding 'torch/fx/passes/infra/__init__.py' 2025-03-21T20:58:39.6601190Z adding 'torch/fx/passes/infra/partitioner.py' 2025-03-21T20:58:39.6601430Z adding 'torch/fx/passes/infra/pass_base.py' 2025-03-21T20:58:39.6601680Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-03-21T20:58:39.6601920Z adding 'torch/fx/passes/tests/__init__.py' 2025-03-21T20:58:39.6602160Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-03-21T20:58:39.6602420Z adding 'torch/fx/passes/utils/__init__.py' 2025-03-21T20:58:39.6602680Z adding 'torch/fx/passes/utils/common.py' 2025-03-21T20:58:39.6602920Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-03-21T20:58:39.6603160Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-03-21T20:58:39.6603460Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-03-21T20:58:39.6603790Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-03-21T20:58:39.6604030Z adding 'torch/include/clog.h' 2025-03-21T20:58:39.6604230Z adding 'torch/include/cpuinfo.h' 2025-03-21T20:58:39.6604450Z adding 'torch/include/experiments-config.h' 2025-03-21T20:58:39.6604680Z adding 'torch/include/fp16.h' 2025-03-21T20:58:39.6604880Z adding 'torch/include/fxdiv.h' 2025-03-21T20:58:39.6605160Z adding 'torch/include/libshm.h' 2025-03-21T20:58:39.6605350Z adding 'torch/include/nnpack.h' 2025-03-21T20:58:39.6605550Z adding 'torch/include/omp.h' 2025-03-21T20:58:39.6605740Z adding 'torch/include/psimd.h' 2025-03-21T20:58:39.6605930Z adding 'torch/include/pthreadpool.h' 2025-03-21T20:58:39.6606170Z adding 'torch/include/qnnpack_func.h' 2025-03-21T20:58:39.6606380Z adding 'torch/include/sleef.h' 2025-03-21T20:58:39.6606570Z adding 'torch/include/xnnpack.h' 2025-03-21T20:58:39.6606770Z adding 'torch/include/ATen/ATen.h' 2025-03-21T20:58:39.6606990Z adding 'torch/include/ATen/AccumulateType.h' 2025-03-21T20:58:39.6607220Z adding 'torch/include/ATen/ArrayRef.h' 2025-03-21T20:58:39.6607450Z adding 'torch/include/ATen/Backend.h' 2025-03-21T20:58:39.6607660Z adding 'torch/include/ATen/Backtrace.h' 2025-03-21T20:58:39.6607890Z adding 'torch/include/ATen/BlasBackend.h' 2025-03-21T20:58:39.6608230Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-03-21T20:58:39.6608480Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-03-21T20:58:39.6608760Z adding 'torch/include/ATen/CPUFunctions.h' 2025-03-21T20:58:39.6609000Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-03-21T20:58:39.6609250Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-03-21T20:58:39.6609500Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-03-21T20:58:39.6609750Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-03-21T20:58:39.6610000Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-03-21T20:58:39.6610250Z adding 'torch/include/ATen/CollapseDims.h' 2025-03-21T20:58:39.6610550Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-03-21T20:58:39.6611010Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-03-21T20:58:39.6611440Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-03-21T20:58:39.6611910Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-03-21T20:58:39.6612350Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-03-21T20:58:39.6612720Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-03-21T20:58:39.6613150Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-03-21T20:58:39.6613630Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-03-21T20:58:39.6613980Z adding 'torch/include/ATen/Config.h' 2025-03-21T20:58:39.6614190Z adding 'torch/include/ATen/Context.h' 2025-03-21T20:58:39.6614410Z adding 'torch/include/ATen/DLConvertor.h' 2025-03-21T20:58:39.6944190Z adding 'torch/include/ATen/Device.h' 2025-03-21T20:58:39.6945360Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-03-21T20:58:39.6946080Z adding 'torch/include/ATen/DeviceGuard.h' 2025-03-21T20:58:39.6946700Z adding 'torch/include/ATen/DimVector.h' 2025-03-21T20:58:39.6947860Z adding 'torch/include/ATen/Dimname.h' 2025-03-21T20:58:39.6948480Z adding 'torch/include/ATen/Dispatch.h' 2025-03-21T20:58:39.6949080Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-03-21T20:58:39.6949720Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-03-21T20:58:39.6950360Z adding 'torch/include/ATen/EmptyTensor.h' 2025-03-21T20:58:39.6950990Z adding 'torch/include/ATen/ExpandBase.h' 2025-03-21T20:58:39.6951610Z adding 'torch/include/ATen/ExpandUtils.h' 2025-03-21T20:58:39.6952520Z adding 'torch/include/ATen/Formatting.h' 2025-03-21T20:58:39.6953140Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-03-21T20:58:39.6953820Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-03-21T20:58:39.6954590Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-03-21T20:58:39.6955290Z adding 'torch/include/ATen/Functions.h' 2025-03-21T20:58:39.6955880Z adding 'torch/include/ATen/Generator.h' 2025-03-21T20:58:39.6956480Z adding 'torch/include/ATen/InferSize.h' 2025-03-21T20:58:39.6957090Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-03-21T20:58:39.6957390Z adding 'torch/include/ATen/Layout.h' 2025-03-21T20:58:39.6957640Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-03-21T20:58:39.6957930Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-03-21T20:58:39.6958200Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-03-21T20:58:39.6958490Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-03-21T20:58:39.6958750Z adding 'torch/include/ATen/LinalgBackend.h' 2025-03-21T20:58:39.6958990Z adding 'torch/include/ATen/MPSFunctions.h' 2025-03-21T20:58:39.6959240Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2025-03-21T20:58:39.6959510Z adding 'torch/include/ATen/MapAllocator.h' 2025-03-21T20:58:39.6959740Z adding 'torch/include/ATen/MatrixRef.h' 2025-03-21T20:58:39.6959990Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-03-21T20:58:39.6960220Z adding 'torch/include/ATen/MetaFunctions.h' 2025-03-21T20:58:39.6960470Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-03-21T20:58:39.6960730Z adding 'torch/include/ATen/MethodOperators.h' 2025-03-21T20:58:39.6961210Z adding 'torch/include/ATen/NamedTensor.h' 2025-03-21T20:58:39.6961460Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-03-21T20:58:39.6961710Z adding 'torch/include/ATen/NativeFunctions.h' 2025-03-21T20:58:39.6961970Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-03-21T20:58:39.6962230Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-03-21T20:58:39.6962470Z adding 'torch/include/ATen/NumericUtils.h' 2025-03-21T20:58:39.6962690Z adding 'torch/include/ATen/OpMathType.h' 2025-03-21T20:58:39.6962930Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-03-21T20:58:39.6963170Z adding 'torch/include/ATen/Operators.h' 2025-03-21T20:58:39.6963390Z adding 'torch/include/ATen/PTThreadPool.h' 2025-03-21T20:58:39.6963830Z adding 'torch/include/ATen/PadNd.h' 2025-03-21T20:58:39.6964050Z adding 'torch/include/ATen/Parallel-inl.h' 2025-03-21T20:58:39.6964390Z adding 'torch/include/ATen/Parallel.h' 2025-03-21T20:58:39.6964620Z adding 'torch/include/ATen/ParallelFuture.h' 2025-03-21T20:58:39.6964870Z adding 'torch/include/ATen/ParallelNative.h' 2025-03-21T20:58:39.6965110Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-03-21T20:58:39.6965380Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-03-21T20:58:39.6965630Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-03-21T20:58:39.6965890Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-03-21T20:58:39.6966170Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-03-21T20:58:39.6966440Z adding 'torch/include/ATen/SDPBackend.h' 2025-03-21T20:58:39.6966670Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-03-21T20:58:39.6966900Z adding 'torch/include/ATen/Scalar.h' 2025-03-21T20:58:39.6967110Z adding 'torch/include/ATen/ScalarOps.h' 2025-03-21T20:58:39.6967460Z adding 'torch/include/ATen/ScalarType.h' 2025-03-21T20:58:39.6967700Z adding 'torch/include/ATen/SequenceNumber.h' 2025-03-21T20:58:39.6967920Z adding 'torch/include/ATen/SmallVector.h' 2025-03-21T20:58:39.6968230Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-03-21T20:58:39.6968510Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-03-21T20:58:39.6968780Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-03-21T20:58:39.6969010Z adding 'torch/include/ATen/Storage.h' 2025-03-21T20:58:39.6969230Z adding 'torch/include/ATen/StorageUtils.h' 2025-03-21T20:58:39.6969440Z adding 'torch/include/ATen/Tensor.h' 2025-03-21T20:58:39.6969670Z adding 'torch/include/ATen/TensorAccessor.h' 2025-03-21T20:58:39.6970050Z adding 'torch/include/ATen/TensorGeometry.h' 2025-03-21T20:58:39.6970280Z adding 'torch/include/ATen/TensorIndexing.h' 2025-03-21T20:58:39.6970510Z adding 'torch/include/ATen/TensorIterator.h' 2025-03-21T20:58:39.6970780Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-03-21T20:58:39.6971030Z adding 'torch/include/ATen/TensorMeta.h' 2025-03-21T20:58:39.6971250Z adding 'torch/include/ATen/TensorNames.h' 2025-03-21T20:58:39.6971490Z adding 'torch/include/ATen/TensorOperators.h' 2025-03-21T20:58:39.6971740Z adding 'torch/include/ATen/TensorOptions.h' 2025-03-21T20:58:39.6972000Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-03-21T20:58:39.6972260Z adding 'torch/include/ATen/TensorUtils.h' 2025-03-21T20:58:39.6972520Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-03-21T20:58:39.6972800Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-03-21T20:58:39.6973070Z adding 'torch/include/ATen/TracerMode.h' 2025-03-21T20:58:39.6973330Z adding 'torch/include/ATen/TypeDefault.h' 2025-03-21T20:58:39.6973550Z adding 'torch/include/ATen/Utils.h' 2025-03-21T20:58:39.6973760Z adding 'torch/include/ATen/Version.h' 2025-03-21T20:58:39.6974010Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-03-21T20:58:39.6974270Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-03-21T20:58:39.6974510Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-03-21T20:58:39.6974760Z adding 'torch/include/ATen/autocast_mode.h' 2025-03-21T20:58:39.6975000Z adding 'torch/include/ATen/ceil_div.h' 2025-03-21T20:58:39.6975230Z adding 'torch/include/ATen/code_template.h' 2025-03-21T20:58:39.6975790Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-03-21T20:58:39.6976060Z adding 'torch/include/ATen/div_rtn.h' 2025-03-21T20:58:39.6976270Z adding 'torch/include/ATen/dlpack.h' 2025-03-21T20:58:39.6976540Z adding 'torch/include/ATen/jit_macros.h' 2025-03-21T20:58:39.6976780Z adding 'torch/include/ATen/jiterator_macros.h' 2025-03-21T20:58:39.6977030Z adding 'torch/include/ATen/record_function.h' 2025-03-21T20:58:39.6977310Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-03-21T20:58:39.6977550Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-03-21T20:58:39.6977780Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-03-21T20:58:39.6978020Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-03-21T20:58:39.6978350Z adding 'torch/include/ATen/core/Array.h' 2025-03-21T20:58:39.6978580Z adding 'torch/include/ATen/core/Backtrace.h' 2025-03-21T20:58:39.6978840Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-03-21T20:58:39.6979140Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-03-21T20:58:39.6979450Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-03-21T20:58:39.6979810Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-03-21T20:58:39.6980110Z adding 'torch/include/ATen/core/Dict.h' 2025-03-21T20:58:39.6980340Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-03-21T20:58:39.6980580Z adding 'torch/include/ATen/core/DimVector.h' 2025-03-21T20:58:39.6980810Z adding 'torch/include/ATen/core/Dimname.h' 2025-03-21T20:58:39.6981070Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-03-21T20:58:39.6981340Z adding 'torch/include/ATen/core/Formatting.h' 2025-03-21T20:58:39.6981580Z adding 'torch/include/ATen/core/Generator.h' 2025-03-21T20:58:39.6982180Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-03-21T20:58:39.6989260Z adding 'torch/include/ATen/core/IListRef.h' 2025-03-21T20:58:39.6989520Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-03-21T20:58:39.6989870Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-03-21T20:58:39.6990130Z adding 'torch/include/ATen/core/List.h' 2025-03-21T20:58:39.6990350Z adding 'torch/include/ATen/core/List_inl.h' 2025-03-21T20:58:39.6990600Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-03-21T20:58:39.6990860Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-03-21T20:58:39.6991130Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-03-21T20:58:39.6991640Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-03-21T20:58:39.6991920Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-03-21T20:58:39.6992260Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-03-21T20:58:39.6992570Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-03-21T20:58:39.6992810Z adding 'torch/include/ATen/core/Range.h' 2025-03-21T20:58:39.6993040Z adding 'torch/include/ATen/core/Reduction.h' 2025-03-21T20:58:39.6993270Z adding 'torch/include/ATen/core/Scalar.h' 2025-03-21T20:58:39.6993500Z adding 'torch/include/ATen/core/ScalarType.h' 2025-03-21T20:58:39.6993740Z adding 'torch/include/ATen/core/Tensor.h' 2025-03-21T20:58:39.6993980Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-03-21T20:58:39.6994230Z adding 'torch/include/ATen/core/TensorBase.h' 2025-03-21T20:58:39.6994480Z adding 'torch/include/ATen/core/TensorBody.h' 2025-03-21T20:58:39.6994740Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-03-21T20:58:39.6995040Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-03-21T20:58:39.6995330Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-03-21T20:58:39.6995600Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-03-21T20:58:39.6995880Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-03-21T20:58:39.6996160Z adding 'torch/include/ATen/core/Variadic.h' 2025-03-21T20:58:39.6996400Z adding 'torch/include/ATen/core/Vitals.h' 2025-03-21T20:58:39.6996630Z adding 'torch/include/ATen/core/alias_info.h' 2025-03-21T20:58:39.6996890Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-03-21T20:58:39.6997200Z adding 'torch/include/ATen/core/blob.h' 2025-03-21T20:58:39.6997450Z adding 'torch/include/ATen/core/builtin_function.h' 2025-03-21T20:58:39.6997710Z adding 'torch/include/ATen/core/class_type.h' 2025-03-21T20:58:39.6997950Z adding 'torch/include/ATen/core/custom_class.h' 2025-03-21T20:58:39.6998200Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-03-21T20:58:39.6998440Z adding 'torch/include/ATen/core/enum_tag.h' 2025-03-21T20:58:39.6998710Z adding 'torch/include/ATen/core/enum_type.h' 2025-03-21T20:58:39.6998950Z adding 'torch/include/ATen/core/function.h' 2025-03-21T20:58:39.6999190Z adding 'torch/include/ATen/core/function_schema.h' 2025-03-21T20:58:39.6999480Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-03-21T20:58:39.6999820Z adding 'torch/include/ATen/core/functional.h' 2025-03-21T20:58:39.7000070Z adding 'torch/include/ATen/core/grad_mode.h' 2025-03-21T20:58:39.7000320Z adding 'torch/include/ATen/core/interned_strings.h' 2025-03-21T20:58:39.7000600Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-03-21T20:58:39.7000870Z adding 'torch/include/ATen/core/ivalue.h' 2025-03-21T20:58:39.7001100Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-03-21T20:58:39.7001350Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-03-21T20:58:39.7001590Z adding 'torch/include/ATen/core/jit_type.h' 2025-03-21T20:58:39.7001830Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-03-21T20:58:39.7002090Z adding 'torch/include/ATen/core/operator_name.h' 2025-03-21T20:58:39.7002350Z adding 'torch/include/ATen/core/qualified_name.h' 2025-03-21T20:58:39.7002600Z adding 'torch/include/ATen/core/rref_interface.h' 2025-03-21T20:58:39.7002850Z adding 'torch/include/ATen/core/stack.h' 2025-03-21T20:58:39.7003070Z adding 'torch/include/ATen/core/symbol.h' 2025-03-21T20:58:39.7003300Z adding 'torch/include/ATen/core/type_factory.h' 2025-03-21T20:58:39.7003570Z adding 'torch/include/ATen/core/type_ptr.h' 2025-03-21T20:58:39.7003870Z adding 'torch/include/ATen/core/typeid.h' 2025-03-21T20:58:39.7004130Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-03-21T20:58:39.7005020Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-03-21T20:58:39.7005370Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-03-21T20:58:39.7005690Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-03-21T20:58:39.7006030Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-03-21T20:58:39.7006490Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-03-21T20:58:39.7006900Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-03-21T20:58:39.7242680Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-03-21T20:58:39.7243760Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-03-21T20:58:39.7244740Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-03-21T20:58:39.7245580Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-03-21T20:58:39.7246450Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-03-21T20:58:39.7247310Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-03-21T20:58:39.7248130Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-03-21T20:58:39.7248980Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-03-21T20:58:39.7249810Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-03-21T20:58:39.7250720Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-03-21T20:58:39.7251640Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-03-21T20:58:39.7252490Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-03-21T20:58:39.7253380Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-03-21T20:58:39.7254360Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-03-21T20:58:39.7255170Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-03-21T20:58:39.7256230Z adding 'torch/include/ATen/cpu/Utils.h' 2025-03-21T20:58:39.7256840Z adding 'torch/include/ATen/cpu/vml.h' 2025-03-21T20:58:39.7257760Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-03-21T20:58:39.7258160Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-03-21T20:58:39.7258490Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-03-21T20:58:39.7258770Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-03-21T20:58:39.7259040Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-03-21T20:58:39.7259270Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-03-21T20:58:39.7259520Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-03-21T20:58:39.7259780Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-03-21T20:58:39.7260160Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-03-21T20:58:39.7260420Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-03-21T20:58:39.7260700Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-03-21T20:58:39.7261030Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-03-21T20:58:39.7261350Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-03-21T20:58:39.7261620Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-03-21T20:58:39.7261880Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-03-21T20:58:39.7262140Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-03-21T20:58:39.7262400Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-03-21T20:58:39.7262700Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-03-21T20:58:39.7263060Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-03-21T20:58:39.7263380Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-03-21T20:58:39.7263700Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-03-21T20:58:39.7264080Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-03-21T20:58:39.7264630Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-03-21T20:58:39.7264990Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-03-21T20:58:39.7265290Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-03-21T20:58:39.7265590Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-03-21T20:58:39.7265940Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-03-21T20:58:39.7266300Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-03-21T20:58:39.7266790Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-03-21T20:58:39.7267110Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-03-21T20:58:39.7267420Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-03-21T20:58:39.7267720Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-03-21T20:58:39.7268010Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-03-21T20:58:39.7268300Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-03-21T20:58:39.7268590Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-03-21T20:58:39.7268870Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-03-21T20:58:39.7269200Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-03-21T20:58:39.7269560Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-03-21T20:58:39.7269930Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-03-21T20:58:39.7270320Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-03-21T20:58:39.7270690Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-03-21T20:58:39.7271040Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-03-21T20:58:39.7271370Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-03-21T20:58:39.7271710Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-03-21T20:58:39.7272040Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-03-21T20:58:39.7272430Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-03-21T20:58:39.7272770Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-03-21T20:58:39.7273110Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-03-21T20:58:39.7273480Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-03-21T20:58:39.7273810Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-03-21T20:58:39.7274100Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-03-21T20:58:39.7274390Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-03-21T20:58:39.7274750Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-03-21T20:58:39.7275100Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-03-21T20:58:39.7275620Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-03-21T20:58:39.7275930Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-03-21T20:58:39.7276230Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-03-21T20:58:39.7276520Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-03-21T20:58:39.7276800Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-03-21T20:58:39.7277080Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-03-21T20:58:39.7277360Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-03-21T20:58:39.7277630Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-03-21T20:58:39.7277920Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-03-21T20:58:39.7278160Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-03-21T20:58:39.7278420Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-03-21T20:58:39.7278680Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-03-21T20:58:39.7278920Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-03-21T20:58:39.7279180Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-03-21T20:58:39.7279440Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-03-21T20:58:39.7279760Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-03-21T20:58:39.7280010Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-03-21T20:58:39.7280280Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-03-21T20:58:39.7280540Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-03-21T20:58:39.7280810Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-03-21T20:58:39.7281070Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-03-21T20:58:39.7281460Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-03-21T20:58:39.7281750Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-03-21T20:58:39.7282040Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-03-21T20:58:39.7282310Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-03-21T20:58:39.7282580Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-03-21T20:58:39.7282860Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-03-21T20:58:39.7283120Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-03-21T20:58:39.7283370Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-03-21T20:58:39.7283620Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-03-21T20:58:39.7283890Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-03-21T20:58:39.7284160Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-03-21T20:58:39.7284410Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-03-21T20:58:39.7284690Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-03-21T20:58:39.7284970Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-03-21T20:58:39.7285200Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-03-21T20:58:39.7285450Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-03-21T20:58:39.7285690Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-03-21T20:58:39.7285910Z adding 'torch/include/ATen/cuda/cub.h' 2025-03-21T20:58:39.7286150Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-03-21T20:58:39.7286400Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-03-21T20:58:39.7286650Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-03-21T20:58:39.7287050Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-03-21T20:58:39.7287350Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-03-21T20:58:39.7287650Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-03-21T20:58:39.7287970Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-03-21T20:58:39.7288280Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-03-21T20:58:39.7288580Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-03-21T20:58:39.7288850Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-03-21T20:58:39.7289140Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-03-21T20:58:39.7289470Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-03-21T20:58:39.7289840Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-03-21T20:58:39.7290130Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-03-21T20:58:39.7290410Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-03-21T20:58:39.7290700Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-03-21T20:58:39.7291000Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-03-21T20:58:39.7291290Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-03-21T20:58:39.7291560Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-03-21T20:58:39.7291840Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-03-21T20:58:39.7292110Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-03-21T20:58:39.7292380Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-03-21T20:58:39.7292630Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-03-21T20:58:39.7292860Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-03-21T20:58:39.7293100Z adding 'torch/include/ATen/cudnn/Types.h' 2025-03-21T20:58:39.7293320Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-03-21T20:58:39.7293570Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-03-21T20:58:39.7293900Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-03-21T20:58:39.7294230Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-03-21T20:58:39.7294510Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-03-21T20:58:39.7294790Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-03-21T20:58:39.7295090Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-03-21T20:58:39.7295370Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-03-21T20:58:39.7295800Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-03-21T20:58:39.7296090Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-03-21T20:58:39.7296380Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-03-21T20:58:39.7296690Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-03-21T20:58:39.7297010Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-03-21T20:58:39.7862370Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-03-21T20:58:39.7996620Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-03-21T20:58:39.8098680Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-03-21T20:58:39.8199310Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-03-21T20:58:39.8222240Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-03-21T20:58:39.8222920Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-03-21T20:58:39.8223560Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-03-21T20:58:39.8224810Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-03-21T20:58:39.8225240Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-03-21T20:58:39.8227150Z adding 'torch/include/ATen/functorch/Macros.h' 2025-03-21T20:58:39.8228200Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-03-21T20:58:39.8229200Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-03-21T20:58:39.8232230Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-03-21T20:58:39.8240410Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-03-21T20:58:39.8241100Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-03-21T20:58:39.8241540Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-03-21T20:58:39.8241940Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-03-21T20:58:39.8242270Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-03-21T20:58:39.8242550Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-03-21T20:58:39.8242800Z adding 'torch/include/ATen/miopen/Handle.h' 2025-03-21T20:58:39.8243050Z adding 'torch/include/ATen/miopen/Types.h' 2025-03-21T20:58:39.8243290Z adding 'torch/include/ATen/miopen/Utils.h' 2025-03-21T20:58:39.8243570Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-03-21T20:58:39.8244050Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-03-21T20:58:39.8244300Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-03-21T20:58:39.8244570Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-03-21T20:58:39.8244860Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-03-21T20:58:39.8245140Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-03-21T20:58:39.8245380Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-03-21T20:58:39.8245640Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-03-21T20:58:39.8245910Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-03-21T20:58:39.8246160Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-03-21T20:58:39.8246400Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-03-21T20:58:39.8246650Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-03-21T20:58:39.8246890Z adding 'torch/include/ATen/native/Activation.h' 2025-03-21T20:58:39.8247170Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-03-21T20:58:39.8247440Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-03-21T20:58:39.8247720Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-03-21T20:58:39.8248090Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-03-21T20:58:39.8248370Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-03-21T20:58:39.8248640Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-03-21T20:58:39.8248890Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-03-21T20:58:39.8249180Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-03-21T20:58:39.8249470Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-03-21T20:58:39.8249780Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-03-21T20:58:39.8250070Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-03-21T20:58:39.8250160Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-03-21T20:58:39.8250270Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-03-21T20:58:39.8250360Z adding 'torch/include/ATen/native/Copy.h' 2025-03-21T20:58:39.8250440Z adding 'torch/include/ATen/native/Cross.h' 2025-03-21T20:58:39.8250570Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-03-21T20:58:39.8250680Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-03-21T20:58:39.8250770Z adding 'torch/include/ATen/native/Distance.h' 2025-03-21T20:58:39.8250890Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-03-21T20:58:39.8250990Z adding 'torch/include/ATen/native/Distributions.h' 2025-03-21T20:58:39.8251090Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-03-21T20:58:39.8251170Z adding 'torch/include/ATen/native/Fill.h' 2025-03-21T20:58:39.8251270Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-03-21T20:58:39.8251400Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-03-21T20:58:39.8251520Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-03-21T20:58:39.8251620Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-03-21T20:58:39.8251710Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-03-21T20:58:39.8251800Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-03-21T20:58:39.8251880Z adding 'torch/include/ATen/native/Gelu.h' 2025-03-21T20:58:39.8251980Z adding 'torch/include/ATen/native/GridSampler.h' 2025-03-21T20:58:39.8252150Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-03-21T20:58:39.8252240Z adding 'torch/include/ATen/native/Histogram.h' 2025-03-21T20:58:39.8252340Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-03-21T20:58:39.8252440Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-03-21T20:58:39.8252510Z adding 'torch/include/ATen/native/Lerp.h' 2025-03-21T20:58:39.8252620Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-03-21T20:58:39.8252760Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-03-21T20:58:39.8252850Z adding 'torch/include/ATen/native/LossMulti.h' 2025-03-21T20:58:39.8252940Z adding 'torch/include/ATen/native/Math.h' 2025-03-21T20:58:39.8253150Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-03-21T20:58:39.8253270Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-03-21T20:58:39.8253360Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-03-21T20:58:39.8253460Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-03-21T20:58:39.8253550Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-03-21T20:58:39.8253650Z adding 'torch/include/ATen/native/Normalization.h' 2025-03-21T20:58:39.8253740Z adding 'torch/include/ATen/native/Padding.h' 2025-03-21T20:58:39.8253840Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-03-21T20:58:39.8253940Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-03-21T20:58:39.8254020Z adding 'torch/include/ATen/native/Pool.h' 2025-03-21T20:58:39.8254100Z adding 'torch/include/ATen/native/Pow.h' 2025-03-21T20:58:39.8254180Z adding 'torch/include/ATen/native/RNN.h' 2025-03-21T20:58:39.8254280Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-03-21T20:58:39.8254380Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-03-21T20:58:39.8254470Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-03-21T20:58:39.8254560Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-03-21T20:58:39.8254790Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-03-21T20:58:39.8254910Z adding 'torch/include/ATen/native/ReductionType.h' 2025-03-21T20:58:39.8255000Z adding 'torch/include/ATen/native/Repeat.h' 2025-03-21T20:58:39.8255120Z adding 'torch/include/ATen/native/Resize.h' 2025-03-21T20:58:39.8255220Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-03-21T20:58:39.8255340Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-03-21T20:58:39.8255440Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-03-21T20:58:39.8255630Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-03-21T20:58:39.8255750Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-03-21T20:58:39.8255830Z adding 'torch/include/ATen/native/Sorting.h' 2025-03-21T20:58:39.8255930Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-03-21T20:58:39.8256050Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-03-21T20:58:39.8256160Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-03-21T20:58:39.8256280Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-03-21T20:58:39.8256410Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-03-21T20:58:39.8256560Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-03-21T20:58:39.8256660Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-03-21T20:58:39.8256790Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-03-21T20:58:39.8256890Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-03-21T20:58:39.8257010Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-03-21T20:58:39.8257110Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-03-21T20:58:39.8257260Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-03-21T20:58:39.8257370Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-03-21T20:58:39.8257460Z adding 'torch/include/ATen/native/TensorShape.h' 2025-03-21T20:58:39.8257590Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-03-21T20:58:39.8257680Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-03-21T20:58:39.8257840Z adding 'torch/include/ATen/native/TransposeType.h' 2025-03-21T20:58:39.8257960Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-03-21T20:58:39.8258060Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-03-21T20:58:39.8258150Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-03-21T20:58:39.8258240Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-03-21T20:58:39.8258320Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-03-21T20:58:39.8258430Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-03-21T20:58:39.8258510Z adding 'torch/include/ATen/native/UpSample.h' 2025-03-21T20:58:39.8258610Z adding 'torch/include/ATen/native/batch_norm.h' 2025-03-21T20:58:39.8258700Z adding 'torch/include/ATen/native/group_norm.h' 2025-03-21T20:58:39.8259010Z adding 'torch/include/ATen/native/im2col.h' 2025-03-21T20:58:39.8259130Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-03-21T20:58:39.8259220Z adding 'torch/include/ATen/native/layer_norm.h' 2025-03-21T20:58:39.8259330Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-03-21T20:58:39.8259420Z adding 'torch/include/ATen/native/vol2col.h' 2025-03-21T20:58:39.8259530Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-03-21T20:58:39.8259630Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-03-21T20:58:39.8259770Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-03-21T20:58:39.8259870Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-03-21T20:58:39.8260000Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-03-21T20:58:39.8260140Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-03-21T20:58:39.8260230Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-03-21T20:58:39.8260350Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-03-21T20:58:39.8260480Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-03-21T20:58:39.8260630Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-03-21T20:58:39.8260750Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-03-21T20:58:39.8260850Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-03-21T20:58:39.8260940Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-03-21T20:58:39.8261060Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-03-21T20:58:39.8261190Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-03-21T20:58:39.8261330Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-03-21T20:58:39.8261440Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-03-21T20:58:39.8261640Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-03-21T20:58:39.8261800Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-03-21T20:58:39.8261930Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-03-21T20:58:39.8262040Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-03-21T20:58:39.8262160Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-03-21T20:58:39.8262290Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-03-21T20:58:39.8262460Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-03-21T20:58:39.8262570Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-03-21T20:58:39.8262680Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-03-21T20:58:39.8262790Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-03-21T20:58:39.8262900Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-03-21T20:58:39.8263020Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-03-21T20:58:39.8263110Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-03-21T20:58:39.8263200Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-03-21T20:58:39.8263310Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-03-21T20:58:39.8263430Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-03-21T20:58:39.8263540Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-03-21T20:58:39.8263800Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-03-21T20:58:39.8263960Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-03-21T20:58:39.8264050Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-03-21T20:58:39.8264170Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-03-21T20:58:39.8264280Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-03-21T20:58:39.8264410Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-03-21T20:58:39.8264570Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-03-21T20:58:39.8264680Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-03-21T20:58:39.8264830Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-03-21T20:58:39.8265040Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-03-21T20:58:39.8265190Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-03-21T20:58:39.8265310Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-03-21T20:58:39.8265420Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-03-21T20:58:39.8265530Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-03-21T20:58:39.8265640Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-03-21T20:58:39.8265750Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-03-21T20:58:39.8265860Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-03-21T20:58:39.8265960Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-03-21T20:58:39.8266060Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-03-21T20:58:39.8266180Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-03-21T20:58:39.8266300Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-03-21T20:58:39.8266440Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-03-21T20:58:39.8266560Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-03-21T20:58:39.8266760Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-03-21T20:58:39.8266860Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-03-21T20:58:39.8266970Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-03-21T20:58:39.8267070Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-03-21T20:58:39.8267160Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-03-21T20:58:39.8267260Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-03-21T20:58:39.8267380Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-03-21T20:58:39.8267670Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-03-21T20:58:39.8267780Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-03-21T20:58:39.8267870Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-03-21T20:58:39.8267980Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-03-21T20:58:39.8268100Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-03-21T20:58:39.8268210Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-03-21T20:58:39.8268330Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-03-21T20:58:39.8268470Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-03-21T20:58:39.8268600Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-03-21T20:58:39.8268730Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-03-21T20:58:39.8268840Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-03-21T20:58:39.8268940Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-03-21T20:58:39.8269050Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-03-21T20:58:39.8269170Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-03-21T20:58:39.8269320Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-03-21T20:58:39.8269450Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-03-21T20:58:39.8269580Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-03-21T20:58:39.8269730Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-03-21T20:58:39.8269930Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-03-21T20:58:39.8270040Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-03-21T20:58:39.8270140Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-03-21T20:58:39.8270280Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-03-21T20:58:39.8270400Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-03-21T20:58:39.8270500Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-03-21T20:58:39.8270610Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-03-21T20:58:39.8270710Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-03-21T20:58:39.8270830Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-03-21T20:58:39.8270990Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-03-21T20:58:39.8271110Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-03-21T20:58:39.8271220Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-03-21T20:58:39.8271370Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-03-21T20:58:39.8271490Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-03-21T20:58:39.8271630Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-03-21T20:58:39.8271760Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-03-21T20:58:39.8271920Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-03-21T20:58:39.8272010Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-03-21T20:58:39.8272140Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-03-21T20:58:39.8272270Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-03-21T20:58:39.8272400Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-03-21T20:58:39.8272530Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-03-21T20:58:39.8272640Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-03-21T20:58:39.8272790Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-03-21T20:58:39.8272950Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-03-21T20:58:39.8273090Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-03-21T20:58:39.8273300Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-03-21T20:58:39.8273470Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-03-21T20:58:39.8274540Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-03-21T20:58:39.8275440Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-03-21T20:58:39.8275850Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-03-21T20:58:39.8276170Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-03-21T20:58:39.8276450Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-03-21T20:58:39.8276820Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-03-21T20:58:39.8277150Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-03-21T20:58:39.8277500Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-03-21T20:58:39.8277800Z adding 'torch/include/ATen/native/quantized/library.h' 2025-03-21T20:58:39.8278140Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-03-21T20:58:39.8278590Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-03-21T20:58:39.8278950Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-03-21T20:58:39.8279320Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-03-21T20:58:39.8279670Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-03-21T20:58:39.8280040Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-03-21T20:58:39.8280380Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-03-21T20:58:39.8280740Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-03-21T20:58:39.8281150Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-03-21T20:58:39.8281720Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-03-21T20:58:39.8282130Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-03-21T20:58:39.8282460Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-03-21T20:58:39.8282840Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-03-21T20:58:39.8283290Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-03-21T20:58:39.8283620Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-03-21T20:58:39.8283950Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-03-21T20:58:39.8284310Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-03-21T20:58:39.8284570Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-03-21T20:58:39.8285080Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-03-21T20:58:39.8285400Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-03-21T20:58:39.8285720Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-03-21T20:58:39.8286080Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-03-21T20:58:39.8286740Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.8287200Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-03-21T20:58:39.8287650Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-03-21T20:58:39.8288130Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2025-03-21T20:58:39.8288560Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-03-21T20:58:39.8288950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-03-21T20:58:39.8289520Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.8289930Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-21T20:58:39.8290670Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-21T20:58:39.8291070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2025-03-21T20:58:39.8291420Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-03-21T20:58:39.8291740Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-03-21T20:58:39.8292060Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-03-21T20:58:39.8292630Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-03-21T20:58:39.8293260Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.8293750Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-21T20:58:39.8294200Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-21T20:58:39.8294610Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-03-21T20:58:39.8295000Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-03-21T20:58:39.8295560Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.8295950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-21T20:58:39.8397100Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-21T20:58:39.8498310Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-03-21T20:58:39.8599050Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-03-21T20:58:39.8699670Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-03-21T20:58:39.8800310Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.8902370Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-03-21T20:58:39.8906880Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-03-21T20:58:39.9009150Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-03-21T20:58:39.9026610Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9056130Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-03-21T20:58:39.9076620Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-03-21T20:58:39.9093050Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-03-21T20:58:39.9104340Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-03-21T20:58:39.9116240Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-03-21T20:58:39.9132140Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9140540Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-03-21T20:58:39.9147540Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-03-21T20:58:39.9164340Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-03-21T20:58:39.9172320Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-03-21T20:58:39.9173060Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-03-21T20:58:39.9173710Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-03-21T20:58:39.9174170Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-03-21T20:58:39.9174610Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9176890Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-03-21T20:58:39.9178320Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-03-21T20:58:39.9178740Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-03-21T20:58:39.9179600Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-03-21T20:58:39.9180040Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-03-21T20:58:39.9180640Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9181390Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-03-21T20:58:39.9182140Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-03-21T20:58:39.9182700Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-03-21T20:58:39.9183230Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-03-21T20:58:39.9183800Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-03-21T20:58:39.9184330Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9185320Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-03-21T20:58:39.9185790Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-03-21T20:58:39.9186130Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-03-21T20:58:39.9186510Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-03-21T20:58:39.9186810Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-03-21T20:58:39.9187080Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-03-21T20:58:39.9187380Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-03-21T20:58:39.9187700Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-03-21T20:58:39.9188010Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-03-21T20:58:39.9188280Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-03-21T20:58:39.9188550Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-03-21T20:58:39.9188900Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9189280Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-03-21T20:58:39.9189570Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-03-21T20:58:39.9189870Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-03-21T20:58:39.9190270Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9190720Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-03-21T20:58:39.9191280Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-03-21T20:58:39.9191630Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-03-21T20:58:39.9192080Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-03-21T20:58:39.9192560Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9200550Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-03-21T20:58:39.9200950Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-03-21T20:58:39.9201290Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-03-21T20:58:39.9201720Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9202340Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-03-21T20:58:39.9202710Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-03-21T20:58:39.9203010Z adding 'torch/include/ATen/ops/_backward.h' 2025-03-21T20:58:39.9203370Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9203750Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-03-21T20:58:39.9204020Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-03-21T20:58:39.9204300Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-03-21T20:58:39.9204620Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-03-21T20:58:39.9205070Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9205520Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-03-21T20:58:39.9205980Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-03-21T20:58:39.9206400Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9206930Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-03-21T20:58:39.9207270Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-03-21T20:58:39.9207580Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-03-21T20:58:39.9207950Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9208360Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-03-21T20:58:39.9208680Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-03-21T20:58:39.9209140Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-03-21T20:58:39.9209550Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9209990Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-03-21T20:58:39.9210400Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-03-21T20:58:39.9210770Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2025-03-21T20:58:39.9211130Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-03-21T20:58:39.9211490Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-03-21T20:58:39.9211780Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-03-21T20:58:39.9212140Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9212490Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-03-21T20:58:39.9212760Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-03-21T20:58:39.9213010Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-03-21T20:58:39.9213340Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9213690Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-03-21T20:58:39.9213950Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-03-21T20:58:39.9214200Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-03-21T20:58:39.9214540Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9214970Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-03-21T20:58:39.9215240Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-03-21T20:58:39.9215500Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-03-21T20:58:39.9215830Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9216180Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-03-21T20:58:39.9216450Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-03-21T20:58:39.9216690Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-03-21T20:58:39.9217010Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9217360Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-03-21T20:58:39.9217700Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-03-21T20:58:39.9217940Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-03-21T20:58:39.9218270Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9218610Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-03-21T20:58:39.9218870Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-03-21T20:58:39.9219120Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-03-21T20:58:39.9219450Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9219790Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-03-21T20:58:39.9220050Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-03-21T20:58:39.9220300Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-03-21T20:58:39.9220630Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9220980Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-03-21T20:58:39.9221300Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-03-21T20:58:39.9221570Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-03-21T20:58:39.9221990Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9222390Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9222720Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9223080Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-03-21T20:58:39.9223380Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-03-21T20:58:39.9223640Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-03-21T20:58:39.9224080Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9224460Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-03-21T20:58:39.9224800Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-03-21T20:58:39.9225140Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2025-03-21T20:58:39.9225440Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-03-21T20:58:39.9225730Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-03-21T20:58:39.9226010Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-03-21T20:58:39.9226410Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9226850Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-03-21T20:58:39.9227230Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-03-21T20:58:39.9227590Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-03-21T20:58:39.9227920Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-03-21T20:58:39.9228240Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-03-21T20:58:39.9228680Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9229150Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-03-21T20:58:39.9229510Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-03-21T20:58:39.9229800Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-03-21T20:58:39.9230190Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9230590Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-03-21T20:58:39.9230890Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-03-21T20:58:39.9231150Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-03-21T20:58:39.9231400Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-03-21T20:58:39.9231730Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9232080Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-03-21T20:58:39.9232350Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-03-21T20:58:39.9232590Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-03-21T20:58:39.9233030Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9233410Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-03-21T20:58:39.9233710Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-03-21T20:58:39.9233990Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-03-21T20:58:39.9234290Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-03-21T20:58:39.9234670Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-03-21T20:58:39.9235070Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-03-21T20:58:39.9235470Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-03-21T20:58:39.9235840Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-03-21T20:58:39.9236150Z adding 'torch/include/ATen/ops/_conj.h' 2025-03-21T20:58:39.9236470Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9236790Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-03-21T20:58:39.9237120Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9237830Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9238260Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-03-21T20:58:39.9238540Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-03-21T20:58:39.9238800Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-03-21T20:58:39.9239040Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-03-21T20:58:39.9239300Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-03-21T20:58:39.9239740Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9240110Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-03-21T20:58:39.9240410Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-03-21T20:58:39.9240690Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-03-21T20:58:39.9241000Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-03-21T20:58:39.9241380Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-03-21T20:58:39.9241690Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-03-21T20:58:39.9242020Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-03-21T20:58:39.9242500Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9243010Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-03-21T20:58:39.9243430Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-03-21T20:58:39.9243820Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-03-21T20:58:39.9244210Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-03-21T20:58:39.9244600Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-03-21T20:58:39.9244980Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-03-21T20:58:39.9245380Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-03-21T20:58:39.9246000Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9246530Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-03-21T20:58:39.9246960Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-03-21T20:58:39.9247360Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-03-21T20:58:39.9247800Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-03-21T20:58:39.9248200Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-03-21T20:58:39.9248580Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-03-21T20:58:39.9249160Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-03-21T20:58:39.9249530Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-03-21T20:58:39.9249940Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-03-21T20:58:39.9250350Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-03-21T20:58:39.9250790Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-03-21T20:58:39.9251190Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-03-21T20:58:39.9251580Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2025-03-21T20:58:39.9251960Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-03-21T20:58:39.9252320Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-03-21T20:58:39.9252640Z adding 'torch/include/ATen/ops/_convolution.h' 2025-03-21T20:58:39.9252990Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9253420Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9253880Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-03-21T20:58:39.9254310Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9254760Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-03-21T20:58:39.9255140Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-03-21T20:58:39.9255440Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-03-21T20:58:39.9255880Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9256280Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-03-21T20:58:39.9256580Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-03-21T20:58:39.9256870Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-03-21T20:58:39.9257150Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-03-21T20:58:39.9257410Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-03-21T20:58:39.9257680Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-03-21T20:58:39.9258060Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9258480Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2025-03-21T20:58:39.9258830Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-03-21T20:58:39.9259140Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-03-21T20:58:39.9259520Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9259890Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2025-03-21T20:58:39.9260170Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-03-21T20:58:39.9260440Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-03-21T20:58:39.9260690Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-03-21T20:58:39.9260980Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-03-21T20:58:39.9261310Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-03-21T20:58:39.9261760Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-03-21T20:58:39.9262060Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-03-21T20:58:39.9262350Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-03-21T20:58:39.9262670Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-03-21T20:58:39.9262960Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-03-21T20:58:39.9263250Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-03-21T20:58:39.9263580Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-03-21T20:58:39.9263950Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-03-21T20:58:39.9264270Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-03-21T20:58:39.9264620Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-03-21T20:58:39.9264880Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-03-21T20:58:39.9265250Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9265650Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9266000Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9266330Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-03-21T20:58:39.9266660Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-03-21T20:58:39.9267040Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9267400Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-03-21T20:58:39.9267700Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-03-21T20:58:39.9268000Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-03-21T20:58:39.9268290Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-03-21T20:58:39.9268550Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-03-21T20:58:39.9268910Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-03-21T20:58:39.9269260Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-03-21T20:58:39.9269620Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-03-21T20:58:39.9269960Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-03-21T20:58:39.9270250Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-03-21T20:58:39.9270600Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9271150Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-21T20:58:39.9271460Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-03-21T20:58:39.9271750Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-03-21T20:58:39.9272040Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-03-21T20:58:39.9272440Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9272880Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-03-21T20:58:39.9273250Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-03-21T20:58:39.9273590Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-03-21T20:58:39.9273880Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-03-21T20:58:39.9274140Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-03-21T20:58:39.9274500Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9274920Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9275260Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-03-21T20:58:39.9275580Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-03-21T20:58:39.9275930Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9276310Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-03-21T20:58:39.9276620Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-03-21T20:58:39.9277070Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9277520Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-03-21T20:58:39.9277890Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-03-21T20:58:39.9278240Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-03-21T20:58:39.9278550Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-03-21T20:58:39.9278820Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-03-21T20:58:39.9279280Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-03-21T20:58:39.9279750Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9280380Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-03-21T20:58:39.9289000Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-03-21T20:58:39.9289350Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-03-21T20:58:39.9289780Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9290230Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-03-21T20:58:39.9290590Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-03-21T20:58:39.9290930Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-03-21T20:58:39.9291340Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9291780Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-03-21T20:58:39.9292120Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-03-21T20:58:39.9292460Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-03-21T20:58:39.9292980Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9293430Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-03-21T20:58:39.9293800Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-03-21T20:58:39.9294110Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-03-21T20:58:39.9294400Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-03-21T20:58:39.9294820Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-03-21T20:58:39.9295260Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-03-21T20:58:39.9295540Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-03-21T20:58:39.9295820Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-03-21T20:58:39.9296100Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-03-21T20:58:39.9296430Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-03-21T20:58:39.9296740Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-03-21T20:58:39.9297030Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-03-21T20:58:39.9297330Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-03-21T20:58:39.9297750Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9298230Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-03-21T20:58:39.9298600Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-03-21T20:58:39.9298890Z adding 'torch/include/ATen/ops/_dimI.h' 2025-03-21T20:58:39.9299130Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-03-21T20:58:39.9299380Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-03-21T20:58:39.9299600Z adding 'torch/include/ATen/ops/_dimV.h' 2025-03-21T20:58:39.9299840Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-03-21T20:58:39.9300090Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-03-21T20:58:39.9300320Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-03-21T20:58:39.9300730Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9301100Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-03-21T20:58:39.9301370Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-03-21T20:58:39.9301630Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-03-21T20:58:39.9302010Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9302400Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-03-21T20:58:39.9302750Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-03-21T20:58:39.9303080Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-03-21T20:58:39.9303370Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-03-21T20:58:39.9303770Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-03-21T20:58:39.9304090Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-03-21T20:58:39.9304460Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-03-21T20:58:39.9304780Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-03-21T20:58:39.9305100Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-03-21T20:58:39.9305450Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-03-21T20:58:39.9305830Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-03-21T20:58:39.9306180Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-03-21T20:58:39.9306520Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-03-21T20:58:39.9306890Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9307290Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-03-21T20:58:39.9307650Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-03-21T20:58:39.9308000Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-03-21T20:58:39.9308520Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-03-21T20:58:39.9308920Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-03-21T20:58:39.9309280Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-03-21T20:58:39.9309600Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-03-21T20:58:39.9309990Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9310490Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-03-21T20:58:39.9310850Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-03-21T20:58:39.9311220Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-03-21T20:58:39.9311580Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2025-03-21T20:58:39.9311930Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-03-21T20:58:39.9312260Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-03-21T20:58:39.9312550Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-03-21T20:58:39.9312830Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-03-21T20:58:39.9313170Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9313570Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9313960Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-03-21T20:58:39.9314290Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-03-21T20:58:39.9314680Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9315070Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-03-21T20:58:39.9315390Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-03-21T20:58:39.9315720Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-03-21T20:58:39.9316160Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9316700Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9317100Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9317490Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-03-21T20:58:39.9317850Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-03-21T20:58:39.9318190Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-03-21T20:58:39.9318600Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9319050Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-03-21T20:58:39.9319620Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-03-21T20:58:39.9320000Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-03-21T20:58:39.9320350Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-03-21T20:58:39.9320670Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-03-21T20:58:39.9320960Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-03-21T20:58:39.9321300Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-03-21T20:58:39.9321810Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9322370Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9322830Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9323310Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-03-21T20:58:39.9323740Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-03-21T20:58:39.9324190Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-03-21T20:58:39.9324630Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9325110Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-03-21T20:58:39.9325480Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-03-21T20:58:39.9325900Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-03-21T20:58:39.9326380Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9326810Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-03-21T20:58:39.9327170Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-03-21T20:58:39.9327530Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-03-21T20:58:39.9327880Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-03-21T20:58:39.9328330Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9328830Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-03-21T20:58:39.9329240Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-03-21T20:58:39.9329640Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-03-21T20:58:39.9329960Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-03-21T20:58:39.9330310Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9330710Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-03-21T20:58:39.9331000Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-03-21T20:58:39.9331350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-03-21T20:58:39.9331770Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-03-21T20:58:39.9332260Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9332930Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9333440Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-03-21T20:58:39.9333930Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-03-21T20:58:39.9334470Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9335000Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-03-21T20:58:39.9335490Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-03-21T20:58:39.9336040Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-03-21T20:58:39.9336500Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-03-21T20:58:39.9336920Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-03-21T20:58:39.9337340Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-03-21T20:58:39.9337810Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9338330Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9338840Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-03-21T20:58:39.9339340Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-03-21T20:58:39.9339860Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9340420Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-03-21T20:58:39.9340950Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-03-21T20:58:39.9341410Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-03-21T20:58:39.9341850Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-03-21T20:58:39.9342290Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-03-21T20:58:39.9343040Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9343650Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-03-21T20:58:39.9344200Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-03-21T20:58:39.9344730Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-03-21T20:58:39.9345250Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-03-21T20:58:39.9345630Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-03-21T20:58:39.9345900Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-03-21T20:58:39.9346200Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-03-21T20:58:39.9346490Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2025-03-21T20:58:39.9346770Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-03-21T20:58:39.9347020Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-03-21T20:58:39.9347260Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-03-21T20:58:39.9347530Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-03-21T20:58:39.9347870Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-03-21T20:58:39.9348180Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2025-03-21T20:58:39.9348450Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-03-21T20:58:39.9348700Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-03-21T20:58:39.9349030Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-03-21T20:58:39.9349300Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-03-21T20:58:39.9349590Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-03-21T20:58:39.9349880Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2025-03-21T20:58:39.9350160Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-03-21T20:58:39.9350410Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-03-21T20:58:39.9351630Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-03-21T20:58:39.9352640Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-03-21T20:58:39.9353710Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-03-21T20:58:39.9355090Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-03-21T20:58:39.9356030Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-03-21T20:58:39.9356920Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-03-21T20:58:39.9357890Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9358920Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-03-21T20:58:39.9359880Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-03-21T20:58:39.9360750Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-03-21T20:58:39.9361730Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-03-21T20:58:39.9362740Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-03-21T20:58:39.9363700Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-03-21T20:58:39.9364460Z adding 'torch/include/ATen/ops/_foobar.h' 2025-03-21T20:58:39.9365350Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9366490Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-03-21T20:58:39.9367420Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-03-21T20:58:39.9368120Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-03-21T20:58:39.9368800Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-03-21T20:58:39.9369740Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9370770Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-03-21T20:58:39.9371590Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-03-21T20:58:39.9372620Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-03-21T20:58:39.9373330Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-03-21T20:58:39.9374260Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9375290Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-03-21T20:58:39.9376110Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-03-21T20:58:39.9376860Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-03-21T20:58:39.9377590Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-03-21T20:58:39.9378500Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9379540Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-03-21T20:58:39.9380350Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-03-21T20:58:39.9381100Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-03-21T20:58:39.9381820Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-03-21T20:58:39.9382790Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9383890Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-03-21T20:58:39.9384750Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-03-21T20:58:39.9385620Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-03-21T20:58:39.9386430Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-03-21T20:58:39.9387400Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9388680Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-03-21T20:58:39.9389560Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-03-21T20:58:39.9390330Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-03-21T20:58:39.9391050Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-03-21T20:58:39.9391970Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9393060Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-03-21T20:58:39.9393880Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-03-21T20:58:39.9394630Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-03-21T20:58:39.9395660Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-03-21T20:58:39.9396620Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9397640Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-03-21T20:58:39.9398470Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-03-21T20:58:39.9399210Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-03-21T20:58:39.9399910Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-03-21T20:58:39.9400820Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9401860Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-03-21T20:58:39.9402690Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-03-21T20:58:39.9403430Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-03-21T20:58:39.9404200Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-03-21T20:58:39.9405200Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9406520Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-03-21T20:58:39.9407420Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-03-21T20:58:39.9408570Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-03-21T20:58:39.9409420Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-03-21T20:58:39.9426370Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9427760Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-03-21T20:58:39.9428100Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-03-21T20:58:39.9428790Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-03-21T20:58:39.9429040Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-03-21T20:58:39.9429550Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9429930Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-03-21T20:58:39.9430240Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-03-21T20:58:39.9430520Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-03-21T20:58:39.9430790Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-03-21T20:58:39.9431300Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9431650Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-03-21T20:58:39.9431940Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-03-21T20:58:39.9432210Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-03-21T20:58:39.9432470Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-03-21T20:58:39.9433000Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9433360Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-03-21T20:58:39.9433660Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-03-21T20:58:39.9433950Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-03-21T20:58:39.9434230Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-03-21T20:58:39.9434730Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9435230Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-03-21T20:58:39.9435540Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-03-21T20:58:39.9435820Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-03-21T20:58:39.9436080Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-03-21T20:58:39.9436600Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9436950Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-03-21T20:58:39.9437250Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-03-21T20:58:39.9437520Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-03-21T20:58:39.9437790Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-03-21T20:58:39.9438760Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9439100Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-03-21T20:58:39.9439410Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-03-21T20:58:39.9439700Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-03-21T20:58:39.9439940Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-03-21T20:58:39.9440450Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9440780Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-03-21T20:58:39.9441080Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-03-21T20:58:39.9441350Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-03-21T20:58:39.9441610Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-03-21T20:58:39.9442120Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9442470Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-03-21T20:58:39.9442770Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-03-21T20:58:39.9443230Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-03-21T20:58:39.9443520Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-03-21T20:58:39.9444020Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9444370Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-03-21T20:58:39.9444680Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-03-21T20:58:39.9444970Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-03-21T20:58:39.9445410Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-03-21T20:58:39.9445920Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9446480Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-03-21T20:58:39.9446850Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-03-21T20:58:39.9447130Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-03-21T20:58:39.9447390Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-03-21T20:58:39.9447890Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9448240Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-03-21T20:58:39.9448540Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-03-21T20:58:39.9448800Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-03-21T20:58:39.9449070Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-03-21T20:58:39.9449590Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9449980Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-03-21T20:58:39.9450300Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-03-21T20:58:39.9450600Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-03-21T20:58:39.9451130Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-03-21T20:58:39.9451330Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-03-21T20:58:39.9451560Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9451910Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-03-21T20:58:39.9452040Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-03-21T20:58:39.9452150Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-03-21T20:58:39.9452250Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-03-21T20:58:39.9452450Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9452580Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-03-21T20:58:39.9452700Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-03-21T20:58:39.9452810Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-03-21T20:58:39.9452910Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-03-21T20:58:39.9453230Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9453360Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-03-21T20:58:39.9453480Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-03-21T20:58:39.9453580Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-03-21T20:58:39.9453770Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9453900Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-03-21T20:58:39.9454010Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-03-21T20:58:39.9454110Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-03-21T20:58:39.9454200Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-03-21T20:58:39.9454380Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9454510Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-03-21T20:58:39.9454620Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-03-21T20:58:39.9454720Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-03-21T20:58:39.9454880Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-03-21T20:58:39.9455080Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9455220Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-03-21T20:58:39.9455340Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-03-21T20:58:39.9455460Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-03-21T20:58:39.9455560Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-03-21T20:58:39.9455910Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9456050Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-03-21T20:58:39.9456170Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-03-21T20:58:39.9456280Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-03-21T20:58:39.9456370Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-03-21T20:58:39.9456550Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9456680Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-03-21T20:58:39.9456790Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-03-21T20:58:39.9456880Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-03-21T20:58:39.9456980Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-03-21T20:58:39.9457160Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9457290Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-03-21T20:58:39.9457400Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-03-21T20:58:39.9457490Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-03-21T20:58:39.9457580Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-03-21T20:58:39.9457770Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9457890Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-03-21T20:58:39.9458000Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-03-21T20:58:39.9458130Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-03-21T20:58:39.9458220Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-03-21T20:58:39.9458410Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9458530Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-03-21T20:58:39.9458640Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-03-21T20:58:39.9458730Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-03-21T20:58:39.9458850Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-03-21T20:58:39.9459040Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9459240Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-03-21T20:58:39.9459370Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-03-21T20:58:39.9459490Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-03-21T20:58:39.9459580Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-03-21T20:58:39.9459770Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9459960Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-03-21T20:58:39.9460080Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-03-21T20:58:39.9460180Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-03-21T20:58:39.9460280Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-03-21T20:58:39.9460470Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9460600Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-03-21T20:58:39.9460710Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-03-21T20:58:39.9460820Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-03-21T20:58:39.9460910Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-03-21T20:58:39.9461140Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9461290Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-03-21T20:58:39.9461400Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-03-21T20:58:39.9461520Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-03-21T20:58:39.9461610Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-03-21T20:58:39.9461850Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9461980Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-03-21T20:58:39.9462090Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-03-21T20:58:39.9462190Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-03-21T20:58:39.9462280Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-03-21T20:58:39.9462470Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9462590Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-03-21T20:58:39.9462700Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-03-21T20:58:39.9462800Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-03-21T20:58:39.9462890Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-03-21T20:58:39.9463080Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9463210Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-03-21T20:58:39.9463320Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-03-21T20:58:39.9463410Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-03-21T20:58:39.9463510Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-03-21T20:58:39.9463690Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9463820Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-03-21T20:58:39.9463930Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-03-21T20:58:39.9464070Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-03-21T20:58:39.9464180Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-03-21T20:58:39.9464390Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9464510Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-03-21T20:58:39.9464620Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-03-21T20:58:39.9464720Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-03-21T20:58:39.9464810Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-03-21T20:58:39.9465000Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9465120Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-03-21T20:58:39.9465300Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-03-21T20:58:39.9465400Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-03-21T20:58:39.9465500Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-03-21T20:58:39.9465680Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9465810Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-03-21T20:58:39.9465930Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-03-21T20:58:39.9466020Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-03-21T20:58:39.9466110Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-03-21T20:58:39.9466310Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9466440Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-03-21T20:58:39.9466550Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-03-21T20:58:39.9466660Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-03-21T20:58:39.9466750Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-03-21T20:58:39.9466950Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9467230Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-03-21T20:58:39.9467360Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-03-21T20:58:39.9467460Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-03-21T20:58:39.9467580Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-03-21T20:58:39.9467740Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-03-21T20:58:39.9467950Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-03-21T20:58:39.9468080Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-03-21T20:58:39.9468200Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-03-21T20:58:39.9468430Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9468580Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-03-21T20:58:39.9468720Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-03-21T20:58:39.9468860Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-03-21T20:58:39.9469100Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9469260Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-03-21T20:58:39.9469520Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9469710Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-03-21T20:58:39.9469890Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-03-21T20:58:39.9470050Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-03-21T20:58:39.9470210Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-03-21T20:58:39.9470310Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-03-21T20:58:39.9470510Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9470670Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-03-21T20:58:39.9470790Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-03-21T20:58:39.9470900Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-03-21T20:58:39.9470990Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-03-21T20:58:39.9471210Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9471340Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-03-21T20:58:39.9471470Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-03-21T20:58:39.9471590Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2025-03-21T20:58:39.9471840Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-03-21T20:58:39.9471940Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-03-21T20:58:39.9472030Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-03-21T20:58:39.9472220Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9472350Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-03-21T20:58:39.9472480Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-03-21T20:58:39.9472600Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2025-03-21T20:58:39.9472700Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-03-21T20:58:39.9472810Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-03-21T20:58:39.9472910Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-03-21T20:58:39.9473100Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9473230Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-03-21T20:58:39.9473340Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-03-21T20:58:39.9473450Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-03-21T20:58:39.9473620Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-03-21T20:58:39.9473860Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9474040Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-03-21T20:58:39.9474210Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-03-21T20:58:39.9474370Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-03-21T20:58:39.9474590Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-03-21T20:58:39.9474700Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-03-21T20:58:39.9474830Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-03-21T20:58:39.9474980Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-03-21T20:58:39.9475110Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-03-21T20:58:39.9475240Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-03-21T20:58:39.9475350Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-03-21T20:58:39.9475440Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-03-21T20:58:39.9475620Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9475740Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-03-21T20:58:39.9475860Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-03-21T20:58:39.9475970Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2025-03-21T20:58:39.9476070Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-03-21T20:58:39.9476170Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-03-21T20:58:39.9476260Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-03-21T20:58:39.9476440Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9476530Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-03-21T20:58:39.9476730Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9477100Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9477220Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-03-21T20:58:39.9477330Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-03-21T20:58:39.9477430Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-03-21T20:58:39.9477540Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-03-21T20:58:39.9477650Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-03-21T20:58:39.9477880Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9478030Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-03-21T20:58:39.9478240Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-03-21T20:58:39.9579210Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-03-21T20:58:39.9579440Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-03-21T20:58:39.9579700Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9579880Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-03-21T20:58:39.9580050Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-03-21T20:58:39.9580280Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9580440Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-03-21T20:58:39.9580580Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-03-21T20:58:39.9580730Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-03-21T20:58:39.9580980Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9581260Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-03-21T20:58:39.9581430Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-03-21T20:58:39.9581550Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-03-21T20:58:39.9581770Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9581900Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-03-21T20:58:39.9582270Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-03-21T20:58:39.9582390Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-03-21T20:58:39.9582610Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9582770Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-03-21T20:58:39.9582920Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2025-03-21T20:58:39.9583060Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-03-21T20:58:39.9583210Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-03-21T20:58:39.9583340Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-03-21T20:58:39.9583560Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9583720Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-03-21T20:58:39.9583880Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2025-03-21T20:58:39.9584030Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-03-21T20:58:39.9584160Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-03-21T20:58:39.9584290Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-03-21T20:58:39.9584540Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9584720Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-03-21T20:58:39.9584980Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2025-03-21T20:58:39.9585140Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-03-21T20:58:39.9585280Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-03-21T20:58:39.9585380Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-03-21T20:58:39.9585570Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9585710Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-03-21T20:58:39.9585840Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-03-21T20:58:39.9585980Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-03-21T20:58:39.9586230Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2025-03-21T20:58:39.9586350Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-03-21T20:58:39.9586460Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-03-21T20:58:39.9586550Z adding 'torch/include/ATen/ops/_indices.h' 2025-03-21T20:58:39.9586640Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-03-21T20:58:39.9586830Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9587060Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9587180Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-03-21T20:58:39.9587290Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-03-21T20:58:39.9587390Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-03-21T20:58:39.9587490Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-03-21T20:58:39.9587570Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-03-21T20:58:39.9587680Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-03-21T20:58:39.9587790Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-03-21T20:58:39.9587930Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-03-21T20:58:39.9588030Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-03-21T20:58:39.9588120Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-03-21T20:58:39.9588310Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9588420Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-03-21T20:58:39.9588520Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-03-21T20:58:39.9588680Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-03-21T20:58:39.9588870Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9588980Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-03-21T20:58:39.9589090Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-03-21T20:58:39.9589190Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-03-21T20:58:39.9589420Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9589560Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-03-21T20:58:39.9589660Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-03-21T20:58:39.9589810Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-03-21T20:58:39.9589990Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-03-21T20:58:39.9590170Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-03-21T20:58:39.9590340Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-03-21T20:58:39.9590490Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-03-21T20:58:39.9590590Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-03-21T20:58:39.9590780Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9590890Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-03-21T20:58:39.9590990Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-03-21T20:58:39.9591180Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-03-21T20:58:39.9591400Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9591530Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-03-21T20:58:39.9591650Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-03-21T20:58:39.9591760Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-03-21T20:58:39.9592000Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9592120Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-03-21T20:58:39.9592240Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-03-21T20:58:39.9592430Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-03-21T20:58:39.9592550Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-03-21T20:58:39.9592670Z adding 'torch/include/ATen/ops/_linalg_det_mps_dispatch.h' 2025-03-21T20:58:39.9592790Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-03-21T20:58:39.9592890Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-03-21T20:58:39.9592990Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-03-21T20:58:39.9593220Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9593350Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-03-21T20:58:39.9593480Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-03-21T20:58:39.9593590Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-03-21T20:58:39.9593720Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-03-21T20:58:39.9593830Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-03-21T20:58:39.9593930Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-03-21T20:58:39.9594030Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-03-21T20:58:39.9594160Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-03-21T20:58:39.9594420Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-03-21T20:58:39.9594550Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-03-21T20:58:39.9594660Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-03-21T20:58:39.9594760Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-03-21T20:58:39.9595000Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9595200Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-03-21T20:58:39.9595330Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-03-21T20:58:39.9595430Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-03-21T20:58:39.9595560Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-03-21T20:58:39.9595690Z adding 'torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h' 2025-03-21T20:58:39.9595810Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-03-21T20:58:39.9595920Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-03-21T20:58:39.9596020Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-03-21T20:58:39.9596260Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9596390Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-03-21T20:58:39.9596520Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-03-21T20:58:39.9596640Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-03-21T20:58:39.9596780Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-03-21T20:58:39.9596930Z adding 'torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h' 2025-03-21T20:58:39.9597060Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-03-21T20:58:39.9597170Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-03-21T20:58:39.9597270Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-03-21T20:58:39.9597540Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9597670Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-03-21T20:58:39.9597800Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-03-21T20:58:39.9597890Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-03-21T20:58:39.9598020Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-03-21T20:58:39.9598130Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-03-21T20:58:39.9932880Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-03-21T20:58:39.9933030Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-03-21T20:58:39.9933190Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-03-21T20:58:39.9934490Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-03-21T20:58:39.9934660Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2025-03-21T20:58:39.9934800Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-03-21T20:58:39.9934940Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-03-21T20:58:39.9935040Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-03-21T20:58:39.9935170Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-03-21T20:58:39.9935450Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9935610Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-03-21T20:58:39.9935790Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-03-21T20:58:39.9935940Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-03-21T20:58:39.9936110Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-03-21T20:58:39.9936270Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2025-03-21T20:58:39.9936410Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-03-21T20:58:39.9936660Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-03-21T20:58:39.9936890Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9937020Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-03-21T20:58:39.9937180Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-03-21T20:58:39.9937300Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-03-21T20:58:39.9937600Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-03-21T20:58:39.9937720Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2025-03-21T20:58:39.9937830Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-03-21T20:58:39.9937930Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-03-21T20:58:39.9938030Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-03-21T20:58:39.9938160Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-03-21T20:58:39.9938290Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-03-21T20:58:39.9938400Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-03-21T20:58:39.9938510Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-03-21T20:58:39.9938610Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-03-21T20:58:39.9938810Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9938920Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2025-03-21T20:58:39.9939020Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-03-21T20:58:39.9939110Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-03-21T20:58:39.9939210Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-03-21T20:58:39.9939390Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:39.9939510Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-03-21T20:58:39.9939610Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-03-21T20:58:39.9939700Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-03-21T20:58:39.9940060Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-03-21T20:58:39.9940190Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-03-21T20:58:39.9940310Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-03-21T20:58:39.9940420Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-03-21T20:58:39.9940600Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9940710Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-03-21T20:58:39.9940900Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9941130Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:39.9941380Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-03-21T20:58:39.9941490Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-03-21T20:58:39.9941590Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-03-21T20:58:39.9941690Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-03-21T20:58:39.9941840Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-03-21T20:58:39.9942080Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9942280Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-03-21T20:58:39.9942470Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-03-21T20:58:39.9942650Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-03-21T20:58:39.9942810Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-03-21T20:58:39.9942980Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-03-21T20:58:39.9943230Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9950940Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-03-21T20:58:39.9951120Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-03-21T20:58:39.9951330Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-03-21T20:58:39.9951490Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-03-21T20:58:39.9951590Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-03-21T20:58:39.9952110Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9952330Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-03-21T20:58:39.9952440Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-03-21T20:58:39.9952550Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-03-21T20:58:39.9952650Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-03-21T20:58:39.9952770Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-03-21T20:58:39.9953000Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9953180Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-03-21T20:58:39.9953350Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-03-21T20:58:39.9953490Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-03-21T20:58:39.9953630Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-03-21T20:58:39.9953830Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9953960Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-03-21T20:58:39.9954100Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-03-21T20:58:39.9954220Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-03-21T20:58:39.9954340Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-03-21T20:58:39.9954450Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-03-21T20:58:39.9954730Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-03-21T20:58:39.9954860Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-03-21T20:58:39.9954990Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-03-21T20:58:39.9955090Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-03-21T20:58:39.9955280Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9955400Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-03-21T20:58:39.9955510Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-03-21T20:58:39.9955610Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-03-21T20:58:39.9955940Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9956080Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-03-21T20:58:39.9956200Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-03-21T20:58:39.9956320Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-03-21T20:58:39.9956420Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-03-21T20:58:39.9956620Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9956760Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2025-03-21T20:58:39.9956890Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-03-21T20:58:39.9957000Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-03-21T20:58:39.9957130Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-03-21T20:58:39.9957350Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9957520Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2025-03-21T20:58:39.9957670Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-03-21T20:58:39.9957860Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-03-21T20:58:39.9957990Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-03-21T20:58:39.9958200Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9958350Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-03-21T20:58:39.9958510Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-03-21T20:58:39.9958750Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2025-03-21T20:58:39.9958890Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-03-21T20:58:39.9959050Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-03-21T20:58:39.9959300Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9959470Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-03-21T20:58:39.9959630Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-03-21T20:58:39.9959760Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-03-21T20:58:39.9959890Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-03-21T20:58:39.9960120Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9960290Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-03-21T20:58:39.9960450Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-03-21T20:58:39.9960610Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-03-21T20:58:39.9960750Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-03-21T20:58:39.9960840Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-03-21T20:58:39.9961020Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:39.9961120Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-03-21T20:58:40.0078500Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0079750Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0080150Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-03-21T20:58:40.0080450Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-03-21T20:58:40.0080740Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-03-21T20:58:40.0080990Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-03-21T20:58:40.0081450Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-03-21T20:58:40.0081990Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-03-21T20:58:40.0082940Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-03-21T20:58:40.0083450Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-03-21T20:58:40.0083940Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-03-21T20:58:40.0084230Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-03-21T20:58:40.0084650Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-03-21T20:58:40.0085360Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0085880Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-03-21T20:58:40.0086360Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-03-21T20:58:40.0086900Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0087330Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-03-21T20:58:40.0087730Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-03-21T20:58:40.0088430Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-03-21T20:58:40.0088790Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-03-21T20:58:40.0089130Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-03-21T20:58:40.0089510Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-03-21T20:58:40.0089880Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-03-21T20:58:40.0090520Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-03-21T20:58:40.0090890Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-03-21T20:58:40.0091230Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-03-21T20:58:40.0091520Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-03-21T20:58:40.0091860Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-03-21T20:58:40.0092160Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-03-21T20:58:40.0092470Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-03-21T20:58:40.0092830Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-03-21T20:58:40.0093170Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-03-21T20:58:40.0093470Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-03-21T20:58:40.0093830Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-03-21T20:58:40.0094160Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-03-21T20:58:40.0094440Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-03-21T20:58:40.0094840Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-03-21T20:58:40.0095170Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-03-21T20:58:40.0095470Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-03-21T20:58:40.0095830Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-03-21T20:58:40.0096160Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-03-21T20:58:40.0096630Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-03-21T20:58:40.0096960Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-03-21T20:58:40.0097540Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0098220Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0098770Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-03-21T20:58:40.0099130Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-03-21T20:58:40.0099460Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-03-21T20:58:40.0099780Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-03-21T20:58:40.0100540Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-03-21T20:58:40.0100900Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-03-21T20:58:40.0101240Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-03-21T20:58:40.0101530Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-03-21T20:58:40.0101880Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-03-21T20:58:40.0102200Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-03-21T20:58:40.0102520Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-03-21T20:58:40.0103090Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0103520Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-03-21T20:58:40.0103940Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-03-21T20:58:40.0104350Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-03-21T20:58:40.0104860Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-03-21T20:58:40.0105670Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-03-21T20:58:40.0106210Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-03-21T20:58:40.0106670Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-03-21T20:58:40.0107070Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-03-21T20:58:40.0107460Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-03-21T20:58:40.0107840Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-03-21T20:58:40.0108760Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0109190Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-03-21T20:58:40.0109600Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-03-21T20:58:40.0109900Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-03-21T20:58:40.0110450Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0110810Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-03-21T20:58:40.0111120Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-03-21T20:58:40.0111520Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-03-21T20:58:40.0111970Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-03-21T20:58:40.0112390Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-03-21T20:58:40.0112750Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-03-21T20:58:40.0113370Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0113790Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-03-21T20:58:40.0114190Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-03-21T20:58:40.0114500Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-03-21T20:58:40.0115510Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0115950Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-03-21T20:58:40.0116300Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-03-21T20:58:40.0116630Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-03-21T20:58:40.0116990Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-03-21T20:58:40.0117600Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0118330Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0118740Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-03-21T20:58:40.0119420Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-03-21T20:58:40.0119850Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-03-21T20:58:40.0120290Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-03-21T20:58:40.0120660Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-03-21T20:58:40.0121010Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-03-21T20:58:40.0121340Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-03-21T20:58:40.0121700Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-03-21T20:58:40.0122300Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0123020Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0123440Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-03-21T20:58:40.0123830Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-03-21T20:58:40.0124360Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-03-21T20:58:40.0124760Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-03-21T20:58:40.0125140Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-03-21T20:58:40.0125760Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0126200Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-03-21T20:58:40.0127090Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-03-21T20:58:40.0127370Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-03-21T20:58:40.0127900Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0128240Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-03-21T20:58:40.0128560Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-03-21T20:58:40.0128910Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-03-21T20:58:40.0129540Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0129950Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-03-21T20:58:40.0130340Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-03-21T20:58:40.0130550Z adding 'torch/include/ATen/ops/_nnz.h' 2025-03-21T20:58:40.0130810Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-03-21T20:58:40.0428930Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-03-21T20:58:40.0429290Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-03-21T20:58:40.0429730Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-03-21T20:58:40.0430370Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0430830Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-03-21T20:58:40.0431230Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-03-21T20:58:40.0432180Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0432560Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-03-21T20:58:40.0432890Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-03-21T20:58:40.0433150Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-03-21T20:58:40.0433650Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0433970Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-03-21T20:58:40.0434250Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-03-21T20:58:40.0434470Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-03-21T20:58:40.0434940Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0435490Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-03-21T20:58:40.0435750Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-03-21T20:58:40.0436050Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-03-21T20:58:40.0436610Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0436960Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-03-21T20:58:40.0437280Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-03-21T20:58:40.0437660Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-03-21T20:58:40.0438120Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-03-21T20:58:40.0438580Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-03-21T20:58:40.0439010Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-03-21T20:58:40.0439410Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-03-21T20:58:40.0439670Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-03-21T20:58:40.0440330Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0440700Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-03-21T20:58:40.0441060Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0441360Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-03-21T20:58:40.0441660Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-03-21T20:58:40.0441920Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-03-21T20:58:40.0442670Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0443020Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-03-21T20:58:40.0443370Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-03-21T20:58:40.0443670Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-03-21T20:58:40.0443950Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-03-21T20:58:40.0444200Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-03-21T20:58:40.0444740Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0445090Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-03-21T20:58:40.0445350Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-03-21T20:58:40.0445610Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-03-21T20:58:40.0445910Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-03-21T20:58:40.0446310Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-03-21T20:58:40.0446730Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0447130Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2025-03-21T20:58:40.0447480Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-03-21T20:58:40.0448030Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-03-21T20:58:40.0448380Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-03-21T20:58:40.0448730Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-03-21T20:58:40.0449310Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2025-03-21T20:58:40.0449640Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-03-21T20:58:40.0449920Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-03-21T20:58:40.0450150Z adding 'torch/include/ATen/ops/_print.h' 2025-03-21T20:58:40.0450670Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0450960Z adding 'torch/include/ATen/ops/_print_native.h' 2025-03-21T20:58:40.0451200Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-03-21T20:58:40.0451500Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-03-21T20:58:40.0452060Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0452660Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-03-21T20:58:40.0452980Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-03-21T20:58:40.0453260Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-03-21T20:58:40.0453800Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0454130Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-03-21T20:58:40.0454430Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-03-21T20:58:40.0454690Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-03-21T20:58:40.0454990Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-03-21T20:58:40.0455530Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0456200Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0456550Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-03-21T20:58:40.0456860Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-03-21T20:58:40.0457210Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-03-21T20:58:40.0458010Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-03-21T20:58:40.0458460Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-03-21T20:58:40.0458810Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2025-03-21T20:58:40.0459130Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-03-21T20:58:40.0459420Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-03-21T20:58:40.0460020Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-03-21T20:58:40.0460530Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0460830Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-03-21T20:58:40.0461100Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-03-21T20:58:40.0461400Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-03-21T20:58:40.0461960Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0462440Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-03-21T20:58:40.0462800Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-03-21T20:58:40.0463070Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-03-21T20:58:40.0463570Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0463920Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-03-21T20:58:40.0464230Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-03-21T20:58:40.0464530Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-03-21T20:58:40.0464780Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-03-21T20:58:40.0465290Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0465640Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-03-21T20:58:40.0465940Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-03-21T20:58:40.0466200Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-03-21T20:58:40.0466950Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0467270Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-03-21T20:58:40.0467530Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-03-21T20:58:40.0467810Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-03-21T20:58:40.0468370Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0468750Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-03-21T20:58:40.0469120Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-03-21T20:58:40.0469440Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-03-21T20:58:40.0470340Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-03-21T20:58:40.0470660Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-03-21T20:58:40.0471240Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0471610Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-03-21T20:58:40.0471970Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-03-21T20:58:40.0472390Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-03-21T20:58:40.0473050Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0473510Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-03-21T20:58:40.0474030Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2025-03-21T20:58:40.0474520Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-03-21T20:58:40.0474990Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-03-21T20:58:40.0475440Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-03-21T20:58:40.0476110Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-03-21T20:58:40.0476550Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-03-21T20:58:40.0477010Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-03-21T20:58:40.0477560Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0478060Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-03-21T20:58:40.0478780Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-03-21T20:58:40.0479260Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-03-21T20:58:40.0479700Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-03-21T20:58:40.0480130Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-03-21T20:58:40.0480620Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-03-21T20:58:40.0667250Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-03-21T20:58:40.0667860Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0668410Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-03-21T20:58:40.0668970Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-03-21T20:58:40.0669500Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-03-21T20:58:40.0669980Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-03-21T20:58:40.0670460Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-03-21T20:58:40.0670870Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-03-21T20:58:40.0671330Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-03-21T20:58:40.0672380Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0672900Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-03-21T20:58:40.0673370Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-03-21T20:58:40.0673860Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-03-21T20:58:40.0674320Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-03-21T20:58:40.0674820Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-03-21T20:58:40.0675410Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-03-21T20:58:40.0676270Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-03-21T20:58:40.0676810Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-03-21T20:58:40.0677350Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-03-21T20:58:40.0677830Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-03-21T20:58:40.0678300Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-03-21T20:58:40.0678750Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-03-21T20:58:40.0679170Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-03-21T20:58:40.0679650Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-03-21T20:58:40.0680190Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-03-21T20:58:40.0681010Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0681770Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-03-21T20:58:40.0682360Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-03-21T20:58:40.0683120Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0683740Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-03-21T20:58:40.0684880Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-03-21T20:58:40.0685140Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-03-21T20:58:40.0685620Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-03-21T20:58:40.0685890Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-03-21T20:58:40.0686160Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-03-21T20:58:40.0686500Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-03-21T20:58:40.0687090Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0687510Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-03-21T20:58:40.0687940Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0688310Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-03-21T20:58:40.0688670Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-03-21T20:58:40.0688940Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-03-21T20:58:40.0689470Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0689790Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-03-21T20:58:40.0690100Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-03-21T20:58:40.0690410Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-03-21T20:58:40.0691020Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0691630Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.0692050Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.0692400Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-03-21T20:58:40.0692730Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-03-21T20:58:40.0693040Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-03-21T20:58:40.0693510Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-03-21T20:58:40.0693910Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-03-21T20:58:40.0694250Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-03-21T20:58:40.0694830Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-03-21T20:58:40.0695120Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-03-21T20:58:40.0695650Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0696000Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-03-21T20:58:40.0696310Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-03-21T20:58:40.0696590Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-03-21T20:58:40.0697110Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0697430Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-03-21T20:58:40.0697730Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-03-21T20:58:40.0698090Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-03-21T20:58:40.0698720Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0699160Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-03-21T20:58:40.0699700Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-03-21T20:58:40.0700030Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-03-21T20:58:40.0700590Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0700950Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-03-21T20:58:40.0701280Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-03-21T20:58:40.0701520Z adding 'torch/include/ATen/ops/_softmax.h' 2025-03-21T20:58:40.0702050Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-03-21T20:58:40.0702800Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0703230Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-03-21T20:58:40.0703630Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-03-21T20:58:40.0703980Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-03-21T20:58:40.0704400Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-03-21T20:58:40.0704810Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2025-03-21T20:58:40.0705150Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-03-21T20:58:40.0705490Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-03-21T20:58:40.0706070Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0706370Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-03-21T20:58:40.0706690Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-03-21T20:58:40.0706940Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-03-21T20:58:40.0707250Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-03-21T20:58:40.0707560Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2025-03-21T20:58:40.0707820Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-03-21T20:58:40.0708090Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-03-21T20:58:40.0708550Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-03-21T20:58:40.0709070Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0709370Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-03-21T20:58:40.0709640Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-03-21T20:58:40.0709930Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-03-21T20:58:40.0710270Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-03-21T20:58:40.0710850Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0711530Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.0712140Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-03-21T20:58:40.0712500Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-03-21T20:58:40.0712910Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-03-21T20:58:40.0713260Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-03-21T20:58:40.0713600Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-03-21T20:58:40.0714180Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0714560Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-03-21T20:58:40.0714920Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0715250Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-03-21T20:58:40.0715830Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0716240Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-03-21T20:58:40.0716600Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0717430Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-03-21T20:58:40.0718170Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0718930Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-03-21T20:58:40.0829070Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0829270Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-03-21T20:58:40.0829750Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0829930Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-03-21T20:58:40.0830100Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-03-21T20:58:40.0830230Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-03-21T20:58:40.0830460Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0830620Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-03-21T20:58:40.0830760Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0830890Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-03-21T20:58:40.0831060Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-03-21T20:58:40.0831320Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0831520Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-03-21T20:58:40.0831700Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-03-21T20:58:40.0831880Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-03-21T20:58:40.0832110Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0842400Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-03-21T20:58:40.0842740Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-03-21T20:58:40.0842890Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-03-21T20:58:40.0843010Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-03-21T20:58:40.0843230Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0843380Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-03-21T20:58:40.0843500Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0843600Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-03-21T20:58:40.0843800Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0844130Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-03-21T20:58:40.0844240Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-03-21T20:58:40.0844340Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-03-21T20:58:40.0844530Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0844640Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-03-21T20:58:40.0844750Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-03-21T20:58:40.0844870Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-03-21T20:58:40.0845090Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0845230Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-03-21T20:58:40.0845360Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-03-21T20:58:40.0845470Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-03-21T20:58:40.0845620Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-03-21T20:58:40.0845960Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0846150Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-03-21T20:58:40.0846300Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-03-21T20:58:40.0846500Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0846700Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0846910Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-03-21T20:58:40.0847030Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-03-21T20:58:40.0847140Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-03-21T20:58:40.0847360Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0847500Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-03-21T20:58:40.0847630Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-03-21T20:58:40.0847720Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-03-21T20:58:40.0847900Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0848000Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-03-21T20:58:40.0848090Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-03-21T20:58:40.0848210Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-03-21T20:58:40.0848420Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-03-21T20:58:40.0848570Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-03-21T20:58:40.0848720Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-03-21T20:58:40.0848850Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-03-21T20:58:40.0848980Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-03-21T20:58:40.0849110Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-03-21T20:58:40.0849400Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-03-21T20:58:40.0849560Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-03-21T20:58:40.0849700Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-03-21T20:58:40.0849840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-03-21T20:58:40.0850000Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-03-21T20:58:40.0850160Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-03-21T20:58:40.0850340Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-03-21T20:58:40.0850520Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-03-21T20:58:40.0850740Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-03-21T20:58:40.0850890Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-03-21T20:58:40.0851040Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-03-21T20:58:40.0851170Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-03-21T20:58:40.0851340Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-03-21T20:58:40.0851520Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-03-21T20:58:40.0851680Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-03-21T20:58:40.0851800Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-03-21T20:58:40.0851960Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-03-21T20:58:40.0852100Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-03-21T20:58:40.0852240Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-03-21T20:58:40.0852370Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-03-21T20:58:40.0852590Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-03-21T20:58:40.0852770Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-03-21T20:58:40.0852910Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-03-21T20:58:40.0853010Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-03-21T20:58:40.0853140Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-03-21T20:58:40.0853520Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0853680Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-03-21T20:58:40.0853820Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-03-21T20:58:40.0854020Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0854210Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0854320Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-03-21T20:58:40.0854440Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-03-21T20:58:40.0854550Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-03-21T20:58:40.0854750Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0854880Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-03-21T20:58:40.0855010Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-03-21T20:58:40.0855100Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-03-21T20:58:40.0855210Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-03-21T20:58:40.0855410Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0855540Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-03-21T20:58:40.0855660Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-03-21T20:58:40.0855840Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0856060Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.0856170Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-03-21T20:58:40.0856270Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-03-21T20:58:40.0856350Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-03-21T20:58:40.0856530Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0856640Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-03-21T20:58:40.0856740Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-03-21T20:58:40.0856830Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-03-21T20:58:40.0856960Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-03-21T20:58:40.0857050Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-03-21T20:58:40.0857150Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-03-21T20:58:40.0857230Z adding 'torch/include/ATen/ops/_stack.h' 2025-03-21T20:58:40.0857400Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0857520Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-03-21T20:58:40.0857610Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-03-21T20:58:40.0857700Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-03-21T20:58:40.0857790Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-03-21T20:58:40.0857980Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.0858110Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-03-21T20:58:40.0858240Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-03-21T20:58:40.1048160Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-03-21T20:58:40.1048430Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1048700Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-03-21T20:58:40.1048870Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-03-21T20:58:40.1049000Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-03-21T20:58:40.1049120Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-03-21T20:58:40.1049250Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-03-21T20:58:40.1049360Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-03-21T20:58:40.1049640Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-03-21T20:58:40.1049860Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1050000Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-03-21T20:58:40.1050140Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-03-21T20:58:40.1050290Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-03-21T20:58:40.1050530Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1050780Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1050960Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-03-21T20:58:40.1051130Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-03-21T20:58:40.1051290Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-03-21T20:58:40.1051550Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1051720Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-03-21T20:58:40.1052000Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1052310Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1052610Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-03-21T20:58:40.1052810Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-03-21T20:58:40.1052980Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-03-21T20:58:40.1053150Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-03-21T20:58:40.1053270Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-03-21T20:58:40.1053460Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1053590Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-03-21T20:58:40.1053700Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-03-21T20:58:40.1053930Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-03-21T20:58:40.1054150Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1054320Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-03-21T20:58:40.1054460Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-03-21T20:58:40.1054600Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-03-21T20:58:40.1054730Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-03-21T20:58:40.1054970Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1055140Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-03-21T20:58:40.1055310Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-03-21T20:58:40.1055470Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-03-21T20:58:40.1055590Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-03-21T20:58:40.1055950Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1056120Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-03-21T20:58:40.1056270Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-03-21T20:58:40.1056400Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-03-21T20:58:40.1056520Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-03-21T20:58:40.1056740Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1056970Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-03-21T20:58:40.1057110Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-03-21T20:58:40.1057240Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-03-21T20:58:40.1057370Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-03-21T20:58:40.1057590Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1057740Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-03-21T20:58:40.1057880Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-03-21T20:58:40.1058010Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-03-21T20:58:40.1058230Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1058380Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-03-21T20:58:40.1058520Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-03-21T20:58:40.1058630Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-03-21T20:58:40.1058830Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1058950Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-03-21T20:58:40.1059070Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-03-21T20:58:40.1059180Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-03-21T20:58:40.1059420Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1059570Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-03-21T20:58:40.1059700Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-03-21T20:58:40.1059860Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-03-21T20:58:40.1060120Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1060290Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-03-21T20:58:40.1060470Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-03-21T20:58:40.1060780Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-03-21T20:58:40.1061040Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1061210Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-03-21T20:58:40.1061380Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-03-21T20:58:40.1061490Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-03-21T20:58:40.1061630Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-03-21T20:58:40.1061850Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1062020Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1062180Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-03-21T20:58:40.1062320Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-03-21T20:58:40.1062520Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1062710Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-03-21T20:58:40.1062840Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-03-21T20:58:40.1062960Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-03-21T20:58:40.1063070Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-03-21T20:58:40.1063210Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-03-21T20:58:40.1063430Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1063640Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-03-21T20:58:40.1063880Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1064060Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-03-21T20:58:40.1064230Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-03-21T20:58:40.1064390Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-03-21T20:58:40.1064540Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-03-21T20:58:40.1064680Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-03-21T20:58:40.1064890Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1065040Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-03-21T20:58:40.1065170Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-03-21T20:58:40.1065290Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-03-21T20:58:40.1065370Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-03-21T20:58:40.1065550Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1065650Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-03-21T20:58:40.1065740Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-03-21T20:58:40.1065830Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-03-21T20:58:40.1066100Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1066210Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-03-21T20:58:40.1066300Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-03-21T20:58:40.1066380Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-03-21T20:58:40.1066560Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1066660Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-03-21T20:58:40.1066750Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-03-21T20:58:40.1066830Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-03-21T20:58:40.1066920Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-03-21T20:58:40.1067160Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1067290Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-03-21T20:58:40.1067490Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-03-21T20:58:40.1186260Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-03-21T20:58:40.1186410Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-03-21T20:58:40.1186510Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-03-21T20:58:40.1186710Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1186840Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-03-21T20:58:40.1186980Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-03-21T20:58:40.1187090Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-03-21T20:58:40.1187200Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-03-21T20:58:40.1187390Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1187510Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-03-21T20:58:40.1187610Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-03-21T20:58:40.1187960Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1188090Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-03-21T20:58:40.1188220Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-03-21T20:58:40.1188340Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-03-21T20:58:40.1188470Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-03-21T20:58:40.1188800Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-03-21T20:58:40.1188990Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1189120Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-03-21T20:58:40.1189260Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-03-21T20:58:40.1189370Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-03-21T20:58:40.1189480Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-03-21T20:58:40.1189600Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-03-21T20:58:40.1189700Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-03-21T20:58:40.1189800Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-03-21T20:58:40.1189930Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-03-21T20:58:40.1190100Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-03-21T20:58:40.1190240Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-03-21T20:58:40.1190380Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-03-21T20:58:40.1190500Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-03-21T20:58:40.1190730Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1190890Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-03-21T20:58:40.1191050Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-03-21T20:58:40.1191280Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-03-21T20:58:40.1191420Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-03-21T20:58:40.1191560Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-03-21T20:58:40.1191790Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1191960Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-03-21T20:58:40.1192130Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-03-21T20:58:40.1192290Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-03-21T20:58:40.1192560Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-03-21T20:58:40.1192650Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-03-21T20:58:40.1192830Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1193050Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1193150Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-03-21T20:58:40.1193250Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-03-21T20:58:40.1193380Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-03-21T20:58:40.1193600Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1193760Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-03-21T20:58:40.1193910Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-03-21T20:58:40.1194050Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-03-21T20:58:40.1194180Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-03-21T20:58:40.1194400Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1194610Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-03-21T20:58:40.1194760Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-03-21T20:58:40.1194900Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-03-21T20:58:40.1194980Z adding 'torch/include/ATen/ops/_unique.h' 2025-03-21T20:58:40.1195070Z adding 'torch/include/ATen/ops/_unique2.h' 2025-03-21T20:58:40.1195310Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1195430Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-03-21T20:58:40.1195550Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-03-21T20:58:40.1195660Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2025-03-21T20:58:40.1195760Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-03-21T20:58:40.1195860Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-03-21T20:58:40.1196030Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1196150Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-03-21T20:58:40.1196260Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-03-21T20:58:40.1196350Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-03-21T20:58:40.1196440Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-03-21T20:58:40.1196530Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-03-21T20:58:40.1196710Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1196820Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-03-21T20:58:40.1196920Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-03-21T20:58:40.1197010Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-03-21T20:58:40.1197200Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1197310Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-03-21T20:58:40.1197410Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-03-21T20:58:40.1197560Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-03-21T20:58:40.1197780Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1197930Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-03-21T20:58:40.1198040Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-03-21T20:58:40.1198150Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-03-21T20:58:40.1198360Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1198480Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-03-21T20:58:40.1198600Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-03-21T20:58:40.1198840Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-03-21T20:58:40.1199090Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1199260Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-03-21T20:58:40.1199430Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-03-21T20:58:40.1199520Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-03-21T20:58:40.1199710Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1199820Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-03-21T20:58:40.1199920Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-03-21T20:58:40.1200040Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-03-21T20:58:40.1200190Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-03-21T20:58:40.1200470Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1200640Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1200980Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1201160Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-03-21T20:58:40.1201330Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-03-21T20:58:40.1201500Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-03-21T20:58:40.1201650Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-03-21T20:58:40.1201990Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1202210Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1202360Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-03-21T20:58:40.1202510Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-03-21T20:58:40.1202640Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-03-21T20:58:40.1202790Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-03-21T20:58:40.1202930Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-03-21T20:58:40.1203070Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-03-21T20:58:40.1203210Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-03-21T20:58:40.1203360Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-03-21T20:58:40.1203650Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1203830Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1204010Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1204170Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-03-21T20:58:40.1204350Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-03-21T20:58:40.1204580Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-03-21T20:58:40.1204740Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-03-21T20:58:40.1205000Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1205220Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1607280Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-03-21T20:58:40.1607650Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-03-21T20:58:40.1607790Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-03-21T20:58:40.1608310Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-03-21T20:58:40.1608460Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h' 2025-03-21T20:58:40.1608610Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-03-21T20:58:40.1608750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-03-21T20:58:40.1608870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-03-21T20:58:40.1609050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-03-21T20:58:40.1609350Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1609540Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1609720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1609890Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-03-21T20:58:40.1610090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-03-21T20:58:40.1610260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2025-03-21T20:58:40.1610550Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-03-21T20:58:40.1610710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-03-21T20:58:40.1610980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1611200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1611580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-03-21T20:58:40.1611740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-03-21T20:58:40.1611900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-03-21T20:58:40.1612080Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-03-21T20:58:40.1612230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2025-03-21T20:58:40.1612370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-03-21T20:58:40.1612500Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-03-21T20:58:40.1612630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-03-21T20:58:40.1612770Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-03-21T20:58:40.1613060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1613250Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1613420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1613580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-03-21T20:58:40.1613760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-03-21T20:58:40.1613930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2025-03-21T20:58:40.1614280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-03-21T20:58:40.1614440Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-03-21T20:58:40.1614710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1614930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1615090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-03-21T20:58:40.1615250Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-03-21T20:58:40.1615380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-03-21T20:58:40.1615640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-03-21T20:58:40.1615800Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2025-03-21T20:58:40.1615940Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-03-21T20:58:40.1616080Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-03-21T20:58:40.1616210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-03-21T20:58:40.1616370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-03-21T20:58:40.1616660Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1616860Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1617050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1617200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-03-21T20:58:40.1617380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-03-21T20:58:40.1617550Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-03-21T20:58:40.1617790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-03-21T20:58:40.1618050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1618300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1618460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-03-21T20:58:40.1618800Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-03-21T20:58:40.1618930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-03-21T20:58:40.1619090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-03-21T20:58:40.1619230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-03-21T20:58:40.1619370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-03-21T20:58:40.1619490Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-03-21T20:58:40.1619650Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-21T20:58:40.1619790Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-03-21T20:58:40.1619900Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-03-21T20:58:40.1620040Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-03-21T20:58:40.1620260Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1620420Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-03-21T20:58:40.1620560Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-03-21T20:58:40.1620730Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-03-21T20:58:40.1620930Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-03-21T20:58:40.1621120Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-03-21T20:58:40.1621360Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-03-21T20:58:40.1621520Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-03-21T20:58:40.1621670Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-03-21T20:58:40.1621910Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1622070Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-03-21T20:58:40.1622220Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-03-21T20:58:40.1622370Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-03-21T20:58:40.1622600Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1622830Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-03-21T20:58:40.1622980Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-03-21T20:58:40.1623140Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-03-21T20:58:40.1623400Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1623580Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-03-21T20:58:40.1623770Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-03-21T20:58:40.1623920Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-03-21T20:58:40.1624150Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1624310Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-03-21T20:58:40.1624470Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-03-21T20:58:40.1624600Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-03-21T20:58:40.1624910Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1625070Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-03-21T20:58:40.1625220Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-03-21T20:58:40.1625360Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-03-21T20:58:40.1625660Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1625820Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-03-21T20:58:40.1625970Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-03-21T20:58:40.1631900Z adding 'torch/include/ATen/ops/_values.h' 2025-03-21T20:58:40.1632040Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-03-21T20:58:40.1632230Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1632460Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1632570Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-03-21T20:58:40.1632680Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-03-21T20:58:40.1632770Z adding 'torch/include/ATen/ops/_values_native.h' 2025-03-21T20:58:40.1632860Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-03-21T20:58:40.1632950Z adding 'torch/include/ATen/ops/_version.h' 2025-03-21T20:58:40.1633120Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1891260Z adding 'torch/include/ATen/ops/_version_native.h' 2025-03-21T20:58:40.1891610Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-03-21T20:58:40.1891950Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-03-21T20:58:40.1892350Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-03-21T20:58:40.1892710Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-03-21T20:58:40.1893410Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-03-21T20:58:40.1893840Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-03-21T20:58:40.1894200Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-03-21T20:58:40.1894580Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2025-03-21T20:58:40.1894920Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-03-21T20:58:40.1895240Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-03-21T20:58:40.1895530Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-03-21T20:58:40.1895910Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-03-21T20:58:40.1896550Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2025-03-21T20:58:40.1896890Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-03-21T20:58:40.1897220Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-03-21T20:58:40.1897460Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-03-21T20:58:40.1897990Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1898400Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-03-21T20:58:40.1899080Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1899550Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-03-21T20:58:40.1899990Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-03-21T20:58:40.1900310Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-03-21T20:58:40.1900690Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-03-21T20:58:40.1901340Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1902120Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1902630Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1903100Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2025-03-21T20:58:40.1903550Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-03-21T20:58:40.1903950Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-03-21T20:58:40.1904820Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1905240Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-03-21T20:58:40.1905650Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-03-21T20:58:40.1906050Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2025-03-21T20:58:40.1906430Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-03-21T20:58:40.1906780Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-03-21T20:58:40.1907080Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-03-21T20:58:40.1907360Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-03-21T20:58:40.1907690Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-03-21T20:58:40.1908280Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1908930Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-03-21T20:58:40.1909650Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-03-21T20:58:40.1910070Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-03-21T20:58:40.1910780Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1911230Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-03-21T20:58:40.1911670Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-03-21T20:58:40.1912070Z adding 'torch/include/ATen/ops/abs.h' 2025-03-21T20:58:40.1912510Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1912780Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-03-21T20:58:40.1913050Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-03-21T20:58:40.1913320Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2025-03-21T20:58:40.1913560Z adding 'torch/include/ATen/ops/abs_native.h' 2025-03-21T20:58:40.1913800Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-03-21T20:58:40.1914040Z adding 'torch/include/ATen/ops/absolute.h' 2025-03-21T20:58:40.1914550Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1915230Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-03-21T20:58:40.1915490Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-03-21T20:58:40.1915700Z adding 'torch/include/ATen/ops/acos.h' 2025-03-21T20:58:40.1916280Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1916580Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-03-21T20:58:40.1916870Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-03-21T20:58:40.1917100Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-03-21T20:58:40.1917390Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-03-21T20:58:40.1917660Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2025-03-21T20:58:40.1917910Z adding 'torch/include/ATen/ops/acos_native.h' 2025-03-21T20:58:40.1918140Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-03-21T20:58:40.1918370Z adding 'torch/include/ATen/ops/acosh.h' 2025-03-21T20:58:40.1918920Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1919210Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-03-21T20:58:40.1919500Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-03-21T20:58:40.1919930Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-03-21T20:58:40.1920240Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-03-21T20:58:40.1920520Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2025-03-21T20:58:40.1920760Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-03-21T20:58:40.1920990Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-03-21T20:58:40.1921290Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-03-21T20:58:40.1921890Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.1922630Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1922970Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-03-21T20:58:40.1923290Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-03-21T20:58:40.1923590Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-03-21T20:58:40.1924130Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1924520Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-21T20:58:40.1924920Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-21T20:58:40.1925320Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2025-03-21T20:58:40.1925680Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-03-21T20:58:40.1926000Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-03-21T20:58:40.1926290Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-03-21T20:58:40.1926640Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-03-21T20:58:40.1927120Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1927580Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1927980Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-03-21T20:58:40.1928400Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-03-21T20:58:40.1929220Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1929630Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-21T20:58:40.1930010Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-21T20:58:40.1930350Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-03-21T20:58:40.1930660Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-03-21T20:58:40.1930950Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-03-21T20:58:40.1931510Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.1931870Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-03-21T20:58:40.1932430Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-03-21T20:58:40.1932720Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-03-21T20:58:40.1933080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-03-21T20:58:40.1933810Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1934250Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1934710Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.1935100Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-03-21T20:58:40.1935560Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-03-21T20:58:40.1936000Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2025-03-21T20:58:40.1936400Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-03-21T20:58:40.1936800Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-03-21T20:58:40.1937450Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1937960Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-03-21T20:58:40.1938370Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-03-21T20:58:40.1938700Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-03-21T20:58:40.1939080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-03-21T20:58:40.1939470Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2025-03-21T20:58:40.1940140Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-03-21T20:58:40.1940450Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-03-21T20:58:40.1940740Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-03-21T20:58:40.1941100Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-03-21T20:58:40.1941870Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.1942330Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.1942790Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.2167470Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-03-21T20:58:40.2167700Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-03-21T20:58:40.2167860Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-03-21T20:58:40.2168040Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-03-21T20:58:40.2168310Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2168450Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-03-21T20:58:40.2168610Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-03-21T20:58:40.2168730Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-03-21T20:58:40.2168890Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-03-21T20:58:40.2169150Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-03-21T20:58:40.2169270Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-03-21T20:58:40.2169350Z adding 'torch/include/ATen/ops/add.h' 2025-03-21T20:58:40.2169520Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2169730Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2169840Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-03-21T20:58:40.2169940Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-03-21T20:58:40.2170020Z adding 'torch/include/ATen/ops/add_meta.h' 2025-03-21T20:58:40.2170120Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-03-21T20:58:40.2170340Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2025-03-21T20:58:40.2170430Z adding 'torch/include/ATen/ops/add_native.h' 2025-03-21T20:58:40.2170520Z adding 'torch/include/ATen/ops/add_ops.h' 2025-03-21T20:58:40.2170600Z adding 'torch/include/ATen/ops/addbmm.h' 2025-03-21T20:58:40.2170710Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-03-21T20:58:40.2170820Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-03-21T20:58:40.2170930Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-03-21T20:58:40.2171040Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2025-03-21T20:58:40.2171130Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-03-21T20:58:40.2171230Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-03-21T20:58:40.2171310Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-03-21T20:58:40.2171540Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2171650Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-03-21T20:58:40.2171770Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-03-21T20:58:40.2171870Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-03-21T20:58:40.2172050Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-03-21T20:58:40.2172170Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2025-03-21T20:58:40.2172270Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-03-21T20:58:40.2172360Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-03-21T20:58:40.2172440Z adding 'torch/include/ATen/ops/addcmul.h' 2025-03-21T20:58:40.2172660Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2172890Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-03-21T20:58:40.2173000Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-03-21T20:58:40.2173090Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-03-21T20:58:40.2173200Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-03-21T20:58:40.2173310Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2025-03-21T20:58:40.2173410Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-03-21T20:58:40.2173500Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-03-21T20:58:40.2173580Z adding 'torch/include/ATen/ops/addmm.h' 2025-03-21T20:58:40.2173790Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2173900Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-03-21T20:58:40.2174010Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-03-21T20:58:40.2174090Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-03-21T20:58:40.2174200Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-03-21T20:58:40.2174300Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2025-03-21T20:58:40.2174400Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-03-21T20:58:40.2174480Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-03-21T20:58:40.2174560Z adding 'torch/include/ATen/ops/addmv.h' 2025-03-21T20:58:40.2174770Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2174880Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-03-21T20:58:40.2175010Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-03-21T20:58:40.2175110Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-03-21T20:58:40.2175230Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-03-21T20:58:40.2175350Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2025-03-21T20:58:40.2175440Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-03-21T20:58:40.2175520Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-03-21T20:58:40.2175600Z adding 'torch/include/ATen/ops/addr.h' 2025-03-21T20:58:40.2175770Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2175870Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-03-21T20:58:40.2175970Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-03-21T20:58:40.2176150Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2025-03-21T20:58:40.2176230Z adding 'torch/include/ATen/ops/addr_native.h' 2025-03-21T20:58:40.2176320Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-03-21T20:58:40.2176400Z adding 'torch/include/ATen/ops/adjoint.h' 2025-03-21T20:58:40.2176580Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2176670Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-03-21T20:58:40.2176760Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-03-21T20:58:40.2176880Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-03-21T20:58:40.2177010Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-03-21T20:58:40.2177250Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2177410Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-03-21T20:58:40.2177560Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-03-21T20:58:40.2177770Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2178020Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-03-21T20:58:40.2178160Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-03-21T20:58:40.2178240Z adding 'torch/include/ATen/ops/alias.h' 2025-03-21T20:58:40.2178410Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2178490Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-03-21T20:58:40.2178680Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2179000Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2179100Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-03-21T20:58:40.2179190Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-03-21T20:58:40.2179280Z adding 'torch/include/ATen/ops/alias_native.h' 2025-03-21T20:58:40.2179360Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-03-21T20:58:40.2179450Z adding 'torch/include/ATen/ops/align_as.h' 2025-03-21T20:58:40.2179620Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2179720Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-03-21T20:58:40.2179840Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-03-21T20:58:40.2179950Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-03-21T20:58:40.2180140Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2180250Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-03-21T20:58:40.2180350Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-03-21T20:58:40.2180430Z adding 'torch/include/ATen/ops/align_to.h' 2025-03-21T20:58:40.2180600Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2180700Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-03-21T20:58:40.2180790Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-03-21T20:58:40.2180870Z adding 'torch/include/ATen/ops/all.h' 2025-03-21T20:58:40.2181030Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2181280Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2181450Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2181550Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-03-21T20:58:40.2181640Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-03-21T20:58:40.2181730Z adding 'torch/include/ATen/ops/all_meta.h' 2025-03-21T20:58:40.2181830Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-03-21T20:58:40.2181930Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2025-03-21T20:58:40.2182010Z adding 'torch/include/ATen/ops/all_native.h' 2025-03-21T20:58:40.2182230Z adding 'torch/include/ATen/ops/all_ops.h' 2025-03-21T20:58:40.2182310Z adding 'torch/include/ATen/ops/allclose.h' 2025-03-21T20:58:40.2182490Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2182600Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-03-21T20:58:40.2182690Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-03-21T20:58:40.2182780Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-03-21T20:58:40.2182980Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2183090Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-03-21T20:58:40.2183190Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-03-21T20:58:40.2183270Z adding 'torch/include/ATen/ops/amax.h' 2025-03-21T20:58:40.2183480Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2183580Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-03-21T20:58:40.2183690Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-03-21T20:58:40.2183780Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-03-21T20:58:40.2183880Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-03-21T20:58:40.2184020Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2025-03-21T20:58:40.2184120Z adding 'torch/include/ATen/ops/amax_native.h' 2025-03-21T20:58:40.2184210Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-03-21T20:58:40.2184290Z adding 'torch/include/ATen/ops/amin.h' 2025-03-21T20:58:40.2184500Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2184600Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-03-21T20:58:40.2184760Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-03-21T20:58:40.2184850Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-03-21T20:58:40.2184950Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-03-21T20:58:40.2185050Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2025-03-21T20:58:40.2185150Z adding 'torch/include/ATen/ops/amin_native.h' 2025-03-21T20:58:40.2185240Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-03-21T20:58:40.2185320Z adding 'torch/include/ATen/ops/aminmax.h' 2025-03-21T20:58:40.2185550Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2185670Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-03-21T20:58:40.2185780Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-03-21T20:58:40.2185870Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-03-21T20:58:40.2406290Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-03-21T20:58:40.2406550Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2025-03-21T20:58:40.2406680Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-03-21T20:58:40.2406780Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-03-21T20:58:40.2406860Z adding 'torch/include/ATen/ops/and.h' 2025-03-21T20:58:40.2407030Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2407130Z adding 'torch/include/ATen/ops/and_native.h' 2025-03-21T20:58:40.2407210Z adding 'torch/include/ATen/ops/and_ops.h' 2025-03-21T20:58:40.2407300Z adding 'torch/include/ATen/ops/angle.h' 2025-03-21T20:58:40.2407640Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-03-21T20:58:40.2407780Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-03-21T20:58:40.2407880Z adding 'torch/include/ATen/ops/angle_mps_dispatch.h' 2025-03-21T20:58:40.2407970Z adding 'torch/include/ATen/ops/angle_native.h' 2025-03-21T20:58:40.2408060Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-03-21T20:58:40.2408140Z adding 'torch/include/ATen/ops/any.h' 2025-03-21T20:58:40.2408310Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2408520Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2408680Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2408930Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-03-21T20:58:40.2409030Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-03-21T20:58:40.2409110Z adding 'torch/include/ATen/ops/any_meta.h' 2025-03-21T20:58:40.2409210Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-03-21T20:58:40.2409310Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2025-03-21T20:58:40.2409400Z adding 'torch/include/ATen/ops/any_native.h' 2025-03-21T20:58:40.2409480Z adding 'torch/include/ATen/ops/any_ops.h' 2025-03-21T20:58:40.2409560Z adding 'torch/include/ATen/ops/arange.h' 2025-03-21T20:58:40.2409740Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2409850Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-03-21T20:58:40.2409960Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-03-21T20:58:40.2410070Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-03-21T20:58:40.2410170Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2025-03-21T20:58:40.2410270Z adding 'torch/include/ATen/ops/arange_native.h' 2025-03-21T20:58:40.2410350Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-03-21T20:58:40.2410500Z adding 'torch/include/ATen/ops/arccos.h' 2025-03-21T20:58:40.2410710Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2410800Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-03-21T20:58:40.2410890Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-03-21T20:58:40.2410970Z adding 'torch/include/ATen/ops/arccosh.h' 2025-03-21T20:58:40.2411150Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2411430Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-03-21T20:58:40.2411520Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-03-21T20:58:40.2411600Z adding 'torch/include/ATen/ops/arcsin.h' 2025-03-21T20:58:40.2411760Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2411860Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-03-21T20:58:40.2411950Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-03-21T20:58:40.2412040Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-03-21T20:58:40.2412210Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2412310Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-03-21T20:58:40.2412410Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-03-21T20:58:40.2412510Z adding 'torch/include/ATen/ops/arctan.h' 2025-03-21T20:58:40.2412600Z adding 'torch/include/ATen/ops/arctan2.h' 2025-03-21T20:58:40.2412770Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2412860Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-03-21T20:58:40.2412960Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-03-21T20:58:40.2413130Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2413230Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-03-21T20:58:40.2413320Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-03-21T20:58:40.2413410Z adding 'torch/include/ATen/ops/arctanh.h' 2025-03-21T20:58:40.2413590Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2413740Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-03-21T20:58:40.2413840Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-03-21T20:58:40.2413920Z adding 'torch/include/ATen/ops/argmax.h' 2025-03-21T20:58:40.2414140Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2414250Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-03-21T20:58:40.2414370Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-03-21T20:58:40.2414460Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-03-21T20:58:40.2414570Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-03-21T20:58:40.2414680Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2025-03-21T20:58:40.2414840Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-03-21T20:58:40.2414930Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-03-21T20:58:40.2415010Z adding 'torch/include/ATen/ops/argmin.h' 2025-03-21T20:58:40.2415230Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2415340Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-03-21T20:58:40.2415450Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-03-21T20:58:40.2415550Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-03-21T20:58:40.2415650Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-03-21T20:58:40.2415760Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2025-03-21T20:58:40.2415850Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-03-21T20:58:40.2415940Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-03-21T20:58:40.2416020Z adding 'torch/include/ATen/ops/argsort.h' 2025-03-21T20:58:40.2416190Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2416290Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-03-21T20:58:40.2416380Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-03-21T20:58:40.2416490Z adding 'torch/include/ATen/ops/argwhere.h' 2025-03-21T20:58:40.2416670Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2416770Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-03-21T20:58:40.2416860Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-03-21T20:58:40.2416940Z adding 'torch/include/ATen/ops/as_strided.h' 2025-03-21T20:58:40.2417170Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2417310Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-03-21T20:58:40.2417500Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2417740Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2417860Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-03-21T20:58:40.2417980Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-03-21T20:58:40.2418100Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-03-21T20:58:40.2418240Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-03-21T20:58:40.2418370Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-03-21T20:58:40.2418480Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2025-03-21T20:58:40.2418590Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-03-21T20:58:40.2418680Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-03-21T20:58:40.2418810Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-03-21T20:58:40.2419020Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2419260Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2419390Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-03-21T20:58:40.2419500Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-03-21T20:58:40.2419580Z adding 'torch/include/ATen/ops/asin.h' 2025-03-21T20:58:40.2419860Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2419970Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-03-21T20:58:40.2420090Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-03-21T20:58:40.2420180Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-03-21T20:58:40.2420280Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-03-21T20:58:40.2420380Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2025-03-21T20:58:40.2420470Z adding 'torch/include/ATen/ops/asin_native.h' 2025-03-21T20:58:40.2420550Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-03-21T20:58:40.2420640Z adding 'torch/include/ATen/ops/asinh.h' 2025-03-21T20:58:40.2420920Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2421030Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-03-21T20:58:40.2421130Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-03-21T20:58:40.2421220Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-03-21T20:58:40.2421330Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-03-21T20:58:40.2421430Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2025-03-21T20:58:40.2421520Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-03-21T20:58:40.2421600Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-03-21T20:58:40.2421680Z adding 'torch/include/ATen/ops/atan.h' 2025-03-21T20:58:40.2421760Z adding 'torch/include/ATen/ops/atan2.h' 2025-03-21T20:58:40.2421970Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2422080Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-03-21T20:58:40.2422180Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-03-21T20:58:40.2422270Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-03-21T20:58:40.2422370Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-03-21T20:58:40.2422630Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2025-03-21T20:58:40.2422760Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-03-21T20:58:40.2422850Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-03-21T20:58:40.2423050Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2423150Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-03-21T20:58:40.2423240Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-03-21T20:58:40.2423380Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-03-21T20:58:40.2423480Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-03-21T20:58:40.2423580Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2025-03-21T20:58:40.2423660Z adding 'torch/include/ATen/ops/atan_native.h' 2025-03-21T20:58:40.2423740Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-03-21T20:58:40.2423820Z adding 'torch/include/ATen/ops/atanh.h' 2025-03-21T20:58:40.2424030Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2424140Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-03-21T20:58:40.2424250Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-03-21T20:58:40.2424330Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-03-21T20:58:40.2424440Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-03-21T20:58:40.2424540Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2025-03-21T20:58:40.2424630Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-03-21T20:58:40.2424710Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-03-21T20:58:40.2424800Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-03-21T20:58:40.2577920Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2578070Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-03-21T20:58:40.2578180Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-03-21T20:58:40.2578270Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-03-21T20:58:40.2578470Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2578690Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-03-21T20:58:40.2584020Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-03-21T20:58:40.2584170Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-03-21T20:58:40.2584360Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2584470Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-03-21T20:58:40.2584580Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-03-21T20:58:40.2584660Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-03-21T20:58:40.2584840Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2585310Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2585410Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-03-21T20:58:40.2585510Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-03-21T20:58:40.2585600Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-03-21T20:58:40.2585720Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-03-21T20:58:40.2585970Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2586110Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.2586260Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.2586390Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-03-21T20:58:40.2586530Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-03-21T20:58:40.2586680Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2025-03-21T20:58:40.2586810Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-03-21T20:58:40.2586930Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-03-21T20:58:40.2587240Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2587370Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-03-21T20:58:40.2587500Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-03-21T20:58:40.2587590Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-03-21T20:58:40.2587710Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-03-21T20:58:40.2587820Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2025-03-21T20:58:40.2588040Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-03-21T20:58:40.2588140Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-03-21T20:58:40.2588230Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-03-21T20:58:40.2588340Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-03-21T20:58:40.2588590Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2588740Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.2588890Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.2589010Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-03-21T20:58:40.2589160Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-03-21T20:58:40.2589290Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-03-21T20:58:40.2589410Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-03-21T20:58:40.2589650Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2589790Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-03-21T20:58:40.2589910Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-03-21T20:58:40.2590010Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-03-21T20:58:40.2590130Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-03-21T20:58:40.2590230Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-03-21T20:58:40.2590330Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-03-21T20:58:40.2590550Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-03-21T20:58:40.2590780Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2590900Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-03-21T20:58:40.2591020Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-03-21T20:58:40.2591110Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-03-21T20:58:40.2591230Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-03-21T20:58:40.2591340Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2025-03-21T20:58:40.2591430Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-03-21T20:58:40.2591530Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-03-21T20:58:40.2591700Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-03-21T20:58:40.2591900Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2592020Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-03-21T20:58:40.2592140Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-03-21T20:58:40.2592230Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-03-21T20:58:40.2592340Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-03-21T20:58:40.2592490Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-03-21T20:58:40.2592640Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.2592770Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-03-21T20:58:40.2593000Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2593160Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-03-21T20:58:40.2593310Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-03-21T20:58:40.2593450Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-03-21T20:58:40.2593640Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2025-03-21T20:58:40.2593770Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-03-21T20:58:40.2593890Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-03-21T20:58:40.2594020Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-03-21T20:58:40.2594250Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2594590Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-03-21T20:58:40.2594740Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-03-21T20:58:40.2594880Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-03-21T20:58:40.2595070Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2595180Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-03-21T20:58:40.2595320Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-03-21T20:58:40.2595440Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-03-21T20:58:40.2595560Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-03-21T20:58:40.2595680Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-03-21T20:58:40.2595890Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2596050Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-03-21T20:58:40.2596200Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-03-21T20:58:40.2596320Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-03-21T20:58:40.2596470Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-03-21T20:58:40.2596720Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2596910Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-03-21T20:58:40.2597140Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-03-21T20:58:40.2597390Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-03-21T20:58:40.2597500Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-03-21T20:58:40.2597610Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-03-21T20:58:40.2597710Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-03-21T20:58:40.2597910Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2598050Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-03-21T20:58:40.2598170Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-03-21T20:58:40.2598290Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-03-21T20:58:40.2598460Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-03-21T20:58:40.2598680Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2598840Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-03-21T20:58:40.2599000Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-03-21T20:58:40.2599130Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-03-21T20:58:40.2599270Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-03-21T20:58:40.2599360Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-03-21T20:58:40.2599540Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2599770Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2599890Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-03-21T20:58:40.2600010Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-03-21T20:58:40.2600130Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-03-21T20:58:40.2600280Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2025-03-21T20:58:40.2600390Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-03-21T20:58:40.2600490Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-03-21T20:58:40.2600580Z adding 'torch/include/ATen/ops/bilinear.h' 2025-03-21T20:58:40.2600760Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2600860Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-03-21T20:58:40.2601040Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-03-21T20:58:40.2601150Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-03-21T20:58:40.2601290Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-03-21T20:58:40.2601470Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-03-21T20:58:40.2601640Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-03-21T20:58:40.2601810Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2025-03-21T20:58:40.2601970Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-03-21T20:58:40.2602120Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-03-21T20:58:40.2602260Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-03-21T20:58:40.2602420Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-03-21T20:58:40.2835290Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2025-03-21T20:58:40.2836270Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-03-21T20:58:40.2836610Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-03-21T20:58:40.2837010Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-03-21T20:58:40.2837770Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2838060Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-03-21T20:58:40.2838280Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-03-21T20:58:40.2838550Z adding 'torch/include/ATen/ops/bincount.h' 2025-03-21T20:58:40.2838840Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2838990Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-03-21T20:58:40.2839130Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-03-21T20:58:40.2839320Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2025-03-21T20:58:40.2839500Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-03-21T20:58:40.2839660Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-03-21T20:58:40.2839830Z adding 'torch/include/ATen/ops/binomial.h' 2025-03-21T20:58:40.2840080Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2840430Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-03-21T20:58:40.2840610Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-03-21T20:58:40.2841030Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-03-21T20:58:40.2841980Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-03-21T20:58:40.2842220Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-03-21T20:58:40.2842460Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2842930Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2843160Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-03-21T20:58:40.2843360Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-03-21T20:58:40.2843550Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-03-21T20:58:40.2843700Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-03-21T20:58:40.2843920Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2025-03-21T20:58:40.2844130Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-03-21T20:58:40.2844290Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-03-21T20:58:40.2845020Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-03-21T20:58:40.2845390Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2845780Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2846030Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-03-21T20:58:40.2846490Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-03-21T20:58:40.2846720Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-03-21T20:58:40.2846940Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-03-21T20:58:40.2847100Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2025-03-21T20:58:40.2847300Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-03-21T20:58:40.2847500Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-03-21T20:58:40.2847650Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-03-21T20:58:40.2848020Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2848220Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-03-21T20:58:40.2848400Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-03-21T20:58:40.2848530Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-03-21T20:58:40.2848750Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-03-21T20:58:40.2848940Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2025-03-21T20:58:40.2849130Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-03-21T20:58:40.2849300Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-03-21T20:58:40.2849460Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-03-21T20:58:40.2849740Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2850070Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2850370Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-03-21T20:58:40.2850560Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-03-21T20:58:40.2850660Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-03-21T20:58:40.2850860Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-03-21T20:58:40.2851060Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2025-03-21T20:58:40.2851220Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-03-21T20:58:40.2851390Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-03-21T20:58:40.2851500Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-03-21T20:58:40.2852790Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2854260Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2854510Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-03-21T20:58:40.2854760Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-03-21T20:58:40.2854950Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-03-21T20:58:40.2855190Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-03-21T20:58:40.2855530Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2025-03-21T20:58:40.2855730Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-03-21T20:58:40.2855930Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-03-21T20:58:40.2856090Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-03-21T20:58:40.2856320Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2856630Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2856840Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-03-21T20:58:40.2857120Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-03-21T20:58:40.2857800Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-03-21T20:58:40.2858480Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-03-21T20:58:40.2859030Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2025-03-21T20:58:40.2859250Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-03-21T20:58:40.2859650Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-03-21T20:58:40.2860620Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-03-21T20:58:40.2861420Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2861950Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-03-21T20:58:40.2862200Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-03-21T20:58:40.2862380Z adding 'torch/include/ATen/ops/block_diag.h' 2025-03-21T20:58:40.2862650Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2862810Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-03-21T20:58:40.2862970Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-03-21T20:58:40.2863120Z adding 'torch/include/ATen/ops/bmm.h' 2025-03-21T20:58:40.2863530Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2863740Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-03-21T20:58:40.2863910Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-03-21T20:58:40.2864050Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-03-21T20:58:40.2864230Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-03-21T20:58:40.2864420Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2025-03-21T20:58:40.2864540Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-03-21T20:58:40.2864630Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-03-21T20:58:40.2866140Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-03-21T20:58:40.2867550Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2872070Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-03-21T20:58:40.2872330Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-03-21T20:58:40.2872510Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-03-21T20:58:40.2872760Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2873260Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-03-21T20:58:40.2874360Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-03-21T20:58:40.2874850Z adding 'torch/include/ATen/ops/bucketize.h' 2025-03-21T20:58:40.2876750Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2876980Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-03-21T20:58:40.2877400Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-03-21T20:58:40.2877570Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2025-03-21T20:58:40.2877730Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-03-21T20:58:40.2877900Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-03-21T20:58:40.2878040Z adding 'torch/include/ATen/ops/can_cast.h' 2025-03-21T20:58:40.2878370Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2878560Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-03-21T20:58:40.2878730Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-03-21T20:58:40.2878880Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-03-21T20:58:40.2879170Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2879380Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-03-21T20:58:40.2879590Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-03-21T20:58:40.2879760Z adding 'torch/include/ATen/ops/cat.h' 2025-03-21T20:58:40.2880030Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.2880410Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.2880580Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-03-21T20:58:40.2880780Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-03-21T20:58:40.2880950Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-03-21T20:58:40.2881120Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-03-21T20:58:40.2881320Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2025-03-21T20:58:40.2882670Z adding 'torch/include/ATen/ops/cat_native.h' 2025-03-21T20:58:40.2882780Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-03-21T20:58:40.2882920Z adding 'torch/include/ATen/ops/cauchy.h' 2025-03-21T20:58:40.2883180Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.2883390Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-03-21T20:58:40.2883550Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-03-21T20:58:40.2883680Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-03-21T20:58:40.2883830Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-03-21T20:58:40.2883980Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-03-21T20:58:40.2884140Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-03-21T20:58:40.2884420Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3302210Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-03-21T20:58:40.3302480Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3303760Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3304130Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-03-21T20:58:40.3304470Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-03-21T20:58:40.3304770Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-03-21T20:58:40.3305050Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-03-21T20:58:40.3305290Z adding 'torch/include/ATen/ops/cdist.h' 2025-03-21T20:58:40.3306040Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3306310Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-03-21T20:58:40.3306560Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-03-21T20:58:40.3306790Z adding 'torch/include/ATen/ops/ceil.h' 2025-03-21T20:58:40.3307350Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3307630Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-03-21T20:58:40.3307920Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-03-21T20:58:40.3308210Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-03-21T20:58:40.3308500Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-03-21T20:58:40.3309100Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2025-03-21T20:58:40.3309360Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-03-21T20:58:40.3309600Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-03-21T20:58:40.3309830Z adding 'torch/include/ATen/ops/celu.h' 2025-03-21T20:58:40.3310280Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3310530Z adding 'torch/include/ATen/ops/celu_native.h' 2025-03-21T20:58:40.3310800Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-03-21T20:58:40.3311070Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-03-21T20:58:40.3311570Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3311870Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-03-21T20:58:40.3312140Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-03-21T20:58:40.3312370Z adding 'torch/include/ATen/ops/chalf.h' 2025-03-21T20:58:40.3312830Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3313090Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-03-21T20:58:40.3313330Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-03-21T20:58:40.3313790Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-03-21T20:58:40.3314330Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3314690Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-03-21T20:58:40.3315070Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-03-21T20:58:40.3315380Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-03-21T20:58:40.3315970Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-03-21T20:58:40.3316210Z adding 'torch/include/ATen/ops/cholesky.h' 2025-03-21T20:58:40.3316530Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-03-21T20:58:40.3316840Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-03-21T20:58:40.3317170Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-03-21T20:58:40.3317560Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-03-21T20:58:40.3317930Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-03-21T20:58:40.3318270Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-03-21T20:58:40.3318580Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-03-21T20:58:40.3318880Z adding 'torch/include/ATen/ops/cholesky_mps_dispatch.h' 2025-03-21T20:58:40.3319160Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-03-21T20:58:40.3319410Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-03-21T20:58:40.3319690Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-03-21T20:58:40.3320210Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3320520Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-03-21T20:58:40.3320820Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-03-21T20:58:40.3321150Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-03-21T20:58:40.3321760Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3322150Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-03-21T20:58:40.3322940Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-03-21T20:58:40.3323220Z adding 'torch/include/ATen/ops/chunk.h' 2025-03-21T20:58:40.3323700Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3323960Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-03-21T20:58:40.3324190Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-03-21T20:58:40.3324430Z adding 'torch/include/ATen/ops/clamp.h' 2025-03-21T20:58:40.3324990Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3325270Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-03-21T20:58:40.3325790Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-03-21T20:58:40.3326040Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-03-21T20:58:40.3326630Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3326960Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-03-21T20:58:40.3327280Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-03-21T20:58:40.3327550Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-03-21T20:58:40.3327860Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-03-21T20:58:40.3328270Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2025-03-21T20:58:40.3328540Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-03-21T20:58:40.3328800Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-03-21T20:58:40.3329050Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-03-21T20:58:40.3329340Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-03-21T20:58:40.3329590Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-03-21T20:58:40.3330190Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3330490Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-03-21T20:58:40.3331250Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-03-21T20:58:40.3331600Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-03-21T20:58:40.3331910Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-03-21T20:58:40.3332220Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2025-03-21T20:58:40.3332490Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-03-21T20:58:40.3332760Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-03-21T20:58:40.3333480Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2025-03-21T20:58:40.3333780Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-03-21T20:58:40.3334010Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-03-21T20:58:40.3334230Z adding 'torch/include/ATen/ops/clip.h' 2025-03-21T20:58:40.3334690Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3334950Z adding 'torch/include/ATen/ops/clip_native.h' 2025-03-21T20:58:40.3335180Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-03-21T20:58:40.3335410Z adding 'torch/include/ATen/ops/clone.h' 2025-03-21T20:58:40.3335870Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3336130Z adding 'torch/include/ATen/ops/clone_native.h' 2025-03-21T20:58:40.3336360Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-03-21T20:58:40.3336590Z adding 'torch/include/ATen/ops/coalesce.h' 2025-03-21T20:58:40.3337080Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3337340Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-03-21T20:58:40.3337600Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-03-21T20:58:40.3337830Z adding 'torch/include/ATen/ops/col2im.h' 2025-03-21T20:58:40.3338110Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-03-21T20:58:40.3338420Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-03-21T20:58:40.3338680Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-03-21T20:58:40.3338930Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-03-21T20:58:40.3339350Z adding 'torch/include/ATen/ops/col_indices.h' 2025-03-21T20:58:40.3339870Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3340200Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-03-21T20:58:40.3340730Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3341380Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3341710Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-03-21T20:58:40.3342020Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-03-21T20:58:40.3342320Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-03-21T20:58:40.3343070Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-03-21T20:58:40.3343340Z adding 'torch/include/ATen/ops/column_stack.h' 2025-03-21T20:58:40.3343840Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3344140Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-03-21T20:58:40.3344420Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-03-21T20:58:40.3344680Z adding 'torch/include/ATen/ops/combinations.h' 2025-03-21T20:58:40.3345200Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3345500Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-03-21T20:58:40.3345780Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-03-21T20:58:40.3346010Z adding 'torch/include/ATen/ops/complex.h' 2025-03-21T20:58:40.3346490Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3346790Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-03-21T20:58:40.3347100Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-03-21T20:58:40.3347400Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2025-03-21T20:58:40.3347860Z adding 'torch/include/ATen/ops/complex_native.h' 2025-03-21T20:58:40.3348130Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-03-21T20:58:40.3348350Z adding 'torch/include/ATen/ops/concat.h' 2025-03-21T20:58:40.3348810Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3349070Z adding 'torch/include/ATen/ops/concat_native.h' 2025-03-21T20:58:40.3349320Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-03-21T20:58:40.3349770Z adding 'torch/include/ATen/ops/concatenate.h' 2025-03-21T20:58:40.3350290Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3350570Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-03-21T20:58:40.3350840Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-03-21T20:58:40.3351060Z adding 'torch/include/ATen/ops/conj.h' 2025-03-21T20:58:40.3351500Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3351740Z adding 'torch/include/ATen/ops/conj_native.h' 2025-03-21T20:58:40.3351980Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-03-21T20:58:40.3352240Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-03-21T20:58:40.3352740Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3353240Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3353580Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-03-21T20:58:40.3717280Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-03-21T20:58:40.3717700Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2025-03-21T20:58:40.3718010Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-03-21T20:58:40.3718280Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-03-21T20:58:40.3718650Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-03-21T20:58:40.3721030Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3721240Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2025-03-21T20:58:40.3721540Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-03-21T20:58:40.3721670Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-03-21T20:58:40.3721760Z adding 'torch/include/ATen/ops/contiguous.h' 2025-03-21T20:58:40.3721960Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3722070Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-03-21T20:58:40.3722170Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-03-21T20:58:40.3722240Z adding 'torch/include/ATen/ops/conv1d.h' 2025-03-21T20:58:40.3722420Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3722620Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-03-21T20:58:40.3722710Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-03-21T20:58:40.3722790Z adding 'torch/include/ATen/ops/conv2d.h' 2025-03-21T20:58:40.3722970Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3723070Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-03-21T20:58:40.3723170Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-03-21T20:58:40.3723260Z adding 'torch/include/ATen/ops/conv3d.h' 2025-03-21T20:58:40.3723430Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3723510Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-03-21T20:58:40.3723600Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-03-21T20:58:40.3723700Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-03-21T20:58:40.3723900Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3724040Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-03-21T20:58:40.3724160Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-03-21T20:58:40.3724280Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-03-21T20:58:40.3724450Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-03-21T20:58:40.3724560Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-03-21T20:58:40.3724770Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3724890Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-03-21T20:58:40.3730140Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-03-21T20:58:40.3730340Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3730650Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-03-21T20:58:40.3730740Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-03-21T20:58:40.3730850Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-03-21T20:58:40.3731070Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3731190Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-03-21T20:58:40.3731300Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-03-21T20:58:40.3731390Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-03-21T20:58:40.3731590Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3731700Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-03-21T20:58:40.3731810Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-03-21T20:58:40.3731910Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-03-21T20:58:40.3732100Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3732220Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-03-21T20:58:40.3732330Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-03-21T20:58:40.3732420Z adding 'torch/include/ATen/ops/convolution.h' 2025-03-21T20:58:40.3732530Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-03-21T20:58:40.3732740Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3732960Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-03-21T20:58:40.3733110Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-03-21T20:58:40.3733240Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-03-21T20:58:40.3733390Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-03-21T20:58:40.3733640Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3733810Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-03-21T20:58:40.3733970Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-03-21T20:58:40.3734160Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3734630Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-03-21T20:58:40.3734990Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-03-21T20:58:40.3735340Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-03-21T20:58:40.3737610Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3737790Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-03-21T20:58:40.3737920Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-03-21T20:58:40.3738000Z adding 'torch/include/ATen/ops/copy.h' 2025-03-21T20:58:40.3738170Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3738380Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3738490Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-03-21T20:58:40.3738580Z adding 'torch/include/ATen/ops/copy_native.h' 2025-03-21T20:58:40.3738660Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-03-21T20:58:40.3738780Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-03-21T20:58:40.3739060Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3739220Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-03-21T20:58:40.3739350Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-03-21T20:58:40.3739480Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-03-21T20:58:40.3739560Z adding 'torch/include/ATen/ops/copysign.h' 2025-03-21T20:58:40.3739740Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3740050Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3740170Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-03-21T20:58:40.3740290Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-03-21T20:58:40.3740390Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-03-21T20:58:40.3740500Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-03-21T20:58:40.3740620Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2025-03-21T20:58:40.3741060Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-03-21T20:58:40.3741180Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-03-21T20:58:40.3741270Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-03-21T20:58:40.3741450Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3741540Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-03-21T20:58:40.3741630Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-03-21T20:58:40.3741710Z adding 'torch/include/ATen/ops/cos.h' 2025-03-21T20:58:40.3741940Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3742040Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-03-21T20:58:40.3742140Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-03-21T20:58:40.3742230Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-03-21T20:58:40.3742320Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-03-21T20:58:40.3742420Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2025-03-21T20:58:40.3742590Z adding 'torch/include/ATen/ops/cos_native.h' 2025-03-21T20:58:40.3742820Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-03-21T20:58:40.3742900Z adding 'torch/include/ATen/ops/cosh.h' 2025-03-21T20:58:40.3743100Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.3743200Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-03-21T20:58:40.3743310Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-03-21T20:58:40.3743390Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-03-21T20:58:40.3743490Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-03-21T20:58:40.3743590Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2025-03-21T20:58:40.3743740Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-03-21T20:58:40.3743830Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-03-21T20:58:40.3743940Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-03-21T20:58:40.3744150Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3744280Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-03-21T20:58:40.3744400Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-03-21T20:58:40.3744500Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-03-21T20:58:40.3744700Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3744820Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-03-21T20:58:40.3745230Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-03-21T20:58:40.3748150Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-03-21T20:58:40.3748400Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.3748530Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-03-21T20:58:40.3748810Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-03-21T20:58:40.3748940Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2025-03-21T20:58:40.3749060Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-03-21T20:58:40.3749160Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-03-21T20:58:40.3749230Z adding 'torch/include/ATen/ops/cov.h' 2025-03-21T20:58:40.3749400Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3749550Z adding 'torch/include/ATen/ops/cov_native.h' 2025-03-21T20:58:40.3749640Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-03-21T20:58:40.3749710Z adding 'torch/include/ATen/ops/cross.h' 2025-03-21T20:58:40.3749880Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3749990Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-03-21T20:58:40.3750190Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.3750320Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-03-21T20:58:40.3750430Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-03-21T20:58:40.3750520Z adding 'torch/include/ATen/ops/cross_native.h' 2025-03-21T20:58:40.3750610Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-03-21T20:58:40.3750700Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-03-21T20:58:40.3750880Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4076670Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-03-21T20:58:40.4077840Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4078630Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4079950Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-03-21T20:58:40.4080950Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-03-21T20:58:40.4081800Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-03-21T20:58:40.4082890Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-03-21T20:58:40.4083540Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-03-21T20:58:40.4083900Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4084260Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-03-21T20:58:40.4084530Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-03-21T20:58:40.4084860Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-03-21T20:58:40.4085240Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-03-21T20:58:40.4085740Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4086540Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-03-21T20:58:40.4087010Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-03-21T20:58:40.4087430Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-03-21T20:58:40.4087900Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4088370Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-03-21T20:58:40.4088770Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-03-21T20:58:40.4089170Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-03-21T20:58:40.4089490Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-03-21T20:58:40.4089790Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-03-21T20:58:40.4090210Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4090670Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.4091050Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-03-21T20:58:40.4091530Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-03-21T20:58:40.4091960Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4092370Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-03-21T20:58:40.4092710Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-03-21T20:58:40.4093010Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-03-21T20:58:40.4093330Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-03-21T20:58:40.4093760Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-03-21T20:58:40.4094180Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4094640Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-03-21T20:58:40.4095030Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-03-21T20:58:40.4095410Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-03-21T20:58:40.4095760Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-03-21T20:58:40.4096410Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-03-21T20:58:40.4096720Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-03-21T20:58:40.4097030Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-03-21T20:58:40.4097420Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4097880Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-03-21T20:58:40.4098230Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-03-21T20:58:40.4098560Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-03-21T20:58:40.4098890Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-03-21T20:58:40.4099310Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4099780Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-03-21T20:58:40.4100370Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-03-21T20:58:40.4100760Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-03-21T20:58:40.4101090Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-03-21T20:58:40.4101390Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-03-21T20:58:40.4101840Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4102330Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-03-21T20:58:40.4102720Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-03-21T20:58:40.4103090Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-03-21T20:58:40.4103640Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4104860Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-03-21T20:58:40.4105220Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-03-21T20:58:40.4105540Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-03-21T20:58:40.4105840Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-03-21T20:58:40.4106220Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4106640Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-03-21T20:58:40.4106960Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-03-21T20:58:40.4107220Z adding 'torch/include/ATen/ops/cummax.h' 2025-03-21T20:58:40.4107580Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4108010Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4108350Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-03-21T20:58:40.4108610Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-03-21T20:58:40.4108980Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-03-21T20:58:40.4109380Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4109800Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-03-21T20:58:40.4110120Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-03-21T20:58:40.4110390Z adding 'torch/include/ATen/ops/cummin.h' 2025-03-21T20:58:40.4110900Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4111330Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4111690Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-03-21T20:58:40.4111940Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-03-21T20:58:40.4112190Z adding 'torch/include/ATen/ops/cumprod.h' 2025-03-21T20:58:40.4112440Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-03-21T20:58:40.4112810Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4113210Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-03-21T20:58:40.4113500Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-03-21T20:58:40.4113890Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4114350Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4114720Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-03-21T20:58:40.4115730Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-03-21T20:58:40.4116020Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-03-21T20:58:40.4116290Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-03-21T20:58:40.4116600Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2025-03-21T20:58:40.4116870Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-03-21T20:58:40.4117130Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-03-21T20:58:40.4117370Z adding 'torch/include/ATen/ops/cumsum.h' 2025-03-21T20:58:40.4117820Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4118280Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4118640Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-03-21T20:58:40.4118930Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-03-21T20:58:40.4119200Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-03-21T20:58:40.4119470Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-03-21T20:58:40.4119750Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2025-03-21T20:58:40.4120020Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-03-21T20:58:40.4120390Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-03-21T20:58:40.4120660Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-03-21T20:58:40.4121050Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4121470Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-03-21T20:58:40.4121800Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-03-21T20:58:40.4122060Z adding 'torch/include/ATen/ops/data.h' 2025-03-21T20:58:40.4122370Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4122700Z adding 'torch/include/ATen/ops/data_native.h' 2025-03-21T20:58:40.4122940Z adding 'torch/include/ATen/ops/data_ops.h' 2025-03-21T20:58:40.4123170Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-03-21T20:58:40.4123490Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4123830Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-03-21T20:58:40.4124080Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-03-21T20:58:40.4124320Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-03-21T20:58:40.4124650Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4125040Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-03-21T20:58:40.4125310Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-03-21T20:58:40.4125560Z adding 'torch/include/ATen/ops/dequantize.h' 2025-03-21T20:58:40.4125900Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4126270Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-03-21T20:58:40.4126570Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-03-21T20:58:40.4126940Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-03-21T20:58:40.4127220Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-03-21T20:58:40.4127460Z adding 'torch/include/ATen/ops/det.h' 2025-03-21T20:58:40.4127770Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4128090Z adding 'torch/include/ATen/ops/det_native.h' 2025-03-21T20:58:40.4128320Z adding 'torch/include/ATen/ops/det_ops.h' 2025-03-21T20:58:40.4128540Z adding 'torch/include/ATen/ops/detach.h' 2025-03-21T20:58:40.4128860Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4129200Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-03-21T20:58:40.4322790Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4323390Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4324600Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-03-21T20:58:40.4325390Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-03-21T20:58:40.4326110Z adding 'torch/include/ATen/ops/detach_native.h' 2025-03-21T20:58:40.4326800Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-03-21T20:58:40.4327430Z adding 'torch/include/ATen/ops/diag.h' 2025-03-21T20:58:40.4328270Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4329150Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-03-21T20:58:40.4330040Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4331710Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4332780Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-03-21T20:58:40.4333480Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-03-21T20:58:40.4334150Z adding 'torch/include/ATen/ops/diag_native.h' 2025-03-21T20:58:40.4334800Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-03-21T20:58:40.4335430Z adding 'torch/include/ATen/ops/diagflat.h' 2025-03-21T20:58:40.4336320Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4337340Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-03-21T20:58:40.4338640Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-03-21T20:58:40.4339320Z adding 'torch/include/ATen/ops/diagonal.h' 2025-03-21T20:58:40.4340020Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-03-21T20:58:40.4341070Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4342150Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-03-21T20:58:40.4343000Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-03-21T20:58:40.4344150Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4345330Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4346320Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-03-21T20:58:40.4347280Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4348670Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4349810Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-03-21T20:58:40.4350580Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-03-21T20:58:40.4364740Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-03-21T20:58:40.4365970Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-03-21T20:58:40.4366690Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-03-21T20:58:40.4367690Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4369090Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4370270Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-03-21T20:58:40.4371420Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-03-21T20:58:40.4372130Z adding 'torch/include/ATen/ops/diff.h' 2025-03-21T20:58:40.4372990Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4373970Z adding 'torch/include/ATen/ops/diff_native.h' 2025-03-21T20:58:40.4374630Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-03-21T20:58:40.4375270Z adding 'torch/include/ATen/ops/digamma.h' 2025-03-21T20:58:40.4376260Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4377350Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-03-21T20:58:40.4378250Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-03-21T20:58:40.4378990Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-03-21T20:58:40.4379720Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-03-21T20:58:40.4380520Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2025-03-21T20:58:40.4381250Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-03-21T20:58:40.4381990Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-03-21T20:58:40.4382980Z adding 'torch/include/ATen/ops/dist.h' 2025-03-21T20:58:40.4383340Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4383780Z adding 'torch/include/ATen/ops/dist_native.h' 2025-03-21T20:58:40.4384030Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-03-21T20:58:40.4384260Z adding 'torch/include/ATen/ops/div.h' 2025-03-21T20:58:40.4384690Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4385150Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4385550Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-03-21T20:58:40.4385820Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-03-21T20:58:40.4386080Z adding 'torch/include/ATen/ops/div_meta.h' 2025-03-21T20:58:40.4386340Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-03-21T20:58:40.4386600Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2025-03-21T20:58:40.4386870Z adding 'torch/include/ATen/ops/div_native.h' 2025-03-21T20:58:40.4387110Z adding 'torch/include/ATen/ops/div_ops.h' 2025-03-21T20:58:40.4387340Z adding 'torch/include/ATen/ops/divide.h' 2025-03-21T20:58:40.4387870Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4388210Z adding 'torch/include/ATen/ops/divide_native.h' 2025-03-21T20:58:40.4388460Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-03-21T20:58:40.4388700Z adding 'torch/include/ATen/ops/dot.h' 2025-03-21T20:58:40.4389010Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4389340Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-03-21T20:58:40.4389610Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-03-21T20:58:40.4389910Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2025-03-21T20:58:40.4390170Z adding 'torch/include/ATen/ops/dot_native.h' 2025-03-21T20:58:40.4390400Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-03-21T20:58:40.4390630Z adding 'torch/include/ATen/ops/dropout.h' 2025-03-21T20:58:40.4390950Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4391300Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-03-21T20:58:40.4391560Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-03-21T20:58:40.4391800Z adding 'torch/include/ATen/ops/dsplit.h' 2025-03-21T20:58:40.4392220Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4392570Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-03-21T20:58:40.4392810Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-03-21T20:58:40.4393040Z adding 'torch/include/ATen/ops/dstack.h' 2025-03-21T20:58:40.4393360Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4393700Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-03-21T20:58:40.4394050Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-03-21T20:58:40.4394290Z adding 'torch/include/ATen/ops/einsum.h' 2025-03-21T20:58:40.4394610Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4394960Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-03-21T20:58:40.4395210Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-03-21T20:58:40.4395440Z adding 'torch/include/ATen/ops/elu.h' 2025-03-21T20:58:40.4395700Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-03-21T20:58:40.4396090Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4396530Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-03-21T20:58:40.4396860Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-03-21T20:58:40.4397170Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-03-21T20:58:40.4397480Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-03-21T20:58:40.4397810Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2025-03-21T20:58:40.4398120Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-03-21T20:58:40.4398410Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-03-21T20:58:40.4398790Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4399190Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-03-21T20:58:40.4399470Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-03-21T20:58:40.4399730Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-03-21T20:58:40.4400140Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-03-21T20:58:40.4400440Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2025-03-21T20:58:40.4400690Z adding 'torch/include/ATen/ops/elu_native.h' 2025-03-21T20:58:40.4400940Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-03-21T20:58:40.4401180Z adding 'torch/include/ATen/ops/embedding.h' 2025-03-21T20:58:40.4401450Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-03-21T20:58:40.4401830Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4402240Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-03-21T20:58:40.4402570Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-03-21T20:58:40.4402950Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-03-21T20:58:40.4403310Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4403700Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-03-21T20:58:40.4403990Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-03-21T20:58:40.4404350Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4404720Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-03-21T20:58:40.4405130Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4405600Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-03-21T20:58:40.4406000Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-03-21T20:58:40.4406390Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2025-03-21T20:58:40.4406760Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-03-21T20:58:40.4407110Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-03-21T20:58:40.4407410Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-03-21T20:58:40.4407720Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-03-21T20:58:40.4407990Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-03-21T20:58:40.4408360Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4408750Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-03-21T20:58:40.4409100Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-03-21T20:58:40.4409610Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-03-21T20:58:40.4409940Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-03-21T20:58:40.4410380Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-03-21T20:58:40.4410680Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-03-21T20:58:40.4411110Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4411560Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-03-21T20:58:40.4411910Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-03-21T20:58:40.4412200Z adding 'torch/include/ATen/ops/empty.h' 2025-03-21T20:58:40.4412520Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4525670Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4526100Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-03-21T20:58:40.4527320Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-03-21T20:58:40.4528120Z adding 'torch/include/ATen/ops/empty_like.h' 2025-03-21T20:58:40.4529040Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4530030Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-03-21T20:58:40.4530780Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-03-21T20:58:40.4531550Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-03-21T20:58:40.4532310Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2025-03-21T20:58:40.4533450Z adding 'torch/include/ATen/ops/empty_native.h' 2025-03-21T20:58:40.4534120Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-03-21T20:58:40.4534790Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-03-21T20:58:40.4535750Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4536780Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-03-21T20:58:40.4537570Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-03-21T20:58:40.4538310Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-03-21T20:58:40.4539270Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4541130Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-03-21T20:58:40.4542390Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-03-21T20:58:40.4543130Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-03-21T20:58:40.4544100Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4545180Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-03-21T20:58:40.4546060Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-03-21T20:58:40.4547150Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-03-21T20:58:40.4548020Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2025-03-21T20:58:40.4548850Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-03-21T20:58:40.4549620Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-03-21T20:58:40.4550300Z adding 'torch/include/ATen/ops/eq.h' 2025-03-21T20:58:40.4551210Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4552200Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-03-21T20:58:40.4552970Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-03-21T20:58:40.4553650Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-03-21T20:58:40.4554590Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-03-21T20:58:40.4555420Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2025-03-21T20:58:40.4556110Z adding 'torch/include/ATen/ops/eq_native.h' 2025-03-21T20:58:40.4556730Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-03-21T20:58:40.4557420Z adding 'torch/include/ATen/ops/equal.h' 2025-03-21T20:58:40.4558090Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-03-21T20:58:40.4559220Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-03-21T20:58:40.4559970Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2025-03-21T20:58:40.4560680Z adding 'torch/include/ATen/ops/equal_native.h' 2025-03-21T20:58:40.4561340Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-03-21T20:58:40.4561960Z adding 'torch/include/ATen/ops/erf.h' 2025-03-21T20:58:40.4562920Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4564000Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-03-21T20:58:40.4564720Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-03-21T20:58:40.4565390Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-03-21T20:58:40.4566070Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-03-21T20:58:40.4566780Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2025-03-21T20:58:40.4567460Z adding 'torch/include/ATen/ops/erf_native.h' 2025-03-21T20:58:40.4568100Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-03-21T20:58:40.4568720Z adding 'torch/include/ATen/ops/erfc.h' 2025-03-21T20:58:40.4569640Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4570650Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-03-21T20:58:40.4571390Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-03-21T20:58:40.4572160Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-03-21T20:58:40.4572870Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-03-21T20:58:40.4573630Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-03-21T20:58:40.4574340Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-03-21T20:58:40.4575310Z adding 'torch/include/ATen/ops/erfinv.h' 2025-03-21T20:58:40.4576330Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4577410Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-03-21T20:58:40.4578220Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-03-21T20:58:40.4578930Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-03-21T20:58:40.4579660Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-03-21T20:58:40.4580430Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2025-03-21T20:58:40.4581170Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-03-21T20:58:40.4581850Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-03-21T20:58:40.4582730Z adding 'torch/include/ATen/ops/exp.h' 2025-03-21T20:58:40.4583340Z adding 'torch/include/ATen/ops/exp2.h' 2025-03-21T20:58:40.4584340Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4585720Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-03-21T20:58:40.4586040Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-03-21T20:58:40.4586310Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-03-21T20:58:40.4586660Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-03-21T20:58:40.4586930Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2025-03-21T20:58:40.4587210Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-03-21T20:58:40.4587460Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-03-21T20:58:40.4587810Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4588190Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-03-21T20:58:40.4588470Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-03-21T20:58:40.4588720Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-03-21T20:58:40.4588970Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-03-21T20:58:40.4589410Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2025-03-21T20:58:40.4589670Z adding 'torch/include/ATen/ops/exp_native.h' 2025-03-21T20:58:40.4589920Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-03-21T20:58:40.4590150Z adding 'torch/include/ATen/ops/expand.h' 2025-03-21T20:58:40.4590380Z adding 'torch/include/ATen/ops/expand_as.h' 2025-03-21T20:58:40.4590710Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4591190Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-03-21T20:58:40.4591450Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-03-21T20:58:40.4591780Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4592120Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-03-21T20:58:40.4592460Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4592950Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4593360Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-03-21T20:58:40.4593650Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-03-21T20:58:40.4593920Z adding 'torch/include/ATen/ops/expand_native.h' 2025-03-21T20:58:40.4594170Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-03-21T20:58:40.4594420Z adding 'torch/include/ATen/ops/expm1.h' 2025-03-21T20:58:40.4594800Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.4595200Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-03-21T20:58:40.4595510Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-03-21T20:58:40.4595780Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-03-21T20:58:40.4596060Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-03-21T20:58:40.4596360Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2025-03-21T20:58:40.4596640Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-03-21T20:58:40.4596900Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-03-21T20:58:40.4597230Z adding 'torch/include/ATen/ops/exponential.h' 2025-03-21T20:58:40.4597600Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4597980Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-03-21T20:58:40.4598300Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-03-21T20:58:40.4598680Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-03-21T20:58:40.4599010Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2025-03-21T20:58:40.4605530Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-03-21T20:58:40.4605810Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-03-21T20:58:40.4606070Z adding 'torch/include/ATen/ops/eye.h' 2025-03-21T20:58:40.4606680Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4607020Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-03-21T20:58:40.4607300Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-03-21T20:58:40.4607580Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-03-21T20:58:40.4607850Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2025-03-21T20:58:40.4608130Z adding 'torch/include/ATen/ops/eye_native.h' 2025-03-21T20:58:40.4608380Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-03-21T20:58:40.4608680Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-03-21T20:58:40.4609080Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-03-21T20:58:40.4609520Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-03-21T20:58:40.4610090Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4610670Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-03-21T20:58:40.4611250Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-03-21T20:58:40.4611810Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4612360Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-03-21T20:58:40.4612850Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-03-21T20:58:40.4613310Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-03-21T20:58:40.4613870Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-03-21T20:58:40.4614370Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4614870Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-03-21T20:58:40.4615270Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-03-21T20:58:40.4615640Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-03-21T20:58:40.4616020Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-03-21T20:58:40.4616460Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-03-21T20:58:40.4617020Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4777540Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-03-21T20:58:40.4778130Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-03-21T20:58:40.4778670Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4779210Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-03-21T20:58:40.4779670Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-03-21T20:58:40.4780330Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-03-21T20:58:40.4780770Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-03-21T20:58:40.4781250Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4781720Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-03-21T20:58:40.4782100Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-03-21T20:58:40.4782440Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-03-21T20:58:40.4782850Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4783450Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-03-21T20:58:40.4783950Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4784460Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-03-21T20:58:40.4784950Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-03-21T20:58:40.4785370Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-03-21T20:58:40.4786710Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-03-21T20:58:40.4787610Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-03-21T20:58:40.4788730Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4789960Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-03-21T20:58:40.4791290Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4792670Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-03-21T20:58:40.4794240Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-03-21T20:58:40.4795310Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-03-21T20:58:40.4796230Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-03-21T20:58:40.4797290Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-03-21T20:58:40.4798460Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4800220Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-03-21T20:58:40.4801220Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-03-21T20:58:40.4802250Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-03-21T20:58:40.4803420Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4804620Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-03-21T20:58:40.4805610Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-03-21T20:58:40.4806550Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-03-21T20:58:40.4807740Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4809070Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-03-21T20:58:40.4812530Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-03-21T20:58:40.4814230Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-03-21T20:58:40.4815960Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4817400Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-03-21T20:58:40.4819500Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-03-21T20:58:40.4820050Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-03-21T20:58:40.4820970Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4823850Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-03-21T20:58:40.4825480Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-03-21T20:58:40.4826920Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-03-21T20:58:40.4827280Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-03-21T20:58:40.4827770Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4828230Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-03-21T20:58:40.4828550Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-03-21T20:58:40.4829800Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4831290Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-03-21T20:58:40.4831850Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-03-21T20:58:40.4832230Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-03-21T20:58:40.4833190Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4834750Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-03-21T20:58:40.4836120Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-03-21T20:58:40.4836460Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-03-21T20:58:40.4837030Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4837450Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-03-21T20:58:40.4839550Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-03-21T20:58:40.4840500Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-03-21T20:58:40.4841020Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4841690Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-03-21T20:58:40.4842090Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-03-21T20:58:40.4842480Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-03-21T20:58:40.4842770Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-03-21T20:58:40.4843490Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4844380Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-03-21T20:58:40.4844720Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-03-21T20:58:40.4845240Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4845770Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-03-21T20:58:40.4847550Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-03-21T20:58:40.4847920Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-03-21T20:58:40.4849180Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4849610Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-03-21T20:58:40.4849960Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-03-21T20:58:40.4850260Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-03-21T20:58:40.4850550Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-03-21T20:58:40.4851040Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4852620Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-03-21T20:58:40.4853030Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-03-21T20:58:40.4853500Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4854080Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-03-21T20:58:40.4854930Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-03-21T20:58:40.4855350Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-03-21T20:58:40.4857670Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4858120Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-03-21T20:58:40.4858230Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-03-21T20:58:40.4858330Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-03-21T20:58:40.4858520Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4858750Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-03-21T20:58:40.4859440Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-03-21T20:58:40.4859920Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-03-21T20:58:40.4860220Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-03-21T20:58:40.4860770Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4861120Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-03-21T20:58:40.4861490Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-03-21T20:58:40.4862060Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4862510Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-03-21T20:58:40.4863440Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-03-21T20:58:40.4863830Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-03-21T20:58:40.4864560Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4865050Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-03-21T20:58:40.4865460Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-03-21T20:58:40.4865840Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-03-21T20:58:40.4866010Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-03-21T20:58:40.4866630Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4867130Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-03-21T20:58:40.4867530Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-03-21T20:58:40.4868220Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4868670Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-03-21T20:58:40.4869010Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-03-21T20:58:40.4869260Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-03-21T20:58:40.4869750Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4870440Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-03-21T20:58:40.4870720Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-03-21T20:58:40.4870950Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-03-21T20:58:40.4871180Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-03-21T20:58:40.4871660Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4871920Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-03-21T20:58:40.4872410Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-03-21T20:58:40.4873140Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.4873660Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-03-21T20:58:40.4873940Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-03-21T20:58:40.4874180Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-03-21T20:58:40.4874670Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.4875100Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-03-21T20:58:40.5345010Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-03-21T20:58:40.5345340Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-03-21T20:58:40.5345840Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5346110Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-03-21T20:58:40.5346370Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-03-21T20:58:40.5346600Z adding 'torch/include/ATen/ops/fill.h' 2025-03-21T20:58:40.5347050Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5347330Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-03-21T20:58:40.5347610Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-03-21T20:58:40.5347870Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-03-21T20:58:40.5348380Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5348690Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-03-21T20:58:40.5349310Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-03-21T20:58:40.5349610Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-03-21T20:58:40.5349880Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2025-03-21T20:58:40.5350120Z adding 'torch/include/ATen/ops/fill_native.h' 2025-03-21T20:58:40.5350350Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-03-21T20:58:40.5350570Z adding 'torch/include/ATen/ops/fix.h' 2025-03-21T20:58:40.5351060Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5351300Z adding 'torch/include/ATen/ops/fix_native.h' 2025-03-21T20:58:40.5351530Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-03-21T20:58:40.5352280Z adding 'torch/include/ATen/ops/flatten.h' 2025-03-21T20:58:40.5352750Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5353060Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-03-21T20:58:40.5353630Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5353970Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-03-21T20:58:40.5354290Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-03-21T20:58:40.5354560Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-03-21T20:58:40.5354800Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-03-21T20:58:40.5355020Z adding 'torch/include/ATen/ops/flip.h' 2025-03-21T20:58:40.5358590Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5358790Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-03-21T20:58:40.5358900Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-03-21T20:58:40.5359010Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2025-03-21T20:58:40.5359100Z adding 'torch/include/ATen/ops/flip_native.h' 2025-03-21T20:58:40.5359350Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-03-21T20:58:40.5359450Z adding 'torch/include/ATen/ops/fliplr.h' 2025-03-21T20:58:40.5359640Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5359740Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-03-21T20:58:40.5359830Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-03-21T20:58:40.5359910Z adding 'torch/include/ATen/ops/flipud.h' 2025-03-21T20:58:40.5360090Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5360340Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-03-21T20:58:40.5360430Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-03-21T20:58:40.5360520Z adding 'torch/include/ATen/ops/float_power.h' 2025-03-21T20:58:40.5360710Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5360820Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-03-21T20:58:40.5360920Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-03-21T20:58:40.5361000Z adding 'torch/include/ATen/ops/floor.h' 2025-03-21T20:58:40.5361220Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5361330Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-03-21T20:58:40.5362230Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-03-21T20:58:40.5362550Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-03-21T20:58:40.5363140Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5363780Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-03-21T20:58:40.5364400Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-03-21T20:58:40.5364770Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-03-21T20:58:40.5365120Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2025-03-21T20:58:40.5365420Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-03-21T20:58:40.5365700Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-03-21T20:58:40.5366320Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-03-21T20:58:40.5366640Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-03-21T20:58:40.5366930Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2025-03-21T20:58:40.5367180Z adding 'torch/include/ATen/ops/floor_native.h' 2025-03-21T20:58:40.5367420Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-03-21T20:58:40.5367640Z adding 'torch/include/ATen/ops/fmax.h' 2025-03-21T20:58:40.5368350Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5368630Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-03-21T20:58:40.5369050Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-03-21T20:58:40.5369550Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-03-21T20:58:40.5369840Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-03-21T20:58:40.5370120Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2025-03-21T20:58:40.5370370Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-03-21T20:58:40.5370600Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-03-21T20:58:40.5370820Z adding 'torch/include/ATen/ops/fmin.h' 2025-03-21T20:58:40.5371380Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5371650Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-03-21T20:58:40.5371940Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-03-21T20:58:40.5372180Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-03-21T20:58:40.5372460Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-03-21T20:58:40.5372740Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2025-03-21T20:58:40.5372990Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-03-21T20:58:40.5373230Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-03-21T20:58:40.5373440Z adding 'torch/include/ATen/ops/fmod.h' 2025-03-21T20:58:40.5374430Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5375670Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5375980Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-03-21T20:58:40.5376390Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-03-21T20:58:40.5376640Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-03-21T20:58:40.5376920Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-03-21T20:58:40.5377200Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2025-03-21T20:58:40.5377980Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-03-21T20:58:40.5378240Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-03-21T20:58:40.5378450Z adding 'torch/include/ATen/ops/frac.h' 2025-03-21T20:58:40.5379010Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5379300Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-03-21T20:58:40.5379580Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-03-21T20:58:40.5379840Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-03-21T20:58:40.5380140Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-03-21T20:58:40.5380420Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2025-03-21T20:58:40.5380660Z adding 'torch/include/ATen/ops/frac_native.h' 2025-03-21T20:58:40.5380900Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-03-21T20:58:40.5381230Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-03-21T20:58:40.5381600Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-03-21T20:58:40.5382380Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5382860Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5383360Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5384140Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-03-21T20:58:40.5384660Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-03-21T20:58:40.5385410Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-03-21T20:58:40.5385840Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-03-21T20:58:40.5386550Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5386960Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-03-21T20:58:40.5387370Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-03-21T20:58:40.5387720Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-03-21T20:58:40.5388130Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-03-21T20:58:40.5388810Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-03-21T20:58:40.5389140Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-03-21T20:58:40.5389460Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-03-21T20:58:40.5389830Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-03-21T20:58:40.5390300Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5390780Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5391210Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-03-21T20:58:40.5391620Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-03-21T20:58:40.5392470Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5392910Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-03-21T20:58:40.5393330Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-03-21T20:58:40.5393660Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-03-21T20:58:40.5394670Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-03-21T20:58:40.5395520Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-03-21T20:58:40.5395860Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-03-21T20:58:40.5396080Z adding 'torch/include/ATen/ops/frexp.h' 2025-03-21T20:58:40.5396550Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5396850Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-03-21T20:58:40.5397490Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-03-21T20:58:40.5397750Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-03-21T20:58:40.5398000Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-03-21T20:58:40.5398270Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-03-21T20:58:40.5398790Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5399100Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-03-21T20:58:40.5399400Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-03-21T20:58:40.5399630Z adding 'torch/include/ATen/ops/from_blob.h' 2025-03-21T20:58:40.5756360Z adding 'torch/include/ATen/ops/from_file.h' 2025-03-21T20:58:40.5756720Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5756870Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-03-21T20:58:40.5756980Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-03-21T20:58:40.5757100Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-03-21T20:58:40.5757180Z adding 'torch/include/ATen/ops/full.h' 2025-03-21T20:58:40.5757360Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5758090Z adding 'torch/include/ATen/ops/full_like.h' 2025-03-21T20:58:40.5758740Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5759010Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-03-21T20:58:40.5759290Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-03-21T20:58:40.5761520Z adding 'torch/include/ATen/ops/full_native.h' 2025-03-21T20:58:40.5761860Z adding 'torch/include/ATen/ops/full_ops.h' 2025-03-21T20:58:40.5762280Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-03-21T20:58:40.5762930Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5763350Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-03-21T20:58:40.5763770Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-03-21T20:58:40.5764000Z adding 'torch/include/ATen/ops/gather.h' 2025-03-21T20:58:40.5764260Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-03-21T20:58:40.5764780Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5765400Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-03-21T20:58:40.5765690Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-03-21T20:58:40.5766260Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5766720Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5767150Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-03-21T20:58:40.5767450Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-03-21T20:58:40.5767690Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-03-21T20:58:40.5778520Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-03-21T20:58:40.5778720Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2025-03-21T20:58:40.5778820Z adding 'torch/include/ATen/ops/gather_native.h' 2025-03-21T20:58:40.5778980Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-03-21T20:58:40.5779080Z adding 'torch/include/ATen/ops/gcd.h' 2025-03-21T20:58:40.5779300Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5779580Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-03-21T20:58:40.5779700Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-03-21T20:58:40.5779790Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-03-21T20:58:40.5779900Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-03-21T20:58:40.5779980Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-03-21T20:58:40.5780070Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-03-21T20:58:40.5780140Z adding 'torch/include/ATen/ops/ge.h' 2025-03-21T20:58:40.5780490Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5780590Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-03-21T20:58:40.5780690Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-03-21T20:58:40.5780770Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-03-21T20:58:40.5780860Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-03-21T20:58:40.5780960Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2025-03-21T20:58:40.5781050Z adding 'torch/include/ATen/ops/ge_native.h' 2025-03-21T20:58:40.5781130Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-03-21T20:58:40.5781220Z adding 'torch/include/ATen/ops/gelu.h' 2025-03-21T20:58:40.5781320Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-03-21T20:58:40.5781580Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5781710Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5781850Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5781950Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-03-21T20:58:40.5782080Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-03-21T20:58:40.5782200Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2025-03-21T20:58:40.5782320Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-03-21T20:58:40.5782420Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-03-21T20:58:40.5782630Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5782770Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-03-21T20:58:40.5782880Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-03-21T20:58:40.5782970Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-03-21T20:58:40.5783070Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-03-21T20:58:40.5783170Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2025-03-21T20:58:40.5783260Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-03-21T20:58:40.5783340Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-03-21T20:58:40.5783420Z adding 'torch/include/ATen/ops/geometric.h' 2025-03-21T20:58:40.5786760Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5787750Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-03-21T20:58:40.5788090Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-03-21T20:58:40.5788430Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-03-21T20:58:40.5788720Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-03-21T20:58:40.5788990Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-03-21T20:58:40.5789300Z adding 'torch/include/ATen/ops/geqrf.h' 2025-03-21T20:58:40.5789580Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-03-21T20:58:40.5789890Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-03-21T20:58:40.5790150Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-03-21T20:58:40.5790390Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-03-21T20:58:40.5790600Z adding 'torch/include/ATen/ops/ger.h' 2025-03-21T20:58:40.5791130Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5791280Z adding 'torch/include/ATen/ops/ger_native.h' 2025-03-21T20:58:40.5791370Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-03-21T20:58:40.5791450Z adding 'torch/include/ATen/ops/glu.h' 2025-03-21T20:58:40.5791550Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-03-21T20:58:40.5791810Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5791960Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5792070Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-03-21T20:58:40.5792270Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5792410Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-03-21T20:58:40.5792650Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-03-21T20:58:40.5792770Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-03-21T20:58:40.5792880Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-03-21T20:58:40.5793000Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2025-03-21T20:58:40.5793110Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-03-21T20:58:40.5793210Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-03-21T20:58:40.5793420Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.5793530Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-03-21T20:58:40.5793630Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-03-21T20:58:40.5793720Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-03-21T20:58:40.5793900Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5794010Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-03-21T20:58:40.5794120Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-03-21T20:58:40.5794660Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-03-21T20:58:40.5795030Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-03-21T20:58:40.5795270Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-03-21T20:58:40.5795580Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-03-21T20:58:40.5795870Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2025-03-21T20:58:40.5796130Z adding 'torch/include/ATen/ops/glu_native.h' 2025-03-21T20:58:40.5796890Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-03-21T20:58:40.5797070Z adding 'torch/include/ATen/ops/gradient.h' 2025-03-21T20:58:40.5797270Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5797370Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-03-21T20:58:40.5797460Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-03-21T20:58:40.5797550Z adding 'torch/include/ATen/ops/greater.h' 2025-03-21T20:58:40.5797730Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5797830Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-03-21T20:58:40.5798020Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.5798260Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-03-21T20:58:40.5798360Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-03-21T20:58:40.5798450Z adding 'torch/include/ATen/ops/greater_native.h' 2025-03-21T20:58:40.5798550Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-03-21T20:58:40.5798640Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-03-21T20:58:40.5798740Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-03-21T20:58:40.5798860Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-03-21T20:58:40.5799080Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5799620Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5799780Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5799920Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-03-21T20:58:40.5800050Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-03-21T20:58:40.5800250Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5800440Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-03-21T20:58:40.5800580Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-03-21T20:58:40.5800710Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2025-03-21T20:58:40.5800830Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-03-21T20:58:40.5800950Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-03-21T20:58:40.5801040Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-03-21T20:58:40.5801310Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-03-21T20:58:40.5801530Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5801690Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.5801860Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.5801990Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-03-21T20:58:40.5802130Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-03-21T20:58:40.5802330Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.5802470Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-03-21T20:58:40.6083600Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-03-21T20:58:40.6083780Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-03-21T20:58:40.6083890Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-03-21T20:58:40.6084120Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6084240Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-03-21T20:58:40.6084340Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-03-21T20:58:40.6084440Z adding 'torch/include/ATen/ops/group_norm.h' 2025-03-21T20:58:40.6084640Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6084910Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-03-21T20:58:40.6085230Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-03-21T20:58:40.6085320Z adding 'torch/include/ATen/ops/gru.h' 2025-03-21T20:58:40.6085410Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-03-21T20:58:40.6085610Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6085710Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-03-21T20:58:40.6085800Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-03-21T20:58:40.6085980Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6086070Z adding 'torch/include/ATen/ops/gru_native.h' 2025-03-21T20:58:40.6086150Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-03-21T20:58:40.6086230Z adding 'torch/include/ATen/ops/gt.h' 2025-03-21T20:58:40.6086560Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6086660Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-03-21T20:58:40.6086770Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-03-21T20:58:40.6086860Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-03-21T20:58:40.6086960Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-03-21T20:58:40.6087060Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2025-03-21T20:58:40.6087150Z adding 'torch/include/ATen/ops/gt_native.h' 2025-03-21T20:58:40.6087230Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-03-21T20:58:40.6087330Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-03-21T20:58:40.6087530Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6087650Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-03-21T20:58:40.6087760Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-03-21T20:58:40.6087850Z adding 'torch/include/ATen/ops/hann_window.h' 2025-03-21T20:58:40.6088760Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6089040Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-03-21T20:58:40.6089150Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-03-21T20:58:40.6089250Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-03-21T20:58:40.6089380Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-03-21T20:58:40.6089650Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6096120Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-03-21T20:58:40.6096470Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-03-21T20:58:40.6096600Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-03-21T20:58:40.6096740Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-03-21T20:58:40.6096870Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-03-21T20:58:40.6096990Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-03-21T20:58:40.6097220Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6097350Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-03-21T20:58:40.6097470Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-03-21T20:58:40.6097560Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-03-21T20:58:40.6097680Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-03-21T20:58:40.6097790Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-03-21T20:58:40.6097890Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-03-21T20:58:40.6097990Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-03-21T20:58:40.6098100Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-03-21T20:58:40.6098360Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6098520Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-03-21T20:58:40.6098720Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-03-21T20:58:40.6098890Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-03-21T20:58:40.6099050Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-03-21T20:58:40.6099190Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2025-03-21T20:58:40.6099320Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-03-21T20:58:40.6099440Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-03-21T20:58:40.6099680Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6099810Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-03-21T20:58:40.6099930Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-03-21T20:58:40.6100100Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-03-21T20:58:40.6100220Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-03-21T20:58:40.6100340Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2025-03-21T20:58:40.6100450Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-03-21T20:58:40.6100540Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-03-21T20:58:40.6100630Z adding 'torch/include/ATen/ops/hardswish.h' 2025-03-21T20:58:40.6100740Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-03-21T20:58:40.6100950Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6101100Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-03-21T20:58:40.6101250Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-03-21T20:58:40.6101380Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2025-03-21T20:58:40.6101510Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-03-21T20:58:40.6101630Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-03-21T20:58:40.6101740Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-03-21T20:58:40.6101980Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-03-21T20:58:40.6102110Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-03-21T20:58:40.6102230Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2025-03-21T20:58:40.6102330Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-03-21T20:58:40.6102420Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-03-21T20:58:40.6102510Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-03-21T20:58:40.6102940Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-03-21T20:58:40.6103080Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-03-21T20:58:40.6103220Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-03-21T20:58:40.6103350Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2025-03-21T20:58:40.6103480Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-03-21T20:58:40.6103590Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-03-21T20:58:40.6103710Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-03-21T20:58:40.6103830Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-03-21T20:58:40.6103940Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-03-21T20:58:40.6104050Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2025-03-21T20:58:40.6104150Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-03-21T20:58:40.6104240Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-03-21T20:58:40.6104330Z adding 'torch/include/ATen/ops/heaviside.h' 2025-03-21T20:58:40.6104560Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6104680Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-03-21T20:58:40.6104800Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-03-21T20:58:40.6104900Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-03-21T20:58:40.6105020Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-03-21T20:58:40.6105120Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-03-21T20:58:40.6105250Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-03-21T20:58:40.6105360Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-03-21T20:58:40.6105570Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6105700Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-03-21T20:58:40.6105820Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-03-21T20:58:40.6105900Z adding 'torch/include/ATen/ops/histc.h' 2025-03-21T20:58:40.6106000Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-03-21T20:58:40.6106110Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-03-21T20:58:40.6106220Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2025-03-21T20:58:40.6106440Z adding 'torch/include/ATen/ops/histc_native.h' 2025-03-21T20:58:40.6106530Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-03-21T20:58:40.6106620Z adding 'torch/include/ATen/ops/histogram.h' 2025-03-21T20:58:40.6106730Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-03-21T20:58:40.6106850Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2025-03-21T20:58:40.6106940Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-03-21T20:58:40.6107040Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-03-21T20:58:40.6107130Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-03-21T20:58:40.6107320Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6107430Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-03-21T20:58:40.6107530Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-03-21T20:58:40.6107610Z adding 'torch/include/ATen/ops/hsplit.h' 2025-03-21T20:58:40.6107790Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6107880Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-03-21T20:58:40.6107970Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-03-21T20:58:40.6108080Z adding 'torch/include/ATen/ops/hspmm.h' 2025-03-21T20:58:40.6108180Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-03-21T20:58:40.6108260Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-03-21T20:58:40.6108340Z adding 'torch/include/ATen/ops/hstack.h' 2025-03-21T20:58:40.6108510Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6108610Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-03-21T20:58:40.6108740Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-03-21T20:58:40.6108820Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-03-21T20:58:40.6108930Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-03-21T20:58:40.6109140Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6109290Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:40.6109440Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:40.6109580Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2025-03-21T20:58:40.6109700Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-03-21T20:58:40.6109820Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-03-21T20:58:40.6393670Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-03-21T20:58:40.6393840Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-03-21T20:58:40.6393980Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2025-03-21T20:58:40.6394080Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-03-21T20:58:40.6394190Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-03-21T20:58:40.6394260Z adding 'torch/include/ATen/ops/hypot.h' 2025-03-21T20:58:40.6394500Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6394610Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-03-21T20:58:40.6394720Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-03-21T20:58:40.6394980Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-03-21T20:58:40.6395100Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-03-21T20:58:40.6395790Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2025-03-21T20:58:40.6395910Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-03-21T20:58:40.6396000Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-03-21T20:58:40.6396070Z adding 'torch/include/ATen/ops/i0.h' 2025-03-21T20:58:40.6396290Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6396390Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-03-21T20:58:40.6396490Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-03-21T20:58:40.6396570Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-03-21T20:58:40.6396830Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-03-21T20:58:40.6396930Z adding 'torch/include/ATen/ops/i0_mps_dispatch.h' 2025-03-21T20:58:40.6397020Z adding 'torch/include/ATen/ops/i0_native.h' 2025-03-21T20:58:40.6397100Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-03-21T20:58:40.6397170Z adding 'torch/include/ATen/ops/igamma.h' 2025-03-21T20:58:40.6397390Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6397500Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-03-21T20:58:40.6397610Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-03-21T20:58:40.6397700Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-03-21T20:58:40.6397810Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-03-21T20:58:40.6397900Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-03-21T20:58:40.6397990Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-03-21T20:58:40.6398070Z adding 'torch/include/ATen/ops/igammac.h' 2025-03-21T20:58:40.6398300Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6398420Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-03-21T20:58:40.6398610Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-03-21T20:58:40.6398730Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-03-21T20:58:40.6398880Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-03-21T20:58:40.6398990Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-03-21T20:58:40.6399080Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-03-21T20:58:40.6399150Z adding 'torch/include/ATen/ops/im2col.h' 2025-03-21T20:58:40.6399510Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-03-21T20:58:40.6399620Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-03-21T20:58:40.6399720Z adding 'torch/include/ATen/ops/im2col_mps_dispatch.h' 2025-03-21T20:58:40.6399810Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-03-21T20:58:40.6399900Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-03-21T20:58:40.6399970Z adding 'torch/include/ATen/ops/imag.h' 2025-03-21T20:58:40.6400150Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6400240Z adding 'torch/include/ATen/ops/imag_native.h' 2025-03-21T20:58:40.6400320Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-03-21T20:58:40.6400400Z adding 'torch/include/ATen/ops/index.h' 2025-03-21T20:58:40.6400480Z adding 'torch/include/ATen/ops/index_add.h' 2025-03-21T20:58:40.6400710Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6400890Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6401010Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-03-21T20:58:40.6401130Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-03-21T20:58:40.6401230Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-03-21T20:58:40.6401340Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-03-21T20:58:40.6401460Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2025-03-21T20:58:40.6401560Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-03-21T20:58:40.6401690Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-03-21T20:58:40.6401910Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6401990Z adding 'torch/include/ATen/ops/index_copy.h' 2025-03-21T20:58:40.6402210Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6402400Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6402540Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-03-21T20:58:40.6402660Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-03-21T20:58:40.6402760Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-03-21T20:58:40.6402970Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-03-21T20:58:40.6403060Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-03-21T20:58:40.6403160Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-03-21T20:58:40.6403270Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-03-21T20:58:40.6403380Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-03-21T20:58:40.6403470Z adding 'torch/include/ATen/ops/index_fill.h' 2025-03-21T20:58:40.6403660Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6403840Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6403960Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-03-21T20:58:40.6404070Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-03-21T20:58:40.6404180Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-03-21T20:58:40.6404300Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2025-03-21T20:58:40.6404400Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-03-21T20:58:40.6404490Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-03-21T20:58:40.6404580Z adding 'torch/include/ATen/ops/index_meta.h' 2025-03-21T20:58:40.6404730Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-03-21T20:58:40.6404840Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2025-03-21T20:58:40.6404930Z adding 'torch/include/ATen/ops/index_native.h' 2025-03-21T20:58:40.6405010Z adding 'torch/include/ATen/ops/index_ops.h' 2025-03-21T20:58:40.6405090Z adding 'torch/include/ATen/ops/index_put.h' 2025-03-21T20:58:40.6405280Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6405450Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-03-21T20:58:40.6405540Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-03-21T20:58:40.6405630Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-03-21T20:58:40.6405860Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6405990Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-03-21T20:58:40.6406120Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-03-21T20:58:40.6406220Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-03-21T20:58:40.6406340Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-03-21T20:58:40.6406450Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-03-21T20:58:40.6406540Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-03-21T20:58:40.6406630Z adding 'torch/include/ATen/ops/index_select.h' 2025-03-21T20:58:40.6406750Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-03-21T20:58:40.6406960Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6407090Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-03-21T20:58:40.6407210Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-03-21T20:58:40.6407400Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6407530Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-03-21T20:58:40.6407660Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-03-21T20:58:40.6407820Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2025-03-21T20:58:40.6407940Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-03-21T20:58:40.6408050Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-03-21T20:58:40.6408130Z adding 'torch/include/ATen/ops/indices.h' 2025-03-21T20:58:40.6408310Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6408400Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-03-21T20:58:40.6408590Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6408840Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6411040Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-03-21T20:58:40.6411200Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-03-21T20:58:40.6411320Z adding 'torch/include/ATen/ops/indices_native.h' 2025-03-21T20:58:40.6411410Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-03-21T20:58:40.6411580Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-03-21T20:58:40.6411860Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6412040Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-03-21T20:58:40.6412220Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-03-21T20:58:40.6412300Z adding 'torch/include/ATen/ops/inner.h' 2025-03-21T20:58:40.6412470Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6412570Z adding 'torch/include/ATen/ops/inner_native.h' 2025-03-21T20:58:40.6412660Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-03-21T20:58:40.6412750Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-03-21T20:58:40.6413090Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6413210Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-03-21T20:58:40.6413310Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-03-21T20:58:40.6413400Z adding 'torch/include/ATen/ops/int_repr.h' 2025-03-21T20:58:40.6413580Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6413680Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-03-21T20:58:40.6413840Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-03-21T20:58:40.6413920Z adding 'torch/include/ATen/ops/inverse.h' 2025-03-21T20:58:40.6414100Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6414190Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-03-21T20:58:40.6414280Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-03-21T20:58:40.6414370Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-03-21T20:58:40.6414560Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6414670Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-03-21T20:58:40.6414760Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-03-21T20:58:40.6414850Z adding 'torch/include/ATen/ops/is_complex.h' 2025-03-21T20:58:40.6415040Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6862660Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-03-21T20:58:40.6862800Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-03-21T20:58:40.6862900Z adding 'torch/include/ATen/ops/is_conj.h' 2025-03-21T20:58:40.6863090Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6863190Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-03-21T20:58:40.6863290Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-03-21T20:58:40.6863380Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-03-21T20:58:40.6863590Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6863820Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-03-21T20:58:40.6863960Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-03-21T20:58:40.6864060Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-03-21T20:58:40.6864250Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6864380Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-03-21T20:58:40.6864500Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-03-21T20:58:40.6864740Z adding 'torch/include/ATen/ops/is_inference.h' 2025-03-21T20:58:40.6865000Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6865460Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-03-21T20:58:40.6865560Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-03-21T20:58:40.6865650Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-03-21T20:58:40.6865840Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6865940Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-03-21T20:58:40.6866030Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-03-21T20:58:40.6866110Z adding 'torch/include/ATen/ops/is_neg.h' 2025-03-21T20:58:40.6866280Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6866380Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-03-21T20:58:40.6866480Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-03-21T20:58:40.6866560Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-03-21T20:58:40.6866750Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6866850Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-03-21T20:58:40.6866940Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-03-21T20:58:40.6867030Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-03-21T20:58:40.6867300Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6867400Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-03-21T20:58:40.6867500Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-03-21T20:58:40.6867590Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-03-21T20:58:40.6867780Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6867890Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-03-21T20:58:40.6875540Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-03-21T20:58:40.6875690Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-03-21T20:58:40.6875830Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-03-21T20:58:40.6875950Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-03-21T20:58:40.6876070Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2025-03-21T20:58:40.6876180Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-03-21T20:58:40.6876270Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-03-21T20:58:40.6876360Z adding 'torch/include/ATen/ops/is_signed.h' 2025-03-21T20:58:40.6876560Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6876660Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-03-21T20:58:40.6876750Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-03-21T20:58:40.6876860Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-03-21T20:58:40.6877080Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6877230Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-03-21T20:58:40.6877360Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-03-21T20:58:40.6877450Z adding 'torch/include/ATen/ops/isclose.h' 2025-03-21T20:58:40.6877630Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6877720Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-03-21T20:58:40.6877810Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-03-21T20:58:40.6878060Z adding 'torch/include/ATen/ops/isfinite.h' 2025-03-21T20:58:40.6878250Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6878350Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-03-21T20:58:40.6878440Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-03-21T20:58:40.6878510Z adding 'torch/include/ATen/ops/isin.h' 2025-03-21T20:58:40.6878730Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6878830Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-03-21T20:58:40.6878940Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-03-21T20:58:40.6879020Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-03-21T20:58:40.6879210Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-03-21T20:58:40.6879310Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2025-03-21T20:58:40.6879400Z adding 'torch/include/ATen/ops/isin_native.h' 2025-03-21T20:58:40.6879490Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-03-21T20:58:40.6879570Z adding 'torch/include/ATen/ops/isinf.h' 2025-03-21T20:58:40.6879760Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6879850Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-03-21T20:58:40.6879940Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-03-21T20:58:40.6880020Z adding 'torch/include/ATen/ops/isnan.h' 2025-03-21T20:58:40.6880180Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6880290Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-03-21T20:58:40.6880400Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-03-21T20:58:40.6880510Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2025-03-21T20:58:40.6880600Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-03-21T20:58:40.6880680Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-03-21T20:58:40.6880840Z adding 'torch/include/ATen/ops/isneginf.h' 2025-03-21T20:58:40.6881080Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6881200Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-03-21T20:58:40.6881310Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-03-21T20:58:40.6881410Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-03-21T20:58:40.6881520Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-03-21T20:58:40.6881940Z adding 'torch/include/ATen/ops/isneginf_mps_dispatch.h' 2025-03-21T20:58:40.6882040Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-03-21T20:58:40.6882130Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-03-21T20:58:40.6882210Z adding 'torch/include/ATen/ops/isposinf.h' 2025-03-21T20:58:40.6882440Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6882550Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-03-21T20:58:40.6882660Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-03-21T20:58:40.6882750Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-03-21T20:58:40.6882870Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-03-21T20:58:40.6882980Z adding 'torch/include/ATen/ops/isposinf_mps_dispatch.h' 2025-03-21T20:58:40.6883080Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-03-21T20:58:40.6883170Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-03-21T20:58:40.6883250Z adding 'torch/include/ATen/ops/isreal.h' 2025-03-21T20:58:40.6883430Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6883530Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-03-21T20:58:40.6883620Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-03-21T20:58:40.6883700Z adding 'torch/include/ATen/ops/istft.h' 2025-03-21T20:58:40.6883870Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6883960Z adding 'torch/include/ATen/ops/istft_native.h' 2025-03-21T20:58:40.6884100Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-03-21T20:58:40.6884170Z adding 'torch/include/ATen/ops/item.h' 2025-03-21T20:58:40.6884340Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6884430Z adding 'torch/include/ATen/ops/item_native.h' 2025-03-21T20:58:40.6884510Z adding 'torch/include/ATen/ops/item_ops.h' 2025-03-21T20:58:40.6884600Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-03-21T20:58:40.6884790Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6884910Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-03-21T20:58:40.6885000Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-03-21T20:58:40.6885170Z adding 'torch/include/ATen/ops/kl_div.h' 2025-03-21T20:58:40.6885340Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6885440Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-03-21T20:58:40.6885530Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-03-21T20:58:40.6885600Z adding 'torch/include/ATen/ops/kron.h' 2025-03-21T20:58:40.6885780Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6885870Z adding 'torch/include/ATen/ops/kron_native.h' 2025-03-21T20:58:40.6885950Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-03-21T20:58:40.6886190Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-03-21T20:58:40.6886420Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.6886610Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6886730Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-03-21T20:58:40.6886880Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-03-21T20:58:40.6886990Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-03-21T20:58:40.6887080Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-03-21T20:58:40.6887250Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-03-21T20:58:40.6887440Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6887540Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-03-21T20:58:40.6888320Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-03-21T20:58:40.6888650Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-03-21T20:58:40.6889180Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6889880Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-03-21T20:58:40.6890600Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-03-21T20:58:40.6890980Z adding 'torch/include/ATen/ops/lcm.h' 2025-03-21T20:58:40.6891550Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.6891860Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-03-21T20:58:40.6892140Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-03-21T20:58:40.6892380Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-03-21T20:58:40.6892670Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-03-21T20:58:40.6892920Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-03-21T20:58:40.6893160Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-03-21T20:58:40.6893380Z adding 'torch/include/ATen/ops/ldexp.h' 2025-03-21T20:58:40.6894090Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.6894310Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-03-21T20:58:40.6894390Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-03-21T20:58:40.6894470Z adding 'torch/include/ATen/ops/le.h' 2025-03-21T20:58:40.7194790Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7194940Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-03-21T20:58:40.7195040Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-03-21T20:58:40.7195130Z adding 'torch/include/ATen/ops/le_meta.h' 2025-03-21T20:58:40.7195230Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-03-21T20:58:40.7195470Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2025-03-21T20:58:40.7195570Z adding 'torch/include/ATen/ops/le_native.h' 2025-03-21T20:58:40.7195650Z adding 'torch/include/ATen/ops/le_ops.h' 2025-03-21T20:58:40.7195740Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-03-21T20:58:40.7195850Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-03-21T20:58:40.7196120Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7196270Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-03-21T20:58:40.7196410Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-03-21T20:58:40.7196660Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-03-21T20:58:40.7196810Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-03-21T20:58:40.7196950Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2025-03-21T20:58:40.7197080Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-03-21T20:58:40.7197190Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-03-21T20:58:40.7197430Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7197550Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-03-21T20:58:40.7197660Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-03-21T20:58:40.7197760Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-03-21T20:58:40.7197880Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-03-21T20:58:40.7198000Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2025-03-21T20:58:40.7198100Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-03-21T20:58:40.7198200Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-03-21T20:58:40.7198280Z adding 'torch/include/ATen/ops/lerp.h' 2025-03-21T20:58:40.7198630Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7198770Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-03-21T20:58:40.7198880Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-03-21T20:58:40.7198960Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-03-21T20:58:40.7199090Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-03-21T20:58:40.7199200Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2025-03-21T20:58:40.7199450Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-03-21T20:58:40.7199540Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-03-21T20:58:40.7199610Z adding 'torch/include/ATen/ops/less.h' 2025-03-21T20:58:40.7199790Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7199880Z adding 'torch/include/ATen/ops/less_equal.h' 2025-03-21T20:58:40.7200070Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7200190Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-03-21T20:58:40.7200290Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-03-21T20:58:40.7200400Z adding 'torch/include/ATen/ops/less_native.h' 2025-03-21T20:58:40.7200500Z adding 'torch/include/ATen/ops/less_ops.h' 2025-03-21T20:58:40.7200580Z adding 'torch/include/ATen/ops/lgamma.h' 2025-03-21T20:58:40.7200810Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7200920Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-03-21T20:58:40.7201030Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-03-21T20:58:40.7201120Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-03-21T20:58:40.7201250Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-03-21T20:58:40.7201370Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2025-03-21T20:58:40.7201470Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-03-21T20:58:40.7201550Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-03-21T20:58:40.7201640Z adding 'torch/include/ATen/ops/lift.h' 2025-03-21T20:58:40.7201860Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7201940Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-03-21T20:58:40.7202130Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7202220Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-03-21T20:58:40.7202410Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7202660Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7202780Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-03-21T20:58:40.7202890Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-03-21T20:58:40.7203180Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-03-21T20:58:40.7203280Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-03-21T20:58:40.7203370Z adding 'torch/include/ATen/ops/lift_native.h' 2025-03-21T20:58:40.7203460Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-03-21T20:58:40.7203560Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-03-21T20:58:40.7203770Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7203890Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-03-21T20:58:40.7204130Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7204270Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-03-21T20:58:40.7204420Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-03-21T20:58:40.7204530Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-03-21T20:58:40.7204680Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-03-21T20:58:40.7204820Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h' 2025-03-21T20:58:40.7205000Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-03-21T20:58:40.7205120Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-03-21T20:58:40.7205240Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-03-21T20:58:40.7205350Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-03-21T20:58:40.7205440Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-03-21T20:58:40.7205620Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7205790Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-03-21T20:58:40.7205880Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-03-21T20:58:40.7205980Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-03-21T20:58:40.7206210Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7206340Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-03-21T20:58:40.7206470Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-03-21T20:58:40.7206570Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-03-21T20:58:40.7206690Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-03-21T20:58:40.7206800Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2025-03-21T20:58:40.7206920Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-03-21T20:58:40.7207020Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-03-21T20:58:40.7207110Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-03-21T20:58:40.7207300Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7207410Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-03-21T20:58:40.7207510Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-03-21T20:58:40.7207620Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-03-21T20:58:40.7207830Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7207940Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-03-21T20:58:40.7208200Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-03-21T20:58:40.7208300Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-03-21T20:58:40.7208420Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-03-21T20:58:40.7208540Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-03-21T20:58:40.7208640Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-03-21T20:58:40.7208860Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-03-21T20:58:40.7209020Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-03-21T20:58:40.7209230Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7209340Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-03-21T20:58:40.7209600Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-03-21T20:58:40.7209750Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-03-21T20:58:40.7209960Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7210180Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-03-21T20:58:40.7210340Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-03-21T20:58:40.7210450Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-03-21T20:58:40.7210560Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-03-21T20:58:40.7210660Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-03-21T20:58:40.7210900Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7211050Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-03-21T20:58:40.7211210Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-03-21T20:58:40.7211390Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-03-21T20:58:40.7211600Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-03-21T20:58:40.7211790Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-03-21T20:58:40.7212030Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-03-21T20:58:40.7212170Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-03-21T20:58:40.7212260Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-03-21T20:58:40.7212450Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7212540Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-03-21T20:58:40.7212910Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7213060Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-03-21T20:58:40.7213210Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-03-21T20:58:40.7213320Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-03-21T20:58:40.7213450Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-03-21T20:58:40.7213580Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2025-03-21T20:58:40.7213690Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-03-21T20:58:40.7213790Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-03-21T20:58:40.7213890Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-03-21T20:58:40.7213990Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-03-21T20:58:40.7214110Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-03-21T20:58:40.7214310Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7214420Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-03-21T20:58:40.7390690Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7390950Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-03-21T20:58:40.7391120Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-03-21T20:58:40.7391250Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-03-21T20:58:40.7391520Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-03-21T20:58:40.7391660Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-03-21T20:58:40.7391910Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-03-21T20:58:40.7392070Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-03-21T20:58:40.7392190Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-03-21T20:58:40.7392300Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-03-21T20:58:40.7392660Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7392820Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-03-21T20:58:40.7392950Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-03-21T20:58:40.7393240Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-03-21T20:58:40.7393390Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-03-21T20:58:40.7393510Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-03-21T20:58:40.7393620Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-03-21T20:58:40.7393710Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-03-21T20:58:40.7393910Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7394040Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-03-21T20:58:40.7394170Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-03-21T20:58:40.7394370Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-03-21T20:58:40.7394500Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-03-21T20:58:40.7394590Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-03-21T20:58:40.7394840Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7394970Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-03-21T20:58:40.7395200Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-03-21T20:58:40.7395310Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-03-21T20:58:40.7395600Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7395710Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-03-21T20:58:40.7395960Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7396240Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-03-21T20:58:40.7396390Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-03-21T20:58:40.7396510Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-03-21T20:58:40.7396650Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-03-21T20:58:40.7396800Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h' 2025-03-21T20:58:40.7396930Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-03-21T20:58:40.7397040Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-03-21T20:58:40.7397180Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2025-03-21T20:58:40.7397300Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-03-21T20:58:40.7397410Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-03-21T20:58:40.7397610Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-03-21T20:58:40.7397790Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-03-21T20:58:40.7397900Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-03-21T20:58:40.7397990Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-03-21T20:58:40.7398090Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-03-21T20:58:40.7398330Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7398470Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-03-21T20:58:40.7398600Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-03-21T20:58:40.7398820Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-03-21T20:58:40.7399060Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-03-21T20:58:40.7399270Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-03-21T20:58:40.7399410Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-03-21T20:58:40.7399510Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-03-21T20:58:40.7399710Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7399820Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-03-21T20:58:40.7399920Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-03-21T20:58:40.7400020Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-03-21T20:58:40.7400320Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7400460Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-03-21T20:58:40.7400610Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-03-21T20:58:40.7400730Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-03-21T20:58:40.7400850Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-03-21T20:58:40.7400960Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-03-21T20:58:40.7401160Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7401390Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-03-21T20:58:40.7401520Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-03-21T20:58:40.7401640Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-03-21T20:58:40.7401850Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7401990Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-03-21T20:58:40.7402120Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-03-21T20:58:40.7402380Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-03-21T20:58:40.7402600Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7402730Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-03-21T20:58:40.7402840Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-03-21T20:58:40.7402950Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-03-21T20:58:40.7403220Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7403360Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-03-21T20:58:40.7403480Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-03-21T20:58:40.7403570Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-03-21T20:58:40.7403770Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7403880Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-03-21T20:58:40.7403980Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-03-21T20:58:40.7404080Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-03-21T20:58:40.7404270Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7404510Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7404720Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7404840Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-03-21T20:58:40.7404940Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-03-21T20:58:40.7405030Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-03-21T20:58:40.7405260Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7405390Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-03-21T20:58:40.7405510Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-03-21T20:58:40.7405610Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-03-21T20:58:40.7405800Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-03-21T20:58:40.7405900Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-03-21T20:58:40.7406000Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-03-21T20:58:40.7406120Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-03-21T20:58:40.7406320Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7406440Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-03-21T20:58:40.7406560Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-03-21T20:58:40.7406660Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-03-21T20:58:40.7406870Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7407140Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-03-21T20:58:40.7407340Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7407460Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-03-21T20:58:40.7407610Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-03-21T20:58:40.7407720Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-03-21T20:58:40.7407820Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-03-21T20:58:40.7407950Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-03-21T20:58:40.7408110Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-03-21T20:58:40.7408290Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-03-21T20:58:40.7408450Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2025-03-21T20:58:40.7408590Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-03-21T20:58:40.7408730Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-03-21T20:58:40.7408820Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-03-21T20:58:40.7409100Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7409230Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-03-21T20:58:40.7409340Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-03-21T20:58:40.7409430Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-03-21T20:58:40.7409630Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7409890Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-03-21T20:58:40.7410100Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-03-21T20:58:40.7410200Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-03-21T20:58:40.7410410Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7410530Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-03-21T20:58:40.7410650Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-03-21T20:58:40.7410760Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-03-21T20:58:40.7410980Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7411110Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-03-21T20:58:40.7411220Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-03-21T20:58:40.7666210Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-03-21T20:58:40.7666450Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7666590Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-03-21T20:58:40.7666690Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-03-21T20:58:40.7666790Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-03-21T20:58:40.7666980Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7667100Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-03-21T20:58:40.7667200Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-03-21T20:58:40.7667310Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-03-21T20:58:40.7667800Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7667950Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-03-21T20:58:40.7668090Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-03-21T20:58:40.7668210Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-03-21T20:58:40.7668360Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-03-21T20:58:40.7668500Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2025-03-21T20:58:40.7668630Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-03-21T20:58:40.7668900Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-03-21T20:58:40.7668980Z adding 'torch/include/ATen/ops/linear.h' 2025-03-21T20:58:40.7669080Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-03-21T20:58:40.7669290Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7669420Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2025-03-21T20:58:40.7669540Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-03-21T20:58:40.7669660Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-03-21T20:58:40.7669830Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7670010Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7670120Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2025-03-21T20:58:40.7670210Z adding 'torch/include/ATen/ops/linear_native.h' 2025-03-21T20:58:40.7670300Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-03-21T20:58:40.7670390Z adding 'torch/include/ATen/ops/linspace.h' 2025-03-21T20:58:40.7670580Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7670790Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-03-21T20:58:40.7670910Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-03-21T20:58:40.7671030Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-03-21T20:58:40.7671150Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2025-03-21T20:58:40.7671250Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-03-21T20:58:40.7671340Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-03-21T20:58:40.7671680Z adding 'torch/include/ATen/ops/log.h' 2025-03-21T20:58:40.7671760Z adding 'torch/include/ATen/ops/log10.h' 2025-03-21T20:58:40.7671980Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7672090Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-03-21T20:58:40.7672200Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-03-21T20:58:40.7672290Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-03-21T20:58:40.7672400Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-03-21T20:58:40.7672510Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2025-03-21T20:58:40.7672610Z adding 'torch/include/ATen/ops/log10_native.h' 2025-03-21T20:58:40.7672690Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-03-21T20:58:40.7672770Z adding 'torch/include/ATen/ops/log1p.h' 2025-03-21T20:58:40.7673030Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7673150Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-03-21T20:58:40.7673260Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-03-21T20:58:40.7673350Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-03-21T20:58:40.7673460Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-03-21T20:58:40.7673570Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2025-03-21T20:58:40.7673670Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-03-21T20:58:40.7673760Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-03-21T20:58:40.7673840Z adding 'torch/include/ATen/ops/log2.h' 2025-03-21T20:58:40.7674130Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7674240Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-03-21T20:58:40.7681440Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-03-21T20:58:40.7681610Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-03-21T20:58:40.7681730Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-03-21T20:58:40.7681840Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2025-03-21T20:58:40.7681940Z adding 'torch/include/ATen/ops/log2_native.h' 2025-03-21T20:58:40.7682020Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-03-21T20:58:40.7682230Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7682490Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-03-21T20:58:40.7682590Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-03-21T20:58:40.7682680Z adding 'torch/include/ATen/ops/log_meta.h' 2025-03-21T20:58:40.7682780Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-03-21T20:58:40.7682880Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2025-03-21T20:58:40.7682960Z adding 'torch/include/ATen/ops/log_native.h' 2025-03-21T20:58:40.7683040Z adding 'torch/include/ATen/ops/log_normal.h' 2025-03-21T20:58:40.7683230Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7683350Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-03-21T20:58:40.7683480Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-03-21T20:58:40.7683600Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-03-21T20:58:40.7683700Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-03-21T20:58:40.7683800Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-03-21T20:58:40.7683890Z adding 'torch/include/ATen/ops/log_ops.h' 2025-03-21T20:58:40.7683980Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-03-21T20:58:40.7684150Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-03-21T20:58:40.7684300Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-03-21T20:58:40.7684460Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-03-21T20:58:40.7684610Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2025-03-21T20:58:40.7684740Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-03-21T20:58:40.7684860Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-03-21T20:58:40.7685160Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7685270Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-03-21T20:58:40.7685410Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-03-21T20:58:40.7685560Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-03-21T20:58:40.7685700Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2025-03-21T20:58:40.7685820Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-03-21T20:58:40.7685950Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-03-21T20:58:40.7686050Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-03-21T20:58:40.7686140Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-03-21T20:58:40.7686230Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-03-21T20:58:40.7686420Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7686600Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7686720Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-03-21T20:58:40.7686820Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-03-21T20:58:40.7686910Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-03-21T20:58:40.7687000Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-03-21T20:58:40.7687240Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7687430Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-03-21T20:58:40.7687560Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-03-21T20:58:40.7687660Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-03-21T20:58:40.7687780Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-03-21T20:58:40.7687900Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2025-03-21T20:58:40.7688000Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-03-21T20:58:40.7688100Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-03-21T20:58:40.7688390Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7688510Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-03-21T20:58:40.7688680Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-03-21T20:58:40.7688780Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-03-21T20:58:40.7688890Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-03-21T20:58:40.7689010Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2025-03-21T20:58:40.7689110Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-03-21T20:58:40.7689200Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-03-21T20:58:40.7689300Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-03-21T20:58:40.7689490Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7689710Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7689820Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-03-21T20:58:40.7689920Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-03-21T20:58:40.7690000Z adding 'torch/include/ATen/ops/logdet.h' 2025-03-21T20:58:40.7690180Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7690270Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-03-21T20:58:40.7690530Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-03-21T20:58:40.7690640Z adding 'torch/include/ATen/ops/logical_and.h' 2025-03-21T20:58:40.7690830Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7690950Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-03-21T20:58:40.7691080Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-03-21T20:58:40.7691200Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2025-03-21T20:58:40.7691370Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-03-21T20:58:40.7691490Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-03-21T20:58:40.7691590Z adding 'torch/include/ATen/ops/logical_not.h' 2025-03-21T20:58:40.7691780Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7691900Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-03-21T20:58:40.7692030Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-03-21T20:58:40.7692150Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2025-03-21T20:58:40.7692260Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-03-21T20:58:40.7692360Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-03-21T20:58:40.7692460Z adding 'torch/include/ATen/ops/logical_or.h' 2025-03-21T20:58:40.7692640Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7889070Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-03-21T20:58:40.7889390Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-03-21T20:58:40.7889650Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2025-03-21T20:58:40.7889840Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-03-21T20:58:40.7890030Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-03-21T20:58:40.7890210Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-03-21T20:58:40.7890490Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7890880Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-03-21T20:58:40.7891110Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-03-21T20:58:40.7891310Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2025-03-21T20:58:40.7891710Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-03-21T20:58:40.7891890Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-03-21T20:58:40.7892050Z adding 'torch/include/ATen/ops/logit.h' 2025-03-21T20:58:40.7892250Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-03-21T20:58:40.7892620Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7892830Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-03-21T20:58:40.7893450Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-03-21T20:58:40.7893650Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-03-21T20:58:40.7893860Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-03-21T20:58:40.7894070Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2025-03-21T20:58:40.7894270Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-03-21T20:58:40.7894460Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-03-21T20:58:40.7895170Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-03-21T20:58:40.7895660Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-03-21T20:58:40.7895870Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-03-21T20:58:40.7896060Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2025-03-21T20:58:40.7896560Z adding 'torch/include/ATen/ops/logit_native.h' 2025-03-21T20:58:40.7896730Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-03-21T20:58:40.7896890Z adding 'torch/include/ATen/ops/logspace.h' 2025-03-21T20:58:40.7897160Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7897420Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-03-21T20:58:40.7897660Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-03-21T20:58:40.7897790Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-03-21T20:58:40.7897900Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-03-21T20:58:40.7897990Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-03-21T20:58:40.7898080Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-03-21T20:58:40.7898280Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7898640Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7898820Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7898920Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-03-21T20:58:40.7899020Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-03-21T20:58:40.7899100Z adding 'torch/include/ATen/ops/lshift.h' 2025-03-21T20:58:40.7899480Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7899620Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-03-21T20:58:40.7899730Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-03-21T20:58:40.7899840Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-03-21T20:58:40.7899950Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2025-03-21T20:58:40.7900040Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-03-21T20:58:40.7900140Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-03-21T20:58:40.7900220Z adding 'torch/include/ATen/ops/lstm.h' 2025-03-21T20:58:40.7900300Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-03-21T20:58:40.7900490Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7900590Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-03-21T20:58:40.7900690Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-03-21T20:58:40.7900860Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7901260Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-03-21T20:58:40.7901480Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7901620Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2025-03-21T20:58:40.7901750Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-03-21T20:58:40.7901950Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-03-21T20:58:40.7902040Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-03-21T20:58:40.7902130Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-03-21T20:58:40.7902200Z adding 'torch/include/ATen/ops/lt.h' 2025-03-21T20:58:40.7902410Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7902600Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-03-21T20:58:40.7902700Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-03-21T20:58:40.7902780Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-03-21T20:58:40.7902870Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-03-21T20:58:40.7902970Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2025-03-21T20:58:40.7903060Z adding 'torch/include/ATen/ops/lt_native.h' 2025-03-21T20:58:40.7903140Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-03-21T20:58:40.7903220Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-03-21T20:58:40.7903420Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7903520Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-03-21T20:58:40.7903610Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-03-21T20:58:40.7903690Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-03-21T20:58:40.7903920Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.7904040Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-03-21T20:58:40.7904160Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-03-21T20:58:40.7904310Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-03-21T20:58:40.7904440Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-03-21T20:58:40.7904560Z adding 'torch/include/ATen/ops/lu_unpack_mps_dispatch.h' 2025-03-21T20:58:40.7904660Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-03-21T20:58:40.7904760Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-03-21T20:58:40.7904840Z adding 'torch/include/ATen/ops/mH.h' 2025-03-21T20:58:40.7905160Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7905250Z adding 'torch/include/ATen/ops/mH_native.h' 2025-03-21T20:58:40.7905330Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-03-21T20:58:40.7905400Z adding 'torch/include/ATen/ops/mT.h' 2025-03-21T20:58:40.7905570Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7905650Z adding 'torch/include/ATen/ops/mT_native.h' 2025-03-21T20:58:40.7905730Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-03-21T20:58:40.7905840Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-03-21T20:58:40.7906050Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7906180Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-03-21T20:58:40.7906300Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-03-21T20:58:40.7906390Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-03-21T20:58:40.7906580Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7906710Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-03-21T20:58:40.7906820Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-03-21T20:58:40.7906950Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-03-21T20:58:40.7907070Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2025-03-21T20:58:40.7907180Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-03-21T20:58:40.7907280Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-03-21T20:58:40.7907440Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-03-21T20:58:40.7907560Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-03-21T20:58:40.7907770Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7907910Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-03-21T20:58:40.7908090Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-03-21T20:58:40.7908320Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7908450Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-03-21T20:58:40.7908580Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-03-21T20:58:40.7908820Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-03-21T20:58:40.7908940Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2025-03-21T20:58:40.7909060Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-03-21T20:58:40.7909180Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-03-21T20:58:40.7909700Z adding 'torch/include/ATen/ops/masked_select.h' 2025-03-21T20:58:40.7909890Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-03-21T20:58:40.7910110Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7910240Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-03-21T20:58:40.7910370Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-03-21T20:58:40.7910490Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-03-21T20:58:40.7910620Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-03-21T20:58:40.7910740Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2025-03-21T20:58:40.7910850Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-03-21T20:58:40.7911030Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-03-21T20:58:40.7911220Z adding 'torch/include/ATen/ops/matmul.h' 2025-03-21T20:58:40.7911340Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-03-21T20:58:40.7911570Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.7911680Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-03-21T20:58:40.7911790Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-03-21T20:58:40.7912080Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7912170Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-03-21T20:58:40.7912260Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-03-21T20:58:40.7912340Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-03-21T20:58:40.7912540Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7912650Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-03-21T20:58:40.7912750Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-03-21T20:58:40.7912840Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-03-21T20:58:40.7912950Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-03-21T20:58:40.7913160Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.7913290Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-03-21T20:58:40.7913410Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-03-21T20:58:40.8248980Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8249300Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-03-21T20:58:40.8249540Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-03-21T20:58:40.8249660Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-03-21T20:58:40.8249880Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8250000Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-03-21T20:58:40.8250100Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-03-21T20:58:40.8250300Z adding 'torch/include/ATen/ops/max.h' 2025-03-21T20:58:40.8250510Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8250680Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8250770Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-03-21T20:58:40.8250880Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-03-21T20:58:40.8250960Z adding 'torch/include/ATen/ops/max_meta.h' 2025-03-21T20:58:40.8251060Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-03-21T20:58:40.8251160Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2025-03-21T20:58:40.8251380Z adding 'torch/include/ATen/ops/max_native.h' 2025-03-21T20:58:40.8251460Z adding 'torch/include/ATen/ops/max_ops.h' 2025-03-21T20:58:40.8251540Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-03-21T20:58:40.8251790Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8251950Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-03-21T20:58:40.8252050Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-03-21T20:58:40.8252170Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-03-21T20:58:40.8252390Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8252530Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-03-21T20:58:40.8252670Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-03-21T20:58:40.8252760Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-03-21T20:58:40.8252860Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-03-21T20:58:40.8253070Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8253210Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2025-03-21T20:58:40.8253660Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-03-21T20:58:40.8253850Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-03-21T20:58:40.8254050Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8254180Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2025-03-21T20:58:40.8254280Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-03-21T20:58:40.8254380Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-03-21T20:58:40.8254640Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-03-21T20:58:40.8254790Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-03-21T20:58:40.8255080Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8255270Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8255450Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8255600Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-03-21T20:58:40.8255780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-03-21T20:58:40.8255960Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2025-03-21T20:58:40.8256120Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-03-21T20:58:40.8256270Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-03-21T20:58:40.8256540Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8256690Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-03-21T20:58:40.8256880Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-03-21T20:58:40.8257010Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-03-21T20:58:40.8257160Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-03-21T20:58:40.8257370Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2025-03-21T20:58:40.8257520Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-03-21T20:58:40.8257650Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-03-21T20:58:40.8257740Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-03-21T20:58:40.8257920Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8258020Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-03-21T20:58:40.8258120Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-03-21T20:58:40.8258230Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-03-21T20:58:40.8258530Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-03-21T20:58:40.8258710Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8258880Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8259040Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-03-21T20:58:40.8259190Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-03-21T20:58:40.8259350Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-03-21T20:58:40.8259500Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-03-21T20:58:40.8259650Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-03-21T20:58:40.8259780Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-03-21T20:58:40.8259870Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-03-21T20:58:40.8259990Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-03-21T20:58:40.8260120Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-03-21T20:58:40.8260230Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-03-21T20:58:40.8260380Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-03-21T20:58:40.8260470Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-03-21T20:58:40.8260600Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-03-21T20:58:40.8260720Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-03-21T20:58:40.8260830Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-03-21T20:58:40.8260930Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-03-21T20:58:40.8261070Z adding 'torch/include/ATen/ops/maximum.h' 2025-03-21T20:58:40.8261290Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8261400Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-03-21T20:58:40.8261620Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-03-21T20:58:40.8261710Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-03-21T20:58:40.8261820Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-03-21T20:58:40.8261930Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2025-03-21T20:58:40.8262030Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-03-21T20:58:40.8262130Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-03-21T20:58:40.8262210Z adding 'torch/include/ATen/ops/mean.h' 2025-03-21T20:58:40.8262380Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8262590Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8262760Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8262860Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-03-21T20:58:40.8262970Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-03-21T20:58:40.8263060Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-03-21T20:58:40.8263180Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-03-21T20:58:40.8263270Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2025-03-21T20:58:40.8263370Z adding 'torch/include/ATen/ops/mean_native.h' 2025-03-21T20:58:40.8263580Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-03-21T20:58:40.8263670Z adding 'torch/include/ATen/ops/median.h' 2025-03-21T20:58:40.8263860Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8264040Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8264150Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-03-21T20:58:40.8264250Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-03-21T20:58:40.8264370Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2025-03-21T20:58:40.8264510Z adding 'torch/include/ATen/ops/median_native.h' 2025-03-21T20:58:40.8264600Z adding 'torch/include/ATen/ops/median_ops.h' 2025-03-21T20:58:40.8264740Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-03-21T20:58:40.8264920Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8265020Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-03-21T20:58:40.8265110Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-03-21T20:58:40.8265190Z adding 'torch/include/ATen/ops/min.h' 2025-03-21T20:58:40.8265390Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8265560Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8265650Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-03-21T20:58:40.8265760Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-03-21T20:58:40.8265840Z adding 'torch/include/ATen/ops/min_meta.h' 2025-03-21T20:58:40.8265930Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-03-21T20:58:40.8266030Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2025-03-21T20:58:40.8266120Z adding 'torch/include/ATen/ops/min_native.h' 2025-03-21T20:58:40.8266190Z adding 'torch/include/ATen/ops/min_ops.h' 2025-03-21T20:58:40.8266270Z adding 'torch/include/ATen/ops/minimum.h' 2025-03-21T20:58:40.8266530Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8266650Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-03-21T20:58:40.8266760Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-03-21T20:58:40.8266850Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-03-21T20:58:40.8266960Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-03-21T20:58:40.8267060Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2025-03-21T20:58:40.8267280Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-03-21T20:58:40.8267370Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-03-21T20:58:40.8267470Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-03-21T20:58:40.8267620Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-03-21T20:58:40.8267900Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8268070Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8268220Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-03-21T20:58:40.8268360Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-03-21T20:58:40.8268560Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8549950Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-03-21T20:58:40.8550870Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-03-21T20:58:40.8551250Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-03-21T20:58:40.8551560Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-03-21T20:58:40.8551920Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-03-21T20:58:40.8552420Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-03-21T20:58:40.8552840Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-03-21T20:58:40.8553250Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-03-21T20:58:40.8554170Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8554820Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-03-21T20:58:40.8555270Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-03-21T20:58:40.8555470Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-03-21T20:58:40.8555600Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-03-21T20:58:40.8555780Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-03-21T20:58:40.8555920Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-03-21T20:58:40.8556050Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-03-21T20:58:40.8556380Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-03-21T20:58:40.8556620Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8556810Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-03-21T20:58:40.8556960Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-03-21T20:58:40.8557450Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-03-21T20:58:40.8557600Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-03-21T20:58:40.8557850Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8558030Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-03-21T20:58:40.8558190Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-03-21T20:58:40.8558320Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-03-21T20:58:40.8558420Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-03-21T20:58:40.8558550Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-03-21T20:58:40.8558880Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8559030Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8559160Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-03-21T20:58:40.8559280Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-03-21T20:58:40.8559470Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8559720Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-03-21T20:58:40.8559820Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-03-21T20:58:40.8559920Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-03-21T20:58:40.8560000Z adding 'torch/include/ATen/ops/mish.h' 2025-03-21T20:58:40.8560100Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-03-21T20:58:40.8560290Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8560420Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8560540Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8560920Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2025-03-21T20:58:40.8561430Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-03-21T20:58:40.8561710Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-03-21T20:58:40.8563120Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8563280Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-03-21T20:58:40.8563400Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-03-21T20:58:40.8563490Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-03-21T20:58:40.8563600Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-03-21T20:58:40.8563710Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2025-03-21T20:58:40.8563800Z adding 'torch/include/ATen/ops/mish_native.h' 2025-03-21T20:58:40.8563890Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-03-21T20:58:40.8564130Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-03-21T20:58:40.8564290Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-03-21T20:58:40.8564550Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8564720Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-03-21T20:58:40.8564890Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-03-21T20:58:40.8565050Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-03-21T20:58:40.8565180Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-03-21T20:58:40.8565300Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-03-21T20:58:40.8565700Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8565840Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-03-21T20:58:40.8565960Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-03-21T20:58:40.8566060Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-03-21T20:58:40.8566180Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-03-21T20:58:40.8566390Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8566520Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-03-21T20:58:40.8566760Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8566910Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-03-21T20:58:40.8567060Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-03-21T20:58:40.8567190Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-03-21T20:58:40.8567310Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-03-21T20:58:40.8567600Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-03-21T20:58:40.8567940Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8568110Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-03-21T20:58:40.8568260Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-03-21T20:58:40.8568550Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8574230Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-03-21T20:58:40.8574370Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-03-21T20:58:40.8574650Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-03-21T20:58:40.8574800Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-03-21T20:58:40.8575030Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8575190Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-03-21T20:58:40.8575330Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-03-21T20:58:40.8575530Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8575650Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-03-21T20:58:40.8575770Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-03-21T20:58:40.8575880Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-03-21T20:58:40.8576000Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-03-21T20:58:40.8576230Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8576380Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-03-21T20:58:40.8576520Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-03-21T20:58:40.8576720Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8576850Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-03-21T20:58:40.8577040Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-03-21T20:58:40.8577180Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-03-21T20:58:40.8577420Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8577580Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-03-21T20:58:40.8577720Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-03-21T20:58:40.8577860Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-03-21T20:58:40.8578090Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8578390Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-03-21T20:58:40.8578630Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-03-21T20:58:40.8578740Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-03-21T20:58:40.8578870Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-03-21T20:58:40.8579090Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8579250Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8579390Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-03-21T20:58:40.8579530Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-03-21T20:58:40.8579730Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8579860Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-03-21T20:58:40.8579980Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-03-21T20:58:40.8580090Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-03-21T20:58:40.8580170Z adding 'torch/include/ATen/ops/mm.h' 2025-03-21T20:58:40.8580440Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8580540Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-03-21T20:58:40.8580640Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-03-21T20:58:40.8580720Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-03-21T20:58:40.8580820Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-03-21T20:58:40.8580920Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2025-03-21T20:58:40.8581080Z adding 'torch/include/ATen/ops/mm_native.h' 2025-03-21T20:58:40.8581160Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-03-21T20:58:40.8581240Z adding 'torch/include/ATen/ops/mode.h' 2025-03-21T20:58:40.8581410Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8581590Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8581690Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-03-21T20:58:40.8886590Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-03-21T20:58:40.8887060Z adding 'torch/include/ATen/ops/mode_native.h' 2025-03-21T20:58:40.8887310Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-03-21T20:58:40.8887400Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-03-21T20:58:40.8887600Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8887710Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-03-21T20:58:40.8887810Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-03-21T20:58:40.8887900Z adding 'torch/include/ATen/ops/movedim.h' 2025-03-21T20:58:40.8888090Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8888180Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-03-21T20:58:40.8888280Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-03-21T20:58:40.8888430Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-03-21T20:58:40.8888670Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8889020Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2025-03-21T20:58:40.8889190Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-03-21T20:58:40.8889760Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-03-21T20:58:40.8889930Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-03-21T20:58:40.8890210Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8890410Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2025-03-21T20:58:40.8890580Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-03-21T20:58:40.8890750Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-03-21T20:58:40.8890980Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-03-21T20:58:40.8891090Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-03-21T20:58:40.8891230Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8891370Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8891510Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2025-03-21T20:58:40.8891630Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-03-21T20:58:40.8891750Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-03-21T20:58:40.8891970Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8892090Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-03-21T20:58:40.8892210Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-03-21T20:58:40.8892300Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-03-21T20:58:40.8892420Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-03-21T20:58:40.8892540Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2025-03-21T20:58:40.8892710Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-03-21T20:58:40.8892800Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-03-21T20:58:40.8892890Z adding 'torch/include/ATen/ops/msort.h' 2025-03-21T20:58:40.8893070Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8893160Z adding 'torch/include/ATen/ops/msort_native.h' 2025-03-21T20:58:40.8893580Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-03-21T20:58:40.8893930Z adding 'torch/include/ATen/ops/mul.h' 2025-03-21T20:58:40.8895070Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8895640Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8896070Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-03-21T20:58:40.8896410Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-03-21T20:58:40.8896650Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-03-21T20:58:40.8896940Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-03-21T20:58:40.8897230Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2025-03-21T20:58:40.8897480Z adding 'torch/include/ATen/ops/mul_native.h' 2025-03-21T20:58:40.8897720Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-03-21T20:58:40.8898030Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-03-21T20:58:40.8898390Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-03-21T20:58:40.8898850Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8899310Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8899820Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-03-21T20:58:40.8900250Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-03-21T20:58:40.8900450Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-03-21T20:58:40.8900590Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-03-21T20:58:40.8900730Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-03-21T20:58:40.8900940Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-03-21T20:58:40.8901070Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-03-21T20:58:40.8901230Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-03-21T20:58:40.8901410Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8901590Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8901760Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-03-21T20:58:40.8901920Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-03-21T20:58:40.8902170Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8902390Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-03-21T20:58:40.8902580Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-03-21T20:58:40.8902770Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-03-21T20:58:40.8902940Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-03-21T20:58:40.8903100Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-03-21T20:58:40.8903240Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-03-21T20:58:40.8903370Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-03-21T20:58:40.8903480Z adding 'torch/include/ATen/ops/multinomial.h' 2025-03-21T20:58:40.8903610Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-03-21T20:58:40.8903740Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-03-21T20:58:40.8903870Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2025-03-21T20:58:40.8903990Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-03-21T20:58:40.8904090Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-03-21T20:58:40.8904210Z adding 'torch/include/ATen/ops/multiply.h' 2025-03-21T20:58:40.8904410Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8904500Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-03-21T20:58:40.8904600Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-03-21T20:58:40.8904680Z adding 'torch/include/ATen/ops/mv.h' 2025-03-21T20:58:40.8904850Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8905020Z adding 'torch/include/ATen/ops/mv_native.h' 2025-03-21T20:58:40.8905110Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-03-21T20:58:40.8905190Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-03-21T20:58:40.8905370Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8905490Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-03-21T20:58:40.8905600Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-03-21T20:58:40.8905710Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-03-21T20:58:40.8905800Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-03-21T20:58:40.8905890Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-03-21T20:58:40.8906070Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8906190Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-03-21T20:58:40.8906320Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-03-21T20:58:40.8906440Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2025-03-21T20:58:40.8906540Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-03-21T20:58:40.8906630Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-03-21T20:58:40.8906710Z adding 'torch/include/ATen/ops/nanmean.h' 2025-03-21T20:58:40.8906890Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8907360Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-03-21T20:58:40.8907470Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-03-21T20:58:40.8907590Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-03-21T20:58:40.8912660Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8912910Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8913030Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-03-21T20:58:40.8913150Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-03-21T20:58:40.8913260Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-03-21T20:58:40.8913360Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-03-21T20:58:40.8913450Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-03-21T20:58:40.8913650Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8913890Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-03-21T20:58:40.8913990Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-03-21T20:58:40.8914070Z adding 'torch/include/ATen/ops/nansum.h' 2025-03-21T20:58:40.8914180Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-03-21T20:58:40.8914290Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-03-21T20:58:40.8914400Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2025-03-21T20:58:40.8914500Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-03-21T20:58:40.8914580Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-03-21T20:58:40.8914670Z adding 'torch/include/ATen/ops/narrow.h' 2025-03-21T20:58:40.8914840Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.8914930Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-03-21T20:58:40.8915160Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.8915280Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-03-21T20:58:40.8915380Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-03-21T20:58:40.8915600Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-03-21T20:58:40.8915700Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-03-21T20:58:40.8915800Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-03-21T20:58:40.8915890Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-03-21T20:58:40.8916020Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-03-21T20:58:40.8916240Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.8916480Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-03-21T20:58:40.8916640Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.8916800Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2025-03-21T20:58:40.8916950Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-03-21T20:58:40.9282520Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-03-21T20:58:40.9284150Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-03-21T20:58:40.9285530Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-03-21T20:58:40.9285960Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2025-03-21T20:58:40.9286330Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-03-21T20:58:40.9286640Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-03-21T20:58:40.9286940Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-03-21T20:58:40.9287340Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9287880Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-03-21T20:58:40.9288230Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-03-21T20:58:40.9288570Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-03-21T20:58:40.9288870Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-03-21T20:58:40.9289170Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-03-21T20:58:40.9289680Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9290150Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-03-21T20:58:40.9290530Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-03-21T20:58:40.9290890Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-03-21T20:58:40.9291220Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-03-21T20:58:40.9291620Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9292020Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-03-21T20:58:40.9292380Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-03-21T20:58:40.9292990Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-03-21T20:58:40.9293280Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-03-21T20:58:40.9293560Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-03-21T20:58:40.9293870Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-03-21T20:58:40.9294430Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9295220Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-03-21T20:58:40.9296500Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.9297570Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-03-21T20:58:40.9298530Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-03-21T20:58:40.9300130Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9300690Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-03-21T20:58:40.9301050Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-03-21T20:58:40.9301520Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-03-21T20:58:40.9301860Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-03-21T20:58:40.9302150Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-03-21T20:58:40.9302510Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-03-21T20:58:40.9302940Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9303520Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-03-21T20:58:40.9303920Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-03-21T20:58:40.9304310Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2025-03-21T20:58:40.9304680Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-03-21T20:58:40.9305040Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-03-21T20:58:40.9305450Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9305850Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-03-21T20:58:40.9306200Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-03-21T20:58:40.9306530Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2025-03-21T20:58:40.9306850Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-03-21T20:58:40.9307150Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-03-21T20:58:40.9307420Z adding 'torch/include/ATen/ops/native_norm.h' 2025-03-21T20:58:40.9307770Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9308130Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-03-21T20:58:40.9308410Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-03-21T20:58:40.9308690Z adding 'torch/include/ATen/ops/ne.h' 2025-03-21T20:58:40.9309030Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9309400Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-03-21T20:58:40.9309840Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-03-21T20:58:40.9312110Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-03-21T20:58:40.9312390Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-03-21T20:58:40.9312680Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2025-03-21T20:58:40.9312940Z adding 'torch/include/ATen/ops/ne_native.h' 2025-03-21T20:58:40.9313200Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-03-21T20:58:40.9313420Z adding 'torch/include/ATen/ops/neg.h' 2025-03-21T20:58:40.9313810Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9314210Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-03-21T20:58:40.9314640Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-03-21T20:58:40.9314890Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-03-21T20:58:40.9315140Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-03-21T20:58:40.9315410Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2025-03-21T20:58:40.9315680Z adding 'torch/include/ATen/ops/neg_native.h' 2025-03-21T20:58:40.9315910Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-03-21T20:58:40.9316150Z adding 'torch/include/ATen/ops/negative.h' 2025-03-21T20:58:40.9316480Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9316820Z adding 'torch/include/ATen/ops/negative_native.h' 2025-03-21T20:58:40.9317080Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-03-21T20:58:40.9317360Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-03-21T20:58:40.9317750Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9318180Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-03-21T20:58:40.9320710Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-03-21T20:58:40.9321010Z adding 'torch/include/ATen/ops/new_empty.h' 2025-03-21T20:58:40.9321440Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9322600Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-03-21T20:58:40.9323330Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-03-21T20:58:40.9323600Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-03-21T20:58:40.9323970Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9324700Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9325140Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-03-21T20:58:40.9325440Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-03-21T20:58:40.9325710Z adding 'torch/include/ATen/ops/new_full.h' 2025-03-21T20:58:40.9326040Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9326390Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-03-21T20:58:40.9326680Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-03-21T20:58:40.9326930Z adding 'torch/include/ATen/ops/new_ones.h' 2025-03-21T20:58:40.9327270Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9327620Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-03-21T20:58:40.9327880Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-03-21T20:58:40.9328130Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-03-21T20:58:40.9328470Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9328830Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-03-21T20:58:40.9329100Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-03-21T20:58:40.9329360Z adding 'torch/include/ATen/ops/nextafter.h' 2025-03-21T20:58:40.9329780Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9330200Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-03-21T20:58:40.9330500Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-03-21T20:58:40.9330900Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-03-21T20:58:40.9331190Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-03-21T20:58:40.9331500Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2025-03-21T20:58:40.9331790Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-03-21T20:58:40.9332050Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-03-21T20:58:40.9332310Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-03-21T20:58:40.9332540Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-03-21T20:58:40.9332810Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-03-21T20:58:40.9333130Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-03-21T20:58:40.9333570Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-03-21T20:58:40.9333920Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2025-03-21T20:58:40.9334260Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-03-21T20:58:40.9334580Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-03-21T20:58:40.9340990Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9341410Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-03-21T20:58:40.9342730Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-03-21T20:58:40.9346070Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-03-21T20:58:40.9346660Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2025-03-21T20:58:40.9347000Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-03-21T20:58:40.9349230Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-03-21T20:58:40.9349550Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-03-21T20:58:40.9350160Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-03-21T20:58:40.9351570Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-03-21T20:58:40.9352040Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9352500Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:40.9352850Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:40.9353190Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-03-21T20:58:40.9353860Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-03-21T20:58:40.9354370Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2025-03-21T20:58:40.9354710Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-03-21T20:58:40.9664600Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-03-21T20:58:40.9666190Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9667210Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-03-21T20:58:40.9667700Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9668180Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-03-21T20:58:40.9668560Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-03-21T20:58:40.9668880Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-03-21T20:58:40.9669190Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-03-21T20:58:40.9669530Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2025-03-21T20:58:40.9669890Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-03-21T20:58:40.9670190Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-03-21T20:58:40.9670460Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-03-21T20:58:40.9670720Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-03-21T20:58:40.9671060Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9671430Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-03-21T20:58:40.9671840Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-03-21T20:58:40.9672100Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-03-21T20:58:40.9672350Z adding 'torch/include/ATen/ops/nonzero.h' 2025-03-21T20:58:40.9672610Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-03-21T20:58:40.9672890Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-03-21T20:58:40.9673190Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2025-03-21T20:58:40.9673540Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-03-21T20:58:40.9673800Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-03-21T20:58:40.9674160Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9674650Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-03-21T20:58:40.9674930Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-03-21T20:58:40.9675190Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-03-21T20:58:40.9675450Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-03-21T20:58:40.9675920Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-03-21T20:58:40.9676250Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-03-21T20:58:40.9676570Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-03-21T20:58:40.9679550Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-03-21T20:58:40.9679830Z adding 'torch/include/ATen/ops/norm.h' 2025-03-21T20:58:40.9680170Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9681410Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9681870Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9682480Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-03-21T20:58:40.9682790Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-03-21T20:58:40.9683250Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-03-21T20:58:40.9683620Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9684010Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-03-21T20:58:40.9684330Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-03-21T20:58:40.9685540Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-03-21T20:58:40.9685820Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-03-21T20:58:40.9686500Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2025-03-21T20:58:40.9687490Z adding 'torch/include/ATen/ops/norm_native.h' 2025-03-21T20:58:40.9687750Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-03-21T20:58:40.9687990Z adding 'torch/include/ATen/ops/normal.h' 2025-03-21T20:58:40.9688340Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9688710Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-03-21T20:58:40.9689000Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-03-21T20:58:40.9689320Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-03-21T20:58:40.9689610Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2025-03-21T20:58:40.9689870Z adding 'torch/include/ATen/ops/normal_native.h' 2025-03-21T20:58:40.9690120Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-03-21T20:58:40.9690360Z adding 'torch/include/ATen/ops/not_equal.h' 2025-03-21T20:58:40.9690690Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9691050Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-03-21T20:58:40.9691310Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-03-21T20:58:40.9691880Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-03-21T20:58:40.9692230Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9693270Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-03-21T20:58:40.9695660Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-03-21T20:58:40.9695930Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-03-21T20:58:40.9696360Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9696720Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-03-21T20:58:40.9696970Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-03-21T20:58:40.9697530Z adding 'torch/include/ATen/ops/one_hot.h' 2025-03-21T20:58:40.9697870Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9698760Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-03-21T20:58:40.9699050Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-03-21T20:58:40.9699300Z adding 'torch/include/ATen/ops/ones.h' 2025-03-21T20:58:40.9699640Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9700180Z adding 'torch/include/ATen/ops/ones_like.h' 2025-03-21T20:58:40.9700510Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9701190Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-03-21T20:58:40.9701470Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-03-21T20:58:40.9701730Z adding 'torch/include/ATen/ops/ones_native.h' 2025-03-21T20:58:40.9701970Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-03-21T20:58:40.9702210Z adding 'torch/include/ATen/ops/or.h' 2025-03-21T20:58:40.9702510Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9702850Z adding 'torch/include/ATen/ops/or_native.h' 2025-03-21T20:58:40.9703080Z adding 'torch/include/ATen/ops/or_ops.h' 2025-03-21T20:58:40.9703310Z adding 'torch/include/ATen/ops/orgqr.h' 2025-03-21T20:58:40.9703710Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9704090Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-03-21T20:58:40.9704340Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-03-21T20:58:40.9704570Z adding 'torch/include/ATen/ops/ormqr.h' 2025-03-21T20:58:40.9704920Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-03-21T20:58:40.9705220Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-03-21T20:58:40.9705490Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-03-21T20:58:40.9705750Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-03-21T20:58:40.9705980Z adding 'torch/include/ATen/ops/outer.h' 2025-03-21T20:58:40.9706300Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9706860Z adding 'torch/include/ATen/ops/outer_native.h' 2025-03-21T20:58:40.9707210Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-03-21T20:58:40.9707460Z adding 'torch/include/ATen/ops/output_nr.h' 2025-03-21T20:58:40.9707830Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9708200Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-03-21T20:58:40.9709160Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-03-21T20:58:40.9709890Z adding 'torch/include/ATen/ops/pad.h' 2025-03-21T20:58:40.9710780Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9711700Z adding 'torch/include/ATen/ops/pad_native.h' 2025-03-21T20:58:40.9712360Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-03-21T20:58:40.9713020Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-03-21T20:58:40.9714760Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9715490Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-03-21T20:58:40.9716310Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-03-21T20:58:40.9716630Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-03-21T20:58:40.9717010Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9717420Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-03-21T20:58:40.9717730Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-03-21T20:58:40.9717990Z adding 'torch/include/ATen/ops/pdist.h' 2025-03-21T20:58:40.9718580Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9718970Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-03-21T20:58:40.9719220Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-03-21T20:58:40.9719460Z adding 'torch/include/ATen/ops/permute.h' 2025-03-21T20:58:40.9720110Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9720950Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-03-21T20:58:40.9721320Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9721820Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9722240Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-03-21T20:58:40.9722650Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-03-21T20:58:40.9722920Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2025-03-21T20:58:40.9723200Z adding 'torch/include/ATen/ops/permute_native.h' 2025-03-21T20:58:40.9723450Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-03-21T20:58:40.9723700Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-03-21T20:58:40.9724050Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9724400Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-03-21T20:58:40.9724660Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-03-21T20:58:40.9724910Z adding 'torch/include/ATen/ops/pinverse.h' 2025-03-21T20:58:40.9725250Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9725600Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-03-21T20:58:40.9725860Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-03-21T20:58:40.9726130Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-03-21T20:58:40.9726490Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9727050Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9727490Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-03-21T20:58:40.9727820Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2025-03-21T20:58:40.9729100Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-03-21T20:58:40.9730240Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-03-21T20:58:40.9730790Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-03-21T20:58:40.9731370Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9731880Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9732340Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-03-21T20:58:40.9980510Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2025-03-21T20:58:40.9980900Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-03-21T20:58:40.9981230Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-03-21T20:58:40.9981500Z adding 'torch/include/ATen/ops/poisson.h' 2025-03-21T20:58:40.9981840Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9982200Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-03-21T20:58:40.9982500Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-03-21T20:58:40.9982780Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-03-21T20:58:40.9983050Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-03-21T20:58:40.9983430Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9983820Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-03-21T20:58:40.9984120Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-03-21T20:58:40.9984400Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-03-21T20:58:40.9984630Z adding 'torch/include/ATen/ops/polar.h' 2025-03-21T20:58:40.9985110Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9985470Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-03-21T20:58:40.9985750Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-03-21T20:58:40.9986040Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2025-03-21T20:58:40.9986300Z adding 'torch/include/ATen/ops/polar_native.h' 2025-03-21T20:58:40.9986550Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-03-21T20:58:40.9986800Z adding 'torch/include/ATen/ops/polygamma.h' 2025-03-21T20:58:40.9987130Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9987600Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9988160Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-03-21T20:58:40.9988470Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-03-21T20:58:40.9988750Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-03-21T20:58:40.9989030Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-03-21T20:58:40.9989330Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2025-03-21T20:58:40.9989610Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-03-21T20:58:40.9989880Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-03-21T20:58:40.9990130Z adding 'torch/include/ATen/ops/positive.h' 2025-03-21T20:58:40.9990460Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9990850Z adding 'torch/include/ATen/ops/positive_native.h' 2025-03-21T20:58:40.9991100Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-03-21T20:58:40.9991340Z adding 'torch/include/ATen/ops/pow.h' 2025-03-21T20:58:40.9991680Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9992060Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-03-21T20:58:40.9992340Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-03-21T20:58:40.9992700Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-03-21T20:58:40.9992970Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-03-21T20:58:40.9993240Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2025-03-21T20:58:40.9993500Z adding 'torch/include/ATen/ops/pow_native.h' 2025-03-21T20:58:40.9993730Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-03-21T20:58:40.9993960Z adding 'torch/include/ATen/ops/prelu.h' 2025-03-21T20:58:40.9994440Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9994790Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-03-21T20:58:40.9995030Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-03-21T20:58:40.9995260Z adding 'torch/include/ATen/ops/prod.h' 2025-03-21T20:58:40.9995580Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:40.9996020Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:40.9996470Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9996830Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-03-21T20:58:40.9997110Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-03-21T20:58:40.9997370Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-03-21T20:58:40.9997630Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-03-21T20:58:40.9997900Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2025-03-21T20:58:40.9998190Z adding 'torch/include/ATen/ops/prod_native.h' 2025-03-21T20:58:40.9998440Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-03-21T20:58:40.9998690Z adding 'torch/include/ATen/ops/promote_types.h' 2025-03-21T20:58:40.9999050Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:40.9999440Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-03-21T20:58:40.9999720Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-03-21T20:58:41.0005920Z adding 'torch/include/ATen/ops/put.h' 2025-03-21T20:58:41.0006450Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0006820Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-03-21T20:58:41.0007140Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-03-21T20:58:41.0007400Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-03-21T20:58:41.0007660Z adding 'torch/include/ATen/ops/put_native.h' 2025-03-21T20:58:41.0007900Z adding 'torch/include/ATen/ops/put_ops.h' 2025-03-21T20:58:41.0008150Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-03-21T20:58:41.0008450Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-03-21T20:58:41.0009190Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-03-21T20:58:41.0010270Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-03-21T20:58:41.0011640Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0012750Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-03-21T20:58:41.0013620Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-03-21T20:58:41.0014470Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-03-21T20:58:41.0015850Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0017020Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-03-21T20:58:41.0017970Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-03-21T20:58:41.0019080Z adding 'torch/include/ATen/ops/q_scale.h' 2025-03-21T20:58:41.0019750Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-03-21T20:58:41.0020440Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-03-21T20:58:41.0021340Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-03-21T20:58:41.0021760Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-03-21T20:58:41.0022050Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-03-21T20:58:41.0022300Z adding 'torch/include/ATen/ops/qr.h' 2025-03-21T20:58:41.0022800Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0023130Z adding 'torch/include/ATen/ops/qr_native.h' 2025-03-21T20:58:41.0023380Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-03-21T20:58:41.0023610Z adding 'torch/include/ATen/ops/qscheme.h' 2025-03-21T20:58:41.0023850Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-03-21T20:58:41.0024110Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-03-21T20:58:41.0024480Z adding 'torch/include/ATen/ops/quantile.h' 2025-03-21T20:58:41.0024820Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0025170Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-03-21T20:58:41.0025420Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-03-21T20:58:41.0025690Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-03-21T20:58:41.0026080Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0026510Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-03-21T20:58:41.0026890Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-03-21T20:58:41.0027230Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-03-21T20:58:41.0027560Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-03-21T20:58:41.0027920Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-03-21T20:58:41.0028370Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0028800Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-03-21T20:58:41.0029160Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-03-21T20:58:41.0029510Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-03-21T20:58:41.0029930Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0030390Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-03-21T20:58:41.0030880Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-03-21T20:58:41.0031280Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-03-21T20:58:41.0031640Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-03-21T20:58:41.0031970Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-03-21T20:58:41.0032280Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-03-21T20:58:41.0032570Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-03-21T20:58:41.0032960Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0033370Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-03-21T20:58:41.0033870Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-03-21T20:58:41.0034200Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-03-21T20:58:41.0034580Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0034990Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-03-21T20:58:41.0035290Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-03-21T20:58:41.0035590Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-03-21T20:58:41.0036010Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0036420Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-03-21T20:58:41.0036750Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-03-21T20:58:41.0037050Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-03-21T20:58:41.0037440Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0037860Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-03-21T20:58:41.0038220Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-03-21T20:58:41.0038620Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-03-21T20:58:41.0039850Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0040400Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-03-21T20:58:41.0040740Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-03-21T20:58:41.0041050Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-03-21T20:58:41.0041580Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0042000Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-03-21T20:58:41.0042320Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-03-21T20:58:41.0042640Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-03-21T20:58:41.0289060Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0290020Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-03-21T20:58:41.0291750Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-03-21T20:58:41.0292120Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-03-21T20:58:41.0292530Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0293220Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-03-21T20:58:41.0293570Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-03-21T20:58:41.0293850Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-03-21T20:58:41.0294190Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0294860Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-03-21T20:58:41.0295670Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-03-21T20:58:41.0296660Z adding 'torch/include/ATen/ops/rand.h' 2025-03-21T20:58:41.0297510Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0299220Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0300370Z adding 'torch/include/ATen/ops/rand_like.h' 2025-03-21T20:58:41.0300740Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0301100Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-03-21T20:58:41.0301370Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-03-21T20:58:41.0301630Z adding 'torch/include/ATen/ops/rand_native.h' 2025-03-21T20:58:41.0301870Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-03-21T20:58:41.0303430Z adding 'torch/include/ATen/ops/randint.h' 2025-03-21T20:58:41.0303830Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0304350Z adding 'torch/include/ATen/ops/randint_like.h' 2025-03-21T20:58:41.0304700Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0306620Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-03-21T20:58:41.0306910Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-03-21T20:58:41.0307180Z adding 'torch/include/ATen/ops/randint_native.h' 2025-03-21T20:58:41.0307430Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-03-21T20:58:41.0307670Z adding 'torch/include/ATen/ops/randn.h' 2025-03-21T20:58:41.0308330Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0309610Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0312540Z adding 'torch/include/ATen/ops/randn_like.h' 2025-03-21T20:58:41.0312930Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0314430Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-21T20:58:41.0320190Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-03-21T20:58:41.0320920Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-03-21T20:58:41.0323420Z adding 'torch/include/ATen/ops/randn_native.h' 2025-03-21T20:58:41.0323690Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-03-21T20:58:41.0323930Z adding 'torch/include/ATen/ops/random.h' 2025-03-21T20:58:41.0324250Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0324620Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-03-21T20:58:41.0324910Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-03-21T20:58:41.0325400Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-03-21T20:58:41.0325700Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2025-03-21T20:58:41.0325970Z adding 'torch/include/ATen/ops/random_native.h' 2025-03-21T20:58:41.0326570Z adding 'torch/include/ATen/ops/random_ops.h' 2025-03-21T20:58:41.0327620Z adding 'torch/include/ATen/ops/randperm.h' 2025-03-21T20:58:41.0328390Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0328770Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-03-21T20:58:41.0329070Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-03-21T20:58:41.0330210Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2025-03-21T20:58:41.0330990Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-03-21T20:58:41.0331720Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-03-21T20:58:41.0332530Z adding 'torch/include/ATen/ops/range.h' 2025-03-21T20:58:41.0332910Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0336000Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-03-21T20:58:41.0336290Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-03-21T20:58:41.0336580Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-03-21T20:58:41.0336870Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2025-03-21T20:58:41.0337460Z adding 'torch/include/ATen/ops/range_native.h' 2025-03-21T20:58:41.0337720Z adding 'torch/include/ATen/ops/range_ops.h' 2025-03-21T20:58:41.0337950Z adding 'torch/include/ATen/ops/ravel.h' 2025-03-21T20:58:41.0338380Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0338890Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-03-21T20:58:41.0340990Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-03-21T20:58:41.0341220Z adding 'torch/include/ATen/ops/real.h' 2025-03-21T20:58:41.0341530Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0341860Z adding 'torch/include/ATen/ops/real_native.h' 2025-03-21T20:58:41.0342100Z adding 'torch/include/ATen/ops/real_ops.h' 2025-03-21T20:58:41.0342330Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-03-21T20:58:41.0342740Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0343300Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-03-21T20:58:41.0343610Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-03-21T20:58:41.0343910Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-03-21T20:58:41.0344210Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-03-21T20:58:41.0345650Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2025-03-21T20:58:41.0345940Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-03-21T20:58:41.0346210Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-03-21T20:58:41.0346480Z adding 'torch/include/ATen/ops/record_stream.h' 2025-03-21T20:58:41.0346780Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-03-21T20:58:41.0347090Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-03-21T20:58:41.0347370Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-03-21T20:58:41.0347640Z adding 'torch/include/ATen/ops/refine_names.h' 2025-03-21T20:58:41.0347830Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0347950Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-03-21T20:58:41.0348140Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-03-21T20:58:41.0348260Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-03-21T20:58:41.0348400Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-03-21T20:58:41.0348680Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0348840Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0349680Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0349830Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-03-21T20:58:41.0349990Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-03-21T20:58:41.0350150Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0352250Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-03-21T20:58:41.0356110Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-03-21T20:58:41.0356530Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0356740Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-03-21T20:58:41.0356920Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-03-21T20:58:41.0357050Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-03-21T20:58:41.0357190Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-03-21T20:58:41.0357330Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2025-03-21T20:58:41.0357450Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-03-21T20:58:41.0357560Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-03-21T20:58:41.0357670Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-03-21T20:58:41.0357790Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-03-21T20:58:41.0357960Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0358240Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0358410Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0358560Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-03-21T20:58:41.0358730Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-03-21T20:58:41.0358910Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-03-21T20:58:41.0359080Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-03-21T20:58:41.0359260Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2025-03-21T20:58:41.0359450Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-03-21T20:58:41.0359740Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-03-21T20:58:41.0359900Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-03-21T20:58:41.0360060Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-03-21T20:58:41.0360440Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0360620Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0360780Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0360970Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-03-21T20:58:41.0361140Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-03-21T20:58:41.0361340Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0361500Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-03-21T20:58:41.0361700Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-03-21T20:58:41.0362000Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0362540Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-03-21T20:58:41.0362770Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-03-21T20:58:41.0362910Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-03-21T20:58:41.0363070Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-03-21T20:58:41.0363240Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2025-03-21T20:58:41.0363390Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-03-21T20:58:41.0363660Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-03-21T20:58:41.0363790Z adding 'torch/include/ATen/ops/relu.h' 2025-03-21T20:58:41.0363900Z adding 'torch/include/ATen/ops/relu6.h' 2025-03-21T20:58:41.0364140Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0585810Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-03-21T20:58:41.0585910Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-03-21T20:58:41.0586230Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0586350Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-03-21T20:58:41.0586460Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-03-21T20:58:41.0586570Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-03-21T20:58:41.0586670Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2025-03-21T20:58:41.0586760Z adding 'torch/include/ATen/ops/relu_native.h' 2025-03-21T20:58:41.0586850Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-03-21T20:58:41.0586940Z adding 'torch/include/ATen/ops/remainder.h' 2025-03-21T20:58:41.0587150Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0587390Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0587510Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-03-21T20:58:41.0587660Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-03-21T20:58:41.0587770Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-03-21T20:58:41.0588000Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-03-21T20:58:41.0588110Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2025-03-21T20:58:41.0588220Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-03-21T20:58:41.0588310Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-03-21T20:58:41.0588390Z adding 'torch/include/ATen/ops/rename.h' 2025-03-21T20:58:41.0588570Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0588670Z adding 'torch/include/ATen/ops/rename_native.h' 2025-03-21T20:58:41.0588760Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-03-21T20:58:41.0588840Z adding 'torch/include/ATen/ops/renorm.h' 2025-03-21T20:58:41.0589270Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0589390Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-03-21T20:58:41.0589500Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-03-21T20:58:41.0589590Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-03-21T20:58:41.0589700Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-03-21T20:58:41.0589810Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2025-03-21T20:58:41.0589900Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-03-21T20:58:41.0589990Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-03-21T20:58:41.0590070Z adding 'torch/include/ATen/ops/repeat.h' 2025-03-21T20:58:41.0590240Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0590340Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-03-21T20:58:41.0590540Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0590740Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0590880Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-03-21T20:58:41.0591090Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-03-21T20:58:41.0591230Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2025-03-21T20:58:41.0591350Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-03-21T20:58:41.0591470Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-03-21T20:58:41.0591570Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2025-03-21T20:58:41.0591670Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-03-21T20:58:41.0591850Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-03-21T20:58:41.0591950Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-03-21T20:58:41.0592090Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-03-21T20:58:41.0592360Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0592530Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0592690Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0592830Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-03-21T20:58:41.0593020Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-03-21T20:58:41.0593190Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0593340Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-03-21T20:58:41.0593480Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-03-21T20:58:41.0593730Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0593870Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-03-21T20:58:41.0594010Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-03-21T20:58:41.0594120Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-03-21T20:58:41.0594260Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-03-21T20:58:41.0594530Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2025-03-21T20:58:41.0594660Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-03-21T20:58:41.0594770Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-03-21T20:58:41.0594880Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-03-21T20:58:41.0595000Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-03-21T20:58:41.0595190Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0595350Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0595520Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0595770Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-03-21T20:58:41.0595900Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-03-21T20:58:41.0596150Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0601780Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-03-21T20:58:41.0601970Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-03-21T20:58:41.0602080Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-03-21T20:58:41.0602210Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-03-21T20:58:41.0602350Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2025-03-21T20:58:41.0602470Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-03-21T20:58:41.0602590Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-03-21T20:58:41.0602690Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-03-21T20:58:41.0602820Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-03-21T20:58:41.0602980Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.0603220Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.0603380Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2025-03-21T20:58:41.0603540Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-03-21T20:58:41.0603680Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-03-21T20:58:41.0603940Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0604220Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-03-21T20:58:41.0604360Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-03-21T20:58:41.0604470Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-03-21T20:58:41.0604620Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-03-21T20:58:41.0604750Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2025-03-21T20:58:41.0604880Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-03-21T20:58:41.0605000Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-03-21T20:58:41.0605090Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-03-21T20:58:41.0605290Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0605400Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-03-21T20:58:41.0605510Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-03-21T20:58:41.0605590Z adding 'torch/include/ATen/ops/reshape.h' 2025-03-21T20:58:41.0605690Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-03-21T20:58:41.0605980Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0606210Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-21T20:58:41.0606320Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-03-21T20:58:41.0606420Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-03-21T20:58:41.0606610Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0606890Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-21T20:58:41.0606990Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-03-21T20:58:41.0607080Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-03-21T20:58:41.0607160Z adding 'torch/include/ATen/ops/resize.h' 2025-03-21T20:58:41.0607250Z adding 'torch/include/ATen/ops/resize_as.h' 2025-03-21T20:58:41.0607430Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0607530Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-03-21T20:58:41.0607620Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-03-21T20:58:41.0607710Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-03-21T20:58:41.0607980Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0608110Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-03-21T20:58:41.0608230Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-03-21T20:58:41.0608340Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-03-21T20:58:41.0608520Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0608630Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-03-21T20:58:41.0608740Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-03-21T20:58:41.0608850Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-03-21T20:58:41.0608950Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2025-03-21T20:58:41.0609050Z adding 'torch/include/ATen/ops/resize_native.h' 2025-03-21T20:58:41.0609130Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-03-21T20:58:41.0609220Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-03-21T20:58:41.0609410Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0609550Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-03-21T20:58:41.0609650Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-03-21T20:58:41.0609740Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-03-21T20:58:41.0609920Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0610030Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-03-21T20:58:41.0610120Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-03-21T20:58:41.0610260Z adding 'torch/include/ATen/ops/result_type.h' 2025-03-21T20:58:41.0610450Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0860250Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-03-21T20:58:41.0860370Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-03-21T20:58:41.0860480Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-03-21T20:58:41.0860680Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0860790Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-03-21T20:58:41.0860890Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-03-21T20:58:41.0860980Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-03-21T20:58:41.0861170Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0861280Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-03-21T20:58:41.0861380Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-03-21T20:58:41.0861460Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-03-21T20:58:41.0861650Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0861970Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-03-21T20:58:41.0862070Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-03-21T20:58:41.0862150Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-03-21T20:58:41.0862250Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-03-21T20:58:41.0862440Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0862660Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-03-21T20:58:41.0863160Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-03-21T20:58:41.0863850Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0864150Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-03-21T20:58:41.0864410Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-03-21T20:58:41.0864660Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-03-21T20:58:41.0864910Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-03-21T20:58:41.0865410Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0865710Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-03-21T20:58:41.0866360Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-03-21T20:58:41.0866840Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0867000Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-03-21T20:58:41.0867100Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-03-21T20:58:41.0867180Z adding 'torch/include/ATen/ops/roll.h' 2025-03-21T20:58:41.0867350Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0867460Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-03-21T20:58:41.0867560Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-03-21T20:58:41.0867660Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2025-03-21T20:58:41.0867750Z adding 'torch/include/ATen/ops/roll_native.h' 2025-03-21T20:58:41.0867840Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-03-21T20:58:41.0867910Z adding 'torch/include/ATen/ops/rot90.h' 2025-03-21T20:58:41.0868090Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0868180Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-03-21T20:58:41.0868260Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-03-21T20:58:41.0868540Z adding 'torch/include/ATen/ops/round.h' 2025-03-21T20:58:41.0869120Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0870330Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-03-21T20:58:41.0870470Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-03-21T20:58:41.0870560Z adding 'torch/include/ATen/ops/round_meta.h' 2025-03-21T20:58:41.0870670Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-03-21T20:58:41.0870920Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2025-03-21T20:58:41.0871010Z adding 'torch/include/ATen/ops/round_native.h' 2025-03-21T20:58:41.0871100Z adding 'torch/include/ATen/ops/round_ops.h' 2025-03-21T20:58:41.0871180Z adding 'torch/include/ATen/ops/row_indices.h' 2025-03-21T20:58:41.0871370Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0871880Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-03-21T20:58:41.0873540Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0873790Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0873910Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-03-21T20:58:41.0874020Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-03-21T20:58:41.0874130Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-03-21T20:58:41.0874230Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-03-21T20:58:41.0874320Z adding 'torch/include/ATen/ops/row_stack.h' 2025-03-21T20:58:41.0874500Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0874590Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-03-21T20:58:41.0874690Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-03-21T20:58:41.0874770Z adding 'torch/include/ATen/ops/rrelu.h' 2025-03-21T20:58:41.0874950Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0875110Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-03-21T20:58:41.0875200Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-03-21T20:58:41.0875300Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-03-21T20:58:41.0875420Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-03-21T20:58:41.0875640Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0875790Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-03-21T20:58:41.0875920Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-03-21T20:58:41.0876400Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0876710Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-03-21T20:58:41.0876850Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-03-21T20:58:41.0876980Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-03-21T20:58:41.0877100Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-03-21T20:58:41.0877200Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-03-21T20:58:41.0877280Z adding 'torch/include/ATen/ops/rshift.h' 2025-03-21T20:58:41.0877460Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0878110Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-03-21T20:58:41.0878450Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-03-21T20:58:41.0878740Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-03-21T20:58:41.0879040Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2025-03-21T20:58:41.0879300Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-03-21T20:58:41.0880150Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-03-21T20:58:41.0880310Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-03-21T20:58:41.0880620Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0880750Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-03-21T20:58:41.0880860Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-03-21T20:58:41.0880950Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-03-21T20:58:41.0881060Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-03-21T20:58:41.0881170Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2025-03-21T20:58:41.0881260Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-03-21T20:58:41.0881410Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-03-21T20:58:41.0881490Z adding 'torch/include/ATen/ops/rsub.h' 2025-03-21T20:58:41.0881670Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0881770Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-03-21T20:58:41.0881880Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-03-21T20:58:41.0881960Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-03-21T20:58:41.0882050Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-03-21T20:58:41.0882140Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-03-21T20:58:41.0882330Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.0882450Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-03-21T20:58:41.0882540Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-03-21T20:58:41.0882670Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-03-21T20:58:41.0882920Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0883070Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-03-21T20:58:41.0883210Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-03-21T20:58:41.0883290Z adding 'torch/include/ATen/ops/scatter.h' 2025-03-21T20:58:41.0883380Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-03-21T20:58:41.0883610Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0883900Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0884030Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-03-21T20:58:41.0884150Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-03-21T20:58:41.0884250Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-03-21T20:58:41.0884370Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-03-21T20:58:41.0884490Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2025-03-21T20:58:41.0884590Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-03-21T20:58:41.0884690Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-03-21T20:58:41.0884920Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0885170Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.0885280Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-03-21T20:58:41.0885390Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-03-21T20:58:41.0885480Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-03-21T20:58:41.0885600Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-03-21T20:58:41.0885710Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2025-03-21T20:58:41.0885800Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-03-21T20:58:41.0885890Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-03-21T20:58:41.0885980Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-03-21T20:58:41.0886220Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.0886350Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-03-21T20:58:41.0886510Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-03-21T20:58:41.0886630Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-03-21T20:58:41.0886830Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-03-21T20:58:41.0886960Z adding 'torch/include/ATen/ops/scatter_reduce_mps_dispatch.h' 2025-03-21T20:58:41.0887070Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-03-21T20:58:41.0887170Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-03-21T20:58:41.0887270Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-03-21T20:58:41.0887400Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-03-21T20:58:41.0887650Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-03-21T20:58:41.0887770Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2025-03-21T20:58:41.1157590Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-03-21T20:58:41.1157740Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-03-21T20:58:41.1157860Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-03-21T20:58:41.1158070Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1158200Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-03-21T20:58:41.1158340Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-03-21T20:58:41.1158450Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-03-21T20:58:41.1158550Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-03-21T20:58:41.1158630Z adding 'torch/include/ATen/ops/select.h' 2025-03-21T20:58:41.1158730Z adding 'torch/include/ATen/ops/select_backward.h' 2025-03-21T20:58:41.1158960Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1159200Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1159320Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-03-21T20:58:41.1159430Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-03-21T20:58:41.1159610Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1159900Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1160000Z adding 'torch/include/ATen/ops/select_copy.h' 2025-03-21T20:58:41.1160180Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1160410Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1160520Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-03-21T20:58:41.1160620Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-03-21T20:58:41.1160710Z adding 'torch/include/ATen/ops/select_native.h' 2025-03-21T20:58:41.1160800Z adding 'torch/include/ATen/ops/select_ops.h' 2025-03-21T20:58:41.1160890Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-03-21T20:58:41.1161230Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1161470Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1161590Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-03-21T20:58:41.1161690Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-03-21T20:58:41.1161770Z adding 'torch/include/ATen/ops/selu.h' 2025-03-21T20:58:41.1161940Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1162020Z adding 'torch/include/ATen/ops/selu_native.h' 2025-03-21T20:58:41.1162100Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-03-21T20:58:41.1162180Z adding 'torch/include/ATen/ops/set.h' 2025-03-21T20:58:41.1162340Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1162500Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1162600Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-03-21T20:58:41.1162700Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-03-21T20:58:41.1162770Z adding 'torch/include/ATen/ops/set_data.h' 2025-03-21T20:58:41.1163030Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1163130Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-03-21T20:58:41.1163220Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-03-21T20:58:41.1163320Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-03-21T20:58:41.1163410Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2025-03-21T20:58:41.1163500Z adding 'torch/include/ATen/ops/set_native.h' 2025-03-21T20:58:41.1163690Z adding 'torch/include/ATen/ops/set_ops.h' 2025-03-21T20:58:41.1163770Z adding 'torch/include/ATen/ops/sgn.h' 2025-03-21T20:58:41.1163970Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1164070Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-03-21T20:58:41.1164170Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-03-21T20:58:41.1164250Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-03-21T20:58:41.1164350Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-03-21T20:58:41.1164450Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2025-03-21T20:58:41.1164540Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-03-21T20:58:41.1164620Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-03-21T20:58:41.1164690Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-03-21T20:58:41.1164800Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-03-21T20:58:41.1165070Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1165210Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-03-21T20:58:41.1165350Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-03-21T20:58:41.1165460Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-03-21T20:58:41.1165590Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-03-21T20:58:41.1165720Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2025-03-21T20:58:41.1165840Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-03-21T20:58:41.1166010Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-03-21T20:58:41.1166230Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1166340Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-03-21T20:58:41.1166450Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-03-21T20:58:41.1166550Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-03-21T20:58:41.1166660Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-03-21T20:58:41.1166770Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2025-03-21T20:58:41.1166870Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-03-21T20:58:41.1166950Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-03-21T20:58:41.1167080Z adding 'torch/include/ATen/ops/sign.h' 2025-03-21T20:58:41.1167280Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1167380Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-03-21T20:58:41.1167490Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-03-21T20:58:41.1167580Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-03-21T20:58:41.1167680Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-03-21T20:58:41.1167780Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2025-03-21T20:58:41.1167870Z adding 'torch/include/ATen/ops/sign_native.h' 2025-03-21T20:58:41.1167960Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-03-21T20:58:41.1168040Z adding 'torch/include/ATen/ops/signbit.h' 2025-03-21T20:58:41.1168250Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1168360Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-03-21T20:58:41.1168470Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-03-21T20:58:41.1168570Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-03-21T20:58:41.1168670Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-03-21T20:58:41.1168900Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2025-03-21T20:58:41.1169000Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-03-21T20:58:41.1169090Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-03-21T20:58:41.1169170Z adding 'torch/include/ATen/ops/silu.h' 2025-03-21T20:58:41.1169260Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-03-21T20:58:41.1169490Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1169740Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1169870Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-03-21T20:58:41.1169990Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-03-21T20:58:41.1170100Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-03-21T20:58:41.1170230Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-03-21T20:58:41.1170350Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2025-03-21T20:58:41.1170460Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-03-21T20:58:41.1170560Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-03-21T20:58:41.1170760Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1170860Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-03-21T20:58:41.1170960Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-03-21T20:58:41.1171050Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-03-21T20:58:41.1171140Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-03-21T20:58:41.1171240Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2025-03-21T20:58:41.1171320Z adding 'torch/include/ATen/ops/silu_native.h' 2025-03-21T20:58:41.1171410Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-03-21T20:58:41.1171480Z adding 'torch/include/ATen/ops/sin.h' 2025-03-21T20:58:41.1171680Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1171810Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-03-21T20:58:41.1171910Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-03-21T20:58:41.1171990Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-03-21T20:58:41.1172090Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-03-21T20:58:41.1172180Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2025-03-21T20:58:41.1172270Z adding 'torch/include/ATen/ops/sin_native.h' 2025-03-21T20:58:41.1172350Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-03-21T20:58:41.1172430Z adding 'torch/include/ATen/ops/sinc.h' 2025-03-21T20:58:41.1172640Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1172740Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-03-21T20:58:41.1172950Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-03-21T20:58:41.1173030Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-03-21T20:58:41.1173130Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-03-21T20:58:41.1173240Z adding 'torch/include/ATen/ops/sinc_mps_dispatch.h' 2025-03-21T20:58:41.1173320Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-03-21T20:58:41.1173410Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-03-21T20:58:41.1173480Z adding 'torch/include/ATen/ops/sinh.h' 2025-03-21T20:58:41.1173680Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1173780Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-03-21T20:58:41.1173890Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-03-21T20:58:41.1173970Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-03-21T20:58:41.1174070Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-03-21T20:58:41.1174170Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2025-03-21T20:58:41.1174260Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-03-21T20:58:41.1174340Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-03-21T20:58:41.1174450Z adding 'torch/include/ATen/ops/size.h' 2025-03-21T20:58:41.1174620Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1174710Z adding 'torch/include/ATen/ops/size_native.h' 2025-03-21T20:58:41.1174790Z adding 'torch/include/ATen/ops/size_ops.h' 2025-03-21T20:58:41.1174860Z adding 'torch/include/ATen/ops/slice.h' 2025-03-21T20:58:41.1174960Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-03-21T20:58:41.1175200Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1175310Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-03-21T20:58:41.1175420Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-03-21T20:58:41.1175590Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1371090Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-03-21T20:58:41.1371440Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1372750Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1373110Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-03-21T20:58:41.1373390Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-03-21T20:58:41.1373660Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-03-21T20:58:41.1374180Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1374500Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-03-21T20:58:41.1374770Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-03-21T20:58:41.1375020Z adding 'torch/include/ATen/ops/slice_native.h' 2025-03-21T20:58:41.1375260Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-03-21T20:58:41.1375520Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-03-21T20:58:41.1376030Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1376650Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1377400Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-03-21T20:58:41.1377710Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-03-21T20:58:41.1377930Z adding 'torch/include/ATen/ops/slogdet.h' 2025-03-21T20:58:41.1378410Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1378670Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-03-21T20:58:41.1378930Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-03-21T20:58:41.1379170Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-03-21T20:58:41.1380030Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1380360Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-03-21T20:58:41.1381110Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-03-21T20:58:41.1381460Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-03-21T20:58:41.1381780Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-03-21T20:58:41.1382060Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-03-21T20:58:41.1382330Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-03-21T20:58:41.1382630Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-03-21T20:58:41.1383180Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1383560Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-03-21T20:58:41.1383950Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-03-21T20:58:41.1384290Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-03-21T20:58:41.1384610Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-03-21T20:58:41.1384910Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-03-21T20:58:41.1385450Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1386070Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-03-21T20:58:41.1386510Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-03-21T20:58:41.1386850Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-03-21T20:58:41.1387210Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-03-21T20:58:41.1387510Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-03-21T20:58:41.1388690Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1389090Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-03-21T20:58:41.1389530Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-03-21T20:58:41.1389870Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-03-21T20:58:41.1390270Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-03-21T20:58:41.1390630Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-03-21T20:58:41.1390970Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-03-21T20:58:41.1391270Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-03-21T20:58:41.1391860Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-03-21T20:58:41.1392270Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-03-21T20:58:41.1392620Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-03-21T20:58:41.1392960Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-03-21T20:58:41.1393170Z adding 'torch/include/ATen/ops/smm.h' 2025-03-21T20:58:41.1393610Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1393850Z adding 'torch/include/ATen/ops/smm_native.h' 2025-03-21T20:58:41.1394090Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-03-21T20:58:41.1394340Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-03-21T20:58:41.1394660Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-03-21T20:58:41.1395420Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1395840Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-03-21T20:58:41.1396250Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-03-21T20:58:41.1396660Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2025-03-21T20:58:41.1397020Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-03-21T20:58:41.1397360Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-03-21T20:58:41.1397970Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1398500Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-03-21T20:58:41.1398850Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-03-21T20:58:41.1399130Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-03-21T20:58:41.1399490Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-03-21T20:58:41.1399830Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2025-03-21T20:58:41.1400120Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-03-21T20:58:41.1400410Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-03-21T20:58:41.1400670Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-03-21T20:58:41.1400990Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-03-21T20:58:41.1401650Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1402080Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-03-21T20:58:41.1402440Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-03-21T20:58:41.1402960Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1403270Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-03-21T20:58:41.1403700Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-03-21T20:58:41.1403940Z adding 'torch/include/ATen/ops/softmax.h' 2025-03-21T20:58:41.1404450Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1404930Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1405200Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-03-21T20:58:41.1405640Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-03-21T20:58:41.1405880Z adding 'torch/include/ATen/ops/softplus.h' 2025-03-21T20:58:41.1406150Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-03-21T20:58:41.1406800Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1407170Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-03-21T20:58:41.1418420Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-03-21T20:58:41.1418830Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-03-21T20:58:41.1419220Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-03-21T20:58:41.1419590Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2025-03-21T20:58:41.1419910Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-03-21T20:58:41.1420210Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-03-21T20:58:41.1420800Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1421110Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-03-21T20:58:41.1421420Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-03-21T20:58:41.1421680Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-03-21T20:58:41.1421990Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-03-21T20:58:41.1422300Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2025-03-21T20:58:41.1422580Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-03-21T20:58:41.1423190Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-03-21T20:58:41.1423450Z adding 'torch/include/ATen/ops/softshrink.h' 2025-03-21T20:58:41.1423740Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-03-21T20:58:41.1424430Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1424840Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-03-21T20:58:41.1425290Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-03-21T20:58:41.1425620Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-03-21T20:58:41.1426030Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-03-21T20:58:41.1426690Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2025-03-21T20:58:41.1427030Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-03-21T20:58:41.1427360Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-03-21T20:58:41.1428020Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1428360Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-03-21T20:58:41.1428700Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-03-21T20:58:41.1428980Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-03-21T20:58:41.1429320Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-03-21T20:58:41.1429650Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2025-03-21T20:58:41.1429930Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-03-21T20:58:41.1430200Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-03-21T20:58:41.1430410Z adding 'torch/include/ATen/ops/sort.h' 2025-03-21T20:58:41.1430880Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1431620Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1432570Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1432890Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-03-21T20:58:41.1433190Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-03-21T20:58:41.1433430Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-03-21T20:58:41.1433750Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-03-21T20:58:41.1434040Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2025-03-21T20:58:41.1434600Z adding 'torch/include/ATen/ops/sort_native.h' 2025-03-21T20:58:41.1507260Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-03-21T20:58:41.1507390Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-03-21T20:58:41.1507610Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1507780Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-03-21T20:58:41.1507920Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-03-21T20:58:41.1508020Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-03-21T20:58:41.1508230Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1508350Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-03-21T20:58:41.1508460Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-03-21T20:58:41.1508580Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-03-21T20:58:41.1508810Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1508950Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-03-21T20:58:41.1509080Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-03-21T20:58:41.1509180Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-03-21T20:58:41.1509380Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1509570Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1509800Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-03-21T20:58:41.1509920Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-03-21T20:58:41.1510020Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-03-21T20:58:41.1510210Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1510330Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-03-21T20:58:41.1510440Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-03-21T20:58:41.1510530Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-03-21T20:58:41.1510730Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1511050Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-03-21T20:58:41.1511160Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-03-21T20:58:41.1511250Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-03-21T20:58:41.1511430Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1511540Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-03-21T20:58:41.1511630Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-03-21T20:58:41.1511720Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-03-21T20:58:41.1511900Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1512010Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-03-21T20:58:41.1512100Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-03-21T20:58:41.1512200Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-03-21T20:58:41.1512310Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-03-21T20:58:41.1512530Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1512690Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-03-21T20:58:41.1512890Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-03-21T20:58:41.1513030Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-03-21T20:58:41.1513210Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1513340Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-03-21T20:58:41.1513450Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-03-21T20:58:41.1513640Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-03-21T20:58:41.1513750Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-03-21T20:58:41.1513880Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-03-21T20:58:41.1514000Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-03-21T20:58:41.1514090Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-03-21T20:58:41.1514340Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1514480Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-03-21T20:58:41.1514610Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-03-21T20:58:41.1514710Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-03-21T20:58:41.1514840Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-03-21T20:58:41.1514960Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-03-21T20:58:41.1515060Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-03-21T20:58:41.1515160Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-03-21T20:58:41.1515400Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1515540Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-03-21T20:58:41.1515670Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-03-21T20:58:41.1515790Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-03-21T20:58:41.1515920Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-03-21T20:58:41.1516120Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-03-21T20:58:41.1516240Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-03-21T20:58:41.1516340Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-03-21T20:58:41.1516570Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1516720Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-03-21T20:58:41.1516850Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-03-21T20:58:41.1516960Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-03-21T20:58:41.1517090Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-03-21T20:58:41.1517260Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-03-21T20:58:41.1517370Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-03-21T20:58:41.1517470Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-03-21T20:58:41.1517710Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1517850Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-03-21T20:58:41.1517980Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-03-21T20:58:41.1518090Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-03-21T20:58:41.1518230Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-03-21T20:58:41.1518350Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-03-21T20:58:41.1518460Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-03-21T20:58:41.1518570Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-03-21T20:58:41.1518800Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1518930Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-03-21T20:58:41.1519110Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-03-21T20:58:41.1519230Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-03-21T20:58:41.1519370Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-03-21T20:58:41.1519480Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-03-21T20:58:41.1519590Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-03-21T20:58:41.1519860Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-03-21T20:58:41.1520100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1520380Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1520560Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-21T20:58:41.1520740Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-21T20:58:41.1520900Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-03-21T20:58:41.1521080Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-21T20:58:41.1521240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-03-21T20:58:41.1521390Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-03-21T20:58:41.1521530Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-03-21T20:58:41.1521770Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1522060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1522240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-21T20:58:41.1522410Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-21T20:58:41.1522570Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-03-21T20:58:41.1522780Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-21T20:58:41.1522950Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-03-21T20:58:41.1523100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-03-21T20:58:41.1523240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-03-21T20:58:41.1523480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1523770Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1523950Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-21T20:58:41.1524170Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-21T20:58:41.1524350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-03-21T20:58:41.1524540Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-21T20:58:41.1524700Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-03-21T20:58:41.1524850Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-03-21T20:58:41.1524990Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-03-21T20:58:41.1525240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1525530Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1525690Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-21T20:58:41.1525870Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-21T20:58:41.1526050Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-03-21T20:58:41.1704980Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-21T20:58:41.1705300Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-03-21T20:58:41.1706430Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-03-21T20:58:41.1706720Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-03-21T20:58:41.1707250Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1708070Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-03-21T20:58:41.1708370Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-03-21T20:58:41.1708620Z adding 'torch/include/ATen/ops/special_entr.h' 2025-03-21T20:58:41.1709230Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1709570Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-03-21T20:58:41.1709910Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-03-21T20:58:41.1710190Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-03-21T20:58:41.1710520Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-03-21T20:58:41.1710900Z adding 'torch/include/ATen/ops/special_entr_mps_dispatch.h' 2025-03-21T20:58:41.1711190Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-03-21T20:58:41.1711470Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-03-21T20:58:41.1711710Z adding 'torch/include/ATen/ops/special_erf.h' 2025-03-21T20:58:41.1712210Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1712500Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-03-21T20:58:41.1712760Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-03-21T20:58:41.1713030Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-03-21T20:58:41.1713550Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1713850Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-03-21T20:58:41.1714310Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-03-21T20:58:41.1714590Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-03-21T20:58:41.1715290Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1715630Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-03-21T20:58:41.1716030Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-03-21T20:58:41.1716370Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-03-21T20:58:41.1716720Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-03-21T20:58:41.1717030Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-03-21T20:58:41.1717300Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-03-21T20:58:41.1719580Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-03-21T20:58:41.1723170Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1723630Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-03-21T20:58:41.1724100Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-03-21T20:58:41.1727680Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-03-21T20:58:41.1728490Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1728920Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-03-21T20:58:41.1729310Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-03-21T20:58:41.1729710Z adding 'torch/include/ATen/ops/special_expit.h' 2025-03-21T20:58:41.1731690Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1732370Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-03-21T20:58:41.1734320Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-03-21T20:58:41.1734570Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-03-21T20:58:41.1735350Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1735600Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-03-21T20:58:41.1735750Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-03-21T20:58:41.1735880Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-03-21T20:58:41.1736140Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1736330Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-03-21T20:58:41.1736720Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-03-21T20:58:41.1736880Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-03-21T20:58:41.1737110Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1737300Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-03-21T20:58:41.1737430Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-03-21T20:58:41.1737550Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-03-21T20:58:41.1737810Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1737960Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-03-21T20:58:41.1738090Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-03-21T20:58:41.1738270Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-03-21T20:58:41.1738580Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1738910Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1739090Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-03-21T20:58:41.1739300Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-03-21T20:58:41.1739520Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-03-21T20:58:41.1739710Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-03-21T20:58:41.1739980Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-03-21T20:58:41.1740200Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-03-21T20:58:41.1740410Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-03-21T20:58:41.1740680Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1740970Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1741150Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-03-21T20:58:41.1741340Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-03-21T20:58:41.1741770Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-03-21T20:58:41.1741980Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-03-21T20:58:41.1742170Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-03-21T20:58:41.1742330Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-03-21T20:58:41.1742460Z adding 'torch/include/ATen/ops/special_i0.h' 2025-03-21T20:58:41.1742680Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1742820Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-03-21T20:58:41.1742930Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-03-21T20:58:41.1743060Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-03-21T20:58:41.1743350Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1743500Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-03-21T20:58:41.1743660Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-03-21T20:58:41.1743820Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-03-21T20:58:41.1744060Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-03-21T20:58:41.1744220Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-03-21T20:58:41.1744360Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-03-21T20:58:41.1744480Z adding 'torch/include/ATen/ops/special_i1.h' 2025-03-21T20:58:41.1744770Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1744930Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-03-21T20:58:41.1745170Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-03-21T20:58:41.1745290Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-03-21T20:58:41.1745450Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-03-21T20:58:41.1745610Z adding 'torch/include/ATen/ops/special_i1_mps_dispatch.h' 2025-03-21T20:58:41.1745720Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-03-21T20:58:41.1745860Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-03-21T20:58:41.1745970Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-03-21T20:58:41.1746230Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1746350Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-03-21T20:58:41.1746480Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-03-21T20:58:41.1746570Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-03-21T20:58:41.1746710Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-03-21T20:58:41.1746890Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-03-21T20:58:41.1747000Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-03-21T20:58:41.1747150Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-03-21T20:58:41.1747450Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1747820Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1749270Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-03-21T20:58:41.1749530Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-03-21T20:58:41.1749720Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-03-21T20:58:41.1749950Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-03-21T20:58:41.1750120Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-03-21T20:58:41.1750300Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-03-21T20:58:41.1750450Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-03-21T20:58:41.1750710Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1751140Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1751340Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-03-21T20:58:41.1751580Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-03-21T20:58:41.1751770Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-03-21T20:58:41.1751990Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-03-21T20:58:41.1752190Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-03-21T20:58:41.1752370Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-03-21T20:58:41.1924600Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-03-21T20:58:41.1924850Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1925160Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-03-21T20:58:41.1926080Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-03-21T20:58:41.1926380Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-03-21T20:58:41.1927460Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1927850Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-03-21T20:58:41.1928210Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-03-21T20:58:41.1928630Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-03-21T20:58:41.1929540Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-03-21T20:58:41.1930560Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-03-21T20:58:41.1930860Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-03-21T20:58:41.1931150Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-03-21T20:58:41.1931720Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1932070Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-03-21T20:58:41.1932390Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-03-21T20:58:41.1932660Z adding 'torch/include/ATen/ops/special_logit.h' 2025-03-21T20:58:41.1933180Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1933490Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-03-21T20:58:41.1934040Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-03-21T20:58:41.1934420Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-03-21T20:58:41.1935210Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1935560Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-03-21T20:58:41.1935870Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-03-21T20:58:41.1936470Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-03-21T20:58:41.1937390Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1937830Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-03-21T20:58:41.1938520Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-03-21T20:58:41.1938900Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-03-21T20:58:41.1939560Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-03-21T20:58:41.1940090Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-03-21T20:58:41.1940450Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-03-21T20:58:41.1940790Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-03-21T20:58:41.1941620Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1942050Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-03-21T20:58:41.1942760Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-03-21T20:58:41.1943130Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-03-21T20:58:41.1943760Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-03-21T20:58:41.1944230Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-03-21T20:58:41.1944590Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-03-21T20:58:41.1944930Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-03-21T20:58:41.1945810Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1946250Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-03-21T20:58:41.1946700Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-03-21T20:58:41.1947080Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-03-21T20:58:41.1947520Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-03-21T20:58:41.1948070Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-03-21T20:58:41.1948550Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-03-21T20:58:41.1948890Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-03-21T20:58:41.1949670Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1950230Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-03-21T20:58:41.1950920Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-03-21T20:58:41.1951290Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-03-21T20:58:41.1951730Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-03-21T20:58:41.1952130Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-03-21T20:58:41.1952480Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-03-21T20:58:41.1952840Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-03-21T20:58:41.1953640Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1953990Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-03-21T20:58:41.1954320Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-03-21T20:58:41.1954570Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-03-21T20:58:41.1955080Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1955370Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-03-21T20:58:41.1955640Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-03-21T20:58:41.1955900Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-03-21T20:58:41.1956530Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1956960Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-03-21T20:58:41.1957630Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-03-21T20:58:41.1958320Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-03-21T20:58:41.1958680Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-03-21T20:58:41.1959500Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-03-21T20:58:41.1959770Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-03-21T20:58:41.1960040Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-03-21T20:58:41.1960580Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1960910Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-03-21T20:58:41.1961220Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-03-21T20:58:41.1961500Z adding 'torch/include/ATen/ops/special_psi.h' 2025-03-21T20:58:41.1962860Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1963150Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-03-21T20:58:41.1963980Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-03-21T20:58:41.1964260Z adding 'torch/include/ATen/ops/special_round.h' 2025-03-21T20:58:41.1964780Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.1965100Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-03-21T20:58:41.1965360Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-03-21T20:58:41.1965770Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-03-21T20:58:41.1966760Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1967550Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-03-21T20:58:41.1968060Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-03-21T20:58:41.1968550Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-03-21T20:58:41.1969640Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-03-21T20:58:41.1970460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-03-21T20:58:41.1970890Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-03-21T20:58:41.1971590Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-03-21T20:58:41.1972710Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1973590Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-03-21T20:58:41.1974090Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-03-21T20:58:41.1974520Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-03-21T20:58:41.1975020Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-03-21T20:58:41.1975590Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-03-21T20:58:41.1976100Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-03-21T20:58:41.1976520Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-03-21T20:58:41.1977440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1978260Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1978780Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-21T20:58:41.1979290Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-21T20:58:41.1979890Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-03-21T20:58:41.1980420Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-21T20:58:41.1981160Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-03-21T20:58:41.1982010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-03-21T20:58:41.1982440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-03-21T20:58:41.1982740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.1983050Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.1983260Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-21T20:58:41.1983470Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-21T20:58:41.1983990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-03-21T20:58:41.2170500Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-21T20:58:41.2170750Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-03-21T20:58:41.2170930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-03-21T20:58:41.2171090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-03-21T20:58:41.2171350Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2171660Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2171870Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-21T20:58:41.2172070Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-21T20:58:41.2172250Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-03-21T20:58:41.2172440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-21T20:58:41.2172730Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-03-21T20:58:41.2172920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-03-21T20:58:41.2173080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-03-21T20:58:41.2173340Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2173770Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2173960Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-21T20:58:41.2174150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-21T20:58:41.2174330Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-03-21T20:58:41.2174530Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-21T20:58:41.2174700Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-03-21T20:58:41.2174870Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-03-21T20:58:41.2174960Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-03-21T20:58:41.2175140Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2175260Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-03-21T20:58:41.2175360Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-03-21T20:58:41.2175460Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-03-21T20:58:41.2175650Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2175760Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-03-21T20:58:41.2175870Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-03-21T20:58:41.2176000Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-03-21T20:58:41.2176390Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2176570Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-03-21T20:58:41.2176740Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-03-21T20:58:41.2176880Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-03-21T20:58:41.2177040Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-03-21T20:58:41.2185990Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h' 2025-03-21T20:58:41.2186240Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-03-21T20:58:41.2186570Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-03-21T20:58:41.2186670Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-03-21T20:58:41.2186880Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2187130Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2187270Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-03-21T20:58:41.2187410Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-03-21T20:58:41.2187520Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-03-21T20:58:41.2187660Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-03-21T20:58:41.2187790Z adding 'torch/include/ATen/ops/special_xlog1py_mps_dispatch.h' 2025-03-21T20:58:41.2187900Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-03-21T20:58:41.2188020Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-03-21T20:58:41.2188110Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-03-21T20:58:41.2188620Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2188790Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-03-21T20:58:41.2188890Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-03-21T20:58:41.2188980Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-03-21T20:58:41.2189170Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2189400Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2189520Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-03-21T20:58:41.2190960Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-03-21T20:58:41.2191080Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-03-21T20:58:41.2191210Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-03-21T20:58:41.2191350Z adding 'torch/include/ATen/ops/special_zeta_mps_dispatch.h' 2025-03-21T20:58:41.2191460Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-03-21T20:58:41.2191560Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-03-21T20:58:41.2191640Z adding 'torch/include/ATen/ops/split.h' 2025-03-21T20:58:41.2191820Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2192000Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2192090Z adding 'torch/include/ATen/ops/split_copy.h' 2025-03-21T20:58:41.2192280Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2192510Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2192610Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-03-21T20:58:41.2192710Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-03-21T20:58:41.2192800Z adding 'torch/include/ATen/ops/split_native.h' 2025-03-21T20:58:41.2192900Z adding 'torch/include/ATen/ops/split_ops.h' 2025-03-21T20:58:41.2193000Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-03-21T20:58:41.2193200Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2193400Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-03-21T20:58:41.2193620Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2193880Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2194030Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-03-21T20:58:41.2194170Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-03-21T20:58:41.2194300Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-03-21T20:58:41.2194420Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-03-21T20:58:41.2194600Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-03-21T20:58:41.2194680Z adding 'torch/include/ATen/ops/sqrt.h' 2025-03-21T20:58:41.2194900Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2195010Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-03-21T20:58:41.2195120Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-03-21T20:58:41.2195210Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-03-21T20:58:41.2195310Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-03-21T20:58:41.2195410Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2025-03-21T20:58:41.2195510Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-03-21T20:58:41.2195600Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-03-21T20:58:41.2195670Z adding 'torch/include/ATen/ops/square.h' 2025-03-21T20:58:41.2195860Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2195950Z adding 'torch/include/ATen/ops/square_native.h' 2025-03-21T20:58:41.2196040Z adding 'torch/include/ATen/ops/square_ops.h' 2025-03-21T20:58:41.2196130Z adding 'torch/include/ATen/ops/squeeze.h' 2025-03-21T20:58:41.2196350Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2196550Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2196650Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-03-21T20:58:41.2196840Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2197070Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2197280Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-03-21T20:58:41.2197380Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-03-21T20:58:41.2197480Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-03-21T20:58:41.2197570Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-03-21T20:58:41.2197660Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-03-21T20:58:41.2197850Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2197980Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-03-21T20:58:41.2198100Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-03-21T20:58:41.2198200Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-03-21T20:58:41.2198290Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-03-21T20:58:41.2198370Z adding 'torch/include/ATen/ops/stack.h' 2025-03-21T20:58:41.2198580Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2198670Z adding 'torch/include/ATen/ops/stack_native.h' 2025-03-21T20:58:41.2198760Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-03-21T20:58:41.2198830Z adding 'torch/include/ATen/ops/std.h' 2025-03-21T20:58:41.2198990Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2199100Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-03-21T20:58:41.2199200Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-03-21T20:58:41.2199280Z adding 'torch/include/ATen/ops/std_mean.h' 2025-03-21T20:58:41.2199460Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2199670Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2199790Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-03-21T20:58:41.2199900Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-03-21T20:58:41.2200030Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2025-03-21T20:58:41.2405060Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-03-21T20:58:41.2405240Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-03-21T20:58:41.2405340Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2025-03-21T20:58:41.2405430Z adding 'torch/include/ATen/ops/std_native.h' 2025-03-21T20:58:41.2405510Z adding 'torch/include/ATen/ops/std_ops.h' 2025-03-21T20:58:41.2405750Z adding 'torch/include/ATen/ops/stft.h' 2025-03-21T20:58:41.2405940Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2406030Z adding 'torch/include/ATen/ops/stft_native.h' 2025-03-21T20:58:41.2406120Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-03-21T20:58:41.2406190Z adding 'torch/include/ATen/ops/stride.h' 2025-03-21T20:58:41.2406370Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2406470Z adding 'torch/include/ATen/ops/stride_native.h' 2025-03-21T20:58:41.2406560Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-03-21T20:58:41.2406630Z adding 'torch/include/ATen/ops/sub.h' 2025-03-21T20:58:41.2406810Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2407010Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2407120Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-03-21T20:58:41.2407220Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-03-21T20:58:41.2407310Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-03-21T20:58:41.2407410Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-03-21T20:58:41.2407660Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2025-03-21T20:58:41.2407760Z adding 'torch/include/ATen/ops/sub_native.h' 2025-03-21T20:58:41.2407840Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-03-21T20:58:41.2407920Z adding 'torch/include/ATen/ops/subtract.h' 2025-03-21T20:58:41.2408110Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2408200Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-03-21T20:58:41.2408420Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-03-21T20:58:41.2408500Z adding 'torch/include/ATen/ops/sum.h' 2025-03-21T20:58:41.2408660Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2408860Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2409030Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2409130Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-03-21T20:58:41.2409230Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-03-21T20:58:41.2409320Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-03-21T20:58:41.2409410Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-03-21T20:58:41.2409510Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2025-03-21T20:58:41.2409600Z adding 'torch/include/ATen/ops/sum_native.h' 2025-03-21T20:58:41.2409680Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-03-21T20:58:41.2409780Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-03-21T20:58:41.2409970Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2410080Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-03-21T20:58:41.2410170Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-03-21T20:58:41.2410250Z adding 'torch/include/ATen/ops/svd.h' 2025-03-21T20:58:41.2410420Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2410510Z adding 'torch/include/ATen/ops/svd_native.h' 2025-03-21T20:58:41.2410650Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-03-21T20:58:41.2410740Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-03-21T20:58:41.2410920Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2411030Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-03-21T20:58:41.2411120Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-03-21T20:58:41.2411200Z adding 'torch/include/ATen/ops/swapdims.h' 2025-03-21T20:58:41.2411380Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2411480Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-03-21T20:58:41.2411570Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-03-21T20:58:41.2411820Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-03-21T20:58:41.2412030Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2412160Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-03-21T20:58:41.2412390Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2412540Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-03-21T20:58:41.2412690Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-03-21T20:58:41.2412820Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-03-21T20:58:41.2412940Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-03-21T20:58:41.2413030Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-03-21T20:58:41.2413210Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2413310Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-03-21T20:58:41.2413410Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-03-21T20:58:41.2413490Z adding 'torch/include/ATen/ops/sym_size.h' 2025-03-21T20:58:41.2413730Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2413840Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-03-21T20:58:41.2413930Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-03-21T20:58:41.2414040Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-03-21T20:58:41.2414250Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2414380Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-03-21T20:58:41.2414560Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-03-21T20:58:41.2414660Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-03-21T20:58:41.2414840Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2414940Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-03-21T20:58:41.2415030Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-03-21T20:58:41.2415110Z adding 'torch/include/ATen/ops/t.h' 2025-03-21T20:58:41.2415280Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2415360Z adding 'torch/include/ATen/ops/t_copy.h' 2025-03-21T20:58:41.2415540Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2415770Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2415860Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-03-21T20:58:41.2415960Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-03-21T20:58:41.2416040Z adding 'torch/include/ATen/ops/t_native.h' 2025-03-21T20:58:41.2416130Z adding 'torch/include/ATen/ops/t_ops.h' 2025-03-21T20:58:41.2416210Z adding 'torch/include/ATen/ops/take.h' 2025-03-21T20:58:41.2416300Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-03-21T20:58:41.2416500Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2416610Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-03-21T20:58:41.2416720Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-03-21T20:58:41.2416950Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-03-21T20:58:41.2417070Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-03-21T20:58:41.2417160Z adding 'torch/include/ATen/ops/take_native.h' 2025-03-21T20:58:41.2417250Z adding 'torch/include/ATen/ops/take_ops.h' 2025-03-21T20:58:41.2417330Z adding 'torch/include/ATen/ops/tan.h' 2025-03-21T20:58:41.2417520Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2417620Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-03-21T20:58:41.2417720Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-03-21T20:58:41.2417800Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-03-21T20:58:41.2417900Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-03-21T20:58:41.2418050Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2025-03-21T20:58:41.2418140Z adding 'torch/include/ATen/ops/tan_native.h' 2025-03-21T20:58:41.2418220Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-03-21T20:58:41.2418300Z adding 'torch/include/ATen/ops/tanh.h' 2025-03-21T20:58:41.2418400Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-03-21T20:58:41.2418640Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2418770Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-03-21T20:58:41.2418900Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-03-21T20:58:41.2419000Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-03-21T20:58:41.2419130Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-03-21T20:58:41.2419250Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2025-03-21T20:58:41.2419360Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-03-21T20:58:41.2419460Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-03-21T20:58:41.2419670Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2419810Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-03-21T20:58:41.2419910Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-03-21T20:58:41.2420000Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-03-21T20:58:41.2420100Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-03-21T20:58:41.2420200Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2025-03-21T20:58:41.2420290Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-03-21T20:58:41.2420510Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-03-21T20:58:41.2420590Z adding 'torch/include/ATen/ops/tensor.h' 2025-03-21T20:58:41.2420680Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-03-21T20:58:41.2420870Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2420980Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-03-21T20:58:41.2421070Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-03-21T20:58:41.2421160Z adding 'torch/include/ATen/ops/tensordot.h' 2025-03-21T20:58:41.2421340Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2421440Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-03-21T20:58:41.2421540Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-03-21T20:58:41.2421630Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-03-21T20:58:41.2422070Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2422190Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-03-21T20:58:41.2422290Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-03-21T20:58:41.2422380Z adding 'torch/include/ATen/ops/threshold.h' 2025-03-21T20:58:41.2422480Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-03-21T20:58:41.2422740Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2422890Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-03-21T20:58:41.2423030Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-03-21T20:58:41.2423210Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-03-21T20:58:41.2423350Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-03-21T20:58:41.2423490Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2025-03-21T20:58:41.2423610Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-03-21T20:58:41.2423730Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-03-21T20:58:41.2423960Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2680580Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-03-21T20:58:41.2680740Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-03-21T20:58:41.2681040Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-03-21T20:58:41.2681160Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-03-21T20:58:41.2681280Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2025-03-21T20:58:41.2681380Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-03-21T20:58:41.2681480Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-03-21T20:58:41.2681550Z adding 'torch/include/ATen/ops/tile.h' 2025-03-21T20:58:41.2681730Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2681820Z adding 'torch/include/ATen/ops/tile_native.h' 2025-03-21T20:58:41.2681900Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-03-21T20:58:41.2681980Z adding 'torch/include/ATen/ops/to.h' 2025-03-21T20:58:41.2682150Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2682230Z adding 'torch/include/ATen/ops/to_dense.h' 2025-03-21T20:58:41.2682340Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-03-21T20:58:41.2682540Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2682730Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-03-21T20:58:41.2682850Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-03-21T20:58:41.2683030Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2683130Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-03-21T20:58:41.2683220Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-03-21T20:58:41.2683300Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-03-21T20:58:41.2683550Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-03-21T20:58:41.2683750Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2683890Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-03-21T20:58:41.2684010Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-03-21T20:58:41.2684190Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2684300Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-03-21T20:58:41.2684400Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-03-21T20:58:41.2684500Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-03-21T20:58:41.2684580Z adding 'torch/include/ATen/ops/to_native.h' 2025-03-21T20:58:41.2684660Z adding 'torch/include/ATen/ops/to_ops.h' 2025-03-21T20:58:41.2684760Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-03-21T20:58:41.2684940Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2685060Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-03-21T20:58:41.2685170Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-03-21T20:58:41.2685250Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-03-21T20:58:41.2685350Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-03-21T20:58:41.2685530Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2685640Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-03-21T20:58:41.2685740Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-03-21T20:58:41.2685940Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-03-21T20:58:41.2686140Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2686250Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-03-21T20:58:41.2686350Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-03-21T20:58:41.2686550Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2686650Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-03-21T20:58:41.2686830Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2686930Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-03-21T20:58:41.2687100Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-03-21T20:58:41.2687190Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-03-21T20:58:41.2687380Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2687480Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-03-21T20:58:41.2687580Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-03-21T20:58:41.2687680Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-03-21T20:58:41.2687770Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-03-21T20:58:41.2687850Z adding 'torch/include/ATen/ops/topk.h' 2025-03-21T20:58:41.2688060Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2688150Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-03-21T20:58:41.2688260Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-03-21T20:58:41.2688340Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-03-21T20:58:41.2688440Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-03-21T20:58:41.2688540Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2025-03-21T20:58:41.2688630Z adding 'torch/include/ATen/ops/topk_native.h' 2025-03-21T20:58:41.2688840Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-03-21T20:58:41.2688930Z adding 'torch/include/ATen/ops/trace.h' 2025-03-21T20:58:41.2689030Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-03-21T20:58:41.2689220Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2689330Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-03-21T20:58:41.2689440Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-03-21T20:58:41.2689670Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2689780Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-03-21T20:58:41.2689880Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-03-21T20:58:41.2689980Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2025-03-21T20:58:41.2690070Z adding 'torch/include/ATen/ops/trace_native.h' 2025-03-21T20:58:41.2690160Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-03-21T20:58:41.2690240Z adding 'torch/include/ATen/ops/transpose.h' 2025-03-21T20:58:41.2690420Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2690610Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2690710Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-03-21T20:58:41.2690910Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2691150Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2691280Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-03-21T20:58:41.2691380Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-03-21T20:58:41.2691490Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-03-21T20:58:41.2691580Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-03-21T20:58:41.2691700Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-03-21T20:58:41.2691900Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2692060Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-03-21T20:58:41.2692160Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-03-21T20:58:41.2692240Z adding 'torch/include/ATen/ops/trapz.h' 2025-03-21T20:58:41.2692410Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2692500Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-03-21T20:58:41.2692590Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-03-21T20:58:41.2692690Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-03-21T20:58:41.2692960Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2693100Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-03-21T20:58:41.2693380Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-03-21T20:58:41.2693490Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-03-21T20:58:41.2693630Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-03-21T20:58:41.2693770Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2025-03-21T20:58:41.2693880Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-03-21T20:58:41.2693990Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-03-21T20:58:41.2694070Z adding 'torch/include/ATen/ops/tril.h' 2025-03-21T20:58:41.2694270Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2694370Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-03-21T20:58:41.2694480Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-03-21T20:58:41.2694570Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-03-21T20:58:41.2694750Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2694880Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-03-21T20:58:41.2695040Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-03-21T20:58:41.2695160Z adding 'torch/include/ATen/ops/tril_indices_mps_dispatch.h' 2025-03-21T20:58:41.2695270Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-03-21T20:58:41.2695370Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-03-21T20:58:41.2695460Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-03-21T20:58:41.2695560Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-03-21T20:58:41.2695720Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2025-03-21T20:58:41.2695810Z adding 'torch/include/ATen/ops/tril_native.h' 2025-03-21T20:58:41.2695890Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-03-21T20:58:41.2696000Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-03-21T20:58:41.2696210Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2696330Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-03-21T20:58:41.2696450Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-03-21T20:58:41.2696530Z adding 'torch/include/ATen/ops/triu.h' 2025-03-21T20:58:41.2696750Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2696850Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-03-21T20:58:41.2696950Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-03-21T20:58:41.2697040Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-03-21T20:58:41.2697230Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2697350Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-03-21T20:58:41.2697480Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-03-21T20:58:41.2697600Z adding 'torch/include/ATen/ops/triu_indices_mps_dispatch.h' 2025-03-21T20:58:41.2697700Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-03-21T20:58:41.2697800Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-03-21T20:58:41.2697890Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-03-21T20:58:41.2698110Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-03-21T20:58:41.2698210Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2025-03-21T20:58:41.2698300Z adding 'torch/include/ATen/ops/triu_native.h' 2025-03-21T20:58:41.2698380Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-03-21T20:58:41.2698470Z adding 'torch/include/ATen/ops/true_divide.h' 2025-03-21T20:58:41.2698660Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2698770Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-03-21T20:58:41.2698870Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-03-21T20:58:41.2698940Z adding 'torch/include/ATen/ops/trunc.h' 2025-03-21T20:58:41.2902430Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2902690Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-03-21T20:58:41.2903150Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-03-21T20:58:41.2903400Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-03-21T20:58:41.2903620Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-03-21T20:58:41.2903960Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2025-03-21T20:58:41.2904150Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-03-21T20:58:41.2904340Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-03-21T20:58:41.2904520Z adding 'torch/include/ATen/ops/type_as.h' 2025-03-21T20:58:41.2904820Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2906260Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-03-21T20:58:41.2906860Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-03-21T20:58:41.2907650Z adding 'torch/include/ATen/ops/unbind.h' 2025-03-21T20:58:41.2908390Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2909060Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2910240Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-03-21T20:58:41.2911010Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2911850Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2912320Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-03-21T20:58:41.2912790Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-03-21T20:58:41.2913750Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-03-21T20:58:41.2913960Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-03-21T20:58:41.2914160Z adding 'torch/include/ATen/ops/unflatten.h' 2025-03-21T20:58:41.2914460Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2914680Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-03-21T20:58:41.2915120Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2915360Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-03-21T20:58:41.2915590Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-03-21T20:58:41.2915790Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-03-21T20:58:41.2916430Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-03-21T20:58:41.2916780Z adding 'torch/include/ATen/ops/unfold.h' 2025-03-21T20:58:41.2916980Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-03-21T20:58:41.2917280Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2917510Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-03-21T20:58:41.2919140Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-03-21T20:58:41.2919590Z adding 'torch/include/ATen/ops/unfold_backward_mps_dispatch.h' 2025-03-21T20:58:41.2920350Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-03-21T20:58:41.2922070Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-03-21T20:58:41.2922630Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-03-21T20:58:41.2924230Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2925330Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2925550Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-03-21T20:58:41.2925750Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-03-21T20:58:41.2925970Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-03-21T20:58:41.2926300Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-03-21T20:58:41.2926510Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-03-21T20:58:41.2926900Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2025-03-21T20:58:41.2927440Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-03-21T20:58:41.2927880Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-03-21T20:58:41.2929260Z adding 'torch/include/ATen/ops/uniform.h' 2025-03-21T20:58:41.2930040Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2930250Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-03-21T20:58:41.2930460Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-03-21T20:58:41.2930780Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-03-21T20:58:41.2930990Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2025-03-21T20:58:41.2931580Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-03-21T20:58:41.2932180Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-03-21T20:58:41.2932380Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-03-21T20:58:41.2932820Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2933070Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-03-21T20:58:41.2937880Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-03-21T20:58:41.2938210Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2025-03-21T20:58:41.2938440Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-03-21T20:58:41.2938760Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-03-21T20:58:41.2938950Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-03-21T20:58:41.2939250Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2939640Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-03-21T20:58:41.2939950Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2940400Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-03-21T20:58:41.2940650Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-03-21T20:58:41.2940890Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2025-03-21T20:58:41.2941120Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-03-21T20:58:41.2942360Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-03-21T20:58:41.2942950Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-03-21T20:58:41.2943460Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-03-21T20:58:41.2943920Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-03-21T20:58:41.2944370Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-03-21T20:58:41.2945330Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-03-21T20:58:41.2946030Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2946510Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-03-21T20:58:41.2946960Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-03-21T20:58:41.2947410Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-03-21T20:58:41.2948120Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2948650Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-03-21T20:58:41.2950480Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-03-21T20:58:41.2951110Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-03-21T20:58:41.2951440Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2951900Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-03-21T20:58:41.2952130Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-03-21T20:58:41.2952320Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-03-21T20:58:41.2952760Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2952950Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-03-21T20:58:41.2953350Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2953830Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2954060Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-03-21T20:58:41.2954410Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-03-21T20:58:41.2954730Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-03-21T20:58:41.2954930Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-03-21T20:58:41.2955130Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-03-21T20:58:41.2955360Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-03-21T20:58:41.2955740Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2958780Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.2959070Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.2959310Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-03-21T20:58:41.2959770Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-03-21T20:58:41.2962200Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h' 2025-03-21T20:58:41.2962930Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-03-21T20:58:41.2963990Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-03-21T20:58:41.2964860Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2966300Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.2968640Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-03-21T20:58:41.2969180Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-03-21T20:58:41.2969410Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-03-21T20:58:41.2970030Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-03-21T20:58:41.2970270Z adding 'torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h' 2025-03-21T20:58:41.2970480Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-03-21T20:58:41.2970690Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-03-21T20:58:41.2971000Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-03-21T20:58:41.2971220Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-03-21T20:58:41.2973020Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2974160Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.2974430Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.2974680Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-03-21T20:58:41.2975450Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-03-21T20:58:41.2976200Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2025-03-21T20:58:41.2977440Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-03-21T20:58:41.2977690Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-03-21T20:58:41.2977910Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.2978170Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.2978380Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3220820Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-03-21T20:58:41.3221010Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-03-21T20:58:41.3221140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-03-21T20:58:41.3221550Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-03-21T20:58:41.3221690Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2025-03-21T20:58:41.3221830Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-03-21T20:58:41.3221950Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-03-21T20:58:41.3222060Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-03-21T20:58:41.3222190Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-03-21T20:58:41.3222470Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3222650Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.3222810Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.3222960Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-03-21T20:58:41.3223120Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-03-21T20:58:41.3223290Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2025-03-21T20:58:41.3223520Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-03-21T20:58:41.3223670Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-03-21T20:58:41.3223920Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3224120Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3224260Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-03-21T20:58:41.3224520Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-03-21T20:58:41.3224640Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-03-21T20:58:41.3224780Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-03-21T20:58:41.3224920Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2025-03-21T20:58:41.3225040Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-03-21T20:58:41.3225160Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-03-21T20:58:41.3225270Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-03-21T20:58:41.3225400Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-03-21T20:58:41.3225680Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3225850Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.3226010Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.3226160Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-03-21T20:58:41.3226330Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-03-21T20:58:41.3226490Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2025-03-21T20:58:41.3226640Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-03-21T20:58:41.3226780Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-03-21T20:58:41.3227160Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3227370Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3227520Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-03-21T20:58:41.3227660Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-03-21T20:58:41.3227780Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-03-21T20:58:41.3227920Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-03-21T20:58:41.3228060Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2025-03-21T20:58:41.3228180Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-03-21T20:58:41.3228350Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-03-21T20:58:41.3228470Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-03-21T20:58:41.3228600Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-03-21T20:58:41.3228880Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3229040Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.3229220Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.3229370Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-03-21T20:58:41.3229540Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-03-21T20:58:41.3229710Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2025-03-21T20:58:41.3229860Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-03-21T20:58:41.3230000Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-03-21T20:58:41.3230210Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3230480Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3230690Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3230830Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-03-21T20:58:41.3230980Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-03-21T20:58:41.3231100Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-03-21T20:58:41.3231360Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-03-21T20:58:41.3231500Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2025-03-21T20:58:41.3231630Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-03-21T20:58:41.3231760Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-03-21T20:58:41.3231860Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-03-21T20:58:41.3231990Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-03-21T20:58:41.3232270Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3232440Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.3232610Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.3232750Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-03-21T20:58:41.3232920Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-03-21T20:58:41.3233060Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-03-21T20:58:41.3233200Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-03-21T20:58:41.3233450Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3233660Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3233800Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-03-21T20:58:41.3233970Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-03-21T20:58:41.3234090Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-03-21T20:58:41.3234240Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-03-21T20:58:41.3234360Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-03-21T20:58:41.3234480Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-03-21T20:58:41.3234590Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-03-21T20:58:41.3234730Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-03-21T20:58:41.3235010Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3235230Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-03-21T20:58:41.3235410Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-03-21T20:58:41.3235560Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-03-21T20:58:41.3235730Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-03-21T20:58:41.3235890Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-03-21T20:58:41.3236040Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-03-21T20:58:41.3236290Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3236500Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3236650Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-03-21T20:58:41.3236800Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-03-21T20:58:41.3236920Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-03-21T20:58:41.3237100Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-03-21T20:58:41.3237230Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-03-21T20:58:41.3237360Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-03-21T20:58:41.3237510Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-03-21T20:58:41.3237760Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3237970Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-03-21T20:58:41.3238130Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-03-21T20:58:41.3238220Z adding 'torch/include/ATen/ops/values.h' 2025-03-21T20:58:41.3238390Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3238490Z adding 'torch/include/ATen/ops/values_copy.h' 2025-03-21T20:58:41.3238670Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3238890Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3239000Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-03-21T20:58:41.3239100Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-03-21T20:58:41.3239190Z adding 'torch/include/ATen/ops/values_native.h' 2025-03-21T20:58:41.3239280Z adding 'torch/include/ATen/ops/values_ops.h' 2025-03-21T20:58:41.3239370Z adding 'torch/include/ATen/ops/vander.h' 2025-03-21T20:58:41.3239540Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3239630Z adding 'torch/include/ATen/ops/vander_native.h' 2025-03-21T20:58:41.3239720Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-03-21T20:58:41.3239810Z adding 'torch/include/ATen/ops/var.h' 2025-03-21T20:58:41.3239970Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3970220Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-03-21T20:58:41.3971440Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-03-21T20:58:41.3972070Z adding 'torch/include/ATen/ops/var_mean.h' 2025-03-21T20:58:41.3972610Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3973100Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3973410Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-03-21T20:58:41.3973740Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-03-21T20:58:41.3974050Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2025-03-21T20:58:41.3974320Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-03-21T20:58:41.3974580Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-03-21T20:58:41.3975120Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2025-03-21T20:58:41.3975370Z adding 'torch/include/ATen/ops/var_native.h' 2025-03-21T20:58:41.3975600Z adding 'torch/include/ATen/ops/var_ops.h' 2025-03-21T20:58:41.3975830Z adding 'torch/include/ATen/ops/vdot.h' 2025-03-21T20:58:41.3976300Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3976570Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-03-21T20:58:41.3976870Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-03-21T20:58:41.3977140Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-03-21T20:58:41.3977370Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-03-21T20:58:41.3977600Z adding 'torch/include/ATen/ops/view.h' 2025-03-21T20:58:41.3977830Z adding 'torch/include/ATen/ops/view_as.h' 2025-03-21T20:58:41.3979910Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-03-21T20:58:41.3980140Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-03-21T20:58:41.3980360Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3980640Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3981030Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-03-21T20:58:41.3981180Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-03-21T20:58:41.3981320Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-03-21T20:58:41.3981450Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-03-21T20:58:41.3981590Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-03-21T20:58:41.3981860Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2025-03-21T20:58:41.3981980Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-03-21T20:58:41.3982090Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-03-21T20:58:41.3982280Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3982380Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-03-21T20:58:41.3982480Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-03-21T20:58:41.3982590Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-03-21T20:58:41.3982700Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-03-21T20:58:41.3982910Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3983150Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3983280Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-03-21T20:58:41.3983410Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-03-21T20:58:41.3983550Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-03-21T20:58:41.3983680Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-03-21T20:58:41.3983800Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-03-21T20:58:41.3983920Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2025-03-21T20:58:41.3984030Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-03-21T20:58:41.3986930Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-03-21T20:58:41.3987200Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3987300Z adding 'torch/include/ATen/ops/view_copy.h' 2025-03-21T20:58:41.3987480Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3987700Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3987790Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-03-21T20:58:41.3987890Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-03-21T20:58:41.3987990Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-03-21T20:58:41.3988090Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-03-21T20:58:41.3988190Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-03-21T20:58:41.3988460Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2025-03-21T20:58:41.3988550Z adding 'torch/include/ATen/ops/view_native.h' 2025-03-21T20:58:41.3988630Z adding 'torch/include/ATen/ops/view_ops.h' 2025-03-21T20:58:41.3988710Z adding 'torch/include/ATen/ops/vsplit.h' 2025-03-21T20:58:41.3988890Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3988980Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-03-21T20:58:41.3989380Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-03-21T20:58:41.3989740Z adding 'torch/include/ATen/ops/vstack.h' 2025-03-21T20:58:41.3990510Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3990800Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-03-21T20:58:41.3991060Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-03-21T20:58:41.3991280Z adding 'torch/include/ATen/ops/where.h' 2025-03-21T20:58:41.3991750Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.3992060Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-03-21T20:58:41.3992420Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-03-21T20:58:41.3992970Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2025-03-21T20:58:41.3993260Z adding 'torch/include/ATen/ops/where_native.h' 2025-03-21T20:58:41.3993500Z adding 'torch/include/ATen/ops/where_ops.h' 2025-03-21T20:58:41.3993730Z adding 'torch/include/ATen/ops/xlogy.h' 2025-03-21T20:58:41.3994290Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.3994860Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-21T20:58:41.3995380Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-03-21T20:58:41.3995690Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-03-21T20:58:41.4010330Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-03-21T20:58:41.4010750Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-03-21T20:58:41.4011060Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2025-03-21T20:58:41.4011380Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-03-21T20:58:41.4011620Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-03-21T20:58:41.4011970Z adding 'torch/include/ATen/ops/xor.h' 2025-03-21T20:58:41.4012420Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-03-21T20:58:41.4012650Z adding 'torch/include/ATen/ops/xor_native.h' 2025-03-21T20:58:41.4012880Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-03-21T20:58:41.4013150Z adding 'torch/include/ATen/ops/zero.h' 2025-03-21T20:58:41.4013600Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.4013880Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-03-21T20:58:41.4014170Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-03-21T20:58:41.4015480Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-03-21T20:58:41.4015670Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2025-03-21T20:58:41.4015770Z adding 'torch/include/ATen/ops/zero_native.h' 2025-03-21T20:58:41.4015850Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-03-21T20:58:41.4015940Z adding 'torch/include/ATen/ops/zeros.h' 2025-03-21T20:58:41.4016310Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.4016410Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-03-21T20:58:41.4016610Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-03-21T20:58:41.4016830Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-21T20:58:41.4016950Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-03-21T20:58:41.4017050Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-03-21T20:58:41.4017140Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-03-21T20:58:41.4017230Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-03-21T20:58:41.4017330Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-03-21T20:58:41.4017530Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-03-21T20:58:41.4017660Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-03-21T20:58:41.4017780Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-03-21T20:58:41.4017870Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-03-21T20:58:41.4017960Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-03-21T20:58:41.4018040Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-03-21T20:58:41.4018150Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-03-21T20:58:41.4018240Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-03-21T20:58:41.4018330Z adding 'torch/include/c10/core/Allocator.h' 2025-03-21T20:58:41.4018430Z adding 'torch/include/c10/core/AutogradState.h' 2025-03-21T20:58:41.4018500Z adding 'torch/include/c10/core/Backend.h' 2025-03-21T20:58:41.4018600Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-03-21T20:58:41.4018730Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-03-21T20:58:41.4018860Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-03-21T20:58:41.4018980Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-03-21T20:58:41.4019120Z adding 'torch/include/c10/core/Contiguity.h' 2025-03-21T20:58:41.4019210Z adding 'torch/include/c10/core/CopyBytes.h' 2025-03-21T20:58:41.4019310Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-03-21T20:58:41.4019420Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-03-21T20:58:41.4019500Z adding 'torch/include/c10/core/Device.h' 2025-03-21T20:58:41.4019580Z adding 'torch/include/c10/core/DeviceArray.h' 2025-03-21T20:58:41.4019680Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-03-21T20:58:41.4019930Z adding 'torch/include/c10/core/DeviceType.h' 2025-03-21T20:58:41.4020030Z adding 'torch/include/c10/core/DispatchKey.h' 2025-03-21T20:58:41.4020120Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-03-21T20:58:41.4020210Z adding 'torch/include/c10/core/DynamicCast.h' 2025-03-21T20:58:41.4020300Z adding 'torch/include/c10/core/Event.h' 2025-03-21T20:58:41.4020390Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-03-21T20:58:41.4020470Z adding 'torch/include/c10/core/GradMode.h' 2025-03-21T20:58:41.4020570Z adding 'torch/include/c10/core/InferenceMode.h' 2025-03-21T20:58:41.4020640Z adding 'torch/include/c10/core/Layout.h' 2025-03-21T20:58:41.4020740Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-03-21T20:58:41.4020830Z adding 'torch/include/c10/core/OptionalRef.h' 2025-03-21T20:58:41.4020920Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-03-21T20:58:41.4021000Z adding 'torch/include/c10/core/QEngine.h' 2025-03-21T20:58:41.4021080Z adding 'torch/include/c10/core/QScheme.h' 2025-03-21T20:58:41.4021180Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-03-21T20:58:41.4021270Z adding 'torch/include/c10/core/SafePyObject.h' 2025-03-21T20:58:41.4021350Z adding 'torch/include/c10/core/Scalar.h' 2025-03-21T20:58:41.4021440Z adding 'torch/include/c10/core/ScalarType.h' 2025-03-21T20:58:41.4021550Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-03-21T20:58:41.4021630Z adding 'torch/include/c10/core/Storage.h' 2025-03-21T20:58:41.4021720Z adding 'torch/include/c10/core/StorageImpl.h' 2025-03-21T20:58:41.4021800Z adding 'torch/include/c10/core/Stream.h' 2025-03-21T20:58:41.4021920Z adding 'torch/include/c10/core/StreamGuard.h' 2025-03-21T20:58:41.4022010Z adding 'torch/include/c10/core/SymBool.h' 2025-03-21T20:58:41.4022090Z adding 'torch/include/c10/core/SymFloat.h' 2025-03-21T20:58:41.4435580Z adding 'torch/include/c10/core/SymInt.h' 2025-03-21T20:58:41.4435870Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-03-21T20:58:41.4436150Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-03-21T20:58:41.4436420Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-03-21T20:58:41.4436680Z adding 'torch/include/c10/core/TensorImpl.h' 2025-03-21T20:58:41.4436940Z adding 'torch/include/c10/core/TensorOptions.h' 2025-03-21T20:58:41.4437360Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-03-21T20:58:41.4437640Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-03-21T20:58:41.4437880Z adding 'torch/include/c10/core/alignment.h' 2025-03-21T20:58:41.4438130Z adding 'torch/include/c10/core/thread_pool.h' 2025-03-21T20:58:41.4438370Z adding 'torch/include/c10/core/impl/COW.h' 2025-03-21T20:58:41.4438610Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-03-21T20:58:41.4438910Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-03-21T20:58:41.4439230Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-03-21T20:58:41.4439500Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-03-21T20:58:41.4439780Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-03-21T20:58:41.4440090Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-03-21T20:58:41.4440370Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-03-21T20:58:41.4440650Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-03-21T20:58:41.4440950Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-03-21T20:58:41.4441250Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-03-21T20:58:41.4441520Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-03-21T20:58:41.4441870Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-03-21T20:58:41.4442170Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-03-21T20:58:41.4442480Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-03-21T20:58:41.4442790Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-03-21T20:58:41.4443060Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-03-21T20:58:41.4443440Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-03-21T20:58:41.4443720Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-03-21T20:58:41.4444010Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-03-21T20:58:41.4444290Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-03-21T20:58:41.4444590Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-03-21T20:58:41.4444870Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-03-21T20:58:41.4445120Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-03-21T20:58:41.4445390Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-03-21T20:58:41.4445670Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-03-21T20:58:41.4445920Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-03-21T20:58:41.4446160Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-03-21T20:58:41.4451520Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-03-21T20:58:41.4451820Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-03-21T20:58:41.4452060Z adding 'torch/include/c10/cuda/driver_api.h' 2025-03-21T20:58:41.4452320Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-03-21T20:58:41.4452580Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-03-21T20:58:41.4452830Z adding 'torch/include/c10/macros/Export.h' 2025-03-21T20:58:41.4453050Z adding 'torch/include/c10/macros/Macros.h' 2025-03-21T20:58:41.4453290Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-03-21T20:58:41.4453530Z adding 'torch/include/c10/metal/indexing.h' 2025-03-21T20:58:41.4453760Z adding 'torch/include/c10/metal/random.h' 2025-03-21T20:58:41.4454100Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-03-21T20:58:41.4454370Z adding 'torch/include/c10/metal/special_math.h' 2025-03-21T20:58:41.4454600Z adding 'torch/include/c10/metal/utils.h' 2025-03-21T20:58:41.4454840Z adding 'torch/include/c10/util/AbortHandler.h' 2025-03-21T20:58:41.4455070Z adding 'torch/include/c10/util/AlignOf.h' 2025-03-21T20:58:41.4455310Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-03-21T20:58:41.4455560Z adding 'torch/include/c10/util/Array.h' 2025-03-21T20:58:41.4455780Z adding 'torch/include/c10/util/ArrayRef.h' 2025-03-21T20:58:41.4456020Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-03-21T20:58:41.4456270Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-03-21T20:58:41.4456580Z adding 'torch/include/c10/util/BFloat16.h' 2025-03-21T20:58:41.4456820Z adding 'torch/include/c10/util/Backtrace.h' 2025-03-21T20:58:41.4457040Z adding 'torch/include/c10/util/Bitset.h' 2025-03-21T20:58:41.4457270Z adding 'torch/include/c10/util/C++17.h' 2025-03-21T20:58:41.4457490Z adding 'torch/include/c10/util/CallOnce.h' 2025-03-21T20:58:41.4457740Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-03-21T20:58:41.4458000Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-03-21T20:58:41.4458250Z adding 'torch/include/c10/util/Deprecated.h' 2025-03-21T20:58:41.4458490Z adding 'torch/include/c10/util/DimVector.h' 2025-03-21T20:58:41.4458740Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-03-21T20:58:41.4458990Z adding 'torch/include/c10/util/Exception.h' 2025-03-21T20:58:41.4459230Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-03-21T20:58:41.4459550Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-03-21T20:58:41.4459850Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-03-21T20:58:41.4460080Z adding 'torch/include/c10/util/Flags.h' 2025-03-21T20:58:41.4460330Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-03-21T20:58:41.4460580Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-03-21T20:58:41.4460960Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-03-21T20:58:41.4461250Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-03-21T20:58:41.4461510Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-03-21T20:58:41.4461760Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-03-21T20:58:41.4462020Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-03-21T20:58:41.4462290Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-03-21T20:58:41.4462640Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-03-21T20:58:41.4462900Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-03-21T20:58:41.4463150Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-03-21T20:58:41.4463400Z adding 'torch/include/c10/util/FunctionRef.h' 2025-03-21T20:58:41.4463640Z adding 'torch/include/c10/util/Gauge.h' 2025-03-21T20:58:41.4463860Z adding 'torch/include/c10/util/Half-inl.h' 2025-03-21T20:58:41.4464080Z adding 'torch/include/c10/util/Half.h' 2025-03-21T20:58:41.4464310Z adding 'torch/include/c10/util/IdWrapper.h' 2025-03-21T20:58:41.4464530Z adding 'torch/include/c10/util/Lazy.h' 2025-03-21T20:58:41.4464760Z adding 'torch/include/c10/util/LeftRight.h' 2025-03-21T20:58:41.4464980Z adding 'torch/include/c10/util/Load.h' 2025-03-21T20:58:41.4465200Z adding 'torch/include/c10/util/Logging.h' 2025-03-21T20:58:41.4465440Z adding 'torch/include/c10/util/MathConstants.h' 2025-03-21T20:58:41.4465690Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-03-21T20:58:41.4465940Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-03-21T20:58:41.4466200Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-03-21T20:58:41.4466440Z adding 'torch/include/c10/util/Optional.h' 2025-03-21T20:58:41.4466680Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-03-21T20:58:41.4466950Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-03-21T20:58:41.4467200Z adding 'torch/include/c10/util/Registry.h' 2025-03-21T20:58:41.4467430Z adding 'torch/include/c10/util/ScopeExit.h' 2025-03-21T20:58:41.4467670Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-03-21T20:58:41.4467950Z adding 'torch/include/c10/util/SmallVector.h' 2025-03-21T20:58:41.4468200Z adding 'torch/include/c10/util/StringUtil.h' 2025-03-21T20:58:41.4468440Z adding 'torch/include/c10/util/Synchronized.h' 2025-03-21T20:58:41.4468680Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-03-21T20:58:41.4468940Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-03-21T20:58:41.4469200Z adding 'torch/include/c10/util/Type.h' 2025-03-21T20:58:41.4469430Z adding 'torch/include/c10/util/TypeCast.h' 2025-03-21T20:58:41.4469660Z adding 'torch/include/c10/util/TypeIndex.h' 2025-03-21T20:58:41.4469900Z adding 'torch/include/c10/util/TypeList.h' 2025-03-21T20:58:41.4470140Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-03-21T20:58:41.4470530Z adding 'torch/include/c10/util/TypeTraits.h' 2025-03-21T20:58:41.4470770Z adding 'torch/include/c10/util/Unicode.h' 2025-03-21T20:58:41.4471010Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-03-21T20:58:41.4471260Z adding 'torch/include/c10/util/Unroll.h' 2025-03-21T20:58:41.4471490Z adding 'torch/include/c10/util/WaitCounter.h' 2025-03-21T20:58:41.4471780Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-03-21T20:58:41.4472070Z adding 'torch/include/c10/util/accumulate.h' 2025-03-21T20:58:41.4472300Z adding 'torch/include/c10/util/bit_cast.h' 2025-03-21T20:58:41.4472510Z adding 'torch/include/c10/util/bits.h' 2025-03-21T20:58:41.4472740Z adding 'torch/include/c10/util/complex.h' 2025-03-21T20:58:41.4472980Z adding 'torch/include/c10/util/complex_math.h' 2025-03-21T20:58:41.4473220Z adding 'torch/include/c10/util/complex_utils.h' 2025-03-21T20:58:41.4473470Z adding 'torch/include/c10/util/copysign.h' 2025-03-21T20:58:41.4473690Z adding 'torch/include/c10/util/env.h' 2025-03-21T20:58:41.4473900Z adding 'torch/include/c10/util/error.h' 2025-03-21T20:58:41.4474130Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-03-21T20:58:41.4474430Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-03-21T20:58:41.4474710Z adding 'torch/include/c10/util/generic_math.h' 2025-03-21T20:58:41.4474940Z adding 'torch/include/c10/util/hash.h' 2025-03-21T20:58:41.4475240Z adding 'torch/include/c10/util/int128.h' 2025-03-21T20:58:41.4475490Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-03-21T20:58:41.4475720Z adding 'torch/include/c10/util/irange.h' 2025-03-21T20:58:41.4475960Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-03-21T20:58:41.4476290Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-03-21T20:58:41.4476600Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-03-21T20:58:41.4476870Z adding 'torch/include/c10/util/numa.h' 2025-03-21T20:58:41.4477150Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-03-21T20:58:41.4477430Z adding 'torch/include/c10/util/overflows.h' 2025-03-21T20:58:41.4477670Z adding 'torch/include/c10/util/overloaded.h' 2025-03-21T20:58:41.4477910Z adding 'torch/include/c10/util/python_stub.h' 2025-03-21T20:58:41.4478140Z adding 'torch/include/c10/util/qint32.h' 2025-03-21T20:58:41.4478380Z adding 'torch/include/c10/util/qint8.h' 2025-03-21T20:58:41.4478600Z adding 'torch/include/c10/util/quint2x4.h' 2025-03-21T20:58:41.4478840Z adding 'torch/include/c10/util/quint4x2.h' 2025-03-21T20:58:41.4479060Z adding 'torch/include/c10/util/quint8.h' 2025-03-21T20:58:41.4479300Z adding 'torch/include/c10/util/safe_numerics.h' 2025-03-21T20:58:41.4479550Z adding 'torch/include/c10/util/signal_handler.h' 2025-03-21T20:58:41.4479810Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-03-21T20:58:41.4480040Z adding 'torch/include/c10/util/ssize.h' 2025-03-21T20:58:41.4480290Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-03-21T20:58:41.4480590Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-03-21T20:58:41.4480860Z adding 'torch/include/c10/util/strides.h' 2025-03-21T20:58:41.4481110Z adding 'torch/include/c10/util/string_utils.h' 2025-03-21T20:58:41.4481350Z adding 'torch/include/c10/util/string_view.h' 2025-03-21T20:58:41.4481720Z adding 'torch/include/c10/util/strong_type.h' 2025-03-21T20:58:41.4481980Z adding 'torch/include/c10/util/tempfile.h' 2025-03-21T20:58:41.4482210Z adding 'torch/include/c10/util/thread_name.h' 2025-03-21T20:58:41.4482440Z adding 'torch/include/c10/util/typeid.h' 2025-03-21T20:58:41.4482680Z adding 'torch/include/c10/util/win32-headers.h' 2025-03-21T20:58:41.4482950Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-03-21T20:58:41.4483220Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-03-21T20:58:41.4483470Z adding 'torch/include/c10/xpu/XPUException.h' 2025-03-21T20:58:41.4483720Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-03-21T20:58:41.4483940Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-03-21T20:58:41.4484230Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-03-21T20:58:41.4484480Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-03-21T20:58:41.4484740Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-03-21T20:58:41.4485010Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-03-21T20:58:41.4485320Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-03-21T20:58:41.4485630Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-03-21T20:58:41.4654150Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-03-21T20:58:41.4654540Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-03-21T20:58:41.4654870Z adding 'torch/include/caffe2/serialize/versions.h' 2025-03-21T20:58:41.4655160Z adding 'torch/include/kineto/AbstractConfig.h' 2025-03-21T20:58:41.4655450Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-03-21T20:58:41.4655760Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-03-21T20:58:41.4656030Z adding 'torch/include/kineto/ActivityType.h' 2025-03-21T20:58:41.4656290Z adding 'torch/include/kineto/ClientInterface.h' 2025-03-21T20:58:41.4656530Z adding 'torch/include/kineto/Config.h' 2025-03-21T20:58:41.4656930Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-03-21T20:58:41.4657220Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-03-21T20:58:41.4657490Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-03-21T20:58:41.4657750Z adding 'torch/include/kineto/ITraceActivity.h' 2025-03-21T20:58:41.4657980Z adding 'torch/include/kineto/LoggingAPI.h' 2025-03-21T20:58:41.4658210Z adding 'torch/include/kineto/ThreadUtil.h' 2025-03-21T20:58:41.4658440Z adding 'torch/include/kineto/TraceSpan.h' 2025-03-21T20:58:41.4658900Z adding 'torch/include/kineto/libkineto.h' 2025-03-21T20:58:41.4659130Z adding 'torch/include/kineto/output_base.h' 2025-03-21T20:58:41.4659380Z adding 'torch/include/kineto/time_since_epoch.h' 2025-03-21T20:58:41.4659620Z adding 'torch/include/pybind11/attr.h' 2025-03-21T20:58:41.4659850Z adding 'torch/include/pybind11/buffer_info.h' 2025-03-21T20:58:41.4660080Z adding 'torch/include/pybind11/cast.h' 2025-03-21T20:58:41.4660300Z adding 'torch/include/pybind11/chrono.h' 2025-03-21T20:58:41.4660530Z adding 'torch/include/pybind11/common.h' 2025-03-21T20:58:41.4660750Z adding 'torch/include/pybind11/complex.h' 2025-03-21T20:58:41.4660970Z adding 'torch/include/pybind11/eigen.h' 2025-03-21T20:58:41.4661180Z adding 'torch/include/pybind11/embed.h' 2025-03-21T20:58:41.4661390Z adding 'torch/include/pybind11/eval.h' 2025-03-21T20:58:41.4661620Z adding 'torch/include/pybind11/functional.h' 2025-03-21T20:58:41.4661850Z adding 'torch/include/pybind11/gil.h' 2025-03-21T20:58:41.4662090Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-03-21T20:58:41.4662350Z adding 'torch/include/pybind11/iostream.h' 2025-03-21T20:58:41.4662570Z adding 'torch/include/pybind11/numpy.h' 2025-03-21T20:58:41.4662800Z adding 'torch/include/pybind11/operators.h' 2025-03-21T20:58:41.4663040Z adding 'torch/include/pybind11/options.h' 2025-03-21T20:58:41.4663270Z adding 'torch/include/pybind11/pybind11.h' 2025-03-21T20:58:41.4663490Z adding 'torch/include/pybind11/pytypes.h' 2025-03-21T20:58:41.4663710Z adding 'torch/include/pybind11/stl.h' 2025-03-21T20:58:41.4663930Z adding 'torch/include/pybind11/stl_bind.h' 2025-03-21T20:58:41.4664270Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-03-21T20:58:41.4664550Z adding 'torch/include/pybind11/typing.h' 2025-03-21T20:58:41.4664780Z adding 'torch/include/pybind11/detail/class.h' 2025-03-21T20:58:41.4665030Z adding 'torch/include/pybind11/detail/common.h' 2025-03-21T20:58:41.4665300Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-03-21T20:58:41.4665560Z adding 'torch/include/pybind11/detail/descr.h' 2025-03-21T20:58:41.4665850Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-03-21T20:58:41.4666140Z adding 'torch/include/pybind11/detail/init.h' 2025-03-21T20:58:41.4666380Z adding 'torch/include/pybind11/detail/internals.h' 2025-03-21T20:58:41.4666790Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-03-21T20:58:41.4667060Z adding 'torch/include/pybind11/detail/typeid.h' 2025-03-21T20:58:41.4667340Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-03-21T20:58:41.4667610Z adding 'torch/include/pybind11/eigen/common.h' 2025-03-21T20:58:41.4667860Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-03-21T20:58:41.4668110Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-03-21T20:58:41.4668340Z adding 'torch/include/tensorpipe/config.h' 2025-03-21T20:58:41.4668580Z adding 'torch/include/tensorpipe/tensorpipe.h' 2025-03-21T20:58:41.4668840Z adding 'torch/include/tensorpipe/channel/context.h' 2025-03-21T20:58:41.4669110Z adding 'torch/include/tensorpipe/channel/error.h' 2025-03-21T20:58:41.4669400Z adding 'torch/include/tensorpipe/channel/basic/factory.h' 2025-03-21T20:58:41.4669700Z adding 'torch/include/tensorpipe/channel/mpt/factory.h' 2025-03-21T20:58:41.4669990Z adding 'torch/include/tensorpipe/channel/xth/factory.h' 2025-03-21T20:58:41.4670270Z adding 'torch/include/tensorpipe/common/buffer.h' 2025-03-21T20:58:41.4670540Z adding 'torch/include/tensorpipe/common/cpu_buffer.h' 2025-03-21T20:58:41.4670810Z adding 'torch/include/tensorpipe/common/device.h' 2025-03-21T20:58:41.4671110Z adding 'torch/include/tensorpipe/common/error.h' 2025-03-21T20:58:41.4671380Z adding 'torch/include/tensorpipe/common/optional.h' 2025-03-21T20:58:41.4671660Z adding 'torch/include/tensorpipe/core/context.h' 2025-03-21T20:58:41.4671910Z adding 'torch/include/tensorpipe/core/error.h' 2025-03-21T20:58:41.4672180Z adding 'torch/include/tensorpipe/core/listener.h' 2025-03-21T20:58:41.4672440Z adding 'torch/include/tensorpipe/core/message.h' 2025-03-21T20:58:41.4672750Z adding 'torch/include/tensorpipe/core/pipe.h' 2025-03-21T20:58:41.4673030Z adding 'torch/include/tensorpipe/transport/context.h' 2025-03-21T20:58:41.4673310Z adding 'torch/include/tensorpipe/transport/error.h' 2025-03-21T20:58:41.4673670Z adding 'torch/include/tensorpipe/transport/uv/error.h' 2025-03-21T20:58:41.4673970Z adding 'torch/include/tensorpipe/transport/uv/factory.h' 2025-03-21T20:58:41.4674280Z adding 'torch/include/tensorpipe/transport/uv/utility.h' 2025-03-21T20:58:41.4674570Z adding 'torch/include/torch/custom_class.h' 2025-03-21T20:58:41.4674830Z adding 'torch/include/torch/custom_class_detail.h' 2025-03-21T20:58:41.4675090Z adding 'torch/include/torch/extension.h' 2025-03-21T20:58:41.4675330Z adding 'torch/include/torch/library.h' 2025-03-21T20:58:41.4675560Z adding 'torch/include/torch/script.h' 2025-03-21T20:58:41.4675810Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-03-21T20:58:41.4676080Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-03-21T20:58:41.4676340Z adding 'torch/include/torch/csrc/Device.h' 2025-03-21T20:58:41.4676600Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-03-21T20:58:41.4676880Z adding 'torch/include/torch/csrc/Dtype.h' 2025-03-21T20:58:41.4677140Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-03-21T20:58:41.4677390Z adding 'torch/include/torch/csrc/Event.h' 2025-03-21T20:58:41.4677640Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-03-21T20:58:41.4677880Z adding 'torch/include/torch/csrc/Export.h' 2025-03-21T20:58:41.4678130Z adding 'torch/include/torch/csrc/Generator.h' 2025-03-21T20:58:41.4684140Z adding 'torch/include/torch/csrc/Layout.h' 2025-03-21T20:58:41.4684470Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-03-21T20:58:41.4684710Z adding 'torch/include/torch/csrc/Module.h' 2025-03-21T20:58:41.4684950Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-03-21T20:58:41.4685210Z adding 'torch/include/torch/csrc/QScheme.h' 2025-03-21T20:58:41.4685430Z adding 'torch/include/torch/csrc/Size.h' 2025-03-21T20:58:41.4685670Z adding 'torch/include/torch/csrc/Storage.h' 2025-03-21T20:58:41.4685910Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-03-21T20:58:41.4686180Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-03-21T20:58:41.4686430Z adding 'torch/include/torch/csrc/Stream.h' 2025-03-21T20:58:41.4686750Z adding 'torch/include/torch/csrc/THConcat.h' 2025-03-21T20:58:41.4686990Z adding 'torch/include/torch/csrc/THP.h' 2025-03-21T20:58:41.4687230Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-03-21T20:58:41.4687470Z adding 'torch/include/torch/csrc/Types.h' 2025-03-21T20:58:41.4687710Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-03-21T20:58:41.4687970Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-03-21T20:58:41.4688230Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-03-21T20:58:41.4688500Z adding 'torch/include/torch/csrc/python_headers.h' 2025-03-21T20:58:41.4688760Z adding 'torch/include/torch/csrc/serialization.h' 2025-03-21T20:58:41.4689010Z adding 'torch/include/torch/csrc/utils.h' 2025-03-21T20:58:41.4689270Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-03-21T20:58:41.4689570Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-03-21T20:58:41.4689890Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-03-21T20:58:41.4690210Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-03-21T20:58:41.4690520Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-03-21T20:58:41.4690950Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-03-21T20:58:41.4691300Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-03-21T20:58:41.4691640Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-03-21T20:58:41.4691950Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-03-21T20:58:41.4692270Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-03-21T20:58:41.4692570Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-03-21T20:58:41.4692980Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-03-21T20:58:41.4693300Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-03-21T20:58:41.4693650Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-03-21T20:58:41.4694070Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-03-21T20:58:41.4694420Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-03-21T20:58:41.4694760Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-03-21T20:58:41.4695100Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-03-21T20:58:41.4695430Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-03-21T20:58:41.4695740Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-03-21T20:58:41.4696060Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-03-21T20:58:41.4696360Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-03-21T20:58:41.4696680Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-03-21T20:58:41.4697000Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-03-21T20:58:41.4697330Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-03-21T20:58:41.4697730Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-03-21T20:58:41.4698130Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-03-21T20:58:41.4698490Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-03-21T20:58:41.4698940Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-03-21T20:58:41.4699320Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-03-21T20:58:41.4699680Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-03-21T20:58:41.4700080Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-03-21T20:58:41.4700490Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-03-21T20:58:41.4700910Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-03-21T20:58:41.4701350Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-03-21T20:58:41.4701760Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-03-21T20:58:41.4702360Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-03-21T20:58:41.4702760Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-03-21T20:58:41.4703140Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-03-21T20:58:41.4703550Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-03-21T20:58:41.4703960Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-03-21T20:58:41.4704360Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-03-21T20:58:41.4704770Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-03-21T20:58:41.4705170Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-03-21T20:58:41.4705570Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-03-21T20:58:41.5087380Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-03-21T20:58:41.5087920Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-03-21T20:58:41.5088530Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-03-21T20:58:41.5088970Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-03-21T20:58:41.5089400Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-03-21T20:58:41.5089830Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-03-21T20:58:41.5090250Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-03-21T20:58:41.5090810Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-03-21T20:58:41.5091220Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-03-21T20:58:41.5091650Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-03-21T20:58:41.5092070Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-03-21T20:58:41.5092490Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-03-21T20:58:41.5092920Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-03-21T20:58:41.5093340Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-03-21T20:58:41.5093720Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-03-21T20:58:41.5094080Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-03-21T20:58:41.5094470Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-03-21T20:58:41.5094800Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-03-21T20:58:41.5095140Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-03-21T20:58:41.5095480Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-03-21T20:58:41.5095830Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-03-21T20:58:41.5096190Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-03-21T20:58:41.5096520Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-03-21T20:58:41.5097070Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-03-21T20:58:41.5097510Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-03-21T20:58:41.5097920Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-03-21T20:58:41.5098320Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-03-21T20:58:41.5098740Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-03-21T20:58:41.5099170Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-03-21T20:58:41.5099590Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-03-21T20:58:41.5100000Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-03-21T20:58:41.5100550Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-03-21T20:58:41.5100970Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-03-21T20:58:41.5101400Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-03-21T20:58:41.5101830Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-03-21T20:58:41.5102260Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-03-21T20:58:41.5102690Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-03-21T20:58:41.5103120Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-03-21T20:58:41.5103540Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-03-21T20:58:41.5103950Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-03-21T20:58:41.5104360Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-03-21T20:58:41.5104770Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-03-21T20:58:41.5105210Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-03-21T20:58:41.5105600Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-03-21T20:58:41.5105990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-03-21T20:58:41.5106380Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-03-21T20:58:41.5106770Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-03-21T20:58:41.5107340Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-03-21T20:58:41.5107720Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-03-21T20:58:41.5108120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-03-21T20:58:41.5108520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-03-21T20:58:41.5108900Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-03-21T20:58:41.5109300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-03-21T20:58:41.5109710Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-03-21T20:58:41.5110120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-03-21T20:58:41.5110520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-03-21T20:58:41.5110900Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-03-21T20:58:41.5111300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-03-21T20:58:41.5111730Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-03-21T20:58:41.5112190Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-03-21T20:58:41.5112630Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-03-21T20:58:41.5113030Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-03-21T20:58:41.5113440Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-03-21T20:58:41.5113970Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-03-21T20:58:41.5114470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-03-21T20:58:41.5114950Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-03-21T20:58:41.5115420Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-03-21T20:58:41.5115920Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-03-21T20:58:41.5116390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-03-21T20:58:41.5116960Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-03-21T20:58:41.5117450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-03-21T20:58:41.5117950Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-03-21T20:58:41.5118400Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-03-21T20:58:41.5118820Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-03-21T20:58:41.5119220Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-03-21T20:58:41.5119730Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-03-21T20:58:41.5120130Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-03-21T20:58:41.5120540Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-03-21T20:58:41.5120940Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-03-21T20:58:41.5121340Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-03-21T20:58:41.5121740Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-03-21T20:58:41.5122240Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-03-21T20:58:41.5122630Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-03-21T20:58:41.5123030Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-03-21T20:58:41.5123440Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-03-21T20:58:41.5123850Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-03-21T20:58:41.5124350Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-03-21T20:58:41.5124760Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-03-21T20:58:41.5125160Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-03-21T20:58:41.5125590Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-03-21T20:58:41.5126040Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-03-21T20:58:41.5126460Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-03-21T20:58:41.5126930Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-03-21T20:58:41.5127350Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-03-21T20:58:41.5127760Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-03-21T20:58:41.5128170Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-03-21T20:58:41.5128570Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-03-21T20:58:41.5128930Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-03-21T20:58:41.5129300Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-03-21T20:58:41.5129650Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-03-21T20:58:41.5129990Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-03-21T20:58:41.5130410Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-03-21T20:58:41.5130790Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-03-21T20:58:41.5131150Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-03-21T20:58:41.5131500Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-03-21T20:58:41.5131890Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-03-21T20:58:41.5132400Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-03-21T20:58:41.5132930Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-03-21T20:58:41.5133350Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-03-21T20:58:41.5391790Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-03-21T20:58:41.5392320Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-03-21T20:58:41.5392770Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-03-21T20:58:41.5393160Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-03-21T20:58:41.5393500Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-03-21T20:58:41.5393840Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-03-21T20:58:41.5394180Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-03-21T20:58:41.5394490Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-03-21T20:58:41.5394850Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-03-21T20:58:41.5395210Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-03-21T20:58:41.5395520Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-03-21T20:58:41.5395820Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-03-21T20:58:41.5396070Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-03-21T20:58:41.5396600Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-03-21T20:58:41.5396920Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-03-21T20:58:41.5397210Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-03-21T20:58:41.5397510Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-03-21T20:58:41.5397810Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-03-21T20:58:41.5398110Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-03-21T20:58:41.5398580Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-03-21T20:58:41.5398910Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-03-21T20:58:41.5399240Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-03-21T20:58:41.5399560Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-03-21T20:58:41.5399900Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-03-21T20:58:41.5400220Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-03-21T20:58:41.5400560Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-03-21T20:58:41.5400890Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-03-21T20:58:41.5401220Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-03-21T20:58:41.5401540Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-03-21T20:58:41.5401850Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-03-21T20:58:41.5402190Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-03-21T20:58:41.5402520Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-03-21T20:58:41.5402830Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-03-21T20:58:41.5403190Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-03-21T20:58:41.5403580Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-03-21T20:58:41.5403950Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-03-21T20:58:41.5404400Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-03-21T20:58:41.5404770Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-03-21T20:58:41.5405160Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-03-21T20:58:41.5405540Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-03-21T20:58:41.5405930Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-03-21T20:58:41.5406280Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-03-21T20:58:41.5406650Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-03-21T20:58:41.5407020Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-03-21T20:58:41.5407580Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-03-21T20:58:41.5407930Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-03-21T20:58:41.5408260Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-03-21T20:58:41.5408550Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-03-21T20:58:41.5408850Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-03-21T20:58:41.5409200Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-03-21T20:58:41.5415410Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-03-21T20:58:41.5415760Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-03-21T20:58:41.5416090Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-03-21T20:58:41.5416420Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-03-21T20:58:41.5416740Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-03-21T20:58:41.5417060Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-03-21T20:58:41.5417420Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-03-21T20:58:41.5417780Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-03-21T20:58:41.5418230Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-03-21T20:58:41.5418650Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-03-21T20:58:41.5419060Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-03-21T20:58:41.5419430Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-03-21T20:58:41.5419800Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-03-21T20:58:41.5420290Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-03-21T20:58:41.5420450Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-03-21T20:58:41.5420570Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-03-21T20:58:41.5420710Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-03-21T20:58:41.5420850Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-03-21T20:58:41.5420940Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-03-21T20:58:41.5421040Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-03-21T20:58:41.5421130Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-03-21T20:58:41.5421220Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-03-21T20:58:41.5421310Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-03-21T20:58:41.5421400Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-03-21T20:58:41.5421500Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-03-21T20:58:41.5421620Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-03-21T20:58:41.5421710Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-03-21T20:58:41.5421830Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-03-21T20:58:41.5421930Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-03-21T20:58:41.5422100Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-03-21T20:58:41.5422260Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-03-21T20:58:41.5422580Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-03-21T20:58:41.5422790Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-03-21T20:58:41.5422990Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-03-21T20:58:41.5423230Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-03-21T20:58:41.5423470Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-03-21T20:58:41.5423700Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-03-21T20:58:41.5423920Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-03-21T20:58:41.5424200Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-03-21T20:58:41.5424420Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-03-21T20:58:41.5424640Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-03-21T20:58:41.5424850Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-03-21T20:58:41.5425060Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-03-21T20:58:41.5425200Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-03-21T20:58:41.5425330Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-03-21T20:58:41.5425510Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-03-21T20:58:41.5425680Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-03-21T20:58:41.5425840Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-03-21T20:58:41.5426000Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-03-21T20:58:41.5426170Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-03-21T20:58:41.5426340Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-03-21T20:58:41.5426480Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-03-21T20:58:41.5426640Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-03-21T20:58:41.5426790Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-03-21T20:58:41.5427040Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-03-21T20:58:41.5427180Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-03-21T20:58:41.5427310Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-03-21T20:58:41.5427470Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-03-21T20:58:41.5427620Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-03-21T20:58:41.5427760Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-03-21T20:58:41.5427930Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-03-21T20:58:41.5428080Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-03-21T20:58:41.5428240Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-03-21T20:58:41.5428400Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-03-21T20:58:41.5428580Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-03-21T20:58:41.5428730Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-03-21T20:58:41.5428870Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-03-21T20:58:41.5429000Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-03-21T20:58:41.5429150Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-03-21T20:58:41.5429290Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-03-21T20:58:41.5429480Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-03-21T20:58:41.5429620Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-03-21T20:58:41.5429750Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-03-21T20:58:41.5429890Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-03-21T20:58:41.5645960Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-03-21T20:58:41.5646200Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-03-21T20:58:41.5646330Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-03-21T20:58:41.5646490Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-03-21T20:58:41.5646790Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-03-21T20:58:41.5646910Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-03-21T20:58:41.5647030Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-03-21T20:58:41.5647160Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-03-21T20:58:41.5647330Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-03-21T20:58:41.5647450Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-03-21T20:58:41.5647610Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-03-21T20:58:41.5647770Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-03-21T20:58:41.5647900Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-03-21T20:58:41.5648020Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-03-21T20:58:41.5648170Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-03-21T20:58:41.5648300Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-03-21T20:58:41.5648460Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-03-21T20:58:41.5648600Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-03-21T20:58:41.5648840Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-03-21T20:58:41.5648980Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-03-21T20:58:41.5649130Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-03-21T20:58:41.5649260Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-03-21T20:58:41.5649390Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-03-21T20:58:41.5649650Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-03-21T20:58:41.5649810Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-03-21T20:58:41.5649960Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-03-21T20:58:41.5650090Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-03-21T20:58:41.5650250Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-03-21T20:58:41.5650400Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-03-21T20:58:41.5650560Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-03-21T20:58:41.5650740Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-03-21T20:58:41.5650860Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-03-21T20:58:41.5650990Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-03-21T20:58:41.5651130Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-03-21T20:58:41.5651270Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-03-21T20:58:41.5651400Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-03-21T20:58:41.5651530Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-03-21T20:58:41.5651670Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-03-21T20:58:41.5651820Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-03-21T20:58:41.5651950Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-03-21T20:58:41.5652170Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-03-21T20:58:41.5652340Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-03-21T20:58:41.5652510Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-03-21T20:58:41.5652630Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-03-21T20:58:41.5652800Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-03-21T20:58:41.5652990Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-03-21T20:58:41.5653110Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-03-21T20:58:41.5653220Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-03-21T20:58:41.5653420Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-03-21T20:58:41.5653520Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-03-21T20:58:41.5653630Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-03-21T20:58:41.5653760Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-03-21T20:58:41.5653870Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-03-21T20:58:41.5653980Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-03-21T20:58:41.5654100Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-03-21T20:58:41.5654200Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-03-21T20:58:41.5654340Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-03-21T20:58:41.5654440Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-03-21T20:58:41.5654530Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-03-21T20:58:41.5654680Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-03-21T20:58:41.5654780Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-03-21T20:58:41.5654900Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-03-21T20:58:41.5655130Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-03-21T20:58:41.5655290Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-03-21T20:58:41.5655430Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-03-21T20:58:41.5655550Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-03-21T20:58:41.5655680Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-03-21T20:58:41.5655800Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-03-21T20:58:41.5656040Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-03-21T20:58:41.5656180Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-03-21T20:58:41.5656360Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-03-21T20:58:41.5656560Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-03-21T20:58:41.5656760Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-03-21T20:58:41.5656950Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-03-21T20:58:41.5657080Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-03-21T20:58:41.5657250Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-03-21T20:58:41.5657400Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-03-21T20:58:41.5657550Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-03-21T20:58:41.5657690Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-03-21T20:58:41.5657850Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-03-21T20:58:41.5658010Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-03-21T20:58:41.5658200Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-03-21T20:58:41.5658350Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-03-21T20:58:41.5658510Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-03-21T20:58:41.5658670Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-03-21T20:58:41.5658810Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-03-21T20:58:41.5658960Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-03-21T20:58:41.5659150Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-03-21T20:58:41.5659310Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-03-21T20:58:41.5659480Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-03-21T20:58:41.5659610Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-03-21T20:58:41.5659930Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-03-21T20:58:41.5660080Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-03-21T20:58:41.5660220Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-03-21T20:58:41.5660400Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-03-21T20:58:41.5660570Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-03-21T20:58:41.5660740Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-03-21T20:58:41.5660890Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-03-21T20:58:41.5661030Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-03-21T20:58:41.5661160Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-03-21T20:58:41.5661290Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-03-21T20:58:41.5661420Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-03-21T20:58:41.5661610Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-03-21T20:58:41.5661850Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-03-21T20:58:41.5662030Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-03-21T20:58:41.5662120Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-03-21T20:58:41.5662230Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-03-21T20:58:41.5662340Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-03-21T20:58:41.5662480Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-03-21T20:58:41.5662650Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-03-21T20:58:41.5662750Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-03-21T20:58:41.5662840Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-03-21T20:58:41.5662940Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-03-21T20:58:41.5663050Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-03-21T20:58:41.5663210Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-03-21T20:58:41.5663360Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-03-21T20:58:41.5663490Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-03-21T20:58:41.5663640Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-03-21T20:58:41.5663760Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-03-21T20:58:41.5663910Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-03-21T20:58:41.5664060Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-03-21T20:58:41.5664200Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-03-21T20:58:41.5664330Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-03-21T20:58:41.5664470Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-03-21T20:58:41.5664650Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-03-21T20:58:41.5664800Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-03-21T20:58:41.5935790Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-03-21T20:58:41.5936020Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-03-21T20:58:41.5936160Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-03-21T20:58:41.5936310Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-03-21T20:58:41.5936500Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-03-21T20:58:41.5936680Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-03-21T20:58:41.5936800Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-03-21T20:58:41.5936910Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-03-21T20:58:41.5937070Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-03-21T20:58:41.5937340Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-03-21T20:58:41.5937500Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-03-21T20:58:41.5937620Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-03-21T20:58:41.5937780Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-03-21T20:58:41.5937900Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-03-21T20:58:41.5938050Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-03-21T20:58:41.5938220Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-03-21T20:58:41.5938400Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-03-21T20:58:41.5938530Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-03-21T20:58:41.5938650Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-03-21T20:58:41.5938770Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-03-21T20:58:41.5938900Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-03-21T20:58:41.5939010Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-03-21T20:58:41.5939200Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-03-21T20:58:41.5939350Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-03-21T20:58:41.5939530Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-03-21T20:58:41.5939660Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-03-21T20:58:41.5939780Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-03-21T20:58:41.5939890Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-03-21T20:58:41.5940250Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-03-21T20:58:41.5940400Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-03-21T20:58:41.5940490Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-03-21T20:58:41.5940590Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-03-21T20:58:41.5940690Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-03-21T20:58:41.5940800Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-03-21T20:58:41.5940920Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-03-21T20:58:41.5941010Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-03-21T20:58:41.5941140Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-03-21T20:58:41.5941280Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-03-21T20:58:41.5941420Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-03-21T20:58:41.5941550Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-03-21T20:58:41.5941700Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-03-21T20:58:41.5941860Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-03-21T20:58:41.5941960Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-03-21T20:58:41.5942070Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-03-21T20:58:41.5942210Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-03-21T20:58:41.5942330Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-03-21T20:58:41.5942490Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-03-21T20:58:41.5942670Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-03-21T20:58:41.5942780Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-03-21T20:58:41.5942890Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-03-21T20:58:41.5943000Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-03-21T20:58:41.5943130Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-03-21T20:58:41.5943260Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-03-21T20:58:41.5943400Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-03-21T20:58:41.5943530Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-03-21T20:58:41.5943730Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-03-21T20:58:41.5943850Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-03-21T20:58:41.5944010Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-03-21T20:58:41.5944470Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-03-21T20:58:41.5944650Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-03-21T20:58:41.5944790Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-03-21T20:58:41.5944920Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-03-21T20:58:41.5945040Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-03-21T20:58:41.5945170Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-03-21T20:58:41.5945280Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-03-21T20:58:41.5945400Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-03-21T20:58:41.5945580Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-03-21T20:58:41.5945730Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-03-21T20:58:41.5945860Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-03-21T20:58:41.5946090Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-03-21T20:58:41.5946280Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-03-21T20:58:41.5946400Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-03-21T20:58:41.5946530Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-03-21T20:58:41.5946680Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-03-21T20:58:41.5946920Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-03-21T20:58:41.5947080Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-03-21T20:58:41.5947230Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-03-21T20:58:41.5947360Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-03-21T20:58:41.5947500Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-03-21T20:58:41.5947630Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-03-21T20:58:41.5947770Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-03-21T20:58:41.5947910Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-03-21T20:58:41.5948070Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-03-21T20:58:41.5948190Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-03-21T20:58:41.5948310Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-03-21T20:58:41.5948440Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-03-21T20:58:41.5948590Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-03-21T20:58:41.5948750Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-03-21T20:58:41.5948900Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-03-21T20:58:41.5949060Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-03-21T20:58:41.5949210Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-03-21T20:58:41.5949400Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-03-21T20:58:41.5949550Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-03-21T20:58:41.5949670Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-03-21T20:58:41.5949790Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-03-21T20:58:41.5949910Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-03-21T20:58:41.5950060Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-03-21T20:58:41.5950190Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-03-21T20:58:41.5950350Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-03-21T20:58:41.5950570Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-03-21T20:58:41.5950700Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-03-21T20:58:41.5950860Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-03-21T20:58:41.5950970Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-03-21T20:58:41.5951100Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-03-21T20:58:41.5951230Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-03-21T20:58:41.5951380Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-03-21T20:58:41.5951510Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-03-21T20:58:41.5951620Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-03-21T20:58:41.5951750Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-03-21T20:58:41.5951880Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-03-21T20:58:41.5952000Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-03-21T20:58:41.5952120Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-03-21T20:58:41.5952350Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-03-21T20:58:41.5952500Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-03-21T20:58:41.5952650Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-03-21T20:58:41.5952770Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-03-21T20:58:41.5952910Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-03-21T20:58:41.5953070Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-03-21T20:58:41.5953200Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-03-21T20:58:41.5953310Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-03-21T20:58:41.5953470Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-03-21T20:58:41.5953620Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-03-21T20:58:41.5953760Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-03-21T20:58:41.5953910Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-03-21T20:58:41.5954040Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-03-21T20:58:41.5954180Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-03-21T20:58:41.5954310Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-03-21T20:58:41.5954450Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-03-21T20:58:41.5954580Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-03-21T20:58:41.5954720Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-03-21T20:58:41.5954850Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-03-21T20:58:41.5955010Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-03-21T20:58:41.6315830Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-03-21T20:58:41.6316280Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-03-21T20:58:41.6317020Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-03-21T20:58:41.6317390Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-03-21T20:58:41.6317820Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-03-21T20:58:41.6318170Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-03-21T20:58:41.6318600Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-03-21T20:58:41.6319020Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-03-21T20:58:41.6319470Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-03-21T20:58:41.6319840Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-03-21T20:58:41.6320870Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-03-21T20:58:41.6321280Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-03-21T20:58:41.6321630Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-03-21T20:58:41.6321980Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-03-21T20:58:41.6322340Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-03-21T20:58:41.6322810Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-03-21T20:58:41.6323220Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-03-21T20:58:41.6323680Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-03-21T20:58:41.6324070Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-03-21T20:58:41.6324530Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-03-21T20:58:41.6325040Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-03-21T20:58:41.6325560Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-03-21T20:58:41.6326230Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-03-21T20:58:41.6326770Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-03-21T20:58:41.6327230Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-03-21T20:58:41.6327600Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-03-21T20:58:41.6328050Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-03-21T20:58:41.6328800Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-03-21T20:58:41.6329210Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-03-21T20:58:41.6329480Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-03-21T20:58:41.6329830Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-03-21T20:58:41.6330140Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-03-21T20:58:41.6330480Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-03-21T20:58:41.6331010Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-03-21T20:58:41.6331420Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-03-21T20:58:41.6331750Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-03-21T20:58:41.6332090Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-03-21T20:58:41.6332440Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-03-21T20:58:41.6332780Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-03-21T20:58:41.6333190Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-03-21T20:58:41.6333540Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-03-21T20:58:41.6333910Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-03-21T20:58:41.6334240Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-03-21T20:58:41.6334680Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-03-21T20:58:41.6335090Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-03-21T20:58:41.6335860Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-03-21T20:58:41.6336230Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-03-21T20:58:41.6336670Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-03-21T20:58:41.6337030Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-03-21T20:58:41.6337460Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-03-21T20:58:41.6338000Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-03-21T20:58:41.6338430Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-03-21T20:58:41.6338800Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-03-21T20:58:41.6339500Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-03-21T20:58:41.6339860Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-03-21T20:58:41.6340210Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-03-21T20:58:41.6340550Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-03-21T20:58:41.6340900Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-03-21T20:58:41.6341250Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-03-21T20:58:41.6341570Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-03-21T20:58:41.6341870Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-03-21T20:58:41.6342250Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-03-21T20:58:41.6342610Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-03-21T20:58:41.6343100Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-03-21T20:58:41.6343470Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-03-21T20:58:41.6343860Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-03-21T20:58:41.6344440Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-03-21T20:58:41.6344990Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-03-21T20:58:41.6345420Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-03-21T20:58:41.6345870Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-03-21T20:58:41.6346270Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-03-21T20:58:41.6347110Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-03-21T20:58:41.6347530Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-03-21T20:58:41.6348000Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-03-21T20:58:41.6348360Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-03-21T20:58:41.6348760Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-03-21T20:58:41.6349330Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-03-21T20:58:41.6349670Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-03-21T20:58:41.6350090Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-03-21T20:58:41.6350550Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-03-21T20:58:41.6351050Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-03-21T20:58:41.6351380Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-03-21T20:58:41.6351860Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-03-21T20:58:41.6352330Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-03-21T20:58:41.6352860Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-03-21T20:58:41.6353300Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-03-21T20:58:41.6353880Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-03-21T20:58:41.6354670Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-03-21T20:58:41.6355020Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-03-21T20:58:41.6355740Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-03-21T20:58:41.6356040Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-03-21T20:58:41.6356200Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-03-21T20:58:41.6356410Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-03-21T20:58:41.6356640Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-03-21T20:58:41.6356800Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-03-21T20:58:41.6362620Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-03-21T20:58:41.6362810Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-03-21T20:58:41.6362950Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-03-21T20:58:41.6363080Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-03-21T20:58:41.6363260Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-03-21T20:58:41.6363430Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-03-21T20:58:41.6363560Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-03-21T20:58:41.6363690Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-03-21T20:58:41.6363830Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-03-21T20:58:41.6363970Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-03-21T20:58:41.6364100Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-03-21T20:58:41.6364220Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-03-21T20:58:41.6364350Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-03-21T20:58:41.6364570Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-03-21T20:58:41.6364730Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-03-21T20:58:41.6364900Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-03-21T20:58:41.6365080Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-03-21T20:58:41.6365210Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-03-21T20:58:41.6365450Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-03-21T20:58:41.6365580Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-03-21T20:58:41.6365720Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-03-21T20:58:41.6365870Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-03-21T20:58:41.6365990Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-03-21T20:58:41.6366110Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-03-21T20:58:41.6366240Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-03-21T20:58:41.6366370Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-03-21T20:58:41.6366510Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-03-21T20:58:47.5993130Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-03-21T20:58:47.5993850Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-03-21T20:58:47.5994540Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-03-21T20:58:47.5995000Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-03-21T20:58:47.5995430Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-03-21T20:58:47.5995810Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-03-21T20:58:47.5996260Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-03-21T20:58:47.5996720Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-03-21T20:58:47.5997750Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-03-21T20:58:47.5998270Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-03-21T20:58:47.5998680Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-03-21T20:58:47.5999060Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-03-21T20:58:47.5999430Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-03-21T20:58:47.5999930Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-03-21T20:58:47.6000450Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-03-21T20:58:47.6000870Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-03-21T20:58:47.6001310Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-03-21T20:58:47.6002000Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-03-21T20:58:47.6002420Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-03-21T20:58:47.6002860Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-03-21T20:58:47.6003300Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-03-21T20:58:47.6003740Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-03-21T20:58:47.6004230Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-03-21T20:58:47.6004700Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-03-21T20:58:47.6005170Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-03-21T20:58:47.6005620Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-03-21T20:58:47.6006060Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-03-21T20:58:47.6006510Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-03-21T20:58:47.6006950Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-03-21T20:58:47.6007630Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-03-21T20:58:47.6008080Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-03-21T20:58:47.6008520Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-03-21T20:58:47.6008930Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-03-21T20:58:47.6009300Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-03-21T20:58:47.6009630Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-03-21T20:58:47.6010300Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-03-21T20:58:47.6010660Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-03-21T20:58:47.6010990Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-03-21T20:58:47.6011350Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-03-21T20:58:47.6011720Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-03-21T20:58:47.6012080Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-03-21T20:58:47.6012490Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-03-21T20:58:47.6012860Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-03-21T20:58:47.6013230Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-03-21T20:58:47.6013630Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-03-21T20:58:47.6014060Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-03-21T20:58:47.6014470Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-03-21T20:58:47.6014870Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-03-21T20:58:47.6015250Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-03-21T20:58:47.6015660Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-03-21T20:58:47.6016030Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-03-21T20:58:47.6016470Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-03-21T20:58:47.6016870Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-03-21T20:58:47.6017210Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-03-21T20:58:47.6017660Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-03-21T20:58:47.6018100Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-03-21T20:58:47.6018560Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-03-21T20:58:47.6019040Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-03-21T20:58:47.6019450Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-03-21T20:58:47.6019870Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-03-21T20:58:47.6020230Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-03-21T20:58:47.6020610Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-03-21T20:58:47.6021180Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-03-21T20:58:47.6021620Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-03-21T20:58:47.6022040Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-03-21T20:58:47.6022530Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-03-21T20:58:47.6023040Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-03-21T20:58:47.6023510Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-03-21T20:58:47.6023890Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-03-21T20:58:47.6024370Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-03-21T20:58:47.6024800Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-03-21T20:58:47.6025100Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-03-21T20:58:47.6025420Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-03-21T20:58:47.6025820Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-03-21T20:58:47.6026150Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-03-21T20:58:47.6026560Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-03-21T20:58:47.6027050Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-03-21T20:58:47.6027400Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-03-21T20:58:47.6027750Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-03-21T20:58:47.6028130Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-03-21T20:58:47.6028520Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-03-21T20:58:47.6028900Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-03-21T20:58:47.6029340Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-03-21T20:58:47.6029770Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-03-21T20:58:47.6030150Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-03-21T20:58:47.6030620Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-03-21T20:58:47.6031130Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-03-21T20:58:47.6031550Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-03-21T20:58:47.6031980Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-03-21T20:58:47.6032380Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-03-21T20:58:47.6032800Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-03-21T20:58:47.6033300Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-03-21T20:58:47.6033780Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-03-21T20:58:47.6034250Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-03-21T20:58:47.6034690Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-03-21T20:58:47.6035080Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-03-21T20:58:47.6035500Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-03-21T20:58:47.6035870Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-03-21T20:58:47.6036300Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-03-21T20:58:47.6036890Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-03-21T20:58:47.6037310Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-03-21T20:58:47.6037740Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-03-21T20:58:47.6038170Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-03-21T20:58:47.6038500Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-03-21T20:58:47.6038940Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-03-21T20:58:47.6039390Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-03-21T20:58:47.6039750Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-03-21T20:58:47.6040250Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-03-21T20:58:47.6040670Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-03-21T20:58:47.6041030Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-03-21T20:58:47.6041440Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-03-21T20:58:47.6041830Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-03-21T20:58:47.6042210Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-03-21T20:58:47.6042590Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-03-21T20:58:47.6042980Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-03-21T20:58:47.6043360Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-03-21T20:58:47.6043750Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-03-21T20:58:47.6044190Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-03-21T20:58:47.6044600Z adding 'torch/include/torch/csrc/utils/init.h' 2025-03-21T20:58:47.6044920Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-03-21T20:58:47.6045310Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-03-21T20:58:47.6045750Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-03-21T20:58:47.6046080Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-03-21T20:58:47.6046440Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-03-21T20:58:47.6046780Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-03-21T20:58:47.6047130Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-03-21T20:58:47.6047550Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-03-21T20:58:47.6048080Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-03-21T20:58:47.6048490Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-03-21T20:58:47.6048820Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-03-21T20:58:47.6049210Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-03-21T20:58:47.6049590Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-03-21T20:58:47.6049950Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-03-21T20:58:47.6050290Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-03-21T20:58:47.6050670Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-03-21T20:58:47.6467810Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-03-21T20:58:47.6471420Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-03-21T20:58:47.6474430Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-03-21T20:58:47.6478530Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-03-21T20:58:47.6478960Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-03-21T20:58:47.6479270Z adding 'torch/include/torch/csrc/utils/six.h' 2025-03-21T20:58:47.6479630Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-03-21T20:58:47.6480000Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-03-21T20:58:47.6480410Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-03-21T20:58:47.6480930Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-03-21T20:58:47.6481360Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-03-21T20:58:47.6481840Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-03-21T20:58:47.6482310Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-03-21T20:58:47.6482750Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-03-21T20:58:47.6483110Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-03-21T20:58:47.6483530Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-03-21T20:58:47.6483860Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-03-21T20:58:47.6484270Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-03-21T20:58:47.6484710Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-03-21T20:58:47.6485080Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-03-21T20:58:47.6485630Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-03-21T20:58:47.6485990Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-03-21T20:58:47.6486300Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-03-21T20:58:47.6486590Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-03-21T20:58:47.6486930Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-03-21T20:58:47.6487200Z adding 'torch/jit/__init__.py' 2025-03-21T20:58:47.6487490Z adding 'torch/jit/_async.py' 2025-03-21T20:58:47.6487780Z adding 'torch/jit/_await.py' 2025-03-21T20:58:47.6487960Z adding 'torch/jit/_builtins.py' 2025-03-21T20:58:47.6488260Z adding 'torch/jit/_check.py' 2025-03-21T20:58:47.6488560Z adding 'torch/jit/_dataclass_impls.py' 2025-03-21T20:58:47.6488840Z adding 'torch/jit/_decomposition_utils.py' 2025-03-21T20:58:47.6489160Z adding 'torch/jit/_decompositions.py' 2025-03-21T20:58:47.6489490Z adding 'torch/jit/_freeze.py' 2025-03-21T20:58:47.6489740Z adding 'torch/jit/_fuser.py' 2025-03-21T20:58:47.6490010Z adding 'torch/jit/_ir_utils.py' 2025-03-21T20:58:47.6490320Z adding 'torch/jit/_logging.py' 2025-03-21T20:58:47.6490620Z adding 'torch/jit/_monkeytype_config.py' 2025-03-21T20:58:47.6490960Z adding 'torch/jit/_pickle.py' 2025-03-21T20:58:47.6491240Z adding 'torch/jit/_recursive.py' 2025-03-21T20:58:47.6491550Z adding 'torch/jit/_script.py' 2025-03-21T20:58:47.6491810Z adding 'torch/jit/_script.pyi' 2025-03-21T20:58:47.6492090Z adding 'torch/jit/_serialization.py' 2025-03-21T20:58:47.6492400Z adding 'torch/jit/_shape_functions.py' 2025-03-21T20:58:47.6492650Z adding 'torch/jit/_state.py' 2025-03-21T20:58:47.6492970Z adding 'torch/jit/_trace.py' 2025-03-21T20:58:47.6493380Z adding 'torch/jit/annotations.py' 2025-03-21T20:58:47.6493620Z adding 'torch/jit/frontend.py' 2025-03-21T20:58:47.6493900Z adding 'torch/jit/generate_bytecode.py' 2025-03-21T20:58:47.6494200Z adding 'torch/jit/quantized.py' 2025-03-21T20:58:47.6494450Z adding 'torch/jit/supported_ops.py' 2025-03-21T20:58:47.6494750Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-03-21T20:58:47.6495120Z adding 'torch/jit/_passes/__init__.py' 2025-03-21T20:58:47.6495410Z adding 'torch/jit/_passes/_property_propagation.py' 2025-03-21T20:58:47.6495780Z adding 'torch/jit/mobile/__init__.py' 2025-03-21T20:58:47.6508540Z adding 'torch/lib/libaoti_custom_ops.dylib' 2025-03-21T20:58:47.6508930Z adding 'torch/lib/libbackend_with_compiler.dylib' 2025-03-21T20:58:47.6509220Z adding 'torch/lib/libc10.dylib' 2025-03-21T20:58:47.6509520Z adding 'torch/lib/libjitbackend_test.dylib' 2025-03-21T20:58:47.6509750Z adding 'torch/lib/libomp.dylib' 2025-03-21T20:58:47.6510000Z adding 'torch/lib/libshm.dylib' 2025-03-21T20:58:47.6510290Z adding 'torch/lib/libtorch.dylib' 2025-03-21T20:58:47.6510570Z adding 'torch/lib/libtorch_cpu.dylib' 2025-03-21T20:58:47.6510900Z adding 'torch/lib/libtorch_global_deps.dylib' 2025-03-21T20:58:47.6511180Z adding 'torch/lib/libtorch_python.dylib' 2025-03-21T20:58:47.6511500Z adding 'torch/lib/libtorchbind_test.dylib' 2025-03-21T20:58:47.6511800Z adding 'torch/linalg/__init__.py' 2025-03-21T20:58:47.6512050Z adding 'torch/masked/__init__.py' 2025-03-21T20:58:47.6512330Z adding 'torch/masked/_docs.py' 2025-03-21T20:58:47.6512610Z adding 'torch/masked/_ops.py' 2025-03-21T20:58:47.6512970Z adding 'torch/masked/maskedtensor/__init__.py' 2025-03-21T20:58:47.6513310Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-03-21T20:58:47.6513650Z adding 'torch/masked/maskedtensor/binary.py' 2025-03-21T20:58:47.6513890Z adding 'torch/masked/maskedtensor/core.py' 2025-03-21T20:58:47.6514220Z adding 'torch/masked/maskedtensor/creation.py' 2025-03-21T20:58:47.6514490Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-03-21T20:58:47.6514820Z adding 'torch/masked/maskedtensor/reductions.py' 2025-03-21T20:58:47.6515160Z adding 'torch/masked/maskedtensor/unary.py' 2025-03-21T20:58:47.6515460Z adding 'torch/monitor/__init__.py' 2025-03-21T20:58:47.6515720Z adding 'torch/mps/__init__.py' 2025-03-21T20:58:47.6516090Z adding 'torch/mps/event.py' 2025-03-21T20:58:47.6516360Z adding 'torch/mps/profiler.py' 2025-03-21T20:58:47.6516610Z adding 'torch/mtia/__init__.py' 2025-03-21T20:58:47.6516890Z adding 'torch/mtia/_utils.py' 2025-03-21T20:58:47.6517170Z adding 'torch/mtia/memory.py' 2025-03-21T20:58:47.6517460Z adding 'torch/multiprocessing/__init__.py' 2025-03-21T20:58:47.6517750Z adding 'torch/multiprocessing/_atfork.py' 2025-03-21T20:58:47.6518060Z adding 'torch/multiprocessing/pool.py' 2025-03-21T20:58:47.6518350Z adding 'torch/multiprocessing/queue.py' 2025-03-21T20:58:47.6518640Z adding 'torch/multiprocessing/reductions.py' 2025-03-21T20:58:47.6518960Z adding 'torch/multiprocessing/spawn.py' 2025-03-21T20:58:47.6519280Z adding 'torch/nested/__init__.py' 2025-03-21T20:58:47.6519540Z adding 'torch/nested/_internal/__init__.py' 2025-03-21T20:58:47.6519800Z adding 'torch/nested/_internal/nested_int.py' 2025-03-21T20:58:47.6520060Z adding 'torch/nested/_internal/nested_tensor.py' 2025-03-21T20:58:47.6520300Z adding 'torch/nested/_internal/ops.py' 2025-03-21T20:58:47.6520520Z adding 'torch/nested/_internal/sdpa.py' 2025-03-21T20:58:47.6520730Z adding 'torch/nn/__init__.py' 2025-03-21T20:58:47.6520920Z adding 'torch/nn/_reduction.py' 2025-03-21T20:58:47.6521250Z adding 'torch/nn/common_types.py' 2025-03-21T20:58:47.6521450Z adding 'torch/nn/cpp.py' 2025-03-21T20:58:47.6521640Z adding 'torch/nn/functional.py' 2025-03-21T20:58:47.6521840Z adding 'torch/nn/functional.pyi' 2025-03-21T20:58:47.6522030Z adding 'torch/nn/grad.py' 2025-03-21T20:58:47.6522210Z adding 'torch/nn/init.py' 2025-03-21T20:58:47.6522420Z adding 'torch/nn/parameter.py' 2025-03-21T20:58:47.6522610Z adding 'torch/nn/parameter.pyi' 2025-03-21T20:58:47.6522910Z adding 'torch/nn/attention/__init__.py' 2025-03-21T20:58:47.6523130Z adding 'torch/nn/attention/_utils.py' 2025-03-21T20:58:47.6523340Z adding 'torch/nn/attention/bias.py' 2025-03-21T20:58:47.6523560Z adding 'torch/nn/attention/flex_attention.py' 2025-03-21T20:58:47.6523820Z adding 'torch/nn/attention/experimental/__init__.py' 2025-03-21T20:58:47.6524130Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-03-21T20:58:47.6524400Z adding 'torch/nn/backends/__init__.py' 2025-03-21T20:58:47.6524620Z adding 'torch/nn/backends/thnn.py' 2025-03-21T20:58:47.6524820Z adding 'torch/nn/intrinsic/__init__.py' 2025-03-21T20:58:47.6525120Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-03-21T20:58:47.6525380Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-03-21T20:58:47.6525610Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-03-21T20:58:47.6525860Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-03-21T20:58:47.6526140Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-21T20:58:47.6526430Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-21T20:58:47.6526710Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-21T20:58:47.6526990Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-03-21T20:58:47.6527270Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-21T20:58:47.6527590Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-21T20:58:47.6527950Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-21T20:58:47.6528290Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-03-21T20:58:47.6528640Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-21T20:58:47.6528940Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-21T20:58:47.6529250Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-21T20:58:47.6529520Z adding 'torch/nn/modules/__init__.py' 2025-03-21T20:58:47.6529740Z adding 'torch/nn/modules/_functions.py' 2025-03-21T20:58:47.6529960Z adding 'torch/nn/modules/activation.py' 2025-03-21T20:58:47.6530180Z adding 'torch/nn/modules/adaptive.py' 2025-03-21T20:58:47.6530390Z adding 'torch/nn/modules/batchnorm.py' 2025-03-21T20:58:47.6530620Z adding 'torch/nn/modules/channelshuffle.py' 2025-03-21T20:58:47.6530850Z adding 'torch/nn/modules/container.py' 2025-03-21T20:58:47.6531210Z adding 'torch/nn/modules/conv.py' 2025-03-21T20:58:47.6531410Z adding 'torch/nn/modules/distance.py' 2025-03-21T20:58:47.6531630Z adding 'torch/nn/modules/dropout.py' 2025-03-21T20:58:47.6531840Z adding 'torch/nn/modules/flatten.py' 2025-03-21T20:58:47.6532040Z adding 'torch/nn/modules/fold.py' 2025-03-21T20:58:47.6532260Z adding 'torch/nn/modules/instancenorm.py' 2025-03-21T20:58:47.6532470Z adding 'torch/nn/modules/lazy.py' 2025-03-21T20:58:47.6532670Z adding 'torch/nn/modules/linear.py' 2025-03-21T20:58:47.6532870Z adding 'torch/nn/modules/loss.py' 2025-03-21T20:58:47.6533070Z adding 'torch/nn/modules/module.py' 2025-03-21T20:58:47.6533290Z adding 'torch/nn/modules/normalization.py' 2025-03-21T20:58:47.6533510Z adding 'torch/nn/modules/padding.py' 2025-03-21T20:58:47.6533750Z adding 'torch/nn/modules/pixelshuffle.py' 2025-03-21T20:58:47.6533980Z adding 'torch/nn/modules/pooling.py' 2025-03-21T20:58:47.6534190Z adding 'torch/nn/modules/rnn.py' 2025-03-21T20:58:47.6534390Z adding 'torch/nn/modules/sparse.py' 2025-03-21T20:58:47.6534600Z adding 'torch/nn/modules/transformer.py' 2025-03-21T20:58:47.6534820Z adding 'torch/nn/modules/upsampling.py' 2025-03-21T20:58:47.6535040Z adding 'torch/nn/modules/utils.py' 2025-03-21T20:58:47.6535310Z adding 'torch/nn/parallel/__init__.py' 2025-03-21T20:58:47.6535540Z adding 'torch/nn/parallel/_functions.py' 2025-03-21T20:58:47.6535750Z adding 'torch/nn/parallel/comm.py' 2025-03-21T20:58:47.6535970Z adding 'torch/nn/parallel/data_parallel.py' 2025-03-21T20:58:47.6536210Z adding 'torch/nn/parallel/distributed.py' 2025-03-21T20:58:47.6536450Z adding 'torch/nn/parallel/parallel_apply.py' 2025-03-21T20:58:47.6536700Z adding 'torch/nn/parallel/replicate.py' 2025-03-21T20:58:47.6537070Z adding 'torch/nn/parallel/scatter_gather.py' 2025-03-21T20:58:47.6537300Z adding 'torch/nn/qat/__init__.py' 2025-03-21T20:58:47.6537500Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-03-21T20:58:47.6537740Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-03-21T20:58:47.6538000Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-03-21T20:58:47.6538250Z adding 'torch/nn/qat/modules/__init__.py' 2025-03-21T20:58:47.6538560Z adding 'torch/nn/qat/modules/conv.py' 2025-03-21T20:58:47.6538790Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-03-21T20:58:47.6539030Z adding 'torch/nn/qat/modules/linear.py' 2025-03-21T20:58:47.6539250Z adding 'torch/nn/quantizable/__init__.py' 2025-03-21T20:58:47.6539500Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-03-21T20:58:47.6539750Z adding 'torch/nn/quantizable/modules/activation.py' 2025-03-21T20:58:47.6540010Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-03-21T20:58:47.6540230Z adding 'torch/nn/quantized/__init__.py' 2025-03-21T20:58:47.6540460Z adding 'torch/nn/quantized/functional.py' 2025-03-21T20:58:47.6540700Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-03-21T20:58:47.6540990Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-03-21T20:58:47.6541280Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-03-21T20:58:47.6541580Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-03-21T20:58:47.6541860Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-03-21T20:58:47.6542140Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-03-21T20:58:47.6542620Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-03-21T20:58:47.6542890Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-03-21T20:58:47.6543160Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-03-21T20:58:47.6543430Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-03-21T20:58:47.6543700Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-03-21T20:58:47.6543970Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-03-21T20:58:47.6544220Z adding 'torch/nn/quantized/modules/__init__.py' 2025-03-21T20:58:48.1409260Z adding 'torch/nn/quantized/modules/activation.py' 2025-03-21T20:58:48.1409830Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-03-21T20:58:48.1410470Z adding 'torch/nn/quantized/modules/conv.py' 2025-03-21T20:58:48.1410850Z adding 'torch/nn/quantized/modules/dropout.py' 2025-03-21T20:58:48.1411210Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-03-21T20:58:48.1411560Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-03-21T20:58:48.1412040Z adding 'torch/nn/quantized/modules/linear.py' 2025-03-21T20:58:48.1412500Z adding 'torch/nn/quantized/modules/normalization.py' 2025-03-21T20:58:48.1412910Z adding 'torch/nn/quantized/modules/rnn.py' 2025-03-21T20:58:48.1413310Z adding 'torch/nn/quantized/modules/utils.py' 2025-03-21T20:58:48.1413670Z adding 'torch/nn/utils/__init__.py' 2025-03-21T20:58:48.1414050Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-03-21T20:58:48.1415330Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-03-21T20:58:48.1415630Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-03-21T20:58:48.1415960Z adding 'torch/nn/utils/clip_grad.py' 2025-03-21T20:58:48.1416280Z adding 'torch/nn/utils/convert_parameters.py' 2025-03-21T20:58:48.1416670Z adding 'torch/nn/utils/fusion.py' 2025-03-21T20:58:48.1416940Z adding 'torch/nn/utils/init.py' 2025-03-21T20:58:48.1417240Z adding 'torch/nn/utils/memory_format.py' 2025-03-21T20:58:48.1417710Z adding 'torch/nn/utils/parametrizations.py' 2025-03-21T20:58:48.1417980Z adding 'torch/nn/utils/parametrize.py' 2025-03-21T20:58:48.1418330Z adding 'torch/nn/utils/prune.py' 2025-03-21T20:58:48.1418560Z adding 'torch/nn/utils/rnn.py' 2025-03-21T20:58:48.1418870Z adding 'torch/nn/utils/spectral_norm.py' 2025-03-21T20:58:48.1419200Z adding 'torch/nn/utils/stateless.py' 2025-03-21T20:58:48.1419560Z adding 'torch/nn/utils/weight_norm.py' 2025-03-21T20:58:48.1421030Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-03-21T20:58:48.1421510Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-03-21T20:58:48.1422000Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-03-21T20:58:48.1422510Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-03-21T20:58:48.1423060Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-03-21T20:58:48.1423600Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-03-21T20:58:48.1424320Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-03-21T20:58:48.1424930Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-03-21T20:58:48.1425560Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-03-21T20:58:48.1426140Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-03-21T20:58:48.1426580Z adding 'torch/onnx/__init__.py' 2025-03-21T20:58:48.1426940Z adding 'torch/onnx/_constants.py' 2025-03-21T20:58:48.1427320Z adding 'torch/onnx/_experimental.py' 2025-03-21T20:58:48.1427660Z adding 'torch/onnx/_flags.py' 2025-03-21T20:58:48.1430530Z adding 'torch/onnx/_globals.py' 2025-03-21T20:58:48.1430980Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-03-21T20:58:48.1431340Z adding 'torch/onnx/_type_utils.py' 2025-03-21T20:58:48.1431700Z adding 'torch/onnx/errors.py' 2025-03-21T20:58:48.1432020Z adding 'torch/onnx/operators.py' 2025-03-21T20:58:48.1432360Z adding 'torch/onnx/symbolic_caffe2.py' 2025-03-21T20:58:48.1432630Z adding 'torch/onnx/symbolic_helper.py' 2025-03-21T20:58:48.1433000Z adding 'torch/onnx/symbolic_opset10.py' 2025-03-21T20:58:48.1433240Z adding 'torch/onnx/symbolic_opset11.py' 2025-03-21T20:58:48.1433460Z adding 'torch/onnx/symbolic_opset12.py' 2025-03-21T20:58:48.1433690Z adding 'torch/onnx/symbolic_opset13.py' 2025-03-21T20:58:48.1433910Z adding 'torch/onnx/symbolic_opset14.py' 2025-03-21T20:58:48.1434130Z adding 'torch/onnx/symbolic_opset15.py' 2025-03-21T20:58:48.1434350Z adding 'torch/onnx/symbolic_opset16.py' 2025-03-21T20:58:48.1434570Z adding 'torch/onnx/symbolic_opset17.py' 2025-03-21T20:58:48.1434780Z adding 'torch/onnx/symbolic_opset18.py' 2025-03-21T20:58:48.1435000Z adding 'torch/onnx/symbolic_opset19.py' 2025-03-21T20:58:48.1435210Z adding 'torch/onnx/symbolic_opset20.py' 2025-03-21T20:58:48.1435520Z adding 'torch/onnx/symbolic_opset7.py' 2025-03-21T20:58:48.1435740Z adding 'torch/onnx/symbolic_opset8.py' 2025-03-21T20:58:48.1435960Z adding 'torch/onnx/symbolic_opset9.py' 2025-03-21T20:58:48.1436170Z adding 'torch/onnx/utils.py' 2025-03-21T20:58:48.1436370Z adding 'torch/onnx/verification.py' 2025-03-21T20:58:48.1436590Z adding 'torch/onnx/_internal/__init__.py' 2025-03-21T20:58:48.1436830Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-03-21T20:58:48.1437090Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-03-21T20:58:48.1437340Z adding 'torch/onnx/_internal/io_adapter.py' 2025-03-21T20:58:48.1437580Z adding 'torch/onnx/_internal/jit_utils.py' 2025-03-21T20:58:48.1437830Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-03-21T20:58:48.1438080Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-03-21T20:58:48.1438310Z adding 'torch/onnx/_internal/registration.py' 2025-03-21T20:58:48.1438580Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-03-21T20:58:48.1438900Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-03-21T20:58:48.1439190Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-03-21T20:58:48.1439770Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-03-21T20:58:48.1440280Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-03-21T20:58:48.1440730Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-03-21T20:58:48.1441190Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-03-21T20:58:48.1441700Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-03-21T20:58:48.1442190Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-03-21T20:58:48.1442700Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-03-21T20:58:48.1443210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-03-21T20:58:48.1443770Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-03-21T20:58:48.1450720Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-03-21T20:58:48.1451130Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-03-21T20:58:48.1451540Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-03-21T20:58:48.1451960Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-03-21T20:58:48.1452330Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-03-21T20:58:48.1452780Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-03-21T20:58:48.1453370Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-03-21T20:58:48.1453810Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-03-21T20:58:48.1454320Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-03-21T20:58:48.1454890Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-03-21T20:58:48.1455480Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-03-21T20:58:48.1456050Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-03-21T20:58:48.1456760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-03-21T20:58:48.1457530Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-03-21T20:58:48.1458010Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-03-21T20:58:48.1458560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-03-21T20:58:48.1459120Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-03-21T20:58:48.1459510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-03-21T20:58:48.1459910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-03-21T20:58:48.1460310Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-03-21T20:58:48.1460790Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-03-21T20:58:48.1461190Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-03-21T20:58:48.1461580Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-03-21T20:58:48.1461930Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-03-21T20:58:48.1462340Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-03-21T20:58:48.1462730Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-03-21T20:58:48.1463090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-03-21T20:58:48.1463440Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-03-21T20:58:48.1463780Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-03-21T20:58:48.1464190Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-03-21T20:58:48.1464610Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-03-21T20:58:48.1465050Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-03-21T20:58:48.1465690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-03-21T20:58:48.1466120Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-03-21T20:58:48.1466500Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-03-21T20:58:48.1466860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-03-21T20:58:48.1467230Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-03-21T20:58:48.1467710Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-03-21T20:58:48.1468090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-03-21T20:58:48.1468460Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-03-21T20:58:48.1468800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-03-21T20:58:48.1469170Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-03-21T20:58:48.1469540Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-03-21T20:58:48.1469930Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-03-21T20:58:48.1470300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-03-21T20:58:48.1470690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-03-21T20:58:48.1471140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-03-21T20:58:48.1471600Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-03-21T20:58:48.1472020Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-03-21T20:58:48.1472410Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-03-21T20:58:48.1472780Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-03-21T20:58:48.1473130Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-03-21T20:58:48.1473440Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-03-21T20:58:48.1473790Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-03-21T20:58:48.1474070Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-03-21T20:58:48.1474380Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-03-21T20:58:48.1474680Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-03-21T20:58:48.1474950Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-03-21T20:58:48.1475220Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-03-21T20:58:48.1475480Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-03-21T20:58:48.1475770Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-03-21T20:58:48.1476060Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-03-21T20:58:50.3955300Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-03-21T20:58:50.3955660Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-03-21T20:58:50.3955970Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-03-21T20:58:50.3956270Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-03-21T20:58:50.3956570Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-03-21T20:58:50.3956870Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-03-21T20:58:50.3957160Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-03-21T20:58:50.3957430Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-03-21T20:58:50.3957700Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-03-21T20:58:50.3957980Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-03-21T20:58:50.3958260Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-03-21T20:58:50.3958570Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-03-21T20:58:50.3958910Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-03-21T20:58:50.3959280Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-03-21T20:58:50.3959640Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-03-21T20:58:50.3960110Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-03-21T20:58:50.3960440Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-03-21T20:58:50.3960730Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-03-21T20:58:50.3960960Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-03-21T20:58:50.3961250Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-03-21T20:58:50.3961540Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-03-21T20:58:50.3962080Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-03-21T20:58:50.3962370Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-03-21T20:58:50.3962670Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-03-21T20:58:50.3962980Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-03-21T20:58:50.3963310Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-03-21T20:58:50.3963590Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-03-21T20:58:50.3963840Z adding 'torch/onnx/_internal/fx/registration.py' 2025-03-21T20:58:50.3964110Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-03-21T20:58:50.3964360Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-03-21T20:58:50.3964640Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-03-21T20:58:50.3964990Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-03-21T20:58:50.3965300Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-03-21T20:58:50.3965570Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-03-21T20:58:50.3965830Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-03-21T20:58:50.3966120Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-03-21T20:58:50.3966440Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-03-21T20:58:50.3966740Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-03-21T20:58:50.3967040Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-03-21T20:58:50.3967340Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-03-21T20:58:50.3967630Z adding 'torch/optim/__init__.py' 2025-03-21T20:58:50.3968020Z adding 'torch/optim/_adafactor.py' 2025-03-21T20:58:50.3968260Z adding 'torch/optim/_functional.py' 2025-03-21T20:58:50.3968470Z adding 'torch/optim/adadelta.py' 2025-03-21T20:58:50.3968680Z adding 'torch/optim/adagrad.py' 2025-03-21T20:58:50.3968880Z adding 'torch/optim/adam.py' 2025-03-21T20:58:50.3969070Z adding 'torch/optim/adamax.py' 2025-03-21T20:58:50.3969260Z adding 'torch/optim/adamw.py' 2025-03-21T20:58:50.3969460Z adding 'torch/optim/asgd.py' 2025-03-21T20:58:50.3969640Z adding 'torch/optim/lbfgs.py' 2025-03-21T20:58:50.3969840Z adding 'torch/optim/lr_scheduler.py' 2025-03-21T20:58:50.3970050Z adding 'torch/optim/nadam.py' 2025-03-21T20:58:50.3970440Z adding 'torch/optim/optimizer.py' 2025-03-21T20:58:50.3970650Z adding 'torch/optim/radam.py' 2025-03-21T20:58:50.3970850Z adding 'torch/optim/rmsprop.py' 2025-03-21T20:58:50.3971040Z adding 'torch/optim/rprop.py' 2025-03-21T20:58:50.3971240Z adding 'torch/optim/sgd.py' 2025-03-21T20:58:50.3971430Z adding 'torch/optim/sparse_adam.py' 2025-03-21T20:58:50.3971640Z adding 'torch/optim/swa_utils.py' 2025-03-21T20:58:50.3971870Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-03-21T20:58:50.3972150Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-03-21T20:58:50.3972390Z adding 'torch/package/__init__.py' 2025-03-21T20:58:50.3972610Z adding 'torch/package/_digraph.py' 2025-03-21T20:58:50.3972850Z adding 'torch/package/_directory_reader.py' 2025-03-21T20:58:50.3973090Z adding 'torch/package/_importlib.py' 2025-03-21T20:58:50.3973320Z adding 'torch/package/_mangling.py' 2025-03-21T20:58:50.3973530Z adding 'torch/package/_mock.py' 2025-03-21T20:58:50.3973760Z adding 'torch/package/_package_pickler.py' 2025-03-21T20:58:50.3974010Z adding 'torch/package/_package_unpickler.py' 2025-03-21T20:58:50.3974250Z adding 'torch/package/_stdlib.py' 2025-03-21T20:58:50.3974510Z adding 'torch/package/file_structure_representation.py' 2025-03-21T20:58:50.3974880Z adding 'torch/package/find_file_dependencies.py' 2025-03-21T20:58:50.3975140Z adding 'torch/package/glob_group.py' 2025-03-21T20:58:50.3975380Z adding 'torch/package/importer.py' 2025-03-21T20:58:50.3975600Z adding 'torch/package/package_exporter.py' 2025-03-21T20:58:50.3975850Z adding 'torch/package/package_importer.py' 2025-03-21T20:58:50.3976090Z adding 'torch/package/analyze/__init__.py' 2025-03-21T20:58:50.3976410Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-03-21T20:58:50.3976930Z adding 'torch/package/analyze/is_from_package.py' 2025-03-21T20:58:50.3977210Z adding 'torch/package/analyze/trace_dependencies.py' 2025-03-21T20:58:50.3977480Z adding 'torch/profiler/__init__.py' 2025-03-21T20:58:50.3977700Z adding 'torch/profiler/_memory_profiler.py' 2025-03-21T20:58:50.3977950Z adding 'torch/profiler/_pattern_matcher.py' 2025-03-21T20:58:50.3978160Z adding 'torch/profiler/_utils.py' 2025-03-21T20:58:50.3978380Z adding 'torch/profiler/itt.py' 2025-03-21T20:58:50.3978570Z adding 'torch/profiler/profiler.py' 2025-03-21T20:58:50.3978790Z adding 'torch/profiler/python_tracer.py' 2025-03-21T20:58:50.3979020Z adding 'torch/quantization/__init__.py' 2025-03-21T20:58:50.3979260Z adding 'torch/quantization/_numeric_suite.py' 2025-03-21T20:58:50.3979510Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-03-21T20:58:50.3979790Z adding 'torch/quantization/_quantized_conversions.py' 2025-03-21T20:58:50.3980040Z adding 'torch/quantization/fake_quantize.py' 2025-03-21T20:58:50.3980290Z adding 'torch/quantization/fuse_modules.py' 2025-03-21T20:58:50.3980550Z adding 'torch/quantization/fuser_method_mappings.py' 2025-03-21T20:58:50.3980820Z adding 'torch/quantization/observer.py' 2025-03-21T20:58:50.3981040Z adding 'torch/quantization/qconfig.py' 2025-03-21T20:58:50.3981270Z adding 'torch/quantization/quant_type.py' 2025-03-21T20:58:50.3981530Z adding 'torch/quantization/quantization_mappings.py' 2025-03-21T20:58:50.3981780Z adding 'torch/quantization/quantize.py' 2025-03-21T20:58:50.3982010Z adding 'torch/quantization/quantize_fx.py' 2025-03-21T20:58:50.3982330Z adding 'torch/quantization/quantize_jit.py' 2025-03-21T20:58:50.3982560Z adding 'torch/quantization/stubs.py' 2025-03-21T20:58:50.3982780Z adding 'torch/quantization/utils.py' 2025-03-21T20:58:50.3983000Z adding 'torch/quantization/fx/__init__.py' 2025-03-21T20:58:50.3983230Z adding 'torch/quantization/fx/_equalize.py' 2025-03-21T20:58:50.3983470Z adding 'torch/quantization/fx/convert.py' 2025-03-21T20:58:50.3983700Z adding 'torch/quantization/fx/fuse.py' 2025-03-21T20:58:50.3983940Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-03-21T20:58:50.3984200Z adding 'torch/quantization/fx/graph_module.py' 2025-03-21T20:58:50.3984450Z adding 'torch/quantization/fx/match_utils.py' 2025-03-21T20:58:50.3984780Z adding 'torch/quantization/fx/pattern_utils.py' 2025-03-21T20:58:50.3985030Z adding 'torch/quantization/fx/prepare.py' 2025-03-21T20:58:50.3985300Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-03-21T20:58:50.3985600Z adding 'torch/quantization/fx/quantization_types.py' 2025-03-21T20:58:50.3985850Z adding 'torch/quantization/fx/utils.py' 2025-03-21T20:58:50.3986100Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-03-21T20:58:50.3986370Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-03-21T20:58:50.3986680Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-03-21T20:58:50.3987000Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-03-21T20:58:50.3987290Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-03-21T20:58:50.3987570Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-03-21T20:58:50.3987840Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-03-21T20:58:50.3988140Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-03-21T20:58:50.3988460Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-03-21T20:58:50.3988820Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-03-21T20:58:50.3989280Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-03-21T20:58:50.3989730Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-03-21T20:58:50.3990210Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-03-21T20:58:50.3990770Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-03-21T20:58:50.3991240Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-03-21T20:58:50.3991790Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-03-21T20:58:50.3992250Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-03-21T20:58:50.3992740Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-03-21T20:58:50.3993150Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-03-21T20:58:50.3993430Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-03-21T20:58:50.3993780Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-03-21T20:58:50.3994070Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-03-21T20:58:50.3994330Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-03-21T20:58:50.3994700Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-03-21T20:58:50.3995000Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-03-21T20:58:50.3995290Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-03-21T20:58:50.3995570Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-03-21T20:58:50.3995910Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2025-03-21T20:58:50.3996280Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2025-03-21T20:58:50.3996590Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-03-21T20:58:50.3996880Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-03-21T20:58:50.3997140Z adding 'torch/signal/__init__.py' 2025-03-21T20:58:50.3997340Z adding 'torch/signal/windows/__init__.py' 2025-03-21T20:58:50.3997660Z adding 'torch/signal/windows/windows.py' 2025-03-21T20:58:50.3997890Z adding 'torch/sparse/__init__.py' 2025-03-21T20:58:50.3998130Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-03-21T20:58:50.3998390Z adding 'torch/sparse/_semi_structured_ops.py' 2025-03-21T20:58:50.3998620Z adding 'torch/sparse/_triton_ops.py' 2025-03-21T20:58:50.3998840Z adding 'torch/sparse/_triton_ops_meta.py' 2025-03-21T20:58:50.3999070Z adding 'torch/sparse/semi_structured.py' 2025-03-21T20:58:50.3999290Z adding 'torch/special/__init__.py' 2025-03-21T20:58:50.3999490Z adding 'torch/test/CppSignature_test' 2025-03-21T20:58:50.3999710Z adding 'torch/test/Dict_test' 2025-03-21T20:58:50.3999900Z adding 'torch/test/Dimname_test' 2025-03-21T20:58:50.4005930Z adding 'torch/test/IListRef_test' 2025-03-21T20:58:50.4006200Z adding 'torch/test/KernelFunction_test' 2025-03-21T20:58:50.4006430Z adding 'torch/test/List_test' 2025-03-21T20:58:50.4006640Z adding 'torch/test/MaybeOwned_test' 2025-03-21T20:58:50.4006860Z adding 'torch/test/NamedTensor_test' 2025-03-21T20:58:50.4007080Z adding 'torch/test/StorageUtils_test' 2025-03-21T20:58:50.4007300Z adding 'torch/test/apply_utils_test' 2025-03-21T20:58:50.4007510Z adding 'torch/test/atest' 2025-03-21T20:58:50.4007710Z adding 'torch/test/backend_fallback_test' 2025-03-21T20:58:50.4007930Z adding 'torch/test/basic' 2025-03-21T20:58:50.4008120Z adding 'torch/test/broadcast_test' 2025-03-21T20:58:50.4008330Z adding 'torch/test/c10_ArrayRef_test' 2025-03-21T20:58:50.4008540Z adding 'torch/test/c10_Bitset_test' 2025-03-21T20:58:50.4008800Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2025-03-21T20:58:50.4822900Z adding 'torch/test/c10_ConstexprCrc_test' 2025-03-21T20:58:50.4860640Z adding 'torch/test/c10_DeadlockDetection_test' 2025-03-21T20:58:50.4862390Z adding 'torch/test/c10_DeviceGuard_test' 2025-03-21T20:58:50.4863350Z adding 'torch/test/c10_Device_test' 2025-03-21T20:58:50.4865650Z adding 'torch/test/c10_DispatchKeySet_test' 2025-03-21T20:58:50.4867250Z adding 'torch/test/c10_Half_test' 2025-03-21T20:58:50.4870410Z adding 'torch/test/c10_InlineDeviceGuard_test' 2025-03-21T20:58:50.4871210Z adding 'torch/test/c10_InlineStreamGuard_test' 2025-03-21T20:58:50.4871850Z adding 'torch/test/c10_LeftRight_test' 2025-03-21T20:58:50.4872480Z adding 'torch/test/c10_Metaprogramming_test' 2025-03-21T20:58:50.4873110Z adding 'torch/test/c10_NetworkFlow_test' 2025-03-21T20:58:50.4874120Z adding 'torch/test/c10_Scalar_test' 2025-03-21T20:58:50.4874740Z adding 'torch/test/c10_SizesAndStrides_test' 2025-03-21T20:58:50.4875380Z adding 'torch/test/c10_StreamGuard_test' 2025-03-21T20:58:50.4875970Z adding 'torch/test/c10_SymInt_test' 2025-03-21T20:58:50.4876570Z adding 'torch/test/c10_Synchronized_test' 2025-03-21T20:58:50.4877260Z adding 'torch/test/c10_ThreadLocal_test' 2025-03-21T20:58:50.4877880Z adding 'torch/test/c10_TypeIndex_test' 2025-03-21T20:58:50.4878490Z adding 'torch/test/c10_TypeList_test' 2025-03-21T20:58:50.4879310Z adding 'torch/test/c10_TypeTraits_test' 2025-03-21T20:58:50.4879930Z adding 'torch/test/c10_accumulate_test' 2025-03-21T20:58:50.4880530Z adding 'torch/test/c10_bfloat16_test' 2025-03-21T20:58:50.4881110Z adding 'torch/test/c10_bit_cast_test' 2025-03-21T20:58:50.4881720Z adding 'torch/test/c10_complex_math_test' 2025-03-21T20:58:50.4882340Z adding 'torch/test/c10_complex_test' 2025-03-21T20:58:50.4882900Z adding 'torch/test/c10_cow_test' 2025-03-21T20:58:50.4883500Z adding 'torch/test/c10_error_test' 2025-03-21T20:58:50.4884080Z adding 'torch/test/c10_exception_test' 2025-03-21T20:58:50.4884670Z adding 'torch/test/c10_flags_test' 2025-03-21T20:58:50.4885240Z adding 'torch/test/c10_generic_math_test' 2025-03-21T20:58:50.4885880Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2025-03-21T20:58:50.4886600Z adding 'torch/test/c10_intrusive_ptr_test' 2025-03-21T20:58:50.4887210Z adding 'torch/test/c10_irange_test' 2025-03-21T20:58:50.4887820Z adding 'torch/test/c10_lazy_test' 2025-03-21T20:58:50.4888390Z adding 'torch/test/c10_logging_test' 2025-03-21T20:58:50.4889160Z adding 'torch/test/c10_optional_test' 2025-03-21T20:58:50.4889830Z adding 'torch/test/c10_ordered_preserving_dict_test' 2025-03-21T20:58:50.4890640Z adding 'torch/test/c10_registry_test' 2025-03-21T20:58:50.4891240Z adding 'torch/test/c10_small_vector_test' 2025-03-21T20:58:50.4891900Z adding 'torch/test/c10_ssize_test' 2025-03-21T20:58:50.4892520Z adding 'torch/test/c10_string_util_test' 2025-03-21T20:58:50.4893140Z adding 'torch/test/c10_string_view_test' 2025-03-21T20:58:50.4893740Z adding 'torch/test/c10_tempfile_test' 2025-03-21T20:58:50.4894370Z adding 'torch/test/c10_typeid_test' 2025-03-21T20:58:50.4894950Z adding 'torch/test/cpu_allocator_test' 2025-03-21T20:58:50.4895540Z adding 'torch/test/cpu_generator_test' 2025-03-21T20:58:50.4896770Z adding 'torch/test/cpu_profiling_allocator_test' 2025-03-21T20:58:50.4897420Z adding 'torch/test/cpu_rng_test' 2025-03-21T20:58:50.4898020Z adding 'torch/test/dispatch_key_set_test' 2025-03-21T20:58:50.4898650Z adding 'torch/test/dlconvertor_test' 2025-03-21T20:58:50.4899310Z adding 'torch/test/extension_backend_test' 2025-03-21T20:58:50.4899910Z adding 'torch/test/half_test' 2025-03-21T20:58:50.4900470Z adding 'torch/test/inline_container_test' 2025-03-21T20:58:50.4901070Z adding 'torch/test/ivalue_test' 2025-03-21T20:58:50.4901660Z adding 'torch/test/kernel_function_legacy_test' 2025-03-21T20:58:50.4902370Z adding 'torch/test/kernel_function_test' 2025-03-21T20:58:50.4903030Z adding 'torch/test/kernel_lambda_legacy_test' 2025-03-21T20:58:50.4903670Z adding 'torch/test/kernel_lambda_test' 2025-03-21T20:58:50.4904330Z adding 'torch/test/kernel_stackbased_test' 2025-03-21T20:58:50.4904980Z adding 'torch/test/lazy_tensor_test' 2025-03-21T20:58:50.4905550Z adding 'torch/test/legacy_vmap_test' 2025-03-21T20:58:50.4906230Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2025-03-21T20:58:50.4906910Z adding 'torch/test/math_kernel_test' 2025-03-21T20:58:50.4907530Z adding 'torch/test/memory_format_test' 2025-03-21T20:58:50.4908410Z adding 'torch/test/memory_overlapping_test' 2025-03-21T20:58:50.4909100Z adding 'torch/test/mobile_memory_cleanup' 2025-03-21T20:58:50.4909720Z adding 'torch/test/mps_test_allocator' 2025-03-21T20:58:50.4910330Z adding 'torch/test/mps_test_metal_library' 2025-03-21T20:58:50.4911000Z adding 'torch/test/mps_test_objc_interface' 2025-03-21T20:58:50.4911610Z adding 'torch/test/mps_test_print' 2025-03-21T20:58:50.4912590Z adding 'torch/test/native_test' 2025-03-21T20:58:50.4913290Z adding 'torch/test/op_allowlist_test' 2025-03-21T20:58:50.4913960Z adding 'torch/test/op_registration_test' 2025-03-21T20:58:50.4914820Z adding 'torch/test/operator_name_test' 2025-03-21T20:58:50.4915100Z adding 'torch/test/operators_test' 2025-03-21T20:58:50.4915440Z adding 'torch/test/packedtensoraccessor_test' 2025-03-21T20:58:50.4915740Z adding 'torch/test/pow_test' 2025-03-21T20:58:50.4915960Z adding 'torch/test/quantized_test' 2025-03-21T20:58:50.4916240Z adding 'torch/test/reduce_ops_test' 2025-03-21T20:58:50.4916490Z adding 'torch/test/reportMemoryUsage_test' 2025-03-21T20:58:50.4916740Z adding 'torch/test/scalar_tensor_test' 2025-03-21T20:58:50.4916990Z adding 'torch/test/scalar_test' 2025-03-21T20:58:50.4917200Z adding 'torch/test/stride_properties_test' 2025-03-21T20:58:50.4917450Z adding 'torch/test/tensor_iterator_test' 2025-03-21T20:58:50.4917670Z adding 'torch/test/test_parallel' 2025-03-21T20:58:50.4917880Z adding 'torch/test/thread_init_test' 2025-03-21T20:58:50.4918130Z adding 'torch/test/type_ptr_test' 2025-03-21T20:58:50.4918340Z adding 'torch/test/type_test' 2025-03-21T20:58:50.4918540Z adding 'torch/test/undefined_tensor_test' 2025-03-21T20:58:50.4918780Z adding 'torch/test/verify_api_visibility' 2025-03-21T20:58:50.4918990Z adding 'torch/test/weakref_test' 2025-03-21T20:58:50.4919200Z adding 'torch/test/wrapdim_test' 2025-03-21T20:58:50.4919390Z adding 'torch/test/xla_tensor_test' 2025-03-21T20:58:50.4919600Z adding 'torch/testing/__init__.py' 2025-03-21T20:58:50.4919810Z adding 'torch/testing/_comparison.py' 2025-03-21T20:58:50.4920320Z adding 'torch/testing/_creation.py' 2025-03-21T20:58:50.4920580Z adding 'torch/testing/_utils.py' 2025-03-21T20:58:50.4920830Z adding 'torch/testing/_internal/__init__.py' 2025-03-21T20:58:50.4921090Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-03-21T20:58:50.4921390Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-03-21T20:58:50.4921710Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-03-21T20:58:50.4922040Z adding 'torch/testing/_internal/common_cuda.py' 2025-03-21T20:58:50.4922350Z adding 'torch/testing/_internal/common_device_type.py' 2025-03-21T20:58:50.4922970Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-03-21T20:58:50.4923330Z adding 'torch/testing/_internal/common_distributed.py' 2025-03-21T20:58:50.4923830Z adding 'torch/testing/_internal/common_dtype.py' 2025-03-21T20:58:50.4924120Z adding 'torch/testing/_internal/common_fsdp.py' 2025-03-21T20:58:50.4924370Z adding 'torch/testing/_internal/common_jit.py' 2025-03-21T20:58:50.4924660Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-03-21T20:58:50.4924970Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-03-21T20:58:50.4925240Z adding 'torch/testing/_internal/common_modules.py' 2025-03-21T20:58:50.4925530Z adding 'torch/testing/_internal/common_nn.py' 2025-03-21T20:58:50.4925800Z adding 'torch/testing/_internal/common_optimizers.py' 2025-03-21T20:58:50.4926080Z adding 'torch/testing/_internal/common_pruning.py' 2025-03-21T20:58:50.4926360Z adding 'torch/testing/_internal/common_quantization.py' 2025-03-21T20:58:50.4926660Z adding 'torch/testing/_internal/common_quantized.py' 2025-03-21T20:58:50.4926930Z adding 'torch/testing/_internal/common_subclass.py' 2025-03-21T20:58:50.4927210Z adding 'torch/testing/_internal/common_utils.py' 2025-03-21T20:58:50.4927490Z adding 'torch/testing/_internal/composite_compliance.py' 2025-03-21T20:58:50.4927770Z adding 'torch/testing/_internal/custom_op_db.py' 2025-03-21T20:58:50.4928150Z adding 'torch/testing/_internal/custom_tensor.py' 2025-03-21T20:58:50.4928450Z adding 'torch/testing/_internal/dist_utils.py' 2025-03-21T20:58:50.4928730Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-03-21T20:58:50.4929060Z adding 'torch/testing/_internal/fake_config_module.py' 2025-03-21T20:58:50.4929370Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-03-21T20:58:50.4929690Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-03-21T20:58:50.4930400Z adding 'torch/testing/_internal/hop_db.py' 2025-03-21T20:58:50.4930710Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-03-21T20:58:50.4931030Z adding 'torch/testing/_internal/inductor_utils.py' 2025-03-21T20:58:50.4931370Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-03-21T20:58:50.4931670Z adding 'torch/testing/_internal/jit_utils.py' 2025-03-21T20:58:50.4931920Z adding 'torch/testing/_internal/logging_tensor.py' 2025-03-21T20:58:50.4932180Z adding 'torch/testing/_internal/logging_utils.py' 2025-03-21T20:58:50.4932500Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-03-21T20:58:50.4932830Z adding 'torch/testing/_internal/static_module.py' 2025-03-21T20:58:50.4933090Z adding 'torch/testing/_internal/subclasses.py' 2025-03-21T20:58:50.4933360Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-03-21T20:58:50.4933630Z adding 'torch/testing/_internal/triton_utils.py' 2025-03-21T20:58:50.4933890Z adding 'torch/testing/_internal/two_tensor.py' 2025-03-21T20:58:50.4934160Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-03-21T20:58:50.4934430Z adding 'torch/testing/_internal/data/__init__.py' 2025-03-21T20:58:50.4934690Z adding 'torch/testing/_internal/data/network1.py' 2025-03-21T20:58:50.4934950Z adding 'torch/testing/_internal/data/network2.py' 2025-03-21T20:58:50.4935240Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-03-21T20:58:50.4935570Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-03-21T20:58:50.4935920Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-03-21T20:58:50.4936400Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-03-21T20:58:50.4936790Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-03-21T20:58:50.4937130Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-03-21T20:58:50.4937460Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-03-21T20:58:50.4937790Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-03-21T20:58:50.4938120Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-03-21T20:58:50.4938440Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-03-21T20:58:50.4938780Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-03-21T20:58:50.4939320Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-03-21T20:58:50.4939810Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-03-21T20:58:50.4940270Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-03-21T20:58:50.4940670Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-03-21T20:58:50.4941050Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-03-21T20:58:50.4941420Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-03-21T20:58:50.4941750Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-03-21T20:58:50.4942110Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-03-21T20:58:50.4942470Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-03-21T20:58:50.4942810Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-03-21T20:58:50.4943190Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-03-21T20:58:50.4943580Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-03-21T20:58:50.4944050Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-03-21T20:58:50.4944470Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-03-21T20:58:50.4944840Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-03-21T20:58:50.4945240Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-03-21T20:58:50.4945690Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-03-21T20:58:50.4946210Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-03-21T20:58:50.5706190Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-03-21T20:58:50.5707570Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-03-21T20:58:50.5708610Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-03-21T20:58:50.5709590Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-03-21T20:58:50.5710570Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-03-21T20:58:50.5711490Z adding 'torch/testing/_internal/generated/__init__.py' 2025-03-21T20:58:50.5712310Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-03-21T20:58:50.5713120Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-03-21T20:58:50.5713820Z adding 'torch/testing/_internal/opinfo/core.py' 2025-03-21T20:58:50.5714520Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-03-21T20:58:50.5715220Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-03-21T20:58:50.5716010Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-03-21T20:58:50.5716900Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-03-21T20:58:50.5717820Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-03-21T20:58:50.5718690Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-03-21T20:58:50.5719580Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-03-21T20:58:50.5720860Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-03-21T20:58:50.5721780Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-03-21T20:58:50.5722680Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-03-21T20:58:50.5723500Z adding 'torch/testing/_internal/optests/__init__.py' 2025-03-21T20:58:50.5724280Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-03-21T20:58:50.5725150Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-03-21T20:58:50.5726350Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-03-21T20:58:50.5727270Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-03-21T20:58:50.5728060Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-03-21T20:58:50.5729330Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-03-21T20:58:50.5730150Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-03-21T20:58:50.5731030Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-03-21T20:58:50.5731790Z adding 'torch/utils/__init__.py' 2025-03-21T20:58:50.5732430Z adding 'torch/utils/_appending_byte_serializer.py' 2025-03-21T20:58:50.5733120Z adding 'torch/utils/_backport_slots.py' 2025-03-21T20:58:50.5733740Z adding 'torch/utils/_config_module.py' 2025-03-21T20:58:50.5748120Z adding 'torch/utils/_config_typing.pyi' 2025-03-21T20:58:50.5748970Z adding 'torch/utils/_content_store.py' 2025-03-21T20:58:50.5749620Z adding 'torch/utils/_contextlib.py' 2025-03-21T20:58:50.5750260Z adding 'torch/utils/_cpp_embed_headers.py' 2025-03-21T20:58:50.5750970Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-03-21T20:58:50.5751650Z adding 'torch/utils/_cxx_pytree.py' 2025-03-21T20:58:50.5752340Z adding 'torch/utils/_device.py' 2025-03-21T20:58:50.5752920Z adding 'torch/utils/_exposed_in.py' 2025-03-21T20:58:50.5753530Z adding 'torch/utils/_filelock.py' 2025-03-21T20:58:50.5754120Z adding 'torch/utils/_foreach_utils.py' 2025-03-21T20:58:50.5755590Z adding 'torch/utils/_freeze.py' 2025-03-21T20:58:50.5756210Z adding 'torch/utils/_functools.py' 2025-03-21T20:58:50.5756800Z adding 'torch/utils/_get_clean_triton.py' 2025-03-21T20:58:50.5757430Z adding 'torch/utils/_import_utils.py' 2025-03-21T20:58:50.5758030Z adding 'torch/utils/_mode_utils.py' 2025-03-21T20:58:50.5758660Z adding 'torch/utils/_ordered_set.py' 2025-03-21T20:58:50.5759280Z adding 'torch/utils/_python_dispatch.py' 2025-03-21T20:58:50.5760290Z adding 'torch/utils/_pytree.py' 2025-03-21T20:58:50.5760840Z adding 'torch/utils/_stats.py' 2025-03-21T20:58:50.5761370Z adding 'torch/utils/_thunk.py' 2025-03-21T20:58:50.5761920Z adding 'torch/utils/_traceback.py' 2025-03-21T20:58:50.5762490Z adding 'torch/utils/_triton.py' 2025-03-21T20:58:50.5763080Z adding 'torch/utils/_typing_utils.py' 2025-03-21T20:58:50.5763670Z adding 'torch/utils/_zip.py' 2025-03-21T20:58:50.5764250Z adding 'torch/utils/backend_registration.py' 2025-03-21T20:58:50.5764890Z adding 'torch/utils/bundled_inputs.py' 2025-03-21T20:58:50.5765530Z adding 'torch/utils/checkpoint.py' 2025-03-21T20:58:50.5766110Z adding 'torch/utils/collect_env.py' 2025-03-21T20:58:50.5766690Z adding 'torch/utils/cpp_backtrace.py' 2025-03-21T20:58:50.5767290Z adding 'torch/utils/cpp_extension.py' 2025-03-21T20:58:50.5767880Z adding 'torch/utils/deterministic.py' 2025-03-21T20:58:50.5768460Z adding 'torch/utils/dlpack.py' 2025-03-21T20:58:50.5769000Z adding 'torch/utils/file_baton.py' 2025-03-21T20:58:50.5769580Z adding 'torch/utils/flop_counter.py' 2025-03-21T20:58:50.5770150Z adding 'torch/utils/hooks.py' 2025-03-21T20:58:50.5770680Z adding 'torch/utils/mkldnn.py' 2025-03-21T20:58:50.5771250Z adding 'torch/utils/mobile_optimizer.py' 2025-03-21T20:58:50.5771840Z adding 'torch/utils/model_zoo.py' 2025-03-21T20:58:50.5772420Z adding 'torch/utils/module_tracker.py' 2025-03-21T20:58:50.5773050Z adding 'torch/utils/show_pickle.py' 2025-03-21T20:58:50.5773660Z adding 'torch/utils/throughput_benchmark.py' 2025-03-21T20:58:50.5774280Z adding 'torch/utils/weak.py' 2025-03-21T20:58:50.5775050Z adding 'torch/utils/_strobelight/__init__.py' 2025-03-21T20:58:50.5775820Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-03-21T20:58:50.5776560Z adding 'torch/utils/_sympy/__init__.py' 2025-03-21T20:58:50.5777170Z adding 'torch/utils/_sympy/functions.py' 2025-03-21T20:58:50.5777780Z adding 'torch/utils/_sympy/interp.py' 2025-03-21T20:58:50.5778380Z adding 'torch/utils/_sympy/numbers.py' 2025-03-21T20:58:50.5778990Z adding 'torch/utils/_sympy/printers.py' 2025-03-21T20:58:50.5779590Z adding 'torch/utils/_sympy/reference.py' 2025-03-21T20:58:50.5780230Z adding 'torch/utils/_sympy/singleton_int.py' 2025-03-21T20:58:50.5780860Z adding 'torch/utils/_sympy/solve.py' 2025-03-21T20:58:50.5781440Z adding 'torch/utils/_sympy/symbol.py' 2025-03-21T20:58:50.5782610Z adding 'torch/utils/_sympy/value_ranges.py' 2025-03-21T20:58:50.5783260Z adding 'torch/utils/backcompat/__init__.py' 2025-03-21T20:58:50.5783920Z adding 'torch/utils/benchmark/__init__.py' 2025-03-21T20:58:50.5784800Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-03-21T20:58:50.5785640Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-03-21T20:58:50.5786480Z adding 'torch/utils/benchmark/examples/compare.py' 2025-03-21T20:58:50.5787210Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-03-21T20:58:50.5787970Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-03-21T20:58:50.5788790Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-03-21T20:58:50.5790070Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-03-21T20:58:50.5790590Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-03-21T20:58:50.5790880Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-03-21T20:58:50.5791210Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-03-21T20:58:50.5791530Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-03-21T20:58:50.5791830Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-03-21T20:58:50.5792410Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-03-21T20:58:50.5792710Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-03-21T20:58:50.5792970Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-03-21T20:58:50.5793230Z adding 'torch/utils/benchmark/utils/common.py' 2025-03-21T20:58:50.5793490Z adding 'torch/utils/benchmark/utils/compare.py' 2025-03-21T20:58:50.5793750Z adding 'torch/utils/benchmark/utils/compile.py' 2025-03-21T20:58:50.5794180Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-03-21T20:58:50.5794440Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-03-21T20:58:50.5794730Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-03-21T20:58:50.5795030Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-03-21T20:58:50.5795330Z adding 'torch/utils/benchmark/utils/timer.py' 2025-03-21T20:58:50.5795640Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-03-21T20:58:50.5796010Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-03-21T20:58:50.5796400Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-03-21T20:58:50.5796820Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-03-21T20:58:50.5797250Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-03-21T20:58:50.5797620Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-03-21T20:58:50.5797920Z adding 'torch/utils/bottleneck/__init__.py' 2025-03-21T20:58:50.5798160Z adding 'torch/utils/bottleneck/__main__.py' 2025-03-21T20:58:50.5798400Z adding 'torch/utils/data/__init__.py' 2025-03-21T20:58:50.5798650Z adding 'torch/utils/data/backward_compatibility.py' 2025-03-21T20:58:50.5798910Z adding 'torch/utils/data/dataloader.py' 2025-03-21T20:58:50.5799150Z adding 'torch/utils/data/dataset.py' 2025-03-21T20:58:50.5799370Z adding 'torch/utils/data/distributed.py' 2025-03-21T20:58:50.5799600Z adding 'torch/utils/data/graph.py' 2025-03-21T20:58:50.5799820Z adding 'torch/utils/data/graph_settings.py' 2025-03-21T20:58:50.5800300Z adding 'torch/utils/data/sampler.py' 2025-03-21T20:58:50.5800560Z adding 'torch/utils/data/_utils/__init__.py' 2025-03-21T20:58:50.5800810Z adding 'torch/utils/data/_utils/collate.py' 2025-03-21T20:58:50.5801040Z adding 'torch/utils/data/_utils/fetch.py' 2025-03-21T20:58:50.5801290Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-03-21T20:58:50.5801550Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-03-21T20:58:50.5801810Z adding 'torch/utils/data/_utils/worker.py' 2025-03-21T20:58:50.5802060Z adding 'torch/utils/data/datapipes/__init__.py' 2025-03-21T20:58:50.5802320Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-03-21T20:58:50.5802600Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-03-21T20:58:50.5803040Z adding 'torch/utils/data/datapipes/_typing.py' 2025-03-21T20:58:50.5803300Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-03-21T20:58:50.5803570Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-03-21T20:58:50.5803840Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-03-21T20:58:50.5804120Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-03-21T20:58:50.5804460Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-03-21T20:58:50.5804810Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-03-21T20:58:50.5805140Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-03-21T20:58:50.5805460Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-03-21T20:58:50.5805770Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-03-21T20:58:50.5806050Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-03-21T20:58:50.5806350Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-03-21T20:58:50.5806650Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-03-21T20:58:50.5806940Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-03-21T20:58:50.5807240Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-03-21T20:58:50.5807610Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-03-21T20:58:50.5807930Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-03-21T20:58:50.5808230Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-03-21T20:58:50.5808510Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-03-21T20:58:50.5808800Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-03-21T20:58:50.5809170Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-03-21T20:58:50.5809740Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-03-21T20:58:50.5810010Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-03-21T20:58:50.5810310Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-03-21T20:58:50.5810600Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-03-21T20:58:50.5810910Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-03-21T20:58:50.5811180Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-03-21T20:58:50.5811470Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-03-21T20:58:50.5811750Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-03-21T20:58:50.5812050Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-03-21T20:58:50.5812330Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-03-21T20:58:50.5812590Z adding 'torch/utils/hipify/__init__.py' 2025-03-21T20:58:50.5812820Z adding 'torch/utils/hipify/constants.py' 2025-03-21T21:00:53.2956280Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-03-21T21:00:53.2956840Z adding 'torch/utils/hipify/hipify_python.py' 2025-03-21T21:00:53.2957170Z adding 'torch/utils/hipify/version.py' 2025-03-21T21:00:53.2957470Z adding 'torch/utils/jit/__init__.py' 2025-03-21T21:00:53.2957760Z adding 'torch/utils/jit/log_extract.py' 2025-03-21T21:00:53.2958210Z adding 'torch/utils/model_dump/__init__.py' 2025-03-21T21:00:53.2958550Z adding 'torch/utils/model_dump/__main__.py' 2025-03-21T21:00:53.2958820Z adding 'torch/utils/model_dump/code.js' 2025-03-21T21:00:53.2959260Z adding 'torch/utils/model_dump/htm.mjs' 2025-03-21T21:00:53.2964560Z adding 'torch/utils/model_dump/preact.mjs' 2025-03-21T21:00:53.2964970Z adding 'torch/utils/model_dump/skeleton.html' 2025-03-21T21:00:53.2965360Z adding 'torch/utils/serialization/__init__.py' 2025-03-21T21:00:53.2991440Z adding 'torch/utils/serialization/config.py' 2025-03-21T21:00:53.2991860Z adding 'torch/utils/tensorboard/__init__.py' 2025-03-21T21:00:53.2992200Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-03-21T21:00:53.2992690Z adding 'torch/utils/tensorboard/_embedding.py' 2025-03-21T21:00:53.2993110Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-03-21T21:00:53.2993460Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-03-21T21:00:53.2993890Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-03-21T21:00:53.3033810Z adding 'torch/utils/tensorboard/_utils.py' 2025-03-21T21:00:53.3034160Z adding 'torch/utils/tensorboard/summary.py' 2025-03-21T21:00:53.3034550Z adding 'torch/utils/tensorboard/writer.py' 2025-03-21T21:00:53.3034900Z adding 'torch/utils/viz/__init__.py' 2025-03-21T21:00:53.3035440Z adding 'torch/utils/viz/_cycles.py' 2025-03-21T21:00:53.3035710Z adding 'torch/xpu/__init__.py' 2025-03-21T21:00:53.3036180Z adding 'torch/xpu/_gpu_trace.py' 2025-03-21T21:00:53.3036500Z adding 'torch/xpu/_utils.py' 2025-03-21T21:00:53.3036720Z adding 'torch/xpu/memory.py' 2025-03-21T21:00:53.3037070Z adding 'torch/xpu/random.py' 2025-03-21T21:00:53.3037410Z adding 'torch/xpu/streams.py' 2025-03-21T21:00:53.3037650Z adding 'torchgen/__init__.py' 2025-03-21T21:00:53.3037970Z adding 'torchgen/code_template.py' 2025-03-21T21:00:53.3038750Z adding 'torchgen/context.py' 2025-03-21T21:00:53.3039210Z adding 'torchgen/gen.py' 2025-03-21T21:00:53.3039560Z adding 'torchgen/gen_aoti_c_shim.py' 2025-03-21T21:00:53.3039990Z adding 'torchgen/gen_backend_stubs.py' 2025-03-21T21:00:53.3040290Z adding 'torchgen/gen_executorch.py' 2025-03-21T21:00:53.3040690Z adding 'torchgen/gen_functionalization_type.py' 2025-03-21T21:00:53.3047430Z adding 'torchgen/gen_lazy_tensor.py' 2025-03-21T21:00:53.3048170Z adding 'torchgen/gen_schema_utils.py' 2025-03-21T21:00:53.3048500Z adding 'torchgen/gen_vmap_plumbing.py' 2025-03-21T21:00:53.3048760Z adding 'torchgen/local.py' 2025-03-21T21:00:53.3049060Z adding 'torchgen/model.py' 2025-03-21T21:00:53.3049650Z adding 'torchgen/native_function_generation.py' 2025-03-21T21:00:53.3049980Z adding 'torchgen/utils.py' 2025-03-21T21:00:53.3050320Z adding 'torchgen/yaml_utils.py' 2025-03-21T21:00:53.3061840Z adding 'torchgen/aoti/__init__.py' 2025-03-21T21:00:53.3062100Z adding 'torchgen/aoti/fallback_ops.py' 2025-03-21T21:00:53.3063030Z adding 'torchgen/api/__init__.py' 2025-03-21T21:00:53.3063320Z adding 'torchgen/api/autograd.py' 2025-03-21T21:00:53.3063560Z adding 'torchgen/api/cpp.py' 2025-03-21T21:00:53.3063860Z adding 'torchgen/api/dispatcher.py' 2025-03-21T21:00:53.3064490Z adding 'torchgen/api/functionalization.py' 2025-03-21T21:00:53.3065540Z adding 'torchgen/api/lazy.py' 2025-03-21T21:00:53.3065890Z adding 'torchgen/api/meta.py' 2025-03-21T21:00:53.3066950Z adding 'torchgen/api/native.py' 2025-03-21T21:00:53.3067610Z adding 'torchgen/api/python.py' 2025-03-21T21:00:53.3067850Z adding 'torchgen/api/structured.py' 2025-03-21T21:00:53.3068690Z adding 'torchgen/api/translate.py' 2025-03-21T21:00:53.3069030Z adding 'torchgen/api/ufunc.py' 2025-03-21T21:00:53.3069260Z adding 'torchgen/api/unboxing.py' 2025-03-21T21:00:53.3069640Z adding 'torchgen/api/types/__init__.py' 2025-03-21T21:00:53.3069980Z adding 'torchgen/api/types/signatures.py' 2025-03-21T21:00:53.3070270Z adding 'torchgen/api/types/types.py' 2025-03-21T21:00:53.3070670Z adding 'torchgen/api/types/types_base.py' 2025-03-21T21:00:53.3070980Z adding 'torchgen/dest/__init__.py' 2025-03-21T21:00:53.3071310Z adding 'torchgen/dest/lazy_ir.py' 2025-03-21T21:00:53.3071700Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-03-21T21:00:53.3072060Z adding 'torchgen/dest/native_functions.py' 2025-03-21T21:00:53.3072340Z adding 'torchgen/dest/register_dispatch_key.py' 2025-03-21T21:00:53.3072990Z adding 'torchgen/dest/ufunc.py' 2025-03-21T21:00:53.3073440Z adding 'torchgen/executorch/__init__.py' 2025-03-21T21:00:53.3073810Z adding 'torchgen/executorch/model.py' 2025-03-21T21:00:53.3074580Z adding 'torchgen/executorch/parse.py' 2025-03-21T21:00:53.3074990Z adding 'torchgen/executorch/api/__init__.py' 2025-03-21T21:00:53.3075270Z adding 'torchgen/executorch/api/custom_ops.py' 2025-03-21T21:00:53.3075680Z adding 'torchgen/executorch/api/et_cpp.py' 2025-03-21T21:00:53.3076030Z adding 'torchgen/executorch/api/unboxing.py' 2025-03-21T21:00:53.3076420Z adding 'torchgen/executorch/api/types/__init__.py' 2025-03-21T21:00:53.3076850Z adding 'torchgen/executorch/api/types/signatures.py' 2025-03-21T21:00:53.3077190Z adding 'torchgen/executorch/api/types/types.py' 2025-03-21T21:00:53.3077790Z adding 'torchgen/operator_versions/__init__.py' 2025-03-21T21:00:53.3078200Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-03-21T21:00:53.3078630Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-03-21T21:00:53.3079170Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-03-21T21:00:53.3079490Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-03-21T21:00:53.3079940Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-03-21T21:00:53.3080490Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-03-21T21:00:53.3080990Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-03-21T21:00:53.3081530Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-03-21T21:00:53.3081970Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-03-21T21:00:53.3082410Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-03-21T21:00:53.3082900Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-03-21T21:00:53.3083410Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-03-21T21:00:53.3084040Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-03-21T21:00:53.3084400Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-03-21T21:00:53.3085370Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-03-21T21:00:53.3085760Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-03-21T21:00:53.3086110Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-03-21T21:00:53.3086600Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-03-21T21:00:53.3087110Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-03-21T21:00:53.3087580Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-03-21T21:00:53.3088160Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-03-21T21:00:53.3088810Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-03-21T21:00:53.3089320Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-03-21T21:00:53.3089970Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-03-21T21:00:53.3090440Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-03-21T21:00:53.3090850Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-03-21T21:00:53.3091460Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-03-21T21:00:53.3091940Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-03-21T21:00:53.3092520Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-21T21:00:53.3093090Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-03-21T21:00:53.3093630Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-03-21T21:00:53.3094320Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-03-21T21:00:53.3094890Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-03-21T21:00:53.3095330Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-03-21T21:00:53.3095720Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-03-21T21:00:53.3096140Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-03-21T21:00:53.3096800Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-03-21T21:00:53.3097180Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-03-21T21:00:53.3097700Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-03-21T21:00:53.3098120Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-03-21T21:00:53.3098520Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-03-21T21:00:53.3098950Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-03-21T21:00:53.3099420Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-03-21T21:00:53.3099730Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-03-21T21:00:53.3100230Z adding 'torchgen/packaged/autograd/README.md' 2025-03-21T21:00:53.3100560Z adding 'torchgen/packaged/autograd/__init__.py' 2025-03-21T21:00:53.3101250Z adding 'torchgen/packaged/autograd/build.bzl' 2025-03-21T21:00:53.3101620Z adding 'torchgen/packaged/autograd/context.py' 2025-03-21T21:00:53.3102270Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-03-21T21:00:53.3102600Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-03-21T21:00:53.3102990Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-03-21T21:00:53.3103470Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-03-21T21:00:53.3103850Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-03-21T21:00:53.3104300Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-03-21T21:00:53.3104800Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-03-21T21:00:53.3105380Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-03-21T21:00:53.3105840Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-03-21T21:00:53.3106250Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-03-21T21:00:53.3106620Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-03-21T21:00:53.3107060Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-03-21T21:00:53.3107560Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-03-21T21:00:53.3107950Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-03-21T21:00:53.3108410Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-03-21T21:00:53.3109300Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-03-21T21:00:53.3110110Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-03-21T21:00:53.3110660Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-03-21T21:00:53.3111020Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-03-21T21:00:53.3111390Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-03-21T21:00:53.3112250Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-03-21T21:00:53.3112620Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-03-21T21:00:53.3113070Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-03-21T21:00:53.3113730Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-03-21T21:00:53.3114250Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-03-21T21:00:53.3114700Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-03-21T21:00:53.3115780Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-03-21T21:00:53.3116270Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-03-21T21:00:53.3116770Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-03-21T21:00:53.3117330Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-03-21T21:00:53.3117990Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-03-21T21:00:53.3118400Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-03-21T21:00:53.3119290Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-03-21T21:00:53.3119880Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-03-21T21:01:37.0683280Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-03-21T21:01:37.0683980Z adding 'torchgen/selective_build/__init__.py' 2025-03-21T21:01:37.0684340Z adding 'torchgen/selective_build/operator.py' 2025-03-21T21:01:37.0684680Z adding 'torchgen/selective_build/selector.py' 2025-03-21T21:01:37.0685290Z adding 'torchgen/static_runtime/__init__.py' 2025-03-21T21:01:37.0685650Z adding 'torchgen/static_runtime/config.py' 2025-03-21T21:01:37.0686070Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-03-21T21:01:37.0686390Z adding 'torchgen/static_runtime/generator.py' 2025-03-21T21:01:37.0687680Z adding 'torch-2.7.0a0+git295f2ed.dist-info/LICENSE' 2025-03-21T21:01:37.0688130Z adding 'torch-2.7.0a0+git295f2ed.dist-info/METADATA' 2025-03-21T21:01:37.0688480Z adding 'torch-2.7.0a0+git295f2ed.dist-info/NOTICE' 2025-03-21T21:01:37.0688990Z adding 'torch-2.7.0a0+git295f2ed.dist-info/WHEEL' 2025-03-21T21:01:37.0689510Z adding 'torch-2.7.0a0+git295f2ed.dist-info/entry_points.txt' 2025-03-21T21:01:37.0689900Z adding 'torch-2.7.0a0+git295f2ed.dist-info/top_level.txt' 2025-03-21T21:01:37.0690350Z adding 'torch-2.7.0a0+git295f2ed.dist-info/RECORD' 2025-03-21T21:01:37.0690640Z removing build/bdist.macosx-11.1-arm64/wheel 2025-03-21T21:01:37.0691040Z ++ echo dist/torch-2.7.0a0+git295f2ed-cp311-cp311-macosx_14_0_arm64.whl 2025-03-21T21:01:37.0691520Z + pip install dist/torch-2.7.0a0+git295f2ed-cp311-cp311-macosx_14_0_arm64.whl 2025-03-21T21:01:37.0691990Z Processing ./dist/torch-2.7.0a0+git295f2ed-cp311-cp311-macosx_14_0_arm64.whl 2025-03-21T21:01:37.0692760Z Requirement already satisfied: filelock in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch==2.7.0a0+git295f2ed) (3.18.0) 2025-03-21T21:01:37.0694250Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch==2.7.0a0+git295f2ed) (4.12.2) 2025-03-21T21:01:37.0694930Z Collecting sympy>=1.13.3 (from torch==2.7.0a0+git295f2ed) 2025-03-21T21:01:37.0695330Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T21:01:37.0696020Z Requirement already satisfied: networkx in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch==2.7.0a0+git295f2ed) (3.4.2) 2025-03-21T21:01:37.0697600Z Requirement already satisfied: jinja2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch==2.7.0a0+git295f2ed) (3.1.6) 2025-03-21T21:01:37.0698480Z Requirement already satisfied: fsspec in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch==2.7.0a0+git295f2ed) (2025.3.0) 2025-03-21T21:01:37.0699500Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy>=1.13.3->torch==2.7.0a0+git295f2ed) (1.3.0) 2025-03-21T21:01:37.0700520Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from jinja2->torch==2.7.0a0+git295f2ed) (3.0.2) 2025-03-21T21:01:37.0701140Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-21T21:01:37.0704100Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 105.1 MB/s eta 0:00:00 2025-03-21T21:01:37.0704480Z Installing collected packages: sympy, torch 2025-03-21T21:01:37.0704820Z Attempting uninstall: sympy 2025-03-21T21:01:37.0705080Z Found existing installation: sympy 1.12 2025-03-21T21:01:37.0705410Z Uninstalling sympy-1.12: 2025-03-21T21:01:37.0705810Z Successfully uninstalled sympy-1.12 2025-03-21T21:01:37.0706060Z Attempting uninstall: torch 2025-03-21T21:01:37.0706340Z Found existing installation: torch 2.4.1 2025-03-21T21:01:37.0706660Z Uninstalling torch-2.4.1: 2025-03-21T21:01:37.0706920Z Successfully uninstalled torch-2.4.1 2025-03-21T21:01:37.0707850Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2025-03-21T21:01:37.0708620Z torchvision 0.19.1 requires torch==2.4.1, but you have torch 2.7.0a0+git295f2ed which is incompatible. 2025-03-21T21:01:37.0709100Z Successfully installed sympy-1.13.3 torch-2.7.0a0+git295f2ed 2025-03-21T21:01:37.0709470Z ++ cat .github/ci_commit_pins/audio.txt 2025-03-21T21:01:37.0709840Z + TORCHAUDIO_VERSION=c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0710170Z + export TORCHAUDIO_VERSION 2025-03-21T21:01:37.0710500Z ++ cat .github/ci_commit_pins/vision.txt 2025-03-21T21:01:37.0710880Z + TORCHVISION_VERSION=d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0711370Z + export TORCHVISION_VERSION 2025-03-21T21:01:37.0711580Z + install_domains 2025-03-21T21:01:37.0711840Z + echo 'Install torchvision and torchaudio' 2025-03-21T21:01:37.0712180Z Install torchvision and torchaudio 2025-03-21T21:01:37.0712710Z + pip install --no-use-pep517 --user git+https://github.com/pytorch/audio.git@c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0713360Z Collecting git+https://github.com/pytorch/audio.git@c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0714230Z Cloning https://github.com/pytorch/audio.git (to revision c670ad81fda266b6598aeeef434583eb98197ae8) to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-req-build-89nzgstg 2025-03-21T21:01:37.0715230Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/audio.git /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-req-build-89nzgstg 2025-03-21T21:01:37.0716360Z Running command git rev-parse -q --verify 'sha^c670ad81fda266b6598aeeef434583eb98197ae8' 2025-03-21T21:01:37.0716960Z Running command git fetch -q https://github.com/pytorch/audio.git c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0717540Z Running command git checkout -q c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0737560Z Resolved https://github.com/pytorch/audio.git to commit c670ad81fda266b6598aeeef434583eb98197ae8 2025-03-21T21:01:37.0738020Z Running command git submodule update --init --recursive -q 2025-03-21T21:01:37.0738420Z Preparing metadata (setup.py): started 2025-03-21T21:01:37.0738830Z Preparing metadata (setup.py): finished with status 'done' 2025-03-21T21:01:37.0739660Z Requirement already satisfied: torch in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torchaudio==2.6.0a0+c670ad8) (2.7.0a0+git295f2ed) 2025-03-21T21:01:37.0740630Z Requirement already satisfied: filelock in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (3.18.0) 2025-03-21T21:01:37.0741620Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (4.12.2) 2025-03-21T21:01:37.0742620Z Requirement already satisfied: sympy>=1.13.3 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (1.13.3) 2025-03-21T21:01:37.0743530Z Requirement already satisfied: networkx in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (3.4.2) 2025-03-21T21:01:37.0744520Z Requirement already satisfied: jinja2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (3.1.6) 2025-03-21T21:01:37.0745440Z Requirement already satisfied: fsspec in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchaudio==2.6.0a0+c670ad8) (2025.3.0) 2025-03-21T21:01:37.0746560Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy>=1.13.3->torch->torchaudio==2.6.0a0+c670ad8) (1.3.0) 2025-03-21T21:01:37.0747580Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from jinja2->torch->torchaudio==2.6.0a0+c670ad8) (3.0.2) 2025-03-21T21:01:37.0748240Z Building wheels for collected packages: torchaudio 2025-03-21T21:01:37.0748720Z Building wheel for torchaudio (setup.py): started 2025-03-21T21:01:37.0749090Z Building wheel for torchaudio (setup.py): still running... 2025-03-21T21:01:37.0749490Z Building wheel for torchaudio (setup.py): finished with status 'done' 2025-03-21T21:01:37.0750200Z Created wheel for torchaudio: filename=torchaudio-2.6.0a0+c670ad8-cp311-cp311-macosx_14_0_arm64.whl size=1502312 sha256=880e4fc90eb6dff0d5b20d6885bfd6b88f8af98616c95d9652e5aebd077e1dd5 2025-03-21T21:01:37.0751190Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/bd/27/92/681eaa9d235d14b99916040e09dc397565b0ad1a40b34f6524 2025-03-21T21:01:37.0751760Z Successfully built torchaudio 2025-03-21T21:01:37.0752000Z Installing collected packages: torchaudio 2025-03-21T21:01:37.0752340Z Successfully installed torchaudio-2.6.0a0+c670ad8 2025-03-21T21:01:37.0752880Z + pip install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0753480Z Collecting git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0754300Z Cloning https://github.com/pytorch/vision.git (to revision d23a6e1664d20707c11781299611436e1f0c104f) to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-req-build-h1qbuho0 2025-03-21T21:01:37.0755290Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-req-build-h1qbuho0 2025-03-21T21:01:37.0756140Z Running command git rev-parse -q --verify 'sha^d23a6e1664d20707c11781299611436e1f0c104f' 2025-03-21T21:01:37.0756680Z Running command git fetch -q https://github.com/pytorch/vision.git d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0757200Z Running command git checkout -q d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0757740Z Resolved https://github.com/pytorch/vision.git to commit d23a6e1664d20707c11781299611436e1f0c104f 2025-03-21T21:01:37.0758120Z Preparing metadata (setup.py): started 2025-03-21T21:01:37.0758630Z Preparing metadata (setup.py): finished with status 'done' 2025-03-21T21:01:37.0759350Z Requirement already satisfied: numpy in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torchvision==0.19.0a0+d23a6e1) (2.2.4) 2025-03-21T21:02:40.8352880Z Requirement already satisfied: torch in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torchvision==0.19.0a0+d23a6e1) (2.7.0a0+git295f2ed) 2025-03-21T21:02:40.8355830Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torchvision==0.19.0a0+d23a6e1) (11.1.0) 2025-03-21T21:02:40.8357910Z Requirement already satisfied: filelock in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.18.0) 2025-03-21T21:02:40.8359970Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (4.12.2) 2025-03-21T21:02:40.8362130Z Requirement already satisfied: sympy>=1.13.3 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (1.13.3) 2025-03-21T21:02:40.8364110Z Requirement already satisfied: networkx in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.4.2) 2025-03-21T21:02:40.8366970Z Requirement already satisfied: jinja2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.1.6) 2025-03-21T21:02:40.8368720Z Requirement already satisfied: fsspec in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2025.3.0) 2025-03-21T21:02:40.8370420Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy>=1.13.3->torch->torchvision==0.19.0a0+d23a6e1) (1.3.0) 2025-03-21T21:02:40.8372250Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from jinja2->torch->torchvision==0.19.0a0+d23a6e1) (3.0.2) 2025-03-21T21:02:40.8374250Z Building wheels for collected packages: torchvision 2025-03-21T21:02:40.8374890Z Building wheel for torchvision (setup.py): started 2025-03-21T21:02:40.8375510Z Building wheel for torchvision (setup.py): finished with status 'done' 2025-03-21T21:02:40.8376970Z Created wheel for torchvision: filename=torchvision-0.19.0a0+d23a6e1-cp311-cp311-macosx_11_0_arm64.whl size=1087362 sha256=a4d05cdaa1d7849c4b043043609a703031163a9b81da8e3de060903a470d27eb 2025-03-21T21:02:40.8378590Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/50/d4/ea/c3d5667c4685fa1ab053e85ff5cccfcac2b3be52b1a1c0f4e7 2025-03-21T21:02:40.8379530Z Successfully built torchvision 2025-03-21T21:02:40.8380070Z Installing collected packages: torchvision 2025-03-21T21:02:40.8380580Z Successfully installed torchvision-0.19.0a0+d23a6e1 2025-03-21T21:02:40.8381120Z + popd 2025-03-21T21:02:40.8381550Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:02:40.8382030Z + sccache --show-stats 2025-03-21T21:02:40.8382650Z .ci/scripts/utils.sh: line 80: sccache: command not found 2025-03-21T21:02:40.8383200Z + true 2025-03-21T21:02:40.8383540Z + [[ false == \t\r\u\e ]] 2025-03-21T21:02:40.8384480Z + install_executorch --use-pt-pinned-commit 2025-03-21T21:02:40.8385080Z + which pip 2025-03-21T21:02:40.8385510Z /Users/runner/work/_temp/conda_environment_14000170657/bin/pip 2025-03-21T21:02:40.8386230Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T21:02:40.8387010Z 2025-03-21 21:01:36,259 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T21:02:40.8387820Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T21:02:40.8389880Z Requirement already satisfied: torch in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (2.7.0a0+git295f2ed) 2025-03-21T21:02:40.8391160Z Requirement already satisfied: torchvision in /Users/runner/.local/lib/python3.11/site-packages (0.19.0a0+d23a6e1) 2025-03-21T21:02:40.8392320Z Requirement already satisfied: torchaudio in /Users/runner/.local/lib/python3.11/site-packages (2.6.0a0+c670ad8) 2025-03-21T21:02:40.8393200Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T21:02:40.8393930Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T21:02:40.8395250Z Requirement already satisfied: torchsr==1.0.4 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T21:02:40.8396950Z Requirement already satisfied: transformers==4.47.1 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T21:02:40.8398180Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T21:02:40.8398970Z Downloading cmake-3.31.6-py3-none-macosx_10_10_universal2.whl.metadata (6.3 kB) 2025-03-21T21:02:40.8400220Z Requirement already satisfied: pip>=23 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T21:02:40.8402030Z Requirement already satisfied: pyyaml in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T21:02:40.8403760Z Requirement already satisfied: setuptools>=63 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T21:02:40.8405470Z Requirement already satisfied: tomli in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T21:02:40.8407060Z Requirement already satisfied: wheel in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 6)) (0.37.1) 2025-03-21T21:02:40.8408920Z Requirement already satisfied: zstd in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T21:02:40.8410650Z Requirement already satisfied: huggingface_hub in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T21:02:40.8412600Z Requirement already satisfied: safetensors in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T21:02:40.8414310Z Requirement already satisfied: filelock in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T21:02:40.8415990Z Requirement already satisfied: numpy>=1.17 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T21:02:40.8417720Z Requirement already satisfied: packaging>=20.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T21:02:40.8419460Z Requirement already satisfied: regex!=2019.12.17 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T21:02:40.8421060Z Requirement already satisfied: requests in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T21:02:40.8423000Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T21:02:40.8424800Z Requirement already satisfied: tqdm>=4.27 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T21:02:40.8426290Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch) (4.12.2) 2025-03-21T21:02:40.8427530Z Requirement already satisfied: sympy>=1.13.3 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch) (1.13.3) 2025-03-21T21:02:40.8428970Z Requirement already satisfied: networkx in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch) (3.4.2) 2025-03-21T21:02:40.8430310Z Requirement already satisfied: jinja2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch) (3.1.6) 2025-03-21T21:02:40.8431480Z Requirement already satisfied: fsspec in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torch) (2025.3.0) 2025-03-21T21:02:40.8432910Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from torchvision) (11.1.0) 2025-03-21T21:02:40.8434250Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T21:02:40.8435680Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T21:02:53.3450640Z Requirement already satisfied: charset-normalizer<4,>=2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T21:02:53.3549160Z Requirement already satisfied: idna<4,>=2.5 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T21:02:53.3652050Z Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T21:02:53.3754300Z Requirement already satisfied: certifi>=2017.4.17 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T21:02:53.3857750Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T21:02:53.3970410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 158.5 MB/s eta 0:00:00 2025-03-21T21:02:53.4060550Z Downloading cmake-3.31.6-py3-none-macosx_10_10_universal2.whl (47.2 MB) 2025-03-21T21:02:53.4162140Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/47.2 MB 193.9 MB/s eta 0:00:00 2025-03-21T21:02:53.4263470Z Installing collected packages: cmake, timm 2025-03-21T21:02:53.4364780Z Attempting uninstall: timm 2025-03-21T21:02:53.4468280Z Found existing installation: timm 0.6.13 2025-03-21T21:02:53.4569990Z Uninstalling timm-0.6.13: 2025-03-21T21:02:53.4672280Z Successfully uninstalled timm-0.6.13 2025-03-21T21:02:53.4772910Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T21:02:53.4836670Z Processing ./third-party/ao 2025-03-21T21:02:53.4939120Z Preparing metadata (setup.py): started 2025-03-21T21:02:53.5034700Z Preparing metadata (setup.py): finished with status 'done' 2025-03-21T21:02:53.5129010Z Building wheels for collected packages: torchao 2025-03-21T21:02:53.5210350Z Building wheel for torchao (setup.py): started 2025-03-21T21:02:53.5281640Z Building wheel for torchao (setup.py): finished with status 'done' 2025-03-21T21:02:53.5378090Z Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-cp39-abi3-macosx_14_0_arm64.whl size=848563 sha256=e67bf14be6ba44779ee1672324a71f29723bd21308b3e0b57c99186e5a381cc7 2025-03-21T21:02:53.5455590Z Stored in directory: /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-ephem-wheel-cache-vq1vk9pe/wheels/61/3e/72/94af27844b3a6c581bfd76e85c9f3735791e7493f67b9958f0 2025-03-21T21:02:53.5526830Z Successfully built torchao 2025-03-21T21:02:53.5579430Z Installing collected packages: torchao 2025-03-21T21:02:53.5605120Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T21:02:53.5636680Z Using pip 25.0 from /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/pip (python 3.11) 2025-03-21T21:02:53.5666070Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T21:02:53.5680140Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch 2025-03-21T21:02:53.5727570Z Preparing metadata (pyproject.toml): started 2025-03-21T21:02:53.5731930Z Running command Preparing metadata (pyproject.toml) 2025-03-21T21:02:53.5732980Z running dist_info 2025-03-21T21:02:53.5734600Z creating /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info 2025-03-21T21:02:53.5737250Z writing /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/PKG-INFO 2025-03-21T21:02:53.5738510Z writing dependency_links to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/dependency_links.txt 2025-03-21T21:02:53.5741060Z writing entry points to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/entry_points.txt 2025-03-21T21:02:53.5744890Z writing requirements to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/requires.txt 2025-03-21T21:02:53.5746040Z writing top-level names to /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/top_level.txt 2025-03-21T21:02:53.5747430Z writing manifest file '/private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/SOURCES.txt' 2025-03-21T21:02:53.5749330Z reading manifest file '/private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/SOURCES.txt' 2025-03-21T21:02:53.5750160Z adding license file 'LICENSE' 2025-03-21T21:02:53.5751960Z writing manifest file '/private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch.egg-info/SOURCES.txt' 2025-03-21T21:02:53.5753190Z creating '/private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-modern-metadata-ay7oe_bt/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T21:02:53.5754160Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-03-21T21:02:53.5762190Z Requirement already satisfied: expecttest in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T21:02:53.5763100Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:53.5769140Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T21:02:53.5770560Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T21:02:53.5771600Z Requirement already satisfied: hypothesis in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T21:02:53.5774200Z Requirement already satisfied: mpmath==1.3.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T21:02:53.5775510Z Requirement already satisfied: numpy>=2.0.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T21:02:53.5776910Z Requirement already satisfied: packaging in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T21:02:53.5782120Z Requirement already satisfied: pandas>=2.2.2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T21:02:53.5784290Z Requirement already satisfied: parameterized in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T21:02:53.5787380Z Requirement already satisfied: pytest in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T21:02:53.5789490Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:53.5790720Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T21:02:53.5792340Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T21:02:53.5793850Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:53.5795360Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T21:02:53.5801030Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T21:02:53.5803160Z Requirement already satisfied: pyyaml in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T21:02:53.5807660Z Requirement already satisfied: ruamel.yaml in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T21:02:53.5809320Z Requirement already satisfied: sympy in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T21:02:53.5810240Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:53.5900290Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T21:02:53.5962440Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T21:02:53.5970170Z Requirement already satisfied: typing-extensions in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T21:02:53.6080010Z Requirement already satisfied: python-dateutil>=2.8.2 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T21:02:53.6142620Z Requirement already satisfied: pytz>=2020.1 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T21:02:53.6144200Z Requirement already satisfied: tzdata>=2022.7 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T21:02:59.7152700Z Requirement already satisfied: attrs>=19.2.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T21:02:59.7160080Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T21:02:59.7192360Z Requirement already satisfied: iniconfig in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T21:02:59.7204040Z Requirement already satisfied: pluggy<2.0,>=0.12 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T21:02:59.7206630Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:59.7212600Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T21:02:59.7224280Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T21:02:59.7224930Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T21:02:59.7225970Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T21:02:59.7226930Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T21:02:59.7228200Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T21:02:59.7229460Z Requirement already satisfied: six>=1.5 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T21:02:59.7230320Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T21:02:59.7230900Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T21:02:59.7231430Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T21:02:59.7232170Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T21:02:59.7232660Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T21:02:59.7233170Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T21:02:59.7233670Z Building wheels for collected packages: executorch 2025-03-21T21:02:59.7234180Z Building wheel for executorch (pyproject.toml): started 2025-03-21T21:02:59.7234690Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T21:02:59.7235060Z running bdist_wheel 2025-03-21T21:02:59.7235320Z running build 2025-03-21T21:02:59.7235570Z command options for 'CustomBuild': 2025-03-21T21:02:59.7235880Z build_base = pip-out 2025-03-21T21:02:59.7236200Z build_purelib = pip-out/lib 2025-03-21T21:02:59.7236640Z build_platlib = pip-out/lib.macosx-11.1-arm64-cpython-311 2025-03-21T21:02:59.7237040Z build_lib = pip-out/lib.macosx-11.1-arm64-cpython-311 2025-03-21T21:02:59.7237390Z build_scripts = pip-out/scripts-3.11 2025-03-21T21:02:59.7237750Z build_temp = pip-out/temp.macosx-11.1-arm64-cpython-311 2025-03-21T21:02:59.7238200Z plat_name = macosx-11.1-arm64 2025-03-21T21:02:59.7238480Z compiler = None 2025-03-21T21:02:59.7238830Z parallel = 5 2025-03-21T21:02:59.7239080Z debug = None 2025-03-21T21:02:59.7239320Z force = None 2025-03-21T21:02:59.7239770Z executable = /Users/runner/work/_temp/conda_environment_14000170657/bin/python 2025-03-21T21:02:59.7240440Z creating /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out 2025-03-21T21:02:59.7241320Z deleting /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/CMakeCache.txt 2025-03-21T21:02:59.7242620Z cmake --build /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out -j5 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T21:02:59.7243740Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T21:02:59.7244330Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T21:02:59.7245010Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T21:02:59.7245820Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T21:02:59.7246520Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T21:02:59.7247030Z [ 1%] No download step for 'flatbuffers' 2025-03-21T21:02:59.7247460Z [ 1%] No update step for 'flatbuffers' 2025-03-21T21:02:59.7247880Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T21:02:59.7248460Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T21:02:59.7249180Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T21:02:59.7249860Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T21:02:59.7250440Z CMake Warning: 2025-03-21T21:02:59.7250870Z Ignoring empty string ("") provided on the command line. 2025-03-21T21:02:59.7251340Z 2025-03-21T21:02:59.7251440Z 2025-03-21T21:02:59.7251800Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T21:02:59.7252340Z fatal: No names found, cannot describe anything. 2025-03-21T21:02:59.7252770Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T21:02:59.7253110Z git describe failed with exit code: 128 2025-03-21T21:02:59.7253410Z 2025-03-21T21:02:59.7253620Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T21:02:59.7254030Z Call Stack (most recent call first): 2025-03-21T21:02:59.7254430Z CMakeLists.txt:5 (include) 2025-03-21T21:02:59.7254650Z 2025-03-21T21:02:59.7254900Z 2025-03-21T21:02:59.7255080Z -- Proceeding with version: 24.3.25.0 2025-03-21T21:02:59.7255520Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T21:02:59.7256120Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T21:02:59.7256680Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:02:59.7257100Z -- Detecting CXX compiler ABI info 2025-03-21T21:02:59.7257560Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T21:02:59.7258200Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T21:02:59.7258920Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T21:02:59.7259550Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2025-03-21T21:02:59.7260040Z -- Detecting CXX compiler ABI info - done 2025-03-21T21:02:59.7260490Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T21:02:59.7261370Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T21:02:59.7262050Z -- Detecting CXX compile features 2025-03-21T21:02:59.7262460Z -- Detecting CXX compile features - done 2025-03-21T21:02:59.7262910Z -- Looking for strtof_l 2025-03-21T21:02:59.7263500Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2025-03-21T21:02:59.7264460Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T21:02:59.7265060Z [ 2%] Linking C static library libcpuinfo.a 2025-03-21T21:02:59.7265510Z -- Looking for strtof_l - not found 2025-03-21T21:02:59.7265960Z -- Looking for strtoull_l 2025-03-21T21:02:59.7266380Z [ 2%] Built target cpuinfo 2025-03-21T21:02:59.7266930Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T21:02:59.7267710Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T21:02:59.7268510Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T21:02:59.7269150Z -- Looking for strtoull_l - not found 2025-03-21T21:02:59.7269550Z -- Looking for realpath 2025-03-21T21:02:59.7269990Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T21:02:59.7270640Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T21:02:59.7271230Z [ 2%] Built target pthreadpool 2025-03-21T21:02:59.7271900Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T21:02:59.7272610Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T21:02:59.7273190Z -- Looking for realpath - found 2025-03-21T21:02:59.7273840Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T21:02:59.7274540Z -- Configuring done (1.1s) 2025-03-21T21:02:59.7274990Z -- Generating done (0.0s) 2025-03-21T21:02:59.7275860Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/third-party/flatbuffers 2025-03-21T21:02:59.7276690Z [ 3%] Performing build step for 'flatbuffers' 2025-03-21T21:02:59.7277320Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T21:02:59.7278040Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T21:02:59.7278730Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T21:02:59.7279690Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T21:02:59.7280420Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T21:02:59.7281270Z [ 3%] Linking C static library /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T21:02:59.7282130Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T21:02:59.7282730Z [ 3%] Built target flatccrt 2025-03-21T21:02:59.7283450Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T21:03:03.3335380Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T21:03:03.3336120Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T21:03:03.3336950Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T21:03:03.3338040Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T21:03:03.3338660Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T21:03:03.3339370Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T21:03:03.3340100Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T21:03:03.3340840Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T21:03:03.3341740Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T21:03:03.3342410Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T21:03:03.3343090Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T21:03:03.3343790Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T21:03:03.3344620Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T21:03:03.3345350Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T21:03:03.3346140Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T21:03:03.3346880Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T21:03:03.3347570Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T21:03:03.3348200Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T21:03:03.3349350Z [ 6%] Linking C static library /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T21:03:03.3350020Z [ 6%] Built target flatcc 2025-03-21T21:03:03.3350890Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T21:03:03.3351940Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T21:03:03.3353000Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T21:03:03.3354120Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T21:03:03.3355200Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T21:03:03.3356240Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T21:03:03.3357070Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T21:03:03.3366330Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T21:03:03.3381670Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T21:03:03.3406480Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T21:03:03.3407680Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T21:03:03.3408840Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T21:03:03.3409630Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T21:03:03.3410700Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T21:03:03.3411900Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T21:03:03.3412790Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T21:03:03.3413690Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T21:03:03.3414560Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T21:03:03.3415490Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T21:03:03.3416340Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T21:03:03.3417030Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T21:03:03.3417850Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T21:03:03.3418680Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T21:03:03.3419530Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T21:03:03.3420220Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T21:03:03.3421110Z [ 7%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:03.3421910Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T21:03:03.3422650Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:03.3423410Z [ 8%] Built target logging 2025-03-21T21:03:03.3423770Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T21:03:03.3424320Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T21:03:03.3425110Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:03.3426080Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:03.3427200Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T21:03:03.3427920Z [ 8%] Built target indirection 2025-03-21T21:03:03.3429060Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T21:03:03.3432500Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T21:03:03.3435510Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T21:03:03.3438410Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:03.3440930Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:03.3443970Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:03.3444850Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T21:03:03.3445610Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T21:03:03.3446160Z [ 10%] Built target microparams-init 2025-03-21T21:03:03.3446560Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T21:03:03.3447260Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T21:03:06.2524750Z [ 10%] Built target normalization 2025-03-21T21:03:06.2525390Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T21:03:06.2526380Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:06.2529960Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:06.2531210Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T21:03:06.2532440Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T21:03:06.2533660Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T21:03:06.2534780Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T21:03:06.2536080Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:06.2537110Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:06.2538140Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:06.2538900Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T21:03:06.2539700Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T21:03:06.2540740Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T21:03:06.2541880Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T21:03:06.2542860Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T21:03:06.2543850Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T21:03:06.2544640Z [ 11%] Built target packing 2025-03-21T21:03:06.2545170Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T21:03:06.2546020Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T21:03:06.2546650Z [ 11%] Built target allocator 2025-03-21T21:03:06.2547070Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T21:03:06.2547950Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T21:03:06.2549340Z [ 11%] Built target cache 2025-03-21T21:03:06.2550680Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T21:03:06.2554810Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T21:03:06.2556590Z [ 11%] Built target datatype 2025-03-21T21:03:06.2557660Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T21:03:06.2559820Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T21:03:06.2561400Z [ 11%] Built target memory 2025-03-21T21:03:06.2576820Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T21:03:06.2577630Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T21:03:06.2578180Z [ 12%] Built target microkernel-utils 2025-03-21T21:03:06.2578630Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T21:03:06.2579120Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T21:03:06.2579720Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T21:03:06.2580500Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T21:03:06.2581200Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T21:03:06.2581740Z [ 12%] Built target mutex 2025-03-21T21:03:06.2582230Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T21:03:06.2583020Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2583820Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2598090Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T21:03:06.2599890Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T21:03:06.2600750Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T21:03:06.2601570Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T21:03:06.2602350Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2603280Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2604550Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T21:03:06.2605140Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T21:03:06.2605890Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2606650Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2607350Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T21:03:06.2607760Z [ 12%] Built target operator-utils 2025-03-21T21:03:06.2608260Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2608960Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T21:03:06.2609640Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2610580Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2611080Z [ 13%] Built target operator-run 2025-03-21T21:03:06.2611420Z [ 13%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T21:03:06.2612070Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T21:03:06.2612770Z [ 13%] Linking C executable /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T21:03:06.2613210Z [ 13%] Built target flatcc_cli 2025-03-21T21:03:06.2613600Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T21:03:06.2614300Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T21:03:06.2614990Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T21:03:06.2615530Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T21:03:06.2616300Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T21:03:08.5666310Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T21:03:08.5667350Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5668900Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5669660Z [ 15%] Built target reference-ukernels 2025-03-21T21:03:08.5670260Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T21:03:08.5671130Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5671840Z [ 16%] Built target hardware-config 2025-03-21T21:03:08.5672570Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T21:03:08.5673350Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5674090Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T21:03:08.5675000Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5675840Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T21:03:08.5676970Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5677830Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T21:03:08.5678690Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5679570Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T21:03:08.5680370Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5681480Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T21:03:08.5682310Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T21:03:08.5683150Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T21:03:08.5683970Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T21:03:08.5684830Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5685710Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5686510Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T21:03:08.5695780Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T21:03:08.5783090Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T21:03:08.5861420Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5866600Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5869180Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T21:03:08.5871420Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5873520Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T21:03:08.5875930Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5879000Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T21:03:08.5881230Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T21:03:08.5883650Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-03-21T21:03:08.5885830Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T21:03:08.5887350Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T21:03:08.5889070Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T21:03:08.5890930Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T21:03:08.5893710Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T21:03:08.5896030Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T21:03:08.5898000Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T21:03:08.5900160Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T21:03:08.5902520Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T21:03:08.5904830Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T21:03:08.5906750Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T21:03:08.5908960Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T21:03:08.5911030Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T21:03:08.5913000Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T21:03:08.5915660Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T21:03:08.5917680Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T21:03:08.5919120Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T21:03:08.5921460Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T21:03:08.5924440Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T21:03:08.5927910Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5930170Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T21:03:08.5932340Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5934490Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T21:03:08.5937160Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T21:03:08.5939240Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T21:03:08.5940530Z [ 20%] Built target operators 2025-03-21T21:03:08.5942060Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T21:03:08.5943660Z [ 20%] Generating etdump headers 2025-03-21T21:03:08.5944380Z [ 20%] Built target etdump_schema 2025-03-21T21:03:08.5945680Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T21:03:11.9041030Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T21:03:11.9042440Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T21:03:11.9043490Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T21:03:11.9044490Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T21:03:11.9045800Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T21:03:11.9057940Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T21:03:11.9102580Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T21:03:11.9104740Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T21:03:11.9108130Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T21:03:11.9110100Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T21:03:11.9112190Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T21:03:11.9114480Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T21:03:11.9116360Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T21:03:11.9118360Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T21:03:11.9120590Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T21:03:11.9122150Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T21:03:11.9125100Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T21:03:11.9128060Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T21:03:11.9130110Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T21:03:11.9132120Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T21:03:11.9134450Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T21:03:11.9137130Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T21:03:11.9139230Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T21:03:11.9141580Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T21:03:11.9142660Z [ 21%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T21:03:11.9143540Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T21:03:11.9144500Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T21:03:11.9145470Z [ 21%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T21:03:11.9146280Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T21:03:11.9147340Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T21:03:11.9148360Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T21:03:11.9149460Z [ 21%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T21:03:11.9150610Z [ 21%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T21:03:11.9151790Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T21:03:11.9152740Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T21:03:11.9153710Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T21:03:11.9154630Z [ 23%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T21:03:11.9155460Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T21:03:11.9156180Z [ 23%] Linking CXX static library libeigen_blas.a 2025-03-21T21:03:11.9156930Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T21:03:11.9157710Z [ 23%] Built target eigen_blas 2025-03-21T21:03:11.9158310Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T21:03:11.9159070Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T21:03:11.9160140Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T21:03:11.9161390Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T21:03:11.9162370Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T21:03:11.9163230Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T21:03:11.9163940Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T21:03:11.9164920Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T21:03:11.9165750Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T21:03:11.9166490Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T21:03:11.9167450Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T21:03:11.9168360Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T21:03:11.9169370Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T21:03:11.9170360Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T21:03:11.9171980Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T21:03:11.9172900Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T21:03:11.9173870Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T21:03:11.9175030Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T21:03:11.9176000Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T21:03:11.9177000Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T21:03:11.9178050Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T21:03:11.9178990Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T21:03:11.9179760Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T21:03:11.9180720Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T21:03:11.9181640Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T21:03:14.1466250Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T21:03:14.1515280Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T21:03:14.1517820Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T21:03:14.1520810Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T21:03:14.1522940Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T21:03:14.1523880Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T21:03:14.1524590Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T21:03:14.1530270Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T21:03:14.1534250Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T21:03:14.1535120Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T21:03:14.1536330Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T21:03:14.1537120Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T21:03:14.1537790Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T21:03:14.1538690Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T21:03:14.1539490Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T21:03:14.1540190Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T21:03:14.1541110Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T21:03:14.1541990Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T21:03:14.1543250Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T21:03:14.1562200Z [ 26%] Built target subgraph 2025-03-21T21:03:14.1562790Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T21:03:14.1563630Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T21:03:14.1567040Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T21:03:14.1570190Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T21:03:14.1571280Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T21:03:14.1572390Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T21:03:14.1573470Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T21:03:14.1574530Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T21:03:14.1575700Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T21:03:14.1576500Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T21:03:14.1577230Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T21:03:14.1578200Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T21:03:14.1579100Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T21:03:14.1579900Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T21:03:14.1580670Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T21:03:14.1581360Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T21:03:14.1582340Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T21:03:14.1583330Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T21:03:14.1584010Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T21:03:14.1584640Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T21:03:14.1585250Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T21:03:14.1585940Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T21:03:14.1586680Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T21:03:14.1587340Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T21:03:14.1588200Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T21:03:14.1589020Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:14.1589660Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T21:03:14.1590290Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T21:03:14.1590950Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T21:03:14.1591570Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T21:03:14.1592410Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:14.1594750Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:14.1595760Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:14.1596830Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:14.1597870Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T21:03:14.1598920Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T21:03:14.1599860Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T21:03:14.1600820Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:14.1601420Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T21:03:14.1602040Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T21:03:15.8578820Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T21:03:15.8635940Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T21:03:15.8640080Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T21:03:15.8648780Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T21:03:15.8651160Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T21:03:15.8653540Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T21:03:15.8655470Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T21:03:15.8658290Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:15.8662470Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:15.8663500Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T21:03:15.8664480Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T21:03:15.8665430Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:15.8666350Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T21:03:15.8667280Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T21:03:15.8668060Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T21:03:15.8668960Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:15.8670070Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:15.8671500Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T21:03:15.8672790Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:15.8673720Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T21:03:15.8674580Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T21:03:15.8675840Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:15.8676730Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T21:03:15.8677590Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T21:03:15.8678710Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T21:03:15.8679530Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T21:03:15.8680180Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T21:03:15.8681010Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:15.8682140Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:15.8683360Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:15.8684680Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T21:03:15.8685790Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T21:03:15.8686910Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:15.8688030Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:15.8689090Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T21:03:15.8690070Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T21:03:15.8691110Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T21:03:15.8692150Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T21:03:15.8693150Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T21:03:15.8694140Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T21:03:15.8695290Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T21:03:15.8696430Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T21:03:15.8697550Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T21:03:15.8698290Z [100%] Linking CXX executable flatc 2025-03-21T21:03:15.8699120Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T21:03:15.8700240Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:15.8701210Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T21:03:15.8702150Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T21:03:15.8703190Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:15.8704180Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:15.8704990Z [100%] Built target flatc 2025-03-21T21:03:15.8705820Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:15.8706940Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:15.8707720Z [ 32%] No install step for 'flatbuffers' 2025-03-21T21:03:15.8708580Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T21:03:15.8709750Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T21:03:15.8710770Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:15.8711500Z [ 32%] Completed 'flatbuffers' 2025-03-21T21:03:15.8712270Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T21:03:18.3411850Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T21:03:18.3413460Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T21:03:18.3414370Z [ 32%] Built target flatbuffers 2025-03-21T21:03:18.3414960Z [ 32%] Generating common_schema headers 2025-03-21T21:03:18.3415670Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T21:03:18.3416340Z [ 32%] Built target common_schema 2025-03-21T21:03:18.3417120Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T21:03:18.3418370Z [ 33%] Generating xnnpack_schema headers 2025-03-21T21:03:18.3419170Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:18.3420530Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:18.3421290Z [ 35%] Generating bundled_program headers 2025-03-21T21:03:18.3421930Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T21:03:18.3422650Z [ 35%] Built target xnnpack_schema 2025-03-21T21:03:18.3423190Z [ 35%] Generating program_schema headers 2025-03-21T21:03:18.3423600Z [ 35%] Built target bundled_program_schema 2025-03-21T21:03:18.3424090Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T21:03:18.3424950Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:18.3425870Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T21:03:18.3427070Z [ 35%] Built target program_schema 2025-03-21T21:03:18.3427780Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T21:03:18.3428820Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:18.3429920Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:18.3430950Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:18.3431850Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T21:03:18.3432960Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T21:03:18.3433990Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T21:03:18.3434670Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T21:03:18.3435390Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T21:03:18.3436310Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:18.3437300Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T21:03:18.3438260Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T21:03:18.3439210Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:18.3440520Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T21:03:18.3441740Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T21:03:18.3443020Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T21:03:18.3444530Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:18.3445420Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T21:03:18.3446310Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T21:03:18.3447240Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T21:03:18.3448060Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T21:03:18.3449000Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T21:03:18.3449590Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T21:03:18.3450130Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T21:03:18.3450880Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T21:03:18.3451710Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T21:03:18.3452770Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T21:03:18.3453770Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T21:03:18.3454490Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T21:03:18.3455330Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:18.3456400Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:18.3457460Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:18.3458440Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:18.3459440Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:18.3460450Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:18.3461220Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T21:03:18.3462000Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T21:03:18.3491150Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:18.3492270Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T21:03:18.3493900Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T21:03:18.3497330Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T21:03:18.3500110Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:18.3502460Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T21:03:18.3506620Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:22.3163510Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:22.3164620Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T21:03:22.3165490Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T21:03:22.3166560Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T21:03:22.3167430Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T21:03:22.3167980Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T21:03:22.3168850Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T21:03:22.3169970Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T21:03:22.3171260Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T21:03:22.3172050Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T21:03:22.3172850Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T21:03:22.3173770Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T21:03:22.3174690Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T21:03:22.3175770Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T21:03:22.3176810Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T21:03:22.3177780Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T21:03:22.3178800Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T21:03:22.3179680Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T21:03:22.3180590Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T21:03:22.3181920Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T21:03:22.3182650Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T21:03:22.3183660Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T21:03:22.3184740Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T21:03:22.3185940Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T21:03:22.3187270Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T21:03:22.3188170Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T21:03:22.3190460Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T21:03:22.3193200Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T21:03:22.3195780Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T21:03:22.3198550Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T21:03:22.3207460Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T21:03:22.3210450Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T21:03:22.3212410Z [ 41%] Linking CXX static library libexecutorch_core.a 2025-03-21T21:03:22.3215330Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T21:03:22.3218040Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T21:03:22.3220820Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T21:03:22.3222370Z [ 41%] Built target executorch_core 2025-03-21T21:03:22.3224090Z [ 41%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T21:03:22.3226080Z [ 41%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T21:03:22.3227870Z [ 41%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T21:03:22.3230230Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T21:03:22.3232770Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T21:03:22.3235680Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T21:03:22.3244350Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T21:03:22.3245360Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T21:03:22.3246590Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T21:03:22.3247460Z [ 41%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T21:03:22.3248150Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T21:03:22.3248890Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T21:03:22.3249620Z [ 41%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T21:03:22.3250350Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T21:03:22.3251070Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T21:03:22.3251910Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T21:03:22.3252870Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T21:03:22.3253630Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T21:03:22.3254470Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T21:03:22.3255380Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T21:03:22.3256240Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T21:03:22.3257080Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T21:03:22.3260950Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T21:03:22.3262710Z [ 42%] Linking CXX static library libexecutorch.a 2025-03-21T21:03:22.3264390Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T21:03:22.3266060Z [ 42%] Built target executorch 2025-03-21T21:03:22.3267760Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T21:03:26.8607610Z [ 42%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T21:03:26.8682640Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T21:03:26.8689330Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T21:03:26.8746930Z [ 42%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T21:03:26.8747890Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T21:03:26.8748500Z [ 42%] Linking CXX static library libextension_tensor.a 2025-03-21T21:03:26.8748890Z [ 42%] Linking CXX static library libextension_threadpool.a 2025-03-21T21:03:26.8749600Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T21:03:26.8750210Z [ 42%] Built target extension_tensor 2025-03-21T21:03:26.8751040Z [ 42%] Built target extension_threadpool 2025-03-21T21:03:26.8751570Z [ 42%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T21:03:26.8752530Z [ 42%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T21:03:26.8753330Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T21:03:26.8753990Z [ 42%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T21:03:26.8754450Z [ 42%] Linking CXX static library libextension_data_loader.a 2025-03-21T21:03:26.8755060Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T21:03:26.8755940Z [ 42%] Built target extension_data_loader 2025-03-21T21:03:26.8756550Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T21:03:26.8757340Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T21:03:26.8758270Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T21:03:26.8759160Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T21:03:26.8760040Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T21:03:26.8764760Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T21:03:26.8765560Z [ 43%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T21:03:26.8766140Z [ 43%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T21:03:26.8766900Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T21:03:26.8767860Z [ 43%] Linking CXX static library libbundled_program.a 2025-03-21T21:03:26.8768530Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T21:03:26.8769330Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T21:03:26.8770130Z [ 43%] Built target bundled_program 2025-03-21T21:03:26.8770660Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T21:03:26.8771420Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T21:03:26.8772340Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T21:03:26.8773200Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T21:03:26.8773970Z [ 43%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T21:03:26.8774680Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T21:03:26.8775540Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T21:03:26.8776630Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T21:03:26.8777920Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T21:03:26.8778750Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T21:03:26.8779620Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T21:03:26.8780540Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T21:03:26.8781320Z [ 45%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T21:03:26.8782090Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T21:03:26.8782920Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T21:03:26.8783790Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T21:03:26.8784660Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T21:03:26.8785530Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T21:03:26.8786210Z [ 45%] Linking CXX static library libetdump.a 2025-03-21T21:03:26.8786880Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T21:03:26.8787500Z [ 45%] Built target etdump 2025-03-21T21:03:26.8787950Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T21:03:26.8788660Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T21:03:26.8789270Z [ 45%] Linking CXX static library libcpublas.a 2025-03-21T21:03:26.8789600Z [ 45%] Built target cpublas 2025-03-21T21:03:26.8790340Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T21:03:26.8791140Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T21:03:26.8791860Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T21:03:26.8792750Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T21:03:26.8793690Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T21:03:26.8796230Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T21:03:26.8798840Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T21:03:26.8800830Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:03:26.8802810Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T21:03:26.8805220Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T21:03:26.8807610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T21:03:26.8810200Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T21:03:26.8812690Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T21:03:26.8814780Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T21:03:26.8817210Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T21:03:26.8819970Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T21:03:32.7832260Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T21:03:32.7866110Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T21:03:32.7896830Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:03:32.7901160Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T21:03:32.7903080Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:03:32.7905280Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T21:03:32.7907760Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T21:03:32.7910400Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T21:03:32.7912140Z [ 50%] Linking CXX static library libutil.a 2025-03-21T21:03:32.7913100Z [ 50%] Built target util 2025-03-21T21:03:32.7915340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T21:03:32.7917360Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:03:32.7919350Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T21:03:32.7923080Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T21:03:32.7925690Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T21:03:32.7928320Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T21:03:32.7930540Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T21:03:32.7932590Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T21:03:32.7934910Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T21:03:32.7937210Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T21:03:32.7939610Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T21:03:32.7942320Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T21:03:32.7945250Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T21:03:32.7947590Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T21:03:32.7950030Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T21:03:32.7952760Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T21:03:32.7955100Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T21:03:32.7957420Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T21:03:32.7973940Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T21:03:32.7975510Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T21:03:32.7976540Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T21:03:32.7977540Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T21:03:32.7978550Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T21:03:32.7979500Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T21:03:32.7980710Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T21:03:32.7982130Z [ 52%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:03:32.7982960Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T21:03:32.7983940Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T21:03:32.7984850Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T21:03:32.7985760Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T21:03:32.7986760Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T21:03:32.7987850Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T21:03:32.7988890Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T21:03:32.7989850Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T21:03:32.7990820Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T21:03:32.7991850Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T21:03:32.7992780Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T21:03:32.7993640Z [ 52%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T21:03:32.7994460Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T21:03:32.7995500Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T21:03:32.7996400Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T21:03:32.7997340Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T21:03:32.7998170Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T21:03:32.7999200Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T21:03:32.8000140Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T21:03:32.8001080Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T21:03:32.8002290Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:24:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T21:03:32.8003200Z } 2025-03-21T21:03:32.8003500Z ^ 2025-03-21T21:03:32.8004460Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:34:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T21:03:32.8005360Z } 2025-03-21T21:03:32.8005690Z ^ 2025-03-21T21:03:32.8006000Z 2 warnings generated. 2025-03-21T21:03:32.8006770Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T21:03:32.8007970Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1326480Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1329630Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1332680Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1335680Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T21:03:37.1338770Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T21:03:37.1342010Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1413510Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1486170Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T21:03:37.1487480Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1488640Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1489940Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T21:03:37.1491210Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1492290Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1493600Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T21:03:37.1494780Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1495920Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T21:03:37.1497050Z [ 55%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:37.1498450Z [ 55%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T21:03:37.1499680Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1500620Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T21:03:37.1501500Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1502620Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1503750Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1504880Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1506050Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T21:03:37.1507200Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1508470Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T21:03:37.1509700Z [ 56%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T21:03:37.1510850Z [ 56%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:37.1511920Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1513090Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1514120Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T21:03:37.1515300Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T21:03:37.1516530Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T21:03:37.1517610Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1518690Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:37.1519800Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T21:03:37.1520890Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1522030Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:37.1523090Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T21:03:37.1535300Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T21:03:37.1536520Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T21:03:37.1537630Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1538690Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:37.1539790Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T21:03:37.1540870Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:37.1541760Z [ 57%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:03:37.1542790Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:37.1543930Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T21:03:49.8974260Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T21:03:49.8977800Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:49.8981490Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T21:03:49.8984170Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:49.8986410Z [ 58%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:03:49.8989900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T21:03:49.8992950Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T21:03:49.8995770Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T21:03:49.8998060Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T21:03:49.9000440Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T21:03:49.9003980Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T21:03:49.9007060Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:49.9010140Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T21:03:49.9013020Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:49.9015760Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:49.9018040Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T21:03:49.9020420Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T21:03:49.9023250Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T21:03:49.9026100Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:49.9028910Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T21:03:49.9032460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T21:03:49.9035090Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T21:03:49.9038060Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T21:03:49.9040930Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T21:03:49.9044280Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T21:03:49.9047550Z [ 60%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T21:03:49.9051240Z [ 60%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:49.9054430Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T21:03:49.9056890Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T21:03:49.9059180Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T21:03:49.9062230Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T21:03:49.9065240Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T21:03:49.9066470Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-03-21T21:03:49.9067620Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T21:03:49.9068800Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T21:03:49.9069850Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T21:03:49.9070970Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-03-21T21:03:49.9071980Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T21:03:49.9073100Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:03:49.9074110Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:49.9075280Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:49.9076770Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T21:03:49.9077960Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T21:03:49.9078920Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T21:03:49.9079840Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:03:49.9080970Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:49.9082030Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:49.9082980Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T21:03:49.9084110Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T21:03:49.9085070Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T21:03:49.9086070Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T21:03:53.9456780Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T21:03:53.9475430Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T21:03:53.9498450Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T21:03:53.9502560Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T21:03:53.9523340Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T21:03:53.9524030Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T21:03:53.9524650Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T21:03:53.9525270Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T21:03:53.9526080Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T21:03:53.9526850Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T21:03:53.9527510Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T21:03:53.9530760Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T21:03:53.9532650Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:03:53.9535050Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T21:03:53.9537950Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:03:53.9541530Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:53.9544560Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:53.9546900Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T21:03:53.9549200Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T21:03:53.9552670Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T21:03:53.9555560Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T21:03:53.9558480Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T21:03:53.9559600Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:03:53.9560620Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:53.9562930Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:53.9565500Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T21:03:53.9568580Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T21:03:53.9571420Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:03:53.9574230Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:53.9576930Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:53.9579140Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T21:03:53.9581340Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T21:03:53.9584070Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:53.9586610Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T21:03:53.9589240Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:53.9592200Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:53.9595290Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T21:03:53.9597910Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T21:03:53.9600580Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:53.9603500Z [ 65%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T21:03:53.9606230Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T21:03:53.9609270Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T21:03:53.9611550Z [ 65%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T21:03:53.9615950Z [ 65%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T21:03:53.9664960Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:53.9679690Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T21:03:53.9700610Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T21:03:53.9704620Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T21:03:53.9732970Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T21:03:53.9734240Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T21:03:53.9735100Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T21:03:53.9736110Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:53.9737190Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T21:03:53.9738390Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T21:03:57.8969510Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T21:03:57.8970780Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:57.8972140Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.8973130Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T21:03:57.8973920Z [ 66%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T21:03:57.8974700Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.8975720Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T21:03:57.8976990Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.8978030Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T21:03:57.8979070Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:57.8980170Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:57.8981210Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T21:03:57.8982100Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T21:03:57.8984830Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T21:03:57.8987630Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.8991150Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T21:03:57.8993630Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T21:03:57.8995960Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T21:03:57.8998950Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T21:03:57.9001610Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:03:57.9005320Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T21:03:57.9008000Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T21:03:57.9013730Z [ 68%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:03:57.9014730Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T21:03:57.9016260Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T21:03:57.9017340Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T21:03:57.9018370Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:03:57.9019440Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T21:03:57.9020780Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T21:03:57.9021900Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T21:03:57.9023170Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T21:03:57.9024210Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.9025170Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T21:03:57.9025940Z [ 70%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:03:57.9026590Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T21:03:57.9027420Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T21:03:57.9028440Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T21:03:57.9029240Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T21:03:57.9030000Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T21:03:57.9030740Z [ 70%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:03:57.9031500Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T21:03:57.9032360Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T21:03:57.9033200Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T21:03:57.9034020Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T21:03:57.9034850Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T21:03:57.9035710Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T21:03:57.9036550Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T21:03:57.9037280Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T21:03:57.9038120Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T21:03:57.9039120Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T21:03:57.9040000Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T21:03:57.9041020Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T21:03:57.9041920Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T21:04:05.5261720Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T21:04:05.5263290Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T21:04:05.5338550Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T21:04:05.5400080Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T21:04:05.5401160Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T21:04:05.5402110Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T21:04:05.5403120Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T21:04:05.5404290Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:05.5405070Z [ 72%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:04:05.5405840Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T21:04:05.5406740Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:05.5407550Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T21:04:05.5408460Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T21:04:05.5409510Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T21:04:05.5410540Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T21:04:05.5420050Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T21:04:05.5421610Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:04:05.5422820Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5423800Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5424590Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T21:04:05.5425380Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T21:04:05.5426550Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T21:04:05.5427490Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T21:04:05.5428430Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5429390Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T21:04:05.5430200Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5431090Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T21:04:05.5431990Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T21:04:05.5432700Z [ 73%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:04:05.5433400Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T21:04:05.5434350Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5435270Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5436060Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T21:04:05.5436850Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5437770Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5438800Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5439720Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5440490Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:04:05.5441260Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5442290Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T21:04:05.5443530Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T21:04:05.5444410Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:04:05.5445290Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T21:04:05.5446360Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5447420Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5448350Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5449270Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5450390Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5451270Z [ 75%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:04:05.5452030Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T21:04:05.5452980Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T21:04:05.5453990Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:05.5455110Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T21:04:05.5456270Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T21:04:05.5457440Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T21:04:10.2741610Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T21:04:10.2742800Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T21:04:10.2743570Z [ 76%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:04:10.2744370Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T21:04:10.2745230Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T21:04:10.2746030Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T21:04:10.2746920Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T21:04:10.2748340Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T21:04:10.2749320Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T21:04:10.2750230Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T21:04:10.2751070Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T21:04:10.2751930Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T21:04:10.2752870Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T21:04:10.2753630Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T21:04:10.2754420Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T21:04:10.2755570Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T21:04:10.2756430Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T21:04:10.2757250Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T21:04:10.2758060Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T21:04:10.2758880Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T21:04:10.2759600Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T21:04:10.2761040Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T21:04:10.2762050Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T21:04:10.2762930Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:10.2763820Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T21:04:10.2764710Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:10.2765610Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T21:04:10.2766480Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T21:04:10.2767290Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T21:04:10.2768230Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T21:04:10.2769070Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T21:04:10.2770030Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T21:04:10.2770880Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T21:04:10.2771750Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T21:04:10.2772590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T21:04:10.2773380Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T21:04:10.2774340Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T21:04:10.2775190Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T21:04:10.2776030Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T21:04:10.2777140Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T21:04:10.2777990Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T21:04:10.2778870Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T21:04:10.2779690Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T21:04:10.2780470Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T21:04:10.2781160Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T21:04:10.2781970Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T21:04:10.2782780Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T21:04:10.2783660Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T21:04:10.2784590Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T21:04:10.2785350Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:04:10.2786000Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T21:04:10.2786640Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T21:04:10.2787270Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T21:04:10.2787880Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T21:04:10.2788660Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T21:04:10.2789590Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T21:04:10.2790450Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T21:04:10.2791230Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T21:04:10.2792140Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T21:04:10.2793060Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T21:04:20.6368200Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T21:04:20.6427070Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T21:04:20.6432760Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T21:04:20.6502510Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-pack-lh/x32-packlh-neonsme2.c:46:1: warning: non-void function does not return a value [-Wreturn-type] 2025-03-21T21:04:20.6579280Z } 2025-03-21T21:04:20.6580310Z ^ 2025-03-21T21:04:20.6580700Z 1 warning generated. 2025-03-21T21:04:20.6581520Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T21:04:20.6582610Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T21:04:20.6583680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T21:04:20.6584760Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T21:04:20.6586550Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T21:04:20.6587650Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T21:04:20.6588700Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T21:04:20.6589790Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T21:04:20.6590740Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T21:04:20.6591680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T21:04:20.6592600Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T21:04:20.6593520Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T21:04:20.6594410Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T21:04:20.6595310Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T21:04:20.6596100Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T21:04:20.6597530Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T21:04:20.6599920Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T21:04:20.6600900Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T21:04:20.6601790Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T21:04:20.6602800Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T21:04:20.6604210Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T21:04:20.6605370Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T21:04:20.6606430Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T21:04:20.6608000Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T21:04:20.6609060Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T21:04:20.6610160Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T21:04:20.6612870Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:20.6615290Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T21:04:20.6617540Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:20.6620250Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T21:04:20.6622540Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:20.6625120Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:20.6627530Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T21:04:20.6629890Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T21:04:20.6632640Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T21:04:20.6635080Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T21:04:20.6637300Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T21:04:20.6639480Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T21:04:20.6641810Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T21:04:20.6643080Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T21:04:20.6644270Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T21:04:20.6645030Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T21:04:20.6645690Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T21:04:20.6646510Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T21:04:20.6647300Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T21:04:20.6648280Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T21:04:20.6649040Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T21:04:20.6649800Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T21:04:20.6650690Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T21:04:20.6651500Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T21:04:20.6652310Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T21:04:20.6653050Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T21:04:20.6653830Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T21:04:20.6654560Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T21:04:20.6655510Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T21:04:39.4080520Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T21:04:39.4082060Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T21:04:39.4083400Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T21:04:39.4084480Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T21:04:39.4085170Z [ 86%] Linking C static library libmicrokernels-prod.a 2025-03-21T21:04:39.4085690Z [ 86%] Built target microkernels-prod 2025-03-21T21:04:39.4086180Z [ 86%] Generating build_identifier.c 2025-03-21T21:04:39.4086920Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T21:04:39.4087790Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T21:04:39.4088740Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T21:04:39.4089660Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T21:04:39.4090580Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T21:04:39.4092440Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T21:04:39.4093280Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T21:04:39.4094220Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T21:04:39.4095050Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T21:04:39.4095900Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T21:04:39.4097430Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T21:04:39.4098350Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T21:04:39.4099190Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T21:04:39.4100860Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:04:39.4104390Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T21:04:39.4106710Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T21:04:39.4109080Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T21:04:39.4111340Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T21:04:39.4113600Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T21:04:39.4115750Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T21:04:39.4117830Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T21:04:39.4121720Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T21:04:39.4123930Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T21:04:39.4126380Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T21:04:39.4128430Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T21:04:39.4131050Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T21:04:39.4132940Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T21:04:39.4135260Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T21:04:39.4137390Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T21:04:39.4138740Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T21:04:39.4139490Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T21:04:39.4157740Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T21:04:39.4159020Z [ 88%] Linking CXX static library libXNNPACK.a 2025-03-21T21:04:39.4159390Z [ 88%] Built target XNNPACK 2025-03-21T21:04:39.4160170Z [ 88%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:04:39.4160830Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T21:04:39.4161570Z [ 88%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T21:04:39.4162370Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T21:04:39.4163120Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T21:04:39.4163800Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T21:04:39.4164760Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T21:04:39.4165540Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T21:04:39.4166340Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T21:04:39.4167080Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T21:04:39.4167870Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T21:04:39.4168750Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T21:04:39.4169490Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T21:04:39.4170200Z [ 90%] Linking CXX static library liboptimized_kernels.a 2025-03-21T21:04:39.4173740Z [ 90%] Built target optimized_kernels 2025-03-21T21:04:39.4175590Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T21:04:39.4177710Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:04:39.4179830Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T21:04:39.4182560Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T21:04:39.4184780Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T21:04:39.4186590Z [ 90%] Linking CXX static library libxnnpack_backend.a 2025-03-21T21:04:39.4187910Z [ 90%] Built target xnnpack_backend 2025-03-21T21:04:39.4189420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T21:04:39.4191420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T21:04:39.4193670Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T21:04:39.4195700Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T21:04:39.4197770Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:04:39.4199880Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T21:04:39.4201940Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T21:04:39.4204070Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T21:04:39.4206110Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T21:04:39.4207990Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T21:04:39.4210320Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T21:04:39.4212380Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T21:04:39.4214530Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T21:04:39.4216670Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T21:04:39.4218630Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T21:05:06.7812650Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T21:05:06.7910910Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T21:05:06.8012880Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T21:05:06.8091200Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T21:05:06.8100820Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T21:05:06.8102380Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T21:05:06.8103210Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:05:06.8103940Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:05:06.8104780Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T21:05:06.8105650Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T21:05:06.8106470Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T21:05:06.8107900Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:05:06.8108690Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T21:05:06.8109410Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:05:06.8110070Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T21:05:06.8110760Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T21:05:06.8111420Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T21:05:06.8112110Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T21:05:06.8112730Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T21:05:06.8113760Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T21:05:06.8114470Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T21:05:06.8115030Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T21:05:06.8115680Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T21:05:06.8116340Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T21:05:06.8117400Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T21:05:06.8118120Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T21:05:06.8118720Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T21:05:06.8119370Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T21:05:06.8120000Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T21:05:06.8121130Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T21:05:06.8121760Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T21:05:06.8122480Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T21:05:06.8123170Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T21:05:06.8123780Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T21:05:06.8124560Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T21:05:06.8125210Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T21:05:06.8125810Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T21:05:06.8126710Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T21:05:06.8127460Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T21:05:06.8128200Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T21:05:06.8129090Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T21:05:06.8129890Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T21:05:06.8130600Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:05:06.8131350Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T21:05:06.8132060Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T21:05:06.8132770Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T21:05:06.8133440Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T21:05:06.8134220Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T21:05:06.8134970Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T21:05:06.8135660Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T21:05:06.8136450Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T21:05:06.8137230Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T21:05:06.8137980Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T21:05:06.8138820Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T21:05:06.8139530Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:05:06.8140270Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T21:05:06.8140970Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T21:05:06.8141690Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T21:05:06.8142570Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T21:05:06.8143540Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T21:05:06.8144240Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T21:05:06.8144980Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T21:05:06.8146360Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T21:05:06.8150080Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T21:05:06.8150790Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T21:05:06.8151630Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T21:05:06.8152340Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T21:05:06.8153170Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T21:05:06.8153990Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T21:05:06.8154690Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T21:05:06.8155600Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T21:05:06.8156370Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:05:06.8157170Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T21:05:06.8158030Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T21:05:14.3907570Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T21:05:14.3910680Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T21:05:14.3913170Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T21:05:14.3915210Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:05:14.3917260Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:05:14.3919280Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:05:14.3921190Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:05:14.3923330Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:05:14.3926190Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:05:14.3928380Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:05:14.3929190Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:05:14.3930030Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:05:14.3930920Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:05:14.3932190Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:05:14.3932930Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:05:14.3933800Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:05:14.3934530Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:05:14.3935940Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:05:14.3936820Z [100%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:05:14.3937440Z [100%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T21:05:14.3937980Z [100%] Built target optimized_portable_kernels 2025-03-21T21:05:14.3938410Z [100%] Merging kernel yaml files 2025-03-21T21:05:14.3938930Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T21:05:14.3939470Z [100%] Generating code for kernel registration 2025-03-21T21:05:14.3940230Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:05:14.3941000Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T21:05:14.3941750Z [100%] Built target optimized_native_cpu_ops_lib 2025-03-21T21:05:14.3942350Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T21:05:14.3942990Z [100%] Linking CXX shared library _portable_lib.cpython-311-darwin.so 2025-03-21T21:05:14.3943510Z [100%] Built target portable_lib 2025-03-21T21:05:14.3943960Z [ 1%] Built target flatbuffers 2025-03-21T21:05:14.3944320Z [ 2%] Built target pthreadpool 2025-03-21T21:05:14.3944750Z [ 3%] Built target flatccrt 2025-03-21T21:05:14.3945190Z [ 3%] Built target cpuinfo 2025-03-21T21:05:14.3945600Z [ 4%] Built target xnnpack_schema 2025-03-21T21:05:14.3945970Z [ 4%] Built target bundled_program_schema 2025-03-21T21:05:14.3946390Z [ 4%] Built target common_schema 2025-03-21T21:05:14.3946780Z [ 7%] Built target flatcc 2025-03-21T21:05:14.3947110Z [ 9%] Built target eigen_blas 2025-03-21T21:05:14.3947520Z [ 9%] Built target indirection 2025-03-21T21:05:14.3947940Z [ 9%] Built target logging 2025-03-21T21:05:14.3948290Z [ 11%] Built target microparams-init 2025-03-21T21:05:14.3948710Z [ 11%] Built target normalization 2025-03-21T21:05:14.3949120Z [ 11%] Built target datatype 2025-03-21T21:05:14.3949540Z [ 11%] Built target operator-utils 2025-03-21T21:05:14.3949910Z [ 11%] Built target operator-run 2025-03-21T21:05:14.3950320Z [ 11%] Built target flatcc_cli 2025-03-21T21:05:14.3950740Z [ 11%] Built target reference-ukernels 2025-03-21T21:05:14.3951090Z [ 11%] Built target program_schema 2025-03-21T21:05:14.3951520Z [ 12%] Built target hardware-config 2025-03-21T21:05:14.3951950Z [ 12%] Built target allocator 2025-03-21T21:05:14.3952470Z [ 12%] Built target cache 2025-03-21T21:05:14.3952830Z [ 12%] Built target packing 2025-03-21T21:05:14.3953230Z [ 12%] Built target memory 2025-03-21T21:05:14.3953620Z [ 12%] Built target microkernel-utils 2025-03-21T21:05:14.3953970Z [ 12%] Built target mutex 2025-03-21T21:05:14.3954350Z [ 12%] Built target etdump_schema 2025-03-21T21:05:14.3954750Z [ 13%] Built target operators 2025-03-21T21:05:14.3955140Z [ 16%] Built target subgraph 2025-03-21T21:05:14.3955540Z [ 17%] Built target executorch_core 2025-03-21T21:05:14.3955970Z [ 17%] Built target extension_tensor 2025-03-21T21:05:14.3956380Z [ 17%] Built target extension_threadpool 2025-03-21T21:05:14.3956860Z [ 17%] Built target executorch 2025-03-21T21:05:14.3957510Z [ 17%] Built target extension_data_loader 2025-03-21T21:05:14.3957930Z [ 17%] Built target cpublas 2025-03-21T21:05:14.3958340Z [ 76%] Built target microkernels-prod 2025-03-21T21:05:14.3958690Z [ 76%] Built target bundled_program 2025-03-21T21:05:14.3959090Z [ 77%] Built target util 2025-03-21T21:05:14.3959460Z [ 77%] Built target etdump 2025-03-21T21:05:14.3959840Z [ 80%] Built target XNNPACK 2025-03-21T21:05:14.3960170Z [ 80%] Built target xnnpack_backend 2025-03-21T21:05:14.3960580Z [ 82%] Built target optimized_kernels 2025-03-21T21:05:14.3984430Z [ 98%] Built target optimized_portable_kernels 2025-03-21T21:05:14.3995270Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T21:05:14.3995800Z [ 98%] Built target portable_lib 2025-03-21T21:05:14.3996400Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T21:05:14.3997180Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T21:05:14.3997990Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T21:05:14.3998750Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T21:05:14.3999520Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T21:05:14.4000480Z [ 98%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T21:05:14.4001290Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T21:05:14.4002080Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T21:05:14.4002900Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T21:05:14.4003630Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T21:05:14.4004290Z [100%] Linking CXX shared library libcustom_ops_aot_lib.dylib 2025-03-21T21:05:14.4004800Z [100%] Built target custom_ops_aot_lib 2025-03-21T21:05:14.4005330Z [ 1%] Built target flatbuffers 2025-03-21T21:05:14.4005720Z [ 1%] Built target flatccrt 2025-03-21T21:05:14.4006110Z [ 2%] Built target pthreadpool 2025-03-21T21:05:14.4006450Z [ 3%] Built target cpuinfo 2025-03-21T21:05:14.4006860Z [ 3%] Built target bundled_program_schema 2025-03-21T21:05:14.4007300Z [ 3%] Built target common_schema 2025-03-21T21:05:14.4008780Z [ 4%] Built target xnnpack_schema 2025-03-21T21:05:14.4010370Z [ 8%] Built target eigen_blas 2025-03-21T21:05:14.4011310Z [ 9%] Built target flatcc 2025-03-21T21:05:14.4012240Z [ 9%] Built target logging 2025-03-21T21:05:14.4013130Z [ 9%] Built target normalization 2025-03-21T21:05:14.4014150Z [ 9%] Built target indirection 2025-03-21T21:05:14.4015100Z [ 10%] Built target microparams-init 2025-03-21T21:05:14.4015900Z [ 10%] Built target datatype 2025-03-21T21:05:14.4016820Z [ 10%] Built target microkernel-utils 2025-03-21T21:05:14.4018400Z [ 10%] Built target mutex 2025-03-21T21:05:14.4019300Z [ 10%] Built target memory 2025-03-21T21:05:14.4020110Z [ 10%] Built target operator-utils 2025-03-21T21:05:14.4021120Z [ 10%] Built target flatcc_cli 2025-03-21T21:05:14.4022170Z [ 10%] Built target operator-run 2025-03-21T21:05:14.4023050Z [ 10%] Built target reference-ukernels 2025-03-21T21:05:14.4024020Z [ 12%] Built target hardware-config 2025-03-21T21:05:14.4025070Z [ 12%] Built target program_schema 2025-03-21T21:05:14.4025850Z [ 12%] Built target packing 2025-03-21T21:05:14.4026680Z [ 12%] Built target cache 2025-03-21T21:05:14.4027620Z [ 12%] Built target allocator 2025-03-21T21:05:14.4028610Z [ 12%] Built target etdump_schema 2025-03-21T21:05:14.4029850Z [ 13%] Built target operators 2025-03-21T21:05:14.4030580Z [ 14%] Built target executorch_core 2025-03-21T21:05:14.4031350Z [ 17%] Built target subgraph 2025-03-21T21:05:14.4032070Z [ 17%] Built target executorch 2025-03-21T21:05:14.4032830Z [ 17%] Built target extension_threadpool 2025-03-21T21:05:14.4033730Z [ 40%] Built target extension_tensor 2025-03-21T21:05:14.4034530Z [ 75%] Built target microkernels-prod 2025-03-21T21:05:14.4035360Z [ 75%] Built target extension_data_loader 2025-03-21T21:05:14.4036160Z [ 75%] Built target etdump 2025-03-21T21:05:14.4037000Z [ 75%] Built target bundled_program 2025-03-21T21:05:14.4038270Z [ 76%] Built target util 2025-03-21T21:05:14.4039170Z [ 76%] Built target cpublas 2025-03-21T21:05:14.4040030Z [ 79%] Built target XNNPACK 2025-03-21T21:05:14.4041160Z [ 79%] Built target xnnpack_backend 2025-03-21T21:05:14.4042090Z [ 81%] Built target optimized_kernels 2025-03-21T21:05:14.4043070Z [ 97%] Built target optimized_portable_kernels 2025-03-21T21:05:14.4044110Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-03-21T21:05:14.4045070Z [ 97%] Built target portable_lib 2025-03-21T21:05:14.4046680Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T21:05:14.4048680Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T21:05:14.4050680Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T21:05:14.4053000Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T21:05:14.4055080Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T21:05:14.4057100Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T21:05:14.4059150Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T21:05:14.4359120Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T21:05:14.4361130Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T21:05:14.4361910Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T21:05:14.4362490Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T21:05:14.4362900Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T21:05:14.4363300Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T21:05:14.4363700Z [ 98%] Generating code for kernel registration 2025-03-21T21:05:14.4364340Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:05:14.4365020Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T21:05:14.4365400Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T21:05:14.4366250Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T21:05:14.4368700Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T21:05:14.4370830Z [ 98%] Generating code for kernel registration 2025-03-21T21:05:14.4371420Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T21:05:14.4372200Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T21:05:14.4372980Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T21:05:14.4373750Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T21:05:14.4374660Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T21:05:14.4375400Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T21:05:14.4376360Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:78:66: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4377240Z weight.dim() == 2, "weight must be 2D but got() %zd dims", weight.dim()); 2025-03-21T21:05:14.4377640Z ~~~ ^~~~~~~~~~~~ 2025-03-21T21:05:14.4377980Z %lld 2025-03-21T21:05:14.4378750Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4379480Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4379920Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4380580Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:14.4381240Z ##__VA_ARGS__) 2025-03-21T21:05:14.4381490Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4382040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:14.4382660Z ##__VA_ARGS__); \ 2025-03-21T21:05:14.4383050Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4383850Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:83:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4384620Z weight_scales.dim()); 2025-03-21T21:05:14.4384900Z ^~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:14.4385530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4386230Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4386620Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4387350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:14.4388150Z ##__VA_ARGS__) 2025-03-21T21:05:14.4388400Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4388960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:14.4389640Z ##__VA_ARGS__); \ 2025-03-21T21:05:14.4389960Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4390710Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:89:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4391650Z weight_scales.size(0), 2025-03-21T21:05:14.4391930Z ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:14.4392520Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4393200Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4393590Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4394350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:14.4394970Z ##__VA_ARGS__) 2025-03-21T21:05:14.4395220Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4395770Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:14.4396460Z ##__VA_ARGS__); \ 2025-03-21T21:05:14.4396780Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4397530Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:90:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4398300Z weight.size(0)); 2025-03-21T21:05:14.4398560Z ^~~~~~~~~~~~~~ 2025-03-21T21:05:14.4399290Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4400010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4400390Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4401030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:14.4401630Z ##__VA_ARGS__) 2025-03-21T21:05:14.4401890Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4402440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:14.4403050Z ##__VA_ARGS__); \ 2025-03-21T21:05:14.4403370Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4404140Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:99:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4404950Z weight.size(1), 2025-03-21T21:05:14.4405210Z ^~~~~~~~~~~~~~ 2025-03-21T21:05:14.4405780Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4406450Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4406850Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4407530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:14.4408270Z ##__VA_ARGS__) 2025-03-21T21:05:14.4408520Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4409070Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:14.4409750Z ##__VA_ARGS__); \ 2025-03-21T21:05:14.4410070Z ^~~~~~~~~~~ 2025-03-21T21:05:14.4410820Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:100:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:14.4411740Z num_groups); 2025-03-21T21:05:14.4411990Z ^~~~~~~~~~ 2025-03-21T21:05:14.4412570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:14.4413230Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:14.4413620Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:14.4414420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8386460Z ##__VA_ARGS__) 2025-03-21T21:05:17.8502290Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8627800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8637850Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8638400Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8639270Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:141:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8640120Z opt_weight_zero_points.value().size(i), 2025-03-21T21:05:17.8640450Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8641420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8642120Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8642510Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8643160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8643780Z ##__VA_ARGS__) 2025-03-21T21:05:17.8644030Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8644590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8645210Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8645530Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8646290Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:142:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8647080Z weight_scales.size(i)); 2025-03-21T21:05:17.8647370Z ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8647970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8648640Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8649030Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8650080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8650680Z ##__VA_ARGS__) 2025-03-21T21:05:17.8650940Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8651490Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8652110Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8652430Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8653190Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:67:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8654110Z scale_out.size(i)); 2025-03-21T21:05:17.8654380Z ^~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8654970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8655640Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8656030Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8656800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8657420Z ##__VA_ARGS__) 2025-03-21T21:05:17.8657680Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8658230Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8658850Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8659170Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8659920Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:72:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8660710Z zero_point_out.size(i)); 2025-03-21T21:05:17.8661000Z ^~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8661690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8662380Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8662770Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8663480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8664090Z ##__VA_ARGS__) 2025-03-21T21:05:17.8664340Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8664890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8665510Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8665830Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8666580Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:77:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8667830Z input.dim() - 1, 2025-03-21T21:05:17.8668210Z ^~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8668790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8669470Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8669990Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8670730Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8671480Z ##__VA_ARGS__) 2025-03-21T21:05:17.8677180Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8677760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8678380Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8678700Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8679460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:78:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8680470Z scale_out.size(input.dim() - 1)); 2025-03-21T21:05:17.8680800Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8681400Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8682070Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8682560Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8683210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8683820Z ##__VA_ARGS__) 2025-03-21T21:05:17.8684080Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8684630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8685240Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8685560Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8686310Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:82:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8687090Z input.dim() - 1, 2025-03-21T21:05:17.8687460Z ^~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8688100Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8688860Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8689240Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8689880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8690490Z ##__VA_ARGS__) 2025-03-21T21:05:17.8690740Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8691280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8691890Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8692220Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8692970Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:83:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8693780Z zero_point_out.size(input.dim() - 1)); 2025-03-21T21:05:17.8694110Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:17.8694710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8695480Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8695920Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8696570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8697170Z ##__VA_ARGS__) 2025-03-21T21:05:17.8697430Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8697970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8698590Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8699010Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8699270Z 6 warnings generated. 2025-03-21T21:05:17.8699710Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T21:05:17.8700350Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T21:05:17.8700810Z 8 warnings generated. 2025-03-21T21:05:17.8701240Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T21:05:17.8701880Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T21:05:17.8702910Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:88:27: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8703700Z ET_CHECK_VALID_DIM(dim, in.dim()); 2025-03-21T21:05:17.8704010Z ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8704650Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8705330Z UPPER_BOUND, \ 2025-03-21T21:05:17.8705650Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8706220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8706980Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8707370Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8708010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8708630Z ##__VA_ARGS__) 2025-03-21T21:05:17.8708880Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8709430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8710040Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8710360Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8711580Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:217:3: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::apply_over_unpacked_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:218:7)>' requested here 2025-03-21T21:05:17.8712770Z apply_over_unpacked_dim( 2025-03-21T21:05:17.8713030Z ^ 2025-03-21T21:05:17.8713740Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:88:27: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8714520Z ET_CHECK_VALID_DIM(dim, in.dim()); 2025-03-21T21:05:17.8714830Z ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8715540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8716170Z UPPER_BOUND) 2025-03-21T21:05:17.8716420Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8716980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8717650Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8718030Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8718670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8719350Z ##__VA_ARGS__) 2025-03-21T21:05:17.8719610Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8720150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8720770Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8721090Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8721610Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8723170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8724260Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8724600Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8725250Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8725930Z UPPER_BOUND, \ 2025-03-21T21:05:17.8726250Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8726800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8727560Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8727950Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8728660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8729260Z ##__VA_ARGS__) 2025-03-21T21:05:17.8729520Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8730060Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8730680Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8730990Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8732090Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8733200Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8733510Z ^ 2025-03-21T21:05:17.8734030Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8735080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8736010Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8736330Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8736990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8737620Z UPPER_BOUND) 2025-03-21T21:05:17.8737880Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8738440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8739100Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8739600Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8740240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8740850Z ##__VA_ARGS__) 2025-03-21T21:05:17.8741100Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8741640Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8742260Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8742630Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8743150Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8744210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8745020Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8745350Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8746000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8746680Z UPPER_BOUND, \ 2025-03-21T21:05:17.8747080Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8747660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8748320Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8748760Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8749400Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8750000Z ##__VA_ARGS__) 2025-03-21T21:05:17.8750250Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8750800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8751410Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8751730Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8752810Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8753920Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8754240Z ^ 2025-03-21T21:05:17.8754760Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8755880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8756690Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8757020Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8757680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8758310Z UPPER_BOUND) 2025-03-21T21:05:17.8758560Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8759120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8759880Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8760270Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8760900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8761500Z ##__VA_ARGS__) 2025-03-21T21:05:17.8761750Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8762350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8762970Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8763290Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8763810Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8764860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8765680Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8766010Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8766730Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8767430Z UPPER_BOUND, \ 2025-03-21T21:05:17.8767740Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8768300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8768970Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8769350Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8769990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8770600Z ##__VA_ARGS__) 2025-03-21T21:05:17.8770860Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8771500Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8772240Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8772570Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8773740Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8774860Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8775270Z ^ 2025-03-21T21:05:17.8775790Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8778410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8781160Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8781950Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8783690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8786010Z UPPER_BOUND) 2025-03-21T21:05:17.8786620Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8788080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8789840Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8790770Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8792600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8794260Z ##__VA_ARGS__) 2025-03-21T21:05:17.8794870Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8796300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8797890Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8798680Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8799990Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8802810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8805320Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8806170Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8807890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8809660Z UPPER_BOUND, \ 2025-03-21T21:05:17.8810450Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8811900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8813640Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8814580Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8816220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8818090Z ##__VA_ARGS__) 2025-03-21T21:05:17.8818720Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8820130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8821730Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8822510Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8825460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8828840Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8829600Z ^ 2025-03-21T21:05:17.8830930Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8833750Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8835950Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8837170Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8838890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8840600Z UPPER_BOUND) 2025-03-21T21:05:17.8841210Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8842800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8844560Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8845710Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8847430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8849050Z ##__VA_ARGS__) 2025-03-21T21:05:17.8849670Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8851080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8852670Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8853790Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8855470Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8870710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8872990Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8873780Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8875490Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8877650Z UPPER_BOUND, \ 2025-03-21T21:05:17.8878010Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8878620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8879300Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8879700Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8880360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8880970Z ##__VA_ARGS__) 2025-03-21T21:05:17.8881230Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8881780Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8882410Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8882730Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8884160Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8885300Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8885620Z ^ 2025-03-21T21:05:17.8886140Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8887210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8888210Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8888540Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8889200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8889830Z UPPER_BOUND) 2025-03-21T21:05:17.8890080Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8890740Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8891420Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8891810Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8892460Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8893070Z ##__VA_ARGS__) 2025-03-21T21:05:17.8893320Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8893870Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8894490Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8894810Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8895540Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8896610Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8897440Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8897760Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8898420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8899100Z UPPER_BOUND, \ 2025-03-21T21:05:17.8899420Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8899980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8900650Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8901030Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8901670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8902280Z ##__VA_ARGS__) 2025-03-21T21:05:17.8902530Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8903080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8903770Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8904100Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8905200Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8906310Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8906620Z ^ 2025-03-21T21:05:17.8907150Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8908310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8909130Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8909460Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8910160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8910810Z UPPER_BOUND) 2025-03-21T21:05:17.8911060Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8911620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8912300Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8912680Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8913320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8913930Z ##__VA_ARGS__) 2025-03-21T21:05:17.8914190Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8914800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8915430Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8915750Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8916270Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8917320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8918140Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8918470Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8919120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8919790Z UPPER_BOUND, \ 2025-03-21T21:05:17.8920110Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8920710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8921390Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8921770Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8922410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8923090Z ##__VA_ARGS__) 2025-03-21T21:05:17.8923340Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8923890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8924500Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8924820Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8925910Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8927110Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8927420Z ^ 2025-03-21T21:05:17.8927940Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8929000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8929830Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8930180Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8930850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8931490Z UPPER_BOUND) 2025-03-21T21:05:17.8931740Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8932290Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8932960Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8933350Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8933980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8934660Z ##__VA_ARGS__) 2025-03-21T21:05:17.8934920Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8935470Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8936090Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8936410Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8936930Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8937970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8938800Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8939120Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8939780Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8940450Z UPPER_BOUND, \ 2025-03-21T21:05:17.8940770Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8941330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8942010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8942390Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8943080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8943690Z ##__VA_ARGS__) 2025-03-21T21:05:17.8943940Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8944500Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8945120Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8945440Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8946560Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8947760Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8948070Z ^ 2025-03-21T21:05:17.8948590Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8949700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8950530Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8950860Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8951510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8952150Z UPPER_BOUND) 2025-03-21T21:05:17.8952400Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8952960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8953620Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8954010Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8954710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8955320Z ##__VA_ARGS__) 2025-03-21T21:05:17.8955570Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8956120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8956740Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8957060Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8957570Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8958630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8959460Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8959780Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8960440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8961120Z UPPER_BOUND, \ 2025-03-21T21:05:17.8961430Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8961990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8962750Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8963130Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8964360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8965040Z ##__VA_ARGS__) 2025-03-21T21:05:17.8965310Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8965880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8966500Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8967060Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8968170Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8969310Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8969620Z ^ 2025-03-21T21:05:17.8970250Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8971330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8972160Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8972490Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8973210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8973860Z UPPER_BOUND) 2025-03-21T21:05:17.8974100Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8974670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8975480Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8975890Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8976530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8977140Z ##__VA_ARGS__) 2025-03-21T21:05:17.8977400Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8977950Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8978570Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8978890Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8979410Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8980460Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8981290Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8981610Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8982270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8982950Z UPPER_BOUND, \ 2025-03-21T21:05:17.8983360Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8983930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8984600Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8984990Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8985630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8986240Z ##__VA_ARGS__) 2025-03-21T21:05:17.8986490Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8987150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8987770Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8988090Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8989180Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:502:5)>' requested here 2025-03-21T21:05:17.8990360Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2025-03-21T21:05:17.8990680Z ^ 2025-03-21T21:05:17.8991200Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.8992260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.8993080Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.8993400Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.8994050Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.8994690Z UPPER_BOUND) 2025-03-21T21:05:17.8994990Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8995570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.8996240Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.8996630Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.8997270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.8997880Z ##__VA_ARGS__) 2025-03-21T21:05:17.8998130Z ^~~~~~~~~~~ 2025-03-21T21:05:17.8998680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.8999320Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.8999650Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9000170Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.9001210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.9002030Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.9002360Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.9003010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.9003750Z UPPER_BOUND, \ 2025-03-21T21:05:17.9004070Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9004630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.9005300Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.9006190Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.9006990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.9013440Z ##__VA_ARGS__) 2025-03-21T21:05:17.9013700Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9014250Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.9014870Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.9015200Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9016410Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:503:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:503:5)>' requested here 2025-03-21T21:05:17.9017540Z CALCULATE_INT_TYPE(uint16_t, Bits16); 2025-03-21T21:05:17.9017840Z ^ 2025-03-21T21:05:17.9018410Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:44: note: expanded from macro 'CALCULATE_INT_TYPE' 2025-03-21T21:05:17.9019090Z ET_FORALL_FLOAT_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2025-03-21T21:05:17.9019450Z ^ 2025-03-21T21:05:17.9020000Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.9021170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.9022000Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.9022320Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.9022980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.9023620Z UPPER_BOUND) 2025-03-21T21:05:17.9023870Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9024430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:17.9025100Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:17.9025490Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:17.9026130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:17.9026740Z ##__VA_ARGS__) 2025-03-21T21:05:17.9026980Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9027530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:17.9028150Z ##__VA_ARGS__); \ 2025-03-21T21:05:17.9028470Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9028980Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:17.9030120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:17.9030940Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:17.9031260Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:17.9031950Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:17.9032630Z UPPER_BOUND, \ 2025-03-21T21:05:17.9033040Z ^~~~~~~~~~~ 2025-03-21T21:05:17.9033600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:20.4929570Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:20.4930690Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:20.4931420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:20.4932050Z ##__VA_ARGS__) 2025-03-21T21:05:20.4932700Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4933280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:20.4933910Z ##__VA_ARGS__); \ 2025-03-21T21:05:20.4934240Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4937280Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:503:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:503:5)>' requested here 2025-03-21T21:05:20.4938660Z CALCULATE_INT_TYPE(uint16_t, Bits16); 2025-03-21T21:05:20.4950270Z ^ 2025-03-21T21:05:20.4951220Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:44: note: expanded from macro 'CALCULATE_INT_TYPE' 2025-03-21T21:05:20.4951920Z ET_FORALL_FLOAT_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2025-03-21T21:05:20.4952290Z ^ 2025-03-21T21:05:20.4952840Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:20.4953920Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:20.4954770Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:20.4955100Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:20.4955820Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:20.4956470Z UPPER_BOUND) 2025-03-21T21:05:20.4956720Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4957280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:20.4957950Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:20.4958350Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:20.4959000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:20.4959920Z ##__VA_ARGS__) 2025-03-21T21:05:20.4960180Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4960720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:20.4961350Z ##__VA_ARGS__); \ 2025-03-21T21:05:20.4961680Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4962200Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:20.4963260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:20.4964250Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:20.4964570Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:20.4965230Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:20.4965910Z UPPER_BOUND, \ 2025-03-21T21:05:20.4966230Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4966880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:20.4967570Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:20.4967950Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:20.4968590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:20.4969200Z ##__VA_ARGS__) 2025-03-21T21:05:20.4969460Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4970000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:20.4970700Z ##__VA_ARGS__); \ 2025-03-21T21:05:20.4971020Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4972520Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2025-03-21T21:05:20.4973750Z CALCULATE_INT_TYPE(uint16_t, UInt16); 2025-03-21T21:05:20.4974050Z ^ 2025-03-21T21:05:20.4974620Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:44: note: expanded from macro 'CALCULATE_INT_TYPE' 2025-03-21T21:05:20.4975310Z ET_FORALL_FLOAT_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2025-03-21T21:05:20.4975660Z ^ 2025-03-21T21:05:20.4976220Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:20.4977270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:20.4978100Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:20.4978410Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:20.4979070Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:20.4979710Z UPPER_BOUND) 2025-03-21T21:05:20.4979960Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4980610Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:20.4981270Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:20.4981660Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:20.4982310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:20.4982910Z ##__VA_ARGS__) 2025-03-21T21:05:20.4983160Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4983710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:20.4984460Z ##__VA_ARGS__); \ 2025-03-21T21:05:20.4984790Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4985310Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:20.4986370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:20.4987250Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:20.4987590Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:20.4988240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:20.4988920Z UPPER_BOUND, \ 2025-03-21T21:05:20.4989240Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4989800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:20.4990480Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:20.4990860Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:20.4991570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:20.4992190Z ##__VA_ARGS__) 2025-03-21T21:05:20.4992440Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4993000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:20.4993610Z ##__VA_ARGS__); \ 2025-03-21T21:05:20.4993930Z ^~~~~~~~~~~ 2025-03-21T21:05:20.4995030Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2025-03-21T21:05:20.4996140Z CALCULATE_INT_TYPE(uint16_t, UInt16); 2025-03-21T21:05:20.4996430Z ^ 2025-03-21T21:05:20.4997060Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:44: note: expanded from macro 'CALCULATE_INT_TYPE' 2025-03-21T21:05:25.9386920Z ET_FORALL_FLOAT_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2025-03-21T21:05:25.9387730Z ^ 2025-03-21T21:05:25.9388980Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2025-03-21T21:05:25.9391700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:230:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9394340Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2025-03-21T21:05:25.9394960Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:25.9396530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:25.9398070Z UPPER_BOUND) 2025-03-21T21:05:25.9398520Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9399810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9401970Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9402730Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9404180Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9404940Z ##__VA_ARGS__) 2025-03-21T21:05:25.9405150Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9405630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9406550Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9406800Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9406980Z 30 warnings generated. 2025-03-21T21:05:25.9407320Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T21:05:25.9408200Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:37:66: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9408980Z weight.dim() == 2, "weight must be 2D but got() %zd dims", weight.dim()); 2025-03-21T21:05:25.9409290Z ~~~ ^~~~~~~~~~~~ 2025-03-21T21:05:25.9409530Z %lld 2025-03-21T21:05:25.9410310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9410900Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9411200Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9411740Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9412270Z ##__VA_ARGS__) 2025-03-21T21:05:25.9412430Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9412890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9413420Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9413650Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9414330Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:42:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9415020Z weight_scales.dim()); 2025-03-21T21:05:25.9415200Z ^~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:25.9415690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9416260Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9416560Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9417210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9417750Z ##__VA_ARGS__) 2025-03-21T21:05:25.9417900Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9418390Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9418910Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9419130Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9419780Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:48:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9420570Z weight_scales.size(0), 2025-03-21T21:05:25.9420750Z ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:25.9421240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9421820Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9422110Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9422860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9423520Z ##__VA_ARGS__) 2025-03-21T21:05:25.9423680Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9424130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9424660Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9424890Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9425530Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:49:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9426420Z weight.size(0)); 2025-03-21T21:05:25.9426590Z ^~~~~~~~~~~~~~ 2025-03-21T21:05:25.9427150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9427730Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9428020Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9428580Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9429090Z ##__VA_ARGS__) 2025-03-21T21:05:25.9429250Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9429700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9430220Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9430450Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9431090Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:57:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9431770Z weight.size(1), 2025-03-21T21:05:25.9431930Z ^~~~~~~~~~~~~~ 2025-03-21T21:05:25.9432420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9432990Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9433530Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9434350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9435020Z ##__VA_ARGS__) 2025-03-21T21:05:25.9441040Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9441580Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9442100Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9442330Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9442980Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:58:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:25.9443880Z num_groups); 2025-03-21T21:05:25.9444030Z ^~~~~~~~~~ 2025-03-21T21:05:25.9444510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:25.9445090Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:25.9445380Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:25.9446010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:25.9446530Z ##__VA_ARGS__) 2025-03-21T21:05:25.9446680Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9447130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:25.9447650Z ##__VA_ARGS__); \ 2025-03-21T21:05:25.9447880Z ^~~~~~~~~~~ 2025-03-21T21:05:25.9448530Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:100:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0214020Z opt_weight_zero_points.value().size(i), 2025-03-21T21:05:28.0218610Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:28.0219620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0220270Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0220620Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0221240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0221810Z ##__VA_ARGS__) 2025-03-21T21:05:28.0222000Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0222510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0223080Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0223340Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0224050Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:101:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0224830Z weight_scales.size(i)); 2025-03-21T21:05:28.0225040Z ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:28.0225590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0226250Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0226710Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0227310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0227880Z ##__VA_ARGS__) 2025-03-21T21:05:28.0228050Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0228540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0229110Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0229340Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0229720Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T21:05:28.0230510Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T21:05:28.0230970Z 8 warnings generated. 2025-03-21T21:05:28.0231430Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T21:05:28.0232440Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:268:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0233290Z scale.numel(), 2025-03-21T21:05:28.0233490Z ^~~~~~~~~~~~~ 2025-03-21T21:05:28.0234160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0234940Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0235360Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0236030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0236670Z ##__VA_ARGS__) 2025-03-21T21:05:28.0236860Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0237360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0238160Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0238440Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0239240Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:269:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0240000Z input.size(axis)); 2025-03-21T21:05:28.0240210Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:05:28.0240730Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0241330Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0241660Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0242290Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0243160Z ##__VA_ARGS__) 2025-03-21T21:05:28.0243350Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0243870Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0244420Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0244680Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0245370Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:279:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0246180Z zero_point.numel(), 2025-03-21T21:05:28.0246360Z ^~~~~~~~~~~~~~~~~~ 2025-03-21T21:05:28.0246850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0247420Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0247730Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0248320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0248950Z ##__VA_ARGS__) 2025-03-21T21:05:28.0249110Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0249570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0250100Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0250330Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0251010Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:280:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0251770Z input.size(axis)); 2025-03-21T21:05:28.0251940Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:05:28.0252430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0253010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0253300Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0253860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0254380Z ##__VA_ARGS__) 2025-03-21T21:05:28.0254540Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0254990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0255600Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0255830Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0256500Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:127:35: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0257270Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2025-03-21T21:05:28.0257520Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:28.0258090Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:28.0258670Z UPPER_BOUND, \ 2025-03-21T21:05:28.0258910Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0259390Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0259980Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0260270Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0260830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0261370Z ##__VA_ARGS__) 2025-03-21T21:05:28.0261530Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0261990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0262640Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0262890Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0263570Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:127:35: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0264310Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2025-03-21T21:05:28.0264530Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:28.0265090Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:28.0265750Z UPPER_BOUND) 2025-03-21T21:05:28.0615350Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0616080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0616770Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0617070Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0618070Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0618600Z ##__VA_ARGS__) 2025-03-21T21:05:28.0618760Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0619220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0619750Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0619980Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0620680Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:173:33: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0621420Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2025-03-21T21:05:28.0621640Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:28.0622340Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:52:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:28.0622940Z UPPER_BOUND, \ 2025-03-21T21:05:28.0623160Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0623640Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0624210Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0624510Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0625060Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0625610Z ##__VA_ARGS__) 2025-03-21T21:05:28.0625770Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0626220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0626770Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0627000Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0627670Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:173:33: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2025-03-21T21:05:28.0628390Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2025-03-21T21:05:28.0628600Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2025-03-21T21:05:28.0629270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:53:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2025-03-21T21:05:28.0629820Z UPPER_BOUND) 2025-03-21T21:05:28.0629970Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0630440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2025-03-21T21:05:28.0631010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2025-03-21T21:05:28.0631300Z ~~~~~~~ ^~~~~~~~~~~ 2025-03-21T21:05:28.0631890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2025-03-21T21:05:28.0632550Z ##__VA_ARGS__) 2025-03-21T21:05:28.0632710Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0633170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T21:05:28.0633720Z ##__VA_ARGS__); \ 2025-03-21T21:05:28.0633940Z ^~~~~~~~~~~ 2025-03-21T21:05:28.0634110Z 4 warnings generated. 2025-03-21T21:05:28.0634280Z 4 warnings generated. 2025-03-21T21:05:28.0634590Z [100%] Linking CXX shared library libquantized_ops_aot_lib.dylib 2025-03-21T21:05:28.0634870Z [100%] Built target quantized_ops_aot_lib 2025-03-21T21:05:28.0635070Z running build_py 2025-03-21T21:05:28.0635350Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm 2025-03-21T21:05:28.0635900Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm 2025-03-21T21:05:28.0636420Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example 2025-03-21T21:05:28.0636950Z copying backends/example/test_example_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example 2025-03-21T21:05:28.0637610Z copying backends/example/example_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example 2025-03-21T21:05:28.0638370Z copying backends/example/example_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example 2025-03-21T21:05:28.0638990Z copying backends/example/example_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example 2025-03-21T21:05:28.0639510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek 2025-03-21T21:05:28.0640020Z copying backends/mediatek/partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek 2025-03-21T21:05:28.0640620Z copying backends/mediatek/preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek 2025-03-21T21:05:28.0641190Z copying backends/mediatek/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek 2025-03-21T21:05:28.0641690Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0642250Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0642930Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0643570Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0644210Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0644830Z copying backends/transforms/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0645900Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0646820Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0647520Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0648180Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0648790Z copying backends/transforms/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0649540Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0650170Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0650820Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0651480Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0652190Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms 2025-03-21T21:05:28.0652720Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0653250Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0653830Z copying backends/vulkan/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0654430Z copying backends/vulkan/op_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0655080Z copying backends/vulkan/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0655640Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan 2025-03-21T21:05:28.0656270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack 2025-03-21T21:05:28.0656770Z copying backends/xnnpack/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack 2025-03-21T21:05:28.0657360Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack 2025-03-21T21:05:28.0657880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0658360Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0658950Z copying backends/arm/tosa_specification.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0659510Z copying backends/arm/tosa_mapping.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0660040Z copying backends/arm/tosa_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0908620Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0930460Z copying backends/arm/arm_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0931060Z copying backends/arm/process_node.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0931630Z copying backends/arm/ethosu_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0932270Z copying backends/arm/tosa_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0933020Z copying backends/arm/arm_vela.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0933620Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm 2025-03-21T21:05:28.0934120Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps 2025-03-21T21:05:28.0934660Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps 2025-03-21T21:05:28.0935350Z copying backends/apple/mps/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps 2025-03-21T21:05:28.0935940Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0936640Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0937310Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0938090Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0938880Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0939640Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0940440Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0941200Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test 2025-03-21T21:05:28.0941790Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0948260Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0949090Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0950080Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0950810Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0951510Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0952230Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0952930Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0953720Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0954430Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0955200Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0955890Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0956660Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0957530Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0958260Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0959050Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0959820Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0960570Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0961500Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0962210Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0963010Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators 2025-03-21T21:05:28.0963630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization 2025-03-21T21:05:28.0964450Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization 2025-03-21T21:05:28.0965350Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization 2025-03-21T21:05:28.0965980Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/utils 2025-03-21T21:05:28.0966540Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/utils 2025-03-21T21:05:28.0967310Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/utils 2025-03-21T21:05:28.0967880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/partition 2025-03-21T21:05:28.0968620Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/partition 2025-03-21T21:05:28.0969460Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/partition 2025-03-21T21:05:28.0970040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/test 2025-03-21T21:05:28.0970660Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/test 2025-03-21T21:05:28.0971400Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/test 2025-03-21T21:05:28.0972010Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/partition 2025-03-21T21:05:28.0972620Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/partition 2025-03-21T21:05:28.0973370Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/partition 2025-03-21T21:05:28.0974010Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:28.0974610Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:28.0975440Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:28.0976180Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/compiler 2025-03-21T21:05:28.0976900Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/compiler 2025-03-21T21:05:28.0977640Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/compiler 2025-03-21T21:05:28.0978340Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T21:05:28.0979050Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T21:05:28.0979940Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/test 2025-03-21T21:05:28.0980620Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/test 2025-03-21T21:05:28.0981360Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1360000Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1360930Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1361630Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1362290Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1362940Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1363600Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1364240Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1365060Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1365760Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1366450Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1367170Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1367860Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1368560Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1369210Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1369870Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1370570Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1371280Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1371970Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1372730Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1373410Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1374080Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1374760Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1375590Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1376270Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1376970Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1377690Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1378420Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1379080Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1379730Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1380390Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1381050Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1381720Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1382450Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1383110Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1383740Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1384400Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1385090Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1385760Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1386410Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1387070Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1387780Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1388460Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1389170Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1389940Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1390610Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1391280Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1391930Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1392660Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1393310Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1393980Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1394650Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1395410Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1396080Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1396760Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1397440Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1398110Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1398760Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1399590Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1400270Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1400980Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1401680Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1402350Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1791500Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1807760Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1838860Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1877810Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1885530Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1887570Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1890320Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1891050Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1891730Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1892390Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1893040Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1893940Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1894620Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1895320Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1896470Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1897180Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1897840Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1898900Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders 2025-03-21T21:05:28.1899780Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization 2025-03-21T21:05:28.1900800Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization 2025-03-21T21:05:28.1901790Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization 2025-03-21T21:05:28.1902430Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests 2025-03-21T21:05:28.1902980Z copying backends/qualcomm/tests/models.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests 2025-03-21T21:05:28.1903650Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests 2025-03-21T21:05:28.1904340Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests 2025-03-21T21:05:28.1904890Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/utils 2025-03-21T21:05:28.1905510Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/utils 2025-03-21T21:05:28.1906150Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/utils 2025-03-21T21:05:28.1906680Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1907280Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1907980Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1908690Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1909700Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1910400Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1911150Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1911910Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1912700Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1913360Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1914030Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1914740Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1915510Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1916230Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1916950Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1917660Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1918330Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1918990Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1919750Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1920480Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1921200Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1921920Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1922630Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1923330Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1924060Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1924780Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1925470Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1926170Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1926930Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes 2025-03-21T21:05:28.1927510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/debugger 2025-03-21T21:05:28.1928110Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/debugger 2025-03-21T21:05:28.1928670Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition 2025-03-21T21:05:28.1929260Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition 2025-03-21T21:05:28.1930040Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition 2025-03-21T21:05:28.2249080Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition 2025-03-21T21:05:28.2249770Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:28.2250390Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:28.2251240Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:28.2251950Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:28.2252650Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:28.2253300Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/observers 2025-03-21T21:05:28.2254010Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/observers 2025-03-21T21:05:28.2254750Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:28.2255710Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:28.2256700Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:28.2257430Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2258060Z copying backends/example/example_operators/flatten.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2258800Z copying backends/example/example_operators/add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2259560Z copying backends/example/example_operators/linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2260300Z copying backends/example/example_operators/op_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2261080Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2261840Z copying backends/example/example_operators/ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2262570Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2263390Z copying backends/example/example_operators/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2264130Z copying backends/example/example_operators/dropout.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2264910Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators 2025-03-21T21:05:28.2265570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/_passes 2025-03-21T21:05:28.2266120Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/_passes 2025-03-21T21:05:28.2267000Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/_passes 2025-03-21T21:05:28.2267630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer 2025-03-21T21:05:28.2268200Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer 2025-03-21T21:05:28.2268950Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer 2025-03-21T21:05:28.2269640Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer 2025-03-21T21:05:28.2270330Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer 2025-03-21T21:05:28.2270930Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test 2025-03-21T21:05:28.2271510Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test 2025-03-21T21:05:28.2272240Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test 2025-03-21T21:05:28.2273120Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test 2025-03-21T21:05:28.2273750Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test 2025-03-21T21:05:28.2274300Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test 2025-03-21T21:05:28.2274980Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test 2025-03-21T21:05:28.2275690Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test 2025-03-21T21:05:28.2276270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/partitioner 2025-03-21T21:05:28.2276880Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/partitioner 2025-03-21T21:05:28.2277480Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization 2025-03-21T21:05:28.2278130Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization 2025-03-21T21:05:28.2278900Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization 2025-03-21T21:05:28.2279690Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization 2025-03-21T21:05:28.2280320Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime 2025-03-21T21:05:28.2280960Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime 2025-03-21T21:05:28.2281540Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2282160Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2282830Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2283660Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2290890Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2291650Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2292390Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2293280Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2293960Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes 2025-03-21T21:05:28.2294570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/quantizer 2025-03-21T21:05:28.2295150Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/quantizer 2025-03-21T21:05:28.2295750Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:28.2296390Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:28.2297270Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:28.2298000Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:28.2298640Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2756320Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2757200Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2758030Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2758830Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2759610Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2760390Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:28.2761080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/volk 2025-03-21T21:05:28.2761720Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/volk 2025-03-21T21:05:28.2762610Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T21:05:28.2763610Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T21:05:28.2764530Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2765320Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2766470Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2767430Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2768380Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2769440Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2770420Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2771410Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:28.2772240Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T21:05:28.2773220Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T21:05:28.2773960Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test 2025-03-21T21:05:28.2774520Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test 2025-03-21T21:05:28.2775210Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test 2025-03-21T21:05:28.2775800Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2776370Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2777050Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2777710Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2778420Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2779150Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2779840Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2780510Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2781200Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2781910Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2782610Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2783280Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2784010Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2784650Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2785320Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2786000Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2786740Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2787450Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2788160Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2788880Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2789570Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2790240Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2790950Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2791630Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2792310Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2793000Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2793680Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2794360Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2795050Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2795810Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2796510Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2797200Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2797910Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2798570Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2799230Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2970100Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2970810Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2971740Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2972410Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2973110Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2973820Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2974580Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2975250Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2976000Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2976680Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2977380Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2978040Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators 2025-03-21T21:05:28.2978730Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization 2025-03-21T21:05:28.2979390Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization 2025-03-21T21:05:28.2980170Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization 2025-03-21T21:05:28.2980850Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils 2025-03-21T21:05:28.2981390Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils 2025-03-21T21:05:28.2982050Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils 2025-03-21T21:05:28.2982730Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils 2025-03-21T21:05:28.2983390Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils 2025-03-21T21:05:28.2983940Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2984540Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2985260Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2986080Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2986760Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2987440Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2988150Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2988880Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2989600Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2990340Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2991040Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2991780Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2992450Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2993130Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes 2025-03-21T21:05:28.2993710Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party 2025-03-21T21:05:28.2994390Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party 2025-03-21T21:05:28.2995020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition 2025-03-21T21:05:28.2995640Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition 2025-03-21T21:05:28.2996350Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition 2025-03-21T21:05:28.2996950Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/quantizer 2025-03-21T21:05:28.2997540Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/quantizer 2025-03-21T21:05:28.2998350Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/quantizer 2025-03-21T21:05:28.2998990Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:28.2999650Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:28.3000510Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:28.3001160Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3001790Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3002560Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3003320Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3004140Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3004930Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3005700Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3006480Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:28.3007190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3007860Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3008540Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3009250Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3010120Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3010880Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3011600Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3012310Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3013090Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3405700Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3406480Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3407200Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3407910Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3408630Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models 2025-03-21T21:05:28.3409240Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/tester 2025-03-21T21:05:28.3409830Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/tester 2025-03-21T21:05:28.3410520Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/tester 2025-03-21T21:05:28.3411090Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3411660Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3412330Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3413080Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3413740Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3414400Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3415090Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3415790Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3416570Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3417230Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3417890Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3418570Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3419320Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3420030Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3420700Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3421370Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3422040Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3422690Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3423420Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3424120Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3424780Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3425440Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3426090Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3426730Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3427400Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3428060Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3428740Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3429420Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3430110Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3430830Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3431500Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3432190Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3432920Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3433700Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3434370Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3435040Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3435710Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3436420Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3437100Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3437760Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3438440Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:28.3439020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:28.3439670Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:28.3440540Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:28.3441340Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:28.3442020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:28.3442720Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:28.3443400Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:28.3444040Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:28.3444690Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:28.3445420Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:28.3446070Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:28.3446710Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:28.3447360Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3448110Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3598820Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3599850Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3600860Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3601990Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3602970Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3604040Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3605000Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3605950Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3606830Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3607860Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3608980Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3615970Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3616940Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3617930Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3618880Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3619800Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3620730Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3621630Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3622550Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3623600Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3624520Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3625480Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3626420Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3627390Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3628320Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3629300Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:28.3630060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:28.3630820Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:28.3631740Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:28.3632650Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:28.3633720Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:28.3634510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:28.3635310Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:28.3636270Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:28.3637210Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:28.3638050Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:28.3638820Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:28.3639580Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T21:05:28.3640320Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T21:05:28.3641040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:28.3641880Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:28.3642780Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:28.3643660Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:28.3644350Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3644990Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3645910Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3646700Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3647470Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3648300Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3649130Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:28.3789620Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:28.3790400Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:28.3791190Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:28.3791870Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test 2025-03-21T21:05:28.3792580Z copying backends/arm/test/test_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test 2025-03-21T21:05:28.3793310Z copying backends/arm/test/conftest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test 2025-03-21T21:05:28.3793900Z copying backends/arm/test/runner_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test 2025-03-21T21:05:28.3794480Z copying backends/arm/test/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test 2025-03-21T21:05:28.3794980Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3795580Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3796280Z copying backends/arm/operators/op_full.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3796890Z copying backends/arm/operators/op_ge.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3797600Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3798340Z copying backends/arm/operators/op_slice.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3798980Z copying backends/arm/operators/op_view.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3799600Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3800300Z copying backends/arm/operators/op_mul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3800900Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3801510Z copying backends/arm/operators/op_amax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3802320Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3802960Z copying backends/arm/operators/op_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3803650Z copying backends/arm/operators/op_any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3804300Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3804960Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3805600Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3806390Z copying backends/arm/operators/op_sum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3807120Z copying backends/arm/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3807730Z copying backends/arm/operators/op_exp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3808340Z copying backends/arm/operators/op_lt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3808970Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3809600Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3810390Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3811150Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3811830Z copying backends/arm/operators/op_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3812460Z copying backends/arm/operators/op_eq.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3813160Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3813910Z copying backends/arm/operators/op_gt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3814540Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3815160Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3815780Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3816420Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3817050Z copying backends/arm/operators/op_log.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3817830Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3818510Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3819130Z copying backends/arm/operators/op_amin.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3819840Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3820550Z copying backends/arm/operators/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3821190Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3822000Z copying backends/arm/operators/op_le.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3822720Z copying backends/arm/operators/op_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3823340Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3824100Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3824790Z copying backends/arm/operators/op_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3825480Z copying backends/arm/operators/op_table.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators 2025-03-21T21:05:28.3826220Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/util 2025-03-21T21:05:28.3826810Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/util 2025-03-21T21:05:28.3827530Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3828150Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3828940Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3829720Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3830570Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3831410Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3832270Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3833120Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3833960Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.3834770Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support 2025-03-21T21:05:28.4298730Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4299340Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4300010Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4300900Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4301550Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4302200Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4302830Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4303580Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4304240Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4304890Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4305540Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4306250Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4306880Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4307530Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4308190Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4308820Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4309500Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4310310Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4311020Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4311740Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4312440Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4313150Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4313850Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4314530Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4315190Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4315800Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4316460Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4317130Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4317840Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4318500Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4319170Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4319880Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4320640Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4321300Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4321970Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4322620Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4323310Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4323990Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4324620Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes 2025-03-21T21:05:28.4325150Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4325740Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4326370Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4327090Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4327780Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4328480Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer 2025-03-21T21:05:28.4329060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4329650Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4330350Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4331020Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4331690Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4332340Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4332990Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4333670Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4334430Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4335170Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc 2025-03-21T21:05:28.4335810Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tosautil 2025-03-21T21:05:28.4336380Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tosautil 2025-03-21T21:05:28.4336930Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4337600Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4338390Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4339230Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4339940Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4340730Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4452370Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4453210Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4454050Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4454790Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4455620Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes 2025-03-21T21:05:28.4456200Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4456760Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4457420Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4458100Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4458790Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4459480Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4460160Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4460830Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4461520Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4462200Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models 2025-03-21T21:05:28.4462800Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester 2025-03-21T21:05:28.4463390Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester 2025-03-21T21:05:28.4464050Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester 2025-03-21T21:05:28.4464700Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester 2025-03-21T21:05:28.4465360Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester 2025-03-21T21:05:28.4465990Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4466540Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4467210Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4467830Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4468590Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4469230Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4469850Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4470470Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4471110Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4471730Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4472350Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4473070Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4473710Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4474350Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4474970Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4475610Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4476240Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4476850Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4477500Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4478150Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4478790Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4479400Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4480080Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4480700Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4481330Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4481980Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4482610Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4483290Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4483900Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4484580Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4485310Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4486080Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4492810Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4493460Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4494080Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4494680Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4495280Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4496000Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4496610Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4497220Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4497830Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4498440Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4499050Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4499690Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4500310Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4616210Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4616900Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4617600Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4618300Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4619030Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4619640Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4620270Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4620950Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4621570Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4622360Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4622990Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4623610Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4624250Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4625000Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4625620Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4626260Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4626890Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4627530Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4628170Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4628940Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops 2025-03-21T21:05:28.4629520Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/quantizer 2025-03-21T21:05:28.4630140Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/quantizer 2025-03-21T21:05:28.4630810Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2025-03-21T21:05:28.4631510Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2025-03-21T21:05:28.4632240Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T21:05:28.4633060Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T21:05:28.4633930Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T21:05:28.4634810Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T21:05:28.4635670Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:28.4636580Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:28.4637650Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:28.4638530Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4639360Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4640460Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4641500Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4642610Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4643660Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4644680Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4645680Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4646680Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4647760Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4648740Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4649730Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4650750Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4651770Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4652790Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4653800Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4654860Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4656010Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4656990Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4658030Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4659050Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4660220Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4764950Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4766400Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4767590Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4768630Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4769670Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4770890Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4772020Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4773140Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4774350Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4775450Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4776460Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4777560Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4778650Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:28.4779630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:28.4780740Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:28.4781670Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:28.4782610Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:28.4784040Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:28.4784990Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:28.4785950Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:28.4787260Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:28.4788470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:28.4789420Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:28.4790570Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:28.4791770Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4792780Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4794040Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4795510Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4796830Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4798040Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:28.4799020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-03-21T21:05:28.4800090Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-03-21T21:05:28.4801030Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:28.4802000Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:28.4803320Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:28.4804690Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4805790Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4807190Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4808510Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4809830Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4811280Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4913660Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4915160Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4916520Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4917890Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4919230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:28.4920330Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4921600Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4923060Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4924560Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4926130Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4927650Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4929120Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4930560Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4932080Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4933650Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4935160Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4936620Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4938070Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4939530Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:28.4940630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-03-21T21:05:28.4941680Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-03-21T21:05:28.4942750Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:28.4943900Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:28.4945360Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:28.4946590Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:28.4947900Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:28.4949490Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:28.4951030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:28.4952630Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:28.4953900Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-03-21T21:05:28.4954870Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-03-21T21:05:28.4955860Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.4956880Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.4958180Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.5048590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.5049910Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.5051340Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.5052590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:28.5053630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:28.5054850Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:28.5056240Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:28.5057660Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:28.5058730Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:28.5059870Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:28.5060960Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:28.5062050Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:28.5063060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:28.5064050Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:28.5065330Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:28.5066660Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:28.5067760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:28.5068920Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:28.5070390Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:28.5071630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:28.5072780Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:28.5074290Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:28.5075760Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:28.5077290Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:28.5078500Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5079730Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5081450Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5083110Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5084750Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5086390Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:28.5087610Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:28.5088790Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:28.5090150Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:28.5091290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5092390Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5110090Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5111650Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5113080Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5114460Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5115890Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5117230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5118620Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5120000Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5121360Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5122770Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5124210Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5125590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5127020Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5128410Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5129960Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5131620Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5133200Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5134850Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5136510Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5138010Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5139610Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:28.5140820Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5142080Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5143660Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5145280Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5146920Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5148630Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5150590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5152140Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5153310Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:28.5154380Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:28.5155770Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:28.5509830Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:28.5511010Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:28.5512640Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:28.5514270Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:28.5515890Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:28.5517230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:28.5518490Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:28.5526480Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:28.5528000Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:28.5529230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:28.5530330Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:28.5531740Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:28.5533280Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:28.5534510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5535830Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5537460Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5539100Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5540790Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5542440Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:28.5543700Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:28.5544950Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:28.5546480Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:28.5547680Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5548880Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5550570Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5552060Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5553630Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5555230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5556780Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5558300Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5559790Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5561380Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5707150Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5708960Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5710560Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5712080Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5713590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5715170Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5716840Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5718470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5720030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5721730Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5723230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5724710Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5726470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:28.5727740Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5729060Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5730810Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5732550Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5734440Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5736350Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5738480Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5740270Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:28.5741580Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-03-21T21:05:28.5742820Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-03-21T21:05:28.5743880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:28.5744870Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:28.5746250Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:28.5747710Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:28.5749030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:28.5750050Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-03-21T21:05:28.5751140Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-03-21T21:05:28.5752230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-03-21T21:05:28.5753390Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-03-21T21:05:28.5862590Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-03-21T21:05:28.5863630Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-03-21T21:05:28.5864780Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-03-21T21:05:28.5865820Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-03-21T21:05:28.5866860Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-03-21T21:05:28.5867860Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-03-21T21:05:28.5869000Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-03-21T21:05:28.5870030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-03-21T21:05:28.5871120Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-03-21T21:05:28.5872150Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-03-21T21:05:28.5873160Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-03-21T21:05:28.5874150Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-03-21T21:05:28.5875160Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-03-21T21:05:28.5876220Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-03-21T21:05:28.5877220Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-03-21T21:05:28.5878220Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-03-21T21:05:28.5879230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-03-21T21:05:28.5880260Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-03-21T21:05:28.5881290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-03-21T21:05:28.5882310Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-03-21T21:05:28.5883350Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-03-21T21:05:28.5884490Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-03-21T21:05:28.5885340Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime 2025-03-21T21:05:28.5885890Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime 2025-03-21T21:05:28.5886530Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime 2025-03-21T21:05:28.5887240Z copying backends/cadence/runtime/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime 2025-03-21T21:05:28.5887880Z copying backends/cadence/runtime/executor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime 2025-03-21T21:05:28.5888430Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils 2025-03-21T21:05:28.5888970Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils 2025-03-21T21:05:28.5889650Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils 2025-03-21T21:05:28.5890320Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils 2025-03-21T21:05:28.5890840Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5891380Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5891980Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5892610Z copying backends/cadence/aot/export_example.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5893230Z copying backends/cadence/aot/compiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5893890Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5894540Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5895170Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5895790Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5896410Z copying backends/cadence/aot/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5897010Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5897650Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5898270Z copying backends/cadence/aot/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5898870Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5899500Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5900150Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5900780Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5901430Z copying backends/cadence/aot/passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:28.5902030Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO 2025-03-21T21:05:28.5902650Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO 2025-03-21T21:05:28.5903250Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:28.5903920Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:28.5904830Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:28.5905660Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:28.6066480Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T21:05:28.6067240Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T21:05:28.6067890Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:28.6068580Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:28.6069400Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:28.6070080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6070820Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6071830Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6072800Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6073710Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6074620Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6075530Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6076470Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6077370Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6078260Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6079200Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6080230Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6081160Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6082080Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6083090Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6084020Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:28.6084760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:28.6085480Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:28.6086320Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:28.6087170Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:28.6088030Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:28.6088740Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T21:05:28.6089450Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T21:05:28.6090250Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:28.6091040Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:28.6092030Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:28.6093020Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:28.6093820Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:28.6094660Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:28.6095670Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:28.6096660Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:28.6097650Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:28.6098510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6099320Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6100300Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6101280Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6102360Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6103340Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6104310Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6105330Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:28.6106360Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:28.6107200Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:28.6108170Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:28.6109240Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:28.6110240Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:28.6111040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:28.6265150Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:28.6266140Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:28.6266910Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:28.6267870Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:28.6268830Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:28.6269520Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6270110Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6270920Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6271660Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6272470Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6273210Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6273930Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6274770Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6275500Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests 2025-03-21T21:05:28.6276100Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:28.6276770Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:28.6277500Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:28.6278230Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:28.6279020Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:28.6279560Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen 2025-03-21T21:05:28.6280020Z copying codegen/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen 2025-03-21T21:05:28.6280450Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6281180Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6281790Z copying codegen/tools/gen_oplist.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6282320Z copying codegen/tools/yaml_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6282860Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6283400Z copying codegen/tools/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6283940Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6284480Z copying codegen/tools/merge_yaml.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools 2025-03-21T21:05:28.6284960Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test 2025-03-21T21:05:28.6285510Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test 2025-03-21T21:05:28.6286160Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test 2025-03-21T21:05:28.6286800Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test 2025-03-21T21:05:28.6287450Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test 2025-03-21T21:05:28.6288070Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6288700Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6289360Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6290040Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6290750Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6291520Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama 2025-03-21T21:05:28.6292080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6292650Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6293300Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6294010Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6294700Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6295390Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:28.6295950Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models 2025-03-21T21:05:28.6296440Z copying examples/models/checkpoint.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models 2025-03-21T21:05:28.6297000Z copying examples/models/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models 2025-03-21T21:05:28.6297550Z copying examples/models/model_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models 2025-03-21T21:05:28.6298290Z copying examples/models/model_factory.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models 2025-03-21T21:05:28.6298860Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/torchvision_vit 2025-03-21T21:05:28.6299470Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/torchvision_vit 2025-03-21T21:05:28.6300260Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/torchvision_vit 2025-03-21T21:05:28.6306090Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/qwen2_5 2025-03-21T21:05:28.6306650Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/qwen2_5 2025-03-21T21:05:28.6307320Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/qwen2_5 2025-03-21T21:05:28.6307890Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/toy_model 2025-03-21T21:05:28.6308470Z copying examples/models/toy_model/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/toy_model 2025-03-21T21:05:28.6309100Z copying examples/models/toy_model/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/toy_model 2025-03-21T21:05:28.6309630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/test 2025-03-21T21:05:28.6310140Z copying examples/models/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/test 2025-03-21T21:05:28.6310850Z copying examples/models/test/test_export.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/test 2025-03-21T21:05:28.6311380Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-4-mini 2025-03-21T21:05:28.6311940Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-4-mini 2025-03-21T21:05:28.6312620Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-4-mini 2025-03-21T21:05:28.6313190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/edsr 2025-03-21T21:05:28.6424580Z copying examples/models/edsr/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/edsr 2025-03-21T21:05:28.6425200Z copying examples/models/edsr/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/edsr 2025-03-21T21:05:28.6425810Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6426390Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6427120Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6428040Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6428740Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6429400Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:28.6429940Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/resnet 2025-03-21T21:05:28.6430480Z copying examples/models/resnet/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/resnet 2025-03-21T21:05:28.6431090Z copying examples/models/resnet/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/resnet 2025-03-21T21:05:28.6431780Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v4 2025-03-21T21:05:28.6432460Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v4 2025-03-21T21:05:28.6433130Z copying examples/models/inception_v4/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v4 2025-03-21T21:05:28.6433810Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v3 2025-03-21T21:05:28.6434380Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v3 2025-03-21T21:05:28.6435050Z copying examples/models/inception_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v3 2025-03-21T21:05:28.6435620Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/deeplab_v3 2025-03-21T21:05:28.6436170Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/deeplab_v3 2025-03-21T21:05:28.6436980Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/deeplab_v3 2025-03-21T21:05:28.6437540Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilebert 2025-03-21T21:05:28.6438240Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilebert 2025-03-21T21:05:28.6438910Z copying examples/models/mobilebert/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilebert 2025-03-21T21:05:28.6439590Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini-lora 2025-03-21T21:05:28.6440210Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini-lora 2025-03-21T21:05:28.6441070Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam 2025-03-21T21:05:28.6441680Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam 2025-03-21T21:05:28.6442440Z copying examples/models/efficient_sam/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam 2025-03-21T21:05:28.6443150Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v2 2025-03-21T21:05:28.6443830Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v2 2025-03-21T21:05:28.6444610Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v2 2025-03-21T21:05:28.6445180Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/wav2letter 2025-03-21T21:05:28.6445810Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/wav2letter 2025-03-21T21:05:28.6446470Z copying examples/models/wav2letter/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/wav2letter 2025-03-21T21:05:28.6447050Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v3 2025-03-21T21:05:28.6447710Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v3 2025-03-21T21:05:28.6448450Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v3 2025-03-21T21:05:28.6449020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision 2025-03-21T21:05:28.6449690Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision 2025-03-21T21:05:28.6450260Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava 2025-03-21T21:05:28.6450780Z copying examples/models/llava/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava 2025-03-21T21:05:28.6451380Z copying examples/models/llava/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava 2025-03-21T21:05:28.6452080Z copying examples/models/llava/image_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava 2025-03-21T21:05:28.6452800Z copying examples/models/llava/export_llava.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava 2025-03-21T21:05:28.6453340Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6453870Z copying examples/models/llama/export_llama.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6454670Z copying examples/models/llama/attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6455280Z copying examples/models/llama/norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6455900Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6456540Z copying examples/models/llama/fairseq2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6457140Z copying examples/models/llama/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6457780Z copying examples/models/llama/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6458410Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6459030Z copying examples/models/llama/rope.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6459720Z copying examples/models/llama/eval_llama.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6460420Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6461110Z copying examples/models/llama/llama_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6461850Z copying examples/models/llama/static_attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6462610Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6463320Z copying examples/models/llama/model_args.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama 2025-03-21T21:05:28.6463980Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/lstm 2025-03-21T21:05:28.6464500Z copying examples/models/lstm/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/lstm 2025-03-21T21:05:28.6465090Z copying examples/models/lstm/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/lstm 2025-03-21T21:05:28.6465620Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/emformer_rnnt 2025-03-21T21:05:28.6466210Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/emformer_rnnt 2025-03-21T21:05:28.6466890Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/emformer_rnnt 2025-03-21T21:05:28.6467630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6468440Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6678960Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6679960Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6680940Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6681890Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6682850Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:28.6683560Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/moshi/mimi 2025-03-21T21:05:28.6684140Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/moshi/mimi 2025-03-21T21:05:28.6685050Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T21:05:28.6685780Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T21:05:28.6686480Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:28.6687140Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:28.6687940Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:28.6688870Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:28.6689640Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:28.6690310Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:28.6691060Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:28.6691930Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:28.6692780Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:28.6693780Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:28.6694510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:28.6695320Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:28.6696210Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:28.6696940Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:28.6697700Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:28.6698610Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:28.6699350Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:28.6700100Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:28.6701050Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:28.6701760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/test 2025-03-21T21:05:28.6702340Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/test 2025-03-21T21:05:28.6703130Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/test 2025-03-21T21:05:28.6703730Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental 2025-03-21T21:05:28.6704380Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental 2025-03-21T21:05:28.6705150Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental 2025-03-21T21:05:28.6705940Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental 2025-03-21T21:05:28.6706780Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental 2025-03-21T21:05:28.6707460Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6708180Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6709090Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6709950Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6710840Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6711740Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6712630Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6713580Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6714450Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6715310Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6716170Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6717030Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6717940Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6718890Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6719720Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6720650Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6721630Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6960670Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:28.6963320Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tokenizer 2025-03-21T21:05:28.6964080Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tokenizer 2025-03-21T21:05:28.6964740Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner 2025-03-21T21:05:28.6965610Z copying examples/models/llama/runner/generation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner 2025-03-21T21:05:28.6966350Z copying examples/models/llama/runner/eager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner 2025-03-21T21:05:28.6967030Z copying examples/models/llama/runner/native.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner 2025-03-21T21:05:28.6967610Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests 2025-03-21T21:05:28.6968310Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests 2025-03-21T21:05:28.6969240Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests 2025-03-21T21:05:28.6970030Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests 2025-03-21T21:05:28.6970680Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/evaluate 2025-03-21T21:05:28.6971360Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/evaluate 2025-03-21T21:05:28.6972250Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/evaluate 2025-03-21T21:05:28.6972800Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6973210Z copying exir/graph_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6973670Z copying exir/print_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6974140Z copying exir/dynamic_shape.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6974580Z copying exir/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6975000Z copying exir/error.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6975430Z copying exir/memory.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6975850Z copying exir/graph.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6976320Z copying exir/memory_planning.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6976790Z copying exir/control_flow.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6977230Z copying exir/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6977650Z copying exir/_warnings.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6978080Z copying exir/types.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6978500Z copying exir/pass_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6979040Z copying exir/pass_manager.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6979490Z copying exir/delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6979950Z copying exir/tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6980380Z copying exir/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6980820Z copying exir/dim_order_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6981270Z copying exir/scalar_type.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6981700Z copying exir/wrap.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6982220Z copying exir/sym_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6982680Z copying exir/lowered_backend_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6983160Z copying exir/tracer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6983580Z copying exir/schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:28.6983990Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture 2025-03-21T21:05:28.6984480Z copying exir/capture/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture 2025-03-21T21:05:28.6985010Z copying exir/capture/_unlift.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture 2025-03-21T21:05:28.6985540Z copying exir/capture/_capture.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture 2025-03-21T21:05:28.6986050Z copying exir/capture/_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture 2025-03-21T21:05:28.6986500Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6986750Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6987010Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6987350Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6987620Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6987860Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6988140Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6988400Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6988660Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6988920Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6989160Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6989430Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6989670Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6989920Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6990200Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6990460Z copying exir/passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6990750Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6991010Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6991270Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6991530Z copying exir/passes/external_constants_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6991790Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6992160Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6992440Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6992710Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6992960Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6993320Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6993600Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6993840Z copying exir/passes/pass_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6994080Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6994350Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6994590Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.6994870Z copying exir/passes/const_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.7165840Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes 2025-03-21T21:05:28.7166100Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7166340Z copying exir/tests/test_op_convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7166570Z copying exir/tests/test_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7166820Z copying exir/tests/test_print_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7167050Z copying exir/tests/test_common.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7167270Z copying exir/tests/test_warnings.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7167490Z copying exir/tests/models.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7167710Z copying exir/tests/asr_joiner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7167930Z copying exir/tests/test_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7168200Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7168440Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7168810Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7169030Z copying exir/tests/test_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7169300Z copying exir/tests/test_tracer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7169590Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7169830Z copying exir/tests/test_arg_validator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7170070Z copying exir/tests/control_flow_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7170430Z copying exir/tests/test_quantization.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7170650Z copying exir/tests/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7170900Z copying exir/tests/transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7171120Z copying exir/tests/test_error.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7171340Z copying exir/tests/test_capture.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7171780Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7172040Z copying exir/tests/test_memory_planning.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7172360Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7172610Z copying exir/tests/test_serde.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7172900Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7173290Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7173700Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7173960Z copying exir/tests/test_pass_infra.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7174210Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7174440Z copying exir/tests/test_joint_graph.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7174680Z copying exir/tests/test_verification.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests 2025-03-21T21:05:28.7174850Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7175090Z copying exir/backend/partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7175430Z copying exir/backend/backend_details.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7175690Z copying exir/backend/operator_support.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7175910Z copying exir/backend/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7176140Z copying exir/backend/backend_api.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7176410Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend 2025-03-21T21:05:28.7176600Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification 2025-03-21T21:05:28.7176940Z copying exir/verification/arg_validator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification 2025-03-21T21:05:28.7177190Z copying exir/verification/dev_html.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification 2025-03-21T21:05:28.7177650Z copying exir/verification/interpreter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification 2025-03-21T21:05:28.7177940Z copying exir/verification/verifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification 2025-03-21T21:05:28.7178210Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7178450Z copying exir/_serialize/_dataclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7178800Z copying exir/_serialize/_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7190210Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7190510Z copying exir/_serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7190750Z copying exir/_serialize/_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7191080Z copying exir/_serialize/_cord.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7191370Z copying exir/_serialize/data_serializer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7191640Z copying exir/_serialize/padding.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7191900Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:28.7192080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects 2025-03-21T21:05:28.7192310Z copying exir/dialects/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects 2025-03-21T21:05:28.7192530Z copying exir/dialects/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects 2025-03-21T21:05:28.7192690Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program 2025-03-21T21:05:28.7193010Z copying exir/program/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program 2025-03-21T21:05:28.7193270Z copying exir/program/_fake_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program 2025-03-21T21:05:28.7193510Z copying exir/program/_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program 2025-03-21T21:05:28.7193670Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit 2025-03-21T21:05:28.7193880Z copying exir/emit/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit 2025-03-21T21:05:28.7194100Z copying exir/emit/_emit_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit 2025-03-21T21:05:28.7194300Z copying exir/emit/_emitter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit 2025-03-21T21:05:28.7194460Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7194690Z copying exir/serde/serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7194890Z copying exir/serde/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7195100Z copying exir/serde/upgrade.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7196840Z copying exir/serde/export_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7197320Z copying exir/serde/schema_check.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7197800Z copying exir/serde/union.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7198000Z copying exir/serde/schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde 2025-03-21T21:05:28.7198170Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator 2025-03-21T21:05:28.7198400Z copying exir/operator/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator 2025-03-21T21:05:28.7198640Z copying exir/operator/convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator 2025-03-21T21:05:28.7198880Z copying exir/operator/manip.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator 2025-03-21T21:05:28.7836760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7839000Z copying exir/backend/test/test_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7845080Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7854450Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7860280Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7863290Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7864260Z copying exir/backend/test/test_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7865160Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7865800Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7866470Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7867140Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7868850Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7869550Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7870220Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7870940Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7871600Z copying exir/backend/test/test_backends.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7872250Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7872910Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7873550Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test 2025-03-21T21:05:28.7874140Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:28.7874830Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:28.7875920Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:28.7877020Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:28.7877900Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:28.7878570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos 2025-03-21T21:05:28.7879160Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos 2025-03-21T21:05:28.7880000Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos 2025-03-21T21:05:28.7880580Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:28.7881230Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:28.7882060Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:28.7882890Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:28.7883460Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/test 2025-03-21T21:05:28.7884020Z copying exir/verification/test/test_verifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/test 2025-03-21T21:05:28.7884570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7885100Z copying exir/_serialize/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7885700Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7886320Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7887040Z copying exir/_serialize/test/test_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7887670Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test 2025-03-21T21:05:28.7888190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/test 2025-03-21T21:05:28.7888730Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/test 2025-03-21T21:05:28.7889270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend 2025-03-21T21:05:28.7889790Z copying exir/dialects/backend/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend 2025-03-21T21:05:28.7890300Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge 2025-03-21T21:05:28.7890800Z copying exir/dialects/edge/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge 2025-03-21T21:05:28.7891340Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend/test 2025-03-21T21:05:28.7891950Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend/test 2025-03-21T21:05:28.7892550Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype 2025-03-21T21:05:28.7893110Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype 2025-03-21T21:05:28.7893860Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype 2025-03-21T21:05:28.7894530Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype 2025-03-21T21:05:28.7895080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/test 2025-03-21T21:05:28.7895630Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/test 2025-03-21T21:05:28.7896290Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/test 2025-03-21T21:05:28.7896840Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op 2025-03-21T21:05:28.7897440Z copying exir/dialects/edge/op/api.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op 2025-03-21T21:05:28.7898060Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op 2025-03-21T21:05:28.7898600Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/arg 2025-03-21T21:05:28.7899120Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/arg 2025-03-21T21:05:28.7899770Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/arg 2025-03-21T21:05:28.7900300Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/spec 2025-03-21T21:05:28.7900830Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/spec 2025-03-21T21:05:28.7901450Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/spec 2025-03-21T21:05:28.7903150Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op/test 2025-03-21T21:05:28.7903770Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op/test 2025-03-21T21:05:28.7904320Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test 2025-03-21T21:05:28.7905010Z copying exir/program/test/test_fake_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test 2025-03-21T21:05:28.7905600Z copying exir/program/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test 2025-03-21T21:05:28.7906180Z copying exir/program/test/test_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test 2025-03-21T21:05:28.8327670Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/test 2025-03-21T21:05:28.8328210Z copying exir/emit/test/test_emit.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/test 2025-03-21T21:05:28.8328730Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/test 2025-03-21T21:05:28.8329260Z copying exir/operator/test/test_operator.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/test 2025-03-21T21:05:28.8329790Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree 2025-03-21T21:05:28.8330290Z copying extension/pytree/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree 2025-03-21T21:05:28.8330800Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training 2025-03-21T21:05:28.8331300Z copying extension/training/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training 2025-03-21T21:05:28.8331800Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util 2025-03-21T21:05:28.8332330Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util 2025-03-21T21:05:28.8333100Z copying extension/gguf_util/convert_main.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util 2025-03-21T21:05:28.8333730Z copying extension/gguf_util/converter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util 2025-03-21T21:05:28.8334250Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings 2025-03-21T21:05:28.8334810Z copying extension/pybindings/portable_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings 2025-03-21T21:05:28.8335350Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor 2025-03-21T21:05:28.8335890Z copying extension/flat_tensor/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor 2025-03-21T21:05:28.8336620Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/android_test 2025-03-21T21:05:28.8337160Z copying extension/android_test/add_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/android_test 2025-03-21T21:05:28.8337710Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/export_util 2025-03-21T21:05:28.8338220Z copying extension/export_util/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/export_util 2025-03-21T21:05:28.8338920Z copying extension/export_util/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/export_util 2025-03-21T21:05:28.8339440Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree/test 2025-03-21T21:05:28.8339950Z copying extension/pytree/test/test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree/test 2025-03-21T21:05:28.8340470Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers 2025-03-21T21:05:28.8341020Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers 2025-03-21T21:05:28.8341560Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8342120Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8342930Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8343630Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8344310Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8344980Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8345680Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8346370Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8347050Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:28.8347610Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer 2025-03-21T21:05:28.8348160Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer 2025-03-21T21:05:28.8348800Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer 2025-03-21T21:05:28.8349460Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer 2025-03-21T21:05:28.8350160Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer 2025-03-21T21:05:28.8352290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8353770Z copying extension/llm/export/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8355440Z copying extension/llm/export/builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8357150Z copying extension/llm/export/export_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8358910Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8361110Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8362910Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export 2025-03-21T21:05:28.8364430Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules 2025-03-21T21:05:28.8365910Z copying extension/llm/modules/attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules 2025-03-21T21:05:28.8366720Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules 2025-03-21T21:05:28.8367450Z copying extension/llm/modules/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules 2025-03-21T21:05:28.8368060Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules 2025-03-21T21:05:28.8368660Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:28.8369400Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:28.8370280Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:28.8371250Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:28.8372150Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:28.8372840Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T21:05:28.8373520Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T21:05:28.8374250Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:28.8375110Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:28.8376130Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:28.8376930Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:28.8377700Z copying extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:28.8378730Z copying extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:28.8379500Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T21:05:28.8380330Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T21:05:28.8381170Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:28.8724920Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:28.8726380Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:28.8727270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T21:05:28.8728370Z copying extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T21:05:28.8729370Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:28.8730610Z copying extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:28.8732140Z copying extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:28.8733400Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:28.8735050Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:28.8736600Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:28.8738000Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:28.8739390Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:28.8740520Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T21:05:28.8741600Z copying extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T21:05:28.8742740Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T21:05:28.8743720Z copying extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T21:05:28.8745000Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T21:05:28.8745960Z copying extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T21:05:28.8747020Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T21:05:28.8748110Z copying extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T21:05:28.8749250Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T21:05:28.8750240Z copying extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T21:05:28.8751260Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T21:05:28.8752290Z copying extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T21:05:28.8753270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:28.8754090Z copying extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:28.8755130Z copying extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:28.8756550Z copying extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:28.8757710Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T21:05:28.8758670Z copying extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T21:05:28.8759610Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:28.8760560Z copying extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:28.8761660Z copying extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:28.8762630Z copying extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:28.8763580Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T21:05:28.8764500Z copying extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T21:05:28.8765390Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant 2025-03-21T21:05:28.8766180Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant 2025-03-21T21:05:28.8767140Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:28.8767960Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:28.8769010Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:28.8769770Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/test 2025-03-21T21:05:28.8770610Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/test 2025-03-21T21:05:28.8771270Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test 2025-03-21T21:05:28.8771950Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test 2025-03-21T21:05:28.8772770Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test 2025-03-21T21:05:28.8773680Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test 2025-03-21T21:05:28.8774490Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test 2025-03-21T21:05:28.8775160Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings 2025-03-21T21:05:28.8775860Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings 2025-03-21T21:05:28.8776570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings/test 2025-03-21T21:05:28.8777300Z copying extension/training/pybindings/test/test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings/test 2025-03-21T21:05:29.5705040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR 2025-03-21T21:05:29.5806540Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR 2025-03-21T21:05:29.5908250Z copying extension/training/examples/XOR/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR 2025-03-21T21:05:29.6010280Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR/test 2025-03-21T21:05:29.6111050Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR/test 2025-03-21T21:05:29.6201540Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/converters 2025-03-21T21:05:29.6203190Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/converters 2025-03-21T21:05:29.6203880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test 2025-03-21T21:05:29.6204480Z copying extension/pybindings/test/make_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test 2025-03-21T21:05:29.6205240Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test 2025-03-21T21:05:29.6206010Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test 2025-03-21T21:05:29.6206630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/test 2025-03-21T21:05:29.6207440Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/test 2025-03-21T21:05:29.6208040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.6208670Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.6209430Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.6210220Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.6210960Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized 2025-03-21T21:05:29.6211450Z copying kernels/quantized/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized 2025-03-21T21:05:29.6212000Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test 2025-03-21T21:05:29.6212610Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test 2025-03-21T21:05:29.6215980Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test 2025-03-21T21:05:29.6217300Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools 2025-03-21T21:05:29.6217760Z copying devtools/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools 2025-03-21T21:05:29.6218290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/debug_format 2025-03-21T21:05:29.6218840Z copying devtools/debug_format/et_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/debug_format 2025-03-21T21:05:29.6219470Z copying devtools/debug_format/base_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/debug_format 2025-03-21T21:05:29.6220030Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization 2025-03-21T21:05:29.6222170Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization 2025-03-21T21:05:29.6224740Z copying devtools/visualization/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization 2025-03-21T21:05:29.6225550Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization 2025-03-21T21:05:29.6226180Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector 2025-03-21T21:05:29.6226730Z copying devtools/inspector/_inspector.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector 2025-03-21T21:05:29.6227360Z copying devtools/inspector/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector 2025-03-21T21:05:29.6227990Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector 2025-03-21T21:05:29.6228670Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector 2025-03-21T21:05:29.6229230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6229820Z copying devtools/bundled_program/config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6230510Z copying devtools/bundled_program/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6231150Z copying devtools/bundled_program/core.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6231840Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/size_analysis_tool 2025-03-21T21:05:29.6232490Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/size_analysis_tool 2025-03-21T21:05:29.6233270Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/size_analysis_tool 2025-03-21T21:05:29.6233880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug 2025-03-21T21:05:29.6234480Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug 2025-03-21T21:05:29.6235330Z copying devtools/backend_debug/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug 2025-03-21T21:05:29.6235880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump 2025-03-21T21:05:29.6236410Z copying devtools/etdump/serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump 2025-03-21T21:05:29.6237040Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump 2025-03-21T21:05:29.6237580Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord 2025-03-21T21:05:29.6238260Z copying devtools/etrecord/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord 2025-03-21T21:05:29.6239760Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord 2025-03-21T21:05:29.6241290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests 2025-03-21T21:05:29.6243050Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests 2025-03-21T21:05:29.6247690Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests 2025-03-21T21:05:29.6249740Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests 2025-03-21T21:05:29.6252010Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6253240Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6254030Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6254780Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6255400Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/util 2025-03-21T21:05:29.6256010Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/util 2025-03-21T21:05:29.6256640Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:29.6257280Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:29.6257890Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.6258530Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.6259280Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.6259950Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/test 2025-03-21T21:05:29.6260940Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/test 2025-03-21T21:05:29.6261640Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/test 2025-03-21T21:05:29.6262320Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/test 2025-03-21T21:05:29.6263060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug/tests 2025-03-21T21:05:29.6264290Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug/tests 2025-03-21T21:05:29.6267010Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/tests 2025-03-21T21:05:29.6288770Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/tests 2025-03-21T21:05:29.6290360Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord/tests 2025-03-21T21:05:29.6291960Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord/tests 2025-03-21T21:05:29.6294150Z copying devtools/bundled_program/config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6295960Z copying devtools/bundled_program/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6297750Z copying devtools/bundled_program/core.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program 2025-03-21T21:05:29.6315970Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6318180Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6320240Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test 2025-03-21T21:05:29.6322300Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/util 2025-03-21T21:05:29.6323150Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:29.6323900Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.6324690Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.6325540Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/test 2025-03-21T21:05:29.6326390Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/test 2025-03-21T21:05:29.6328080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime 2025-03-21T21:05:29.6329390Z copying runtime/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime 2025-03-21T21:05:29.6330370Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/test 2025-03-21T21:05:29.6330880Z copying runtime/test/test_runtime.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/test 2025-03-21T21:05:29.6331360Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util 2025-03-21T21:05:29.6331920Z copying util/python_profiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util 2025-03-21T21:05:29.6332410Z copying util/collect_env.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util 2025-03-21T21:05:29.6332920Z copying util/activation_memory_profiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util 2025-03-21T21:05:29.6333280Z running egg_info 2025-03-21T21:05:29.6333460Z creating executorch.egg-info 2025-03-21T21:05:29.6333680Z writing executorch.egg-info/PKG-INFO 2025-03-21T21:05:29.6333990Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T21:05:29.6334350Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T21:05:29.6334680Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T21:05:29.6335170Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T21:05:29.6335500Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T21:05:29.6335810Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T21:05:29.6336070Z adding license file 'LICENSE' 2025-03-21T21:05:29.6336330Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T21:05:29.6338400Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml 2025-03-21T21:05:29.6340910Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization 2025-03-21T21:05:29.6342700Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization 2025-03-21T21:05:29.6343330Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/aot/ir 2025-03-21T21:05:29.6343900Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/aot/ir 2025-03-21T21:05:29.6344580Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization 2025-03-21T21:05:29.6345190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6346060Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6346890Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6351480Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6353840Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6356410Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6358760Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:29.6360790Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/glsl 2025-03-21T21:05:29.6363900Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/glsl 2025-03-21T21:05:29.6365710Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6367760Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6370340Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6373230Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6376430Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6378820Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6381240Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6383780Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6384760Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6385730Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6386740Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6387600Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6388440Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6389300Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6390170Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6391190Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6392170Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6393120Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6394060Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6395030Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6396030Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6396960Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6397920Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6398810Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6399830Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6400710Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6401550Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6402360Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6403440Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6404310Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6405180Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6406260Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6407220Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6408680Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6409730Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6410690Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6411800Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6412720Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6413660Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6414580Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6415540Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6416460Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6417400Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6419180Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6422130Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6423660Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6424590Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6425510Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6426450Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6427550Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6428500Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6429420Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6430530Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6431530Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6432470Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6433380Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6434230Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6435270Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6436230Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6437120Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6437990Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6439020Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6440010Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:29.6440920Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization 2025-03-21T21:05:29.6441800Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization 2025-03-21T21:05:29.6664450Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party 2025-03-21T21:05:29.6668580Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:29.6679420Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:29.6696790Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:29.6716630Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:29.6728670Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6768780Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6770160Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6772540Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6774500Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6777490Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6778550Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6795180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6801550Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6805830Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6807250Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6808220Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6809260Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6813520Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6817660Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6820460Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6824010Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6827070Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6828210Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6829230Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6830500Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6831520Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6832620Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6833680Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:29.6834480Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6835270Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6836220Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6837150Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6838320Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6839290Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6840220Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6841150Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6842060Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6842980Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6843890Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6844830Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6845810Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6846840Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6847740Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6848640Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6849520Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6853910Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6856500Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6926470Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6927660Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6928590Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6929540Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6930470Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6934500Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6937110Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6939610Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6942540Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6945210Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6948110Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6950690Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6953330Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6955890Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6958460Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6961510Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6964320Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6966900Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6970120Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6972880Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6975770Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6978800Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6981520Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6984310Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6985340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6986340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6987460Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6988370Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6989290Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6990260Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6991240Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6992190Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6993130Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6994100Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.6996870Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7000050Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7002790Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7005600Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7008460Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7014470Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7015610Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7016720Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7017710Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7018700Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7019630Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7020560Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7021660Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7022630Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7131010Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7139020Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7140230Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7142160Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7143110Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7143990Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7144860Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7145900Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:29.7146860Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:29.7147830Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:29.7148800Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:29.7149940Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:29.7150930Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:29.7151990Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:29.7152760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T21:05:29.7153530Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T21:05:29.7154560Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:29.7155730Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:29.7156830Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:29.7157810Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:29.7159030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:29.7160250Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7161460Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7163080Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7164350Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7165680Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7167060Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7168440Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7169910Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7171150Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7172490Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7173720Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7174950Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7176230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7177600Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7178870Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7180510Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7181950Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7183220Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7184430Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7185630Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7313010Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7314480Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7315740Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:29.7317180Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:29.7318470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:29.7319630Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-03-21T21:05:29.7320640Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-03-21T21:05:29.7321650Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-03-21T21:05:29.7322700Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-03-21T21:05:29.7324250Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-03-21T21:05:29.7325310Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-03-21T21:05:29.7326660Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-03-21T21:05:29.7327780Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:29.7328810Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:29.7330110Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:29.7331470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:29.7332520Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:29.7333780Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:29.7335180Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:29.7336550Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:29.7338020Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:29.7339150Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-03-21T21:05:29.7340310Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-03-21T21:05:29.7341440Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:29.7342530Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:29.7343880Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:29.7345060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-03-21T21:05:29.7346100Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-03-21T21:05:29.7347190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:29.7348380Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:29.7349900Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:29.7351470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:29.7352990Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-03-21T21:05:29.7354590Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-03-21T21:05:29.7355710Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-03-21T21:05:29.7361220Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-03-21T21:05:29.7366910Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:29.7594760Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:29.7596220Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:29.7597290Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:29.7598400Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:29.7599910Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:29.7601320Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:29.7602770Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:29.7603880Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7605030Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7606390Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7607750Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7609230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7610610Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7611970Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7613560Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7614940Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7616450Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7617860Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7619250Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7620700Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:29.7622090Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:29.7623120Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-03-21T21:05:29.7624170Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-03-21T21:05:29.7625230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:29.7626320Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:29.7627670Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:29.7628760Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:29.7630020Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:29.7631380Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:29.7632720Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:29.7633900Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:29.7634970Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:29.7636470Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:29.7637560Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:29.7638680Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:29.7640290Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:29.8796450Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:29.8797870Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:29.8799550Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:29.8801200Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-03-21T21:05:29.8802580Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-03-21T21:05:29.8803890Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-03-21T21:05:29.8805110Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-03-21T21:05:29.8806540Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:29.8807740Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:29.8809240Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:29.8810960Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:29.8812190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:29.8813330Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:29.8814760Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:29.8815920Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-03-21T21:05:29.8817400Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-03-21T21:05:29.8818590Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:29.8819670Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:29.8821010Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:29.8822080Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-03-21T21:05:29.8823230Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-03-21T21:05:29.8824640Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-03-21T21:05:29.8825820Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-03-21T21:05:29.8827110Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-03-21T21:05:29.8828180Z copying backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-03-21T21:05:29.8829160Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:29.8829960Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:29.8830640Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot 2025-03-21T21:05:29.8831350Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:29.8832070Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:29.8832840Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:29.8833600Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini 2025-03-21T21:05:29.8834180Z copying exir/delegate.pyi -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir 2025-03-21T21:05:29.8834700Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge 2025-03-21T21:05:29.8835290Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings 2025-03-21T21:05:29.8836350Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T21:05:29.8837500Z copying extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T21:05:29.8838450Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings 2025-03-21T21:05:29.8839190Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.8839910Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:29.8840600Z copying kernels/quantized/quantized.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized 2025-03-21T21:05:29.8841270Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test 2025-03-21T21:05:29.8841820Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/schema 2025-03-21T21:05:29.8842250Z copying schema/program.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/schema 2025-03-21T21:05:29.9831410Z copying schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/schema 2025-03-21T21:05:29.9832070Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump 2025-03-21T21:05:29.9832680Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump 2025-03-21T21:05:29.9833630Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.9834440Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.9835260Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.9836050Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema 2025-03-21T21:05:29.9836970Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/kernel/test 2025-03-21T21:05:29.9837560Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/kernel/test 2025-03-21T21:05:29.9838200Z copying schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:29.9838830Z copying schema/program.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize 2025-03-21T21:05:29.9839750Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:29.9840620Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:29.9841230Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/share/cmake 2025-03-21T21:05:29.9841860Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/share/cmake/executorch-config.cmake 2025-03-21T21:05:29.9842510Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9843110Z copying runtime/core/error.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9843770Z copying runtime/core/event_tracer.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9844620Z copying runtime/core/tag.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9845290Z copying runtime/core/named_data_map.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9845990Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9846690Z copying runtime/core/memory_allocator.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9847420Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9848100Z copying runtime/core/result.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9848750Z copying runtime/core/freeable_buffer.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9849390Z copying runtime/core/defines.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9850040Z copying runtime/core/tensor_layout.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9850750Z copying runtime/core/data_loader.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9851410Z copying runtime/core/span.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9852230Z copying runtime/core/evalue.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9852910Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9853740Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9854430Z copying runtime/core/array_ref.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core 2025-03-21T21:05:29.9855060Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9855860Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9856670Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9857480Z copying runtime/core/portable_type/half.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9858330Z copying runtime/core/portable_type/device.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9859140Z copying runtime/core/portable_type/optional.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9859930Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9860760Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9861550Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9862390Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9863420Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9864230Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9865020Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9865830Z copying runtime/core/portable_type/complex.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9866650Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:29.9867410Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9868180Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9869170Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9870150Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9871190Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9872230Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9873220Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9874220Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9875330Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9876270Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:29.9877090Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:29.9919990Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:29.9921040Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:29.9921820Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T21:05:29.9922490Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T21:05:29.9923190Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9923940Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9924900Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9925860Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9926710Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9927580Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:29.9928330Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:29.9929100Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:29.9930020Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:29.9930740Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:29.9931360Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:29.9932100Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:29.9932920Z copying runtime/kernel/operator_registry.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:29.9933660Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:29.9934300Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/test 2025-03-21T21:05:29.9934940Z copying runtime/kernel/test/test_util.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/test 2025-03-21T21:05:29.9935570Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9936350Z copying runtime/platform/compiler.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9937020Z copying runtime/platform/types.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9937680Z copying runtime/platform/runtime.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9938400Z copying runtime/platform/log.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9939090Z copying runtime/platform/system.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9939760Z copying runtime/platform/compat_unistd.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9940470Z copying runtime/platform/profiler.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9941170Z copying runtime/platform/assert.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9941840Z copying runtime/platform/platform.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9942580Z copying runtime/platform/clock.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9943220Z copying runtime/platform/abort.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform 2025-03-21T21:05:29.9943830Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/test 2025-03-21T21:05:29.9944480Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/test 2025-03-21T21:05:29.9945150Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:29.9945880Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:29.9946700Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:29.9947430Z copying extension/kernel_util/type_list.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:29.9948040Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor 2025-03-21T21:05:29.9948670Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor 2025-03-21T21:05:29.9950030Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor 2025-03-21T21:05:29.9953560Z copying extension/tensor/tensor.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor 2025-03-21T21:05:29.9954900Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor 2025-03-21T21:05:29.9955560Z creating pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool 2025-03-21T21:05:29.9956250Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool 2025-03-21T21:05:29.9957020Z copying extension/threadpool/threadpool.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool 2025-03-21T21:05:29.9957920Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool 2025-03-21T21:05:29.9958410Z running build_ext 2025-03-21T21:05:29.9958860Z creating /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/data/bin 2025-03-21T21:05:29.9960150Z copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/third-party/flatbuffers/flatc -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/data/bin 2025-03-21T21:05:29.9961720Z copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/_portable_lib.cpython-311-darwin.so -> pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings 2025-03-21T21:05:29.9963240Z copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/kernels/quantized/libquantized_ops_aot_lib.dylib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized 2025-03-21T21:05:29.9964600Z copying tools/wheel/pip_data_bin_init.py.in -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/data/bin/__init__.py 2025-03-21T21:05:29.9966070Z copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-11.1-arm64-cpython-311/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops 2025-03-21T21:05:29.9967120Z installing to pip-out/bdist.macosx-11.1-arm64/wheel 2025-03-21T21:05:29.9967360Z running install 2025-03-21T21:05:29.9967520Z running install_lib 2025-03-21T21:05:29.9967710Z creating pip-out/bdist.macosx-11.1-arm64/wheel 2025-03-21T21:05:29.9968030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch 2025-03-21T21:05:29.9968380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/kernels 2025-03-21T21:05:29.9968760Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/kernels/quantized 2025-03-21T21:05:29.9969180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/kernels/quantized/test 2025-03-21T21:05:29.9999640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized/test 2025-03-21T21:05:30.0000690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized/test 2025-03-21T21:05:30.0001670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized/test 2025-03-21T21:05:30.0002600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized 2025-03-21T21:05:30.0003620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized 2025-03-21T21:05:30.0004580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/kernels/quantized/libquantized_ops_aot_lib.dylib -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/kernels/quantized 2025-03-21T21:05:30.0005390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch 2025-03-21T21:05:30.0005900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension 2025-03-21T21:05:30.0006320Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree 2025-03-21T21:05:30.0006880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree/test 2025-03-21T21:05:30.0007530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree/test/test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pytree/test 2025-03-21T21:05:30.0008380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pytree/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pytree 2025-03-21T21:05:30.0008980Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm 2025-03-21T21:05:30.0009450Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers 2025-03-21T21:05:30.0009900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T21:05:30.0010390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T21:05:30.0011190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T21:05:30.0012010Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:30.0015200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:30.0016380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T21:05:30.0017050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:30.0018070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:30.0019410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T21:05:30.0020630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:30.0021780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:30.0022890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T21:05:30.0023920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T21:05:30.0024740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party 2025-03-21T21:05:30.0025290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:30.0026230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:30.0027170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T21:05:30.0028150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T21:05:30.0029330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:30.0030430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:30.0031860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T21:05:30.0033110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T21:05:30.0034000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-03-21T21:05:30.0034640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T21:05:30.0035310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:30.0036450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:30.0037910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T21:05:30.0039390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T21:05:30.0040390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-03-21T21:05:30.0041110Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:30.0042310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:30.0043870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:30.0045520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:30.0047090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T21:05:30.0156020Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-03-21T21:05:30.0158360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-03-21T21:05:30.0159000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T21:05:30.0160100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T21:05:30.0161370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T21:05:30.0162450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T21:05:30.0169970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T21:05:30.0170970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T21:05:30.0171990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T21:05:30.0173250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T21:05:30.0174280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-03-21T21:05:30.0174890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-03-21T21:05:30.0175560Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T21:05:30.0176930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T21:05:30.0178030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-03-21T21:05:30.0178630Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-03-21T21:05:30.0179250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T21:05:30.0180280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T21:05:30.0181440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-03-21T21:05:30.0182020Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:30.0182900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:30.0184180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:30.0185850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T21:05:30.0187000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T21:05:30.0188590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T21:05:30.0189740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T21:05:30.0191040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T21:05:30.0192160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:30.0193250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:30.0195000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:30.0196230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T21:05:30.0197060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0197780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0198540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T21:05:30.0199340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T21:05:30.0200170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T21:05:30.0200750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:30.0201620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:30.0202810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T21:05:30.0204020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0205010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0205990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0207030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0207980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0209050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0210010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0211000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T21:05:30.0211700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizer 2025-03-21T21:05:30.0212380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T21:05:30.0239200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T21:05:30.0240630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T21:05:30.0241740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T21:05:30.0242660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T21:05:30.0243740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T21:05:30.0244530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/export 2025-03-21T21:05:30.0245180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0246180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0247100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0248120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0249250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0250200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/export 2025-03-21T21:05:30.0250970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/modules 2025-03-21T21:05:30.0251640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules 2025-03-21T21:05:30.0252940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules 2025-03-21T21:05:30.0253730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/llm/modules/test 2025-03-21T21:05:30.0254500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules/test 2025-03-21T21:05:30.0255580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules/test 2025-03-21T21:05:30.0256570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules/test 2025-03-21T21:05:30.0257660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules/test 2025-03-21T21:05:30.0258670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules 2025-03-21T21:05:30.0259560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/llm/modules 2025-03-21T21:05:30.0260430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training 2025-03-21T21:05:30.0261200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training 2025-03-21T21:05:30.0261850Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training/pybindings 2025-03-21T21:05:30.0262710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/pybindings 2025-03-21T21:05:30.0263470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training/pybindings/test 2025-03-21T21:05:30.0264400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T21:05:30.0265500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/pybindings 2025-03-21T21:05:30.0266360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training/examples 2025-03-21T21:05:30.0266880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training/examples/XOR 2025-03-21T21:05:30.0267730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T21:05:30.0268570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T21:05:30.0269450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T21:05:30.0270560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T21:05:30.0271290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util 2025-03-21T21:05:30.0271960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/gguf_util 2025-03-21T21:05:30.0273060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/gguf_util 2025-03-21T21:05:30.0273760Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util/converters 2025-03-21T21:05:30.0274520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T21:05:30.0275540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/gguf_util/converter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/gguf_util 2025-03-21T21:05:30.0276290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings 2025-03-21T21:05:30.0276710Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings/test 2025-03-21T21:05:30.0277410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings/test 2025-03-21T21:05:30.0278480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings/test 2025-03-21T21:05:30.0280000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings/test 2025-03-21T21:05:30.0281500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings 2025-03-21T21:05:30.0282690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings 2025-03-21T21:05:30.0283730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/pybindings/_portable_lib.cpython-311-darwin.so -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/pybindings 2025-03-21T21:05:30.0284490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/flat_tensor 2025-03-21T21:05:30.0285060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/flat_tensor/test 2025-03-21T21:05:30.0285810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T21:05:30.0286720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor 2025-03-21T21:05:30.0287380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0306780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0307910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0308900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0309880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0310870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T21:05:30.0311760Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/android_test 2025-03-21T21:05:30.0312440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/android_test/add_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/android_test 2025-03-21T21:05:30.0313100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/export_util 2025-03-21T21:05:30.0313910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/export_util/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/export_util 2025-03-21T21:05:30.0314900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/extension/export_util/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/extension/export_util 2025-03-21T21:05:30.0315510Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/util 2025-03-21T21:05:30.0316100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util/python_profiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/util 2025-03-21T21:05:30.0316830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util/collect_env.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/util 2025-03-21T21:05:30.0317580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/util/activation_memory_profiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/util 2025-03-21T21:05:30.0318300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include 2025-03-21T21:05:30.0318800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch 2025-03-21T21:05:30.0319240Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/extension 2025-03-21T21:05:30.0319730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T21:05:30.0320570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T21:05:30.0321730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T21:05:30.0322860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T21:05:30.0323690Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:30.0324570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:30.0325810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:30.0327210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T21:05:30.0328030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T21:05:30.0328830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T21:05:30.0329950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T21:05:30.0331110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T21:05:30.0332160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T21:05:30.0332990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime 2025-03-21T21:05:30.0333460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0334190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0335210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0336200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0337050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0337950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0339140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0340330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0341470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0342610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0343760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0344900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0346150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0347370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0348300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T21:05:30.0349000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T21:05:30.0349650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0350610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0391830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0393220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0394660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0396020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0397470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0398830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0400150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0401610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:05:30.0402730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:30.0403810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:30.0405120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:05:30.0406570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0407910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0409060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0410410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0411750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T21:05:30.0413090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0414460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0415690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0416920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0418200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0419050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T21:05:30.0419940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T21:05:30.0420840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0421840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0423240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0424580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0425970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0427410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:05:30.0428420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:30.0429460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:30.0430910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:05:30.0432250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0433270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0434530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0435570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0436560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0437530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0438630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0794880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0796110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T21:05:30.0796940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0797780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0798640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T21:05:30.0799490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T21:05:30.0800590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0801650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0802800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0803870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0804960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0806060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0807220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0808270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0809420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0810450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T21:05:30.0811200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T21:05:30.0811720Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T21:05:30.0812560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T21:05:30.0813790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T21:05:30.0814900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T21:05:30.0816010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T21:05:30.0817090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T21:05:30.0817810Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends 2025-03-21T21:05:30.0818190Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple 2025-03-21T21:05:30.0818590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps 2025-03-21T21:05:30.0819010Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2025-03-21T21:05:30.0819690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0820660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0821720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0822690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0823680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0830120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0831240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/test 2025-03-21T21:05:30.0831970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0832750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0833850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0835210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0836270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0837290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0838390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0839380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0840380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0841380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0842400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0843380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0844360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0861800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0863070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0864140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0865140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0866280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0867370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0868430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0869820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T21:05:30.0870630Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T21:05:30.0871470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T21:05:30.0872550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T21:05:30.0873620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T21:05:30.0874690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps 2025-03-21T21:05:30.0875590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps 2025-03-21T21:05:30.0876240Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/utils 2025-03-21T21:05:30.0876940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T21:05:30.0877880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T21:05:30.0878590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/partition 2025-03-21T21:05:30.0879340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T21:05:30.0880370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T21:05:30.0881060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml 2025-03-21T21:05:30.0881780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml 2025-03-21T21:05:30.0882550Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/test 2025-03-21T21:05:30.0883290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T21:05:30.0884300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T21:05:30.0885040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T21:05:30.0885630Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T21:05:30.0886450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T21:05:30.0887240Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T21:05:30.0888090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T21:05:30.0888980Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T21:05:30.0889730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T21:05:30.0890760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T21:05:30.0891530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:30.0892300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:30.0893390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T21:05:30.0894180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T21:05:30.0894940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T21:05:30.0896000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T21:05:30.0896710Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm 2025-03-21T21:05:30.0897390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm 2025-03-21T21:05:30.0898080Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0898770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0899710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0900640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0901730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0902650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0903630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0904640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0905600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.0906580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1022420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1024100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1025270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1026210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1027300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1028270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1029220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1030190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1031140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1032330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1033360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1034310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1035490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1036570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1037520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1038670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1039800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1040760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1041910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1042930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1044110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1045060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1046000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1047290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1048240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1049180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1050120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1051080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1052030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1052940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1053870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1054810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1056060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1057040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1058500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1059540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1060600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1061710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1062720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1063650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1064590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1065570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1066580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1067520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1068700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1426340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1427510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1429070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1430090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1431040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1432040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1433110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1434090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1435060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1435990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1437070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1438020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1439040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1439990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1440940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1441920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1442900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1443930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1444860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1445810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1446760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1447720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1448760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1449700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1450630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1451710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T21:05:30.1452400Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T21:05:30.1453180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T21:05:30.1454210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T21:05:30.1455310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T21:05:30.1456060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/tests 2025-03-21T21:05:30.1456740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T21:05:30.1457720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T21:05:30.1458650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T21:05:30.1459310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/utils 2025-03-21T21:05:30.1460000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T21:05:30.1460900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T21:05:30.1461570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1462980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1464010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1464970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1465980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1466960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1467970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1468990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1469940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1470940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1493720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1494830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1495990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1496960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1497960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1499160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1500140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1501070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1502030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1503110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1504120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1505140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1506110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1507080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1508080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1509070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1510090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1511080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1512140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T21:05:30.1512870Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T21:05:30.1513690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T21:05:30.1514390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/partition 2025-03-21T21:05:30.1515260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T21:05:30.1516230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T21:05:30.1517290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T21:05:30.1518060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T21:05:30.1518790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T21:05:30.1519780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T21:05:30.1520740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T21:05:30.1521820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T21:05:30.1522570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T21:05:30.1523410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T21:05:30.1524200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/aot 2025-03-21T21:05:30.1524700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T21:05:30.1525500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T21:05:30.1526170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2025-03-21T21:05:30.1526670Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:30.1527590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:30.1528840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T21:05:30.1529960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example 2025-03-21T21:05:30.1530850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example 2025-03-21T21:05:30.1531780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example 2025-03-21T21:05:30.1532660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example 2025-03-21T21:05:30.1533500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2025-03-21T21:05:30.1534260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1535310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1536420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1537430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1563890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1564980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1566200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1567240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1568290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1569370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/example/example_operators 2025-03-21T21:05:30.1570110Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/mediatek 2025-03-21T21:05:30.1570760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek 2025-03-21T21:05:30.1571640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek 2025-03-21T21:05:30.1572520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek 2025-03-21T21:05:30.1573150Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/mediatek/_passes 2025-03-21T21:05:30.1579490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T21:05:30.1580660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T21:05:30.1581450Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T21:05:30.1582170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T21:05:30.1583120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T21:05:30.1584200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T21:05:30.1585200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T21:05:30.1585880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms 2025-03-21T21:05:30.1586640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1587600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1588510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1589170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms/test 2025-03-21T21:05:30.1589870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms/test 2025-03-21T21:05:30.1591040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms/test 2025-03-21T21:05:30.1592120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms/test 2025-03-21T21:05:30.1593210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1594190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1595220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1596340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1597370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1598540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1599570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1600540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1601530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1602560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1603680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1604600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/transforms 2025-03-21T21:05:30.1605250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan 2025-03-21T21:05:30.1605660Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/tools 2025-03-21T21:05:30.1606150Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T21:05:30.1606640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1607460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1608560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1609640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1610790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1611900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1613010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T21:05:30.1614020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan 2025-03-21T21:05:30.1624130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test 2025-03-21T21:05:30.1624990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test 2025-03-21T21:05:30.1625700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T21:05:30.1626430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T21:05:30.1627490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test 2025-03-21T21:05:30.1628300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:30.1629090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:30.1630140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:30.1630910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1631770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1632870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1634030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1635070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1636100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1637150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T21:05:30.1638210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T21:05:30.1639160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/test 2025-03-21T21:05:30.1639860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T21:05:30.1640640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T21:05:30.1641380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2025-03-21T21:05:30.1642130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T21:05:30.1643150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T21:05:30.1644160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T21:05:30.1645200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T21:05:30.1645930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime 2025-03-21T21:05:30.1646680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T21:05:30.1647380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T21:05:30.1647900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T21:05:30.1648400Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1649290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1650500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1651620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1652910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1654090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1655260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1656430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1657680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1658760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1659850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1660970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1662150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1663360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1664940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1666230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1667340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1668480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1692790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1694520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1700680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1704890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1708330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1710680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1711850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1713250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1714760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1715930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1717090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1718210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1719390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1720640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1721850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1722960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1724090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1725360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1726470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1727620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1728770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1729880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1730960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1732180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1733390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1734520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1735670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1736850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1738040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1739150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1740290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1741520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1742640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1743760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1744980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1746170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1747360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1748440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1749530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1758750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1760120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1761260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1762380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1763810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1765080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T21:05:30.1766190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan 2025-03-21T21:05:30.1766840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1767630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1768580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1769680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1770770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1771750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1772960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1774000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1774990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T21:05:30.1776140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan 2025-03-21T21:05:30.1777020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan 2025-03-21T21:05:30.1777740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party 2025-03-21T21:05:30.1778210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T21:05:30.1779040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T21:05:30.1780030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T21:05:30.1780650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T21:05:30.1781430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T21:05:30.1782560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T21:05:30.1783730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T21:05:30.1784300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1785340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1786710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1787970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1789380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1790380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T21:05:30.1791370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T21:05:30.1792990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1794430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1795710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T21:05:30.1796680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T21:05:30.1797490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T21:05:30.1798500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/vulkan 2025-03-21T21:05:30.1799280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack 2025-03-21T21:05:30.1799710Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test 2025-03-21T21:05:30.1800160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:30.1801210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:30.1802410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T21:05:30.1803310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1804060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1805190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1823180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1825070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1826150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1827410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1828570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T21:05:30.1829360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1830190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1831420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1832370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1833500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1834630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1835730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1836810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1837790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1839020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1840300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1841380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1842440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1843520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T21:05:30.1844610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test 2025-03-21T21:05:30.1845310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T21:05:30.1846130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T21:05:30.1847090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T21:05:30.1847930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1848710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1849660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1850670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1851780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1852870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1853960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1855020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1855960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1856990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1858050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1859150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1860120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1861170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1862130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1863180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1864120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1865130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1866210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1867300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1868260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1869210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1887960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1895350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1896310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1897340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1898290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1899240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1900240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1901190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1902230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1903190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1904140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1905090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1906040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1906970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1907920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1908870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1909870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1910800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1911740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T21:05:30.1912680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test 2025-03-21T21:05:30.1913480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:30.1914310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:30.1915380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:30.1916530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T21:05:30.1917290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1917990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1918930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1919870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1920990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1922580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1923570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1924520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1925440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1926410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1928510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1929510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1930550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1931490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1932430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1933370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1934460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1935430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1936700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1937760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1938830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1947230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1948220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1949280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1950240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1951180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1952150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1953110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1954060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1954500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1954960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1955500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1955950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1956400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1956830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1957380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1957820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1958330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1958760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1959380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1959880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1960310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1960830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1961260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1961740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1962180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1962610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T21:05:30.1962820Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T21:05:30.1963280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T21:05:30.1963810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T21:05:30.1964300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T21:05:30.1964850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T21:05:30.1965230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack 2025-03-21T21:05:30.1965420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2025-03-21T21:05:30.1965830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T21:05:30.1966340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T21:05:30.1966780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T21:05:30.1967280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T21:05:30.1967470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1967960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1968400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1968830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1969380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1969810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1970290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1970740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.1971150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2002600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2003120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2003570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2004360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2004830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T21:05:30.2005070Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T21:05:30.2005580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T21:05:30.2005920Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:30.2006560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:30.2007090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T21:05:30.2007370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:30.2007980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:30.2008550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T21:05:30.2008770Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T21:05:30.2009010Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2009630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2010300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2010880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2012350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2013010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2013620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2014210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2014840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2015490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2016040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2016620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2017300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2017910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2018540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2019140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2019730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2020370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2020930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2021460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2022060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2022630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2023190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2023780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2024330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2024960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2025530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2320600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T21:05:30.2321130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2321670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2322290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2322840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2323410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2323960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2324610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2325330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2325880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2326470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2327040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2327630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2328220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2328860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2329420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2329940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2330540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2331090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2331810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2332360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2332930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2333520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2334190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2334760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2335320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2335860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2336450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2337040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2337620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2338270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2338850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2339440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2340080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2340640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2341270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2341900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2342480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2396520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2397340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2397930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2398560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2399240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2399900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2400560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2401200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2401830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2402470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2403030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2403690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2404470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2405150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2405750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2406330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2406930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2407580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2408160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2408710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2409250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2409810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2410330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2410860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2411380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2412000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2412590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2413160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2414350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2415250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2415940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2416560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2417160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2417770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2418470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2419010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2419640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2478740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T21:05:30.2479460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:30.2481260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:30.2483370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:30.2484120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:30.2484890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T21:05:30.2485120Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:30.2485620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:30.2486120Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:30.2486720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:30.2487510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:30.2488110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T21:05:30.2488360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T21:05:30.2488750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:30.2489320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:30.2490090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T21:05:30.2490580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T21:05:30.2490790Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:30.2491310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:30.2491640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T21:05:30.2491890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T21:05:30.2492440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T21:05:30.2492690Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T21:05:30.2493070Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:30.2493630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:30.2494370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:30.2494930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T21:05:30.2495420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T21:05:30.2495780Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition 2025-03-21T21:05:30.2496350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T21:05:30.2496560Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2497060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2497590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2498190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2498670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2499290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2499940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T21:05:30.2500450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T21:05:30.2500660Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:30.2501260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:30.2501790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T21:05:30.2501990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T21:05:30.2502550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T21:05:30.2503030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T21:05:30.2503540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/xnnpack 2025-03-21T21:05:30.2503780Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2025-03-21T21:05:30.2503950Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2025-03-21T21:05:30.2504130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/misc 2025-03-21T21:05:30.2505880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2545140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2545830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2546270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2546710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2547210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2547670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2548130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2548630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/misc 2025-03-21T21:05:30.2549140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/test_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test 2025-03-21T21:05:30.2549540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/conftest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test 2025-03-21T21:05:30.2549730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T21:05:30.2550170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T21:05:30.2550670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test 2025-03-21T21:05:30.2550890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/passes 2025-03-21T21:05:30.2551390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2551850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2552320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2552770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2553340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2553810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2554290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2554810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2555280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2555760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/passes 2025-03-21T21:05:30.2555950Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/models 2025-03-21T21:05:30.2556380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2556840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2557300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2557810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2558270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2558700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2559140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2559610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2560040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/models 2025-03-21T21:05:30.2560450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test 2025-03-21T21:05:30.2560640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tester 2025-03-21T21:05:30.2561100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/tester 2025-03-21T21:05:30.2561570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/tester 2025-03-21T21:05:30.2562020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/tester 2025-03-21T21:05:30.2562460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/tester 2025-03-21T21:05:30.2562640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2025-03-21T21:05:30.2563140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2563560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2563960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2564430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2564860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2565270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2624100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2624610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2625260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2625710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2626130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2626640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2627120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2627640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2628120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2628570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2629070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2629710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2630220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2630730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2631340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2631820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2632310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2632910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2633410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2633900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2634380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2634870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2635480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2635970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2636440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2636980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2637480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2637950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2638420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2638900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2639370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2639950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2640440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2640910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2641760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2642250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2642750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2643320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2643810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2644360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2644840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2645330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2645910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2646410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2646880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2647290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2647750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2728140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2732250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2732920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2733370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2737370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2739500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2740050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2742710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2744600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2745900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2747500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/ops 2025-03-21T21:05:30.2748840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T21:05:30.2754680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T21:05:30.2754940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2025-03-21T21:05:30.2755420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2756440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2757980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2759490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2759970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2760400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2774100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2775690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2777380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2778600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2783070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2783800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2786390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2786870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2787520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2787960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2788370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2788930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2789360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2789780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2790200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2790900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2792070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2792550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2793620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2795050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2795570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2796030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2797150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2797650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2798270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2798720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2800550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2801940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2883180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2884240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2885270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2886860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2887470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2895930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2896820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2897620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2898090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2898490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2898910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operators 2025-03-21T21:05:30.2899100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/util 2025-03-21T21:05:30.2899520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/util 2025-03-21T21:05:30.2900000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2900390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2900890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2901270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2901750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2902120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/arm_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2902500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/process_node.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.2902690Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operator_support 2025-03-21T21:05:30.2903320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2903810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2904370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2904960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2905450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2905940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2906420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2906950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2907480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/operator_support 2025-03-21T21:05:30.2907900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/_passes 2025-03-21T21:05:30.2908330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2909230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2925220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2932800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2935290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2936630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2938920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2940180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2960220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2961460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2963100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2964260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2967370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2969050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2970280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2972020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.2974990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3263450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3363950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3465010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3566850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3666540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3767960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3868670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.3970090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4004700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4051820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4067980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4069470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4081540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4182300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4232610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4233760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4234770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4235800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4237110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4238220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4239230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/_passes 2025-03-21T21:05:30.4240200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.4241130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.4241840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party 2025-03-21T21:05:30.4242420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T21:05:30.4243050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T21:05:30.4243710Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T21:05:30.4244730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T21:05:30.4245840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T21:05:30.4247080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T21:05:30.4248130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T21:05:30.4248830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:30.4249900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:30.4251750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T21:05:30.4252880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4254050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4255530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4263020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4265530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4267100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4268580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4270050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4271500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4272960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4274340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4275870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4277260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4278610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4280180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4281530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4282960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4284290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4285570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4287090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4288530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4294260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4299600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4304670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4310980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4315880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4317550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4318930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4320310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4321920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4323400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4324930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4326340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4327720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4329250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T21:05:30.4330290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T21:05:30.4331300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T21:05:30.4332580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T21:05:30.4333570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-03-21T21:05:30.4334300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:30.4335380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:30.4336480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:30.4337590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:30.4339200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:30.4340710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-03-21T21:05:30.4341870Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4343290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4345170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4346960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4348750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4350610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4352320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4354020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4355820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4357590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4359330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-03-21T21:05:30.4360760Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4362140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4364790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4366840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4368840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4370780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4372650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4374630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4376560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4378470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4380280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4382100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4384040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4385830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-03-21T21:05:30.4387150Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-03-21T21:05:30.4388070Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-03-21T21:05:30.4389250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-03-21T21:05:30.4390550Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-03-21T21:05:30.4391420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-03-21T21:05:30.4393750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-03-21T21:05:30.4396260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-03-21T21:05:30.4397100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-03-21T21:05:30.4398170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:30.4399540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:30.4401410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-03-21T21:05:30.4406580Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:30.4410410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:30.4412410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:30.4416120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:30.4421940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-03-21T21:05:30.4425480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-03-21T21:05:30.4428620Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:30.4434340Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:30.4440010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:30.4441640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:30.4443410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-03-21T21:05:30.4445660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:30.4449180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-03-21T21:05:30.4455160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-03-21T21:05:30.4460590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4465950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4470260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:30.4472980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:30.4475720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:30.4480120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:30.4484460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-03-21T21:05:30.4486850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4490460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-03-21T21:05:30.4494500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-03-21T21:05:30.4497690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4499180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:30.4500580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:30.4502360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-03-21T21:05:30.4504280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-03-21T21:05:30.4505510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-03-21T21:05:30.4507170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4508800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4512630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4518130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4522230Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-03-21T21:05:30.4525410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-03-21T21:05:30.4531180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:30.4548460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:30.4552440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-03-21T21:05:30.4557750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:30.4573390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:30.4575780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:30.4577920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-03-21T21:05:30.4579960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4581620Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-03-21T21:05:30.4582840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:30.4584650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:30.4586900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-03-21T21:05:30.4590780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-03-21T21:05:30.4596150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-03-21T21:05:30.4602190Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:30.4607480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4609460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4612030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4619170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4624350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4627490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-03-21T21:05:30.4634690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:30.4641540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:30.4648440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:30.4654200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-03-21T21:05:30.4658010Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-03-21T21:05:30.4661790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-03-21T21:05:30.4666320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4669530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4671930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4673750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4675340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4676950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4678520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4680100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4681680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4682940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:30.4684180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:30.4686170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:30.4687930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-03-21T21:05:30.4689290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:30.4690520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:30.4692140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-03-21T21:05:30.4693830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4695370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-03-21T21:05:30.4696890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4698030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:30.4699190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:30.4700380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:30.4701660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:30.4703600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-03-21T21:05:30.4705270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-03-21T21:05:30.4707000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4708560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4710250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4711840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4713460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4714750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-03-21T21:05:30.4715530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-03-21T21:05:30.4716320Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-03-21T21:05:30.4717250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-03-21T21:05:30.4718660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-03-21T21:05:30.4720130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:30.4721510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:30.4723400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-03-21T21:05:30.4725270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4726840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4728640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4729820Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:30.4731160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:30.4732870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:30.4734630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-03-21T21:05:30.4735860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:30.4737100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:30.4738770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:30.4740500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-03-21T21:05:30.4742140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4743760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4745350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4746470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4747710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4749400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4751100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4752730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4754430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4756250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4757950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4759580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4761250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4762900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4764590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4766250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-03-21T21:05:30.4767880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4769530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4770640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:30.4771640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-03-21T21:05:30.4772950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-03-21T21:05:30.4774640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:30.4776280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-03-21T21:05:30.4777490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:30.4778840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:30.4780660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:30.4782440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-03-21T21:05:30.4783750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:30.4787110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:30.4792490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-03-21T21:05:30.4797310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4801040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-03-21T21:05:30.4804380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-03-21T21:05:30.4808200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:30.4810460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:30.4814060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:30.4816070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-03-21T21:05:30.4817330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4818590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4820310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4821980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4823710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4825450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4827250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4828930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4830800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4832610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4834380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4836120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4837620Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4838990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4840820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4842700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4844520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4846450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4848510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4850470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4852520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4854510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4856280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4858030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4859980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4861710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4863420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4865140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4866840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4868510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4870310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-03-21T21:05:30.4872030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:30.4873770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:30.4875360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-03-21T21:05:30.4877020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4878550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-03-21T21:05:30.4879700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-03-21T21:05:30.4880430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-03-21T21:05:30.4881380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-03-21T21:05:30.4882200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-03-21T21:05:30.4883030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:30.4884340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:30.4886100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-03-21T21:05:30.4887430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-03-21T21:05:30.4888770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-03-21T21:05:30.4890320Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:30.4891260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4892660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4894900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4896990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4898950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4900900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-03-21T21:05:30.4902950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:30.4904810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:30.4906600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:30.4908390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-03-21T21:05:30.4909750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:30.4911100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:30.4913010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:30.4914800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-03-21T21:05:30.4916480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:30.4917330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:30.4918740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:30.4920740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-03-21T21:05:30.4922090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4923550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4925380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4927200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4929830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4931720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4933700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4935530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4937310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4939250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4941140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4942970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4944390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4945950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4947920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4949840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4951770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4953810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4955900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4957820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-03-21T21:05:30.4959850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4961750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4963570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4965370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4967250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4969090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4970940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4972830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4974620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4976460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4980200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-03-21T21:05:30.4986350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:30.4992170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:30.4998010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-03-21T21:05:30.5001840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:30.5005650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:30.5010670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-03-21T21:05:30.5027370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-03-21T21:05:30.5029510Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:30.5032870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:30.5037370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-03-21T21:05:30.5040590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-03-21T21:05:30.5042680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-03-21T21:05:30.5044960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-03-21T21:05:30.5048940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-03-21T21:05:30.5052340Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-03-21T21:05:30.5054360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-03-21T21:05:30.5056930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-03-21T21:05:30.5059940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-03-21T21:05:30.5062280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-03-21T21:05:30.5066040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-03-21T21:05:30.5069660Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5072800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5077510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5082020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5086360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5092520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-03-21T21:05:30.5095800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-03-21T21:05:30.5099360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-03-21T21:05:30.5101170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-03-21T21:05:30.5102370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-03-21T21:05:30.5144160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-03-21T21:05:30.5145310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-03-21T21:05:30.5146540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:30.5147670Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:30.5148890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:30.5150540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:30.5152070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:30.5153610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-03-21T21:05:30.5154910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-03-21T21:05:30.5156040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-03-21T21:05:30.5157170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-03-21T21:05:30.5158300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-03-21T21:05:30.5159480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-03-21T21:05:30.5160630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-03-21T21:05:30.5161960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-03-21T21:05:30.5163120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-03-21T21:05:30.5164370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-03-21T21:05:30.5165620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-03-21T21:05:30.5166830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-03-21T21:05:30.5168120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-03-21T21:05:30.5169270Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-03-21T21:05:30.5170510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-03-21T21:05:30.5171700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-03-21T21:05:30.5172870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-03-21T21:05:30.5174160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-03-21T21:05:30.5175380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-03-21T21:05:30.5176560Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-03-21T21:05:30.5177730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-03-21T21:05:30.5179260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:30.5180360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-03-21T21:05:30.5181490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-03-21T21:05:30.5182620Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-03-21T21:05:30.5183840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-03-21T21:05:30.5185580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-03-21T21:05:30.5186740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-03-21T21:05:30.5188110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-03-21T21:05:30.5189280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-03-21T21:05:30.5190480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-03-21T21:05:30.5191690Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-03-21T21:05:30.5192840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-03-21T21:05:30.5194050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/arm_vela.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.5194710Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/quantizer 2025-03-21T21:05:30.5195570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/quantizer 2025-03-21T21:05:30.5196620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/quantizer 2025-03-21T21:05:30.5197610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/quantizer 2025-03-21T21:05:30.5198610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/quantizer 2025-03-21T21:05:30.5199620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm/quantizer 2025-03-21T21:05:30.5200690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/arm 2025-03-21T21:05:30.5201390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence 2025-03-21T21:05:30.5201840Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/runtime 2025-03-21T21:05:30.5202610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/runtime 2025-03-21T21:05:30.5203550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/runtime 2025-03-21T21:05:30.5204610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/runtime 2025-03-21T21:05:30.5205560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/runtime 2025-03-21T21:05:30.5206280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils 2025-03-21T21:05:30.5206990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils 2025-03-21T21:05:30.5208120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils 2025-03-21T21:05:30.5209080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils 2025-03-21T21:05:30.5209800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T21:05:30.5210380Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T21:05:30.5210910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5211810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5213110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5214520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5215740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5216950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5218170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5219420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5220610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5221770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5222990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5224440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5225700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5226940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5228320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5229590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T21:05:30.5230770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T21:05:30.5231590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:30.5232460Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:30.5233580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:30.5234780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T21:05:30.5235600Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T21:05:30.5236120Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:30.5236970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:30.5238100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:30.5239260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:30.5240400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T21:05:30.5241480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T21:05:30.5242260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T21:05:30.5242850Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:30.5243860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:30.5245110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:30.5246350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T21:05:30.5247360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:30.5248320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:30.5249870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:30.5251140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:30.5252420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T21:05:30.5253350Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5254400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5255730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5257200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5258480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5259770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5261050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5262310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T21:05:30.5263230Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:30.5264320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:30.5265570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:30.5266860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:30.5268220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T21:05:30.5269150Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:30.5270110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:30.5271330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T21:05:30.5272580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T21:05:30.5273430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:30.5274360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:30.5275690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T21:05:30.5275920Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:30.5276440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:30.5276950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T21:05:30.5277120Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2025-03-21T21:05:30.5277540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5277950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5278380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5278780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5279250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5279680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5280090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5280470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5280930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5281410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5281920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5282400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5282870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5283340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5283850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5284400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T21:05:30.5284830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5285230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5285680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5286140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5286600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5287020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5287430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5287940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5288400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5288820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5289040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:30.5289550Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:30.5290110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:30.5290600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:30.5291130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T21:05:30.5291560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5291980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5292420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/backends/cadence/aot 2025-03-21T21:05:30.5292570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/runtime 2025-03-21T21:05:30.5292730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/runtime/test 2025-03-21T21:05:30.5293180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/test/test_runtime.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/runtime/test 2025-03-21T21:05:30.5293510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/runtime 2025-03-21T21:05:30.5293680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/runtime/kernel 2025-03-21T21:05:30.5293860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/runtime/kernel/test 2025-03-21T21:05:30.5294270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/runtime/kernel/test 2025-03-21T21:05:30.5294410Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/codegen 2025-03-21T21:05:30.5294570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/codegen/tools 2025-03-21T21:05:30.5294980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5295360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5295750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5295930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/codegen/tools/test 2025-03-21T21:05:30.5296450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools/test 2025-03-21T21:05:30.5296870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools/test 2025-03-21T21:05:30.5297280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools/test 2025-03-21T21:05:30.5297750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools/test 2025-03-21T21:05:30.5298190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5298560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5298940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5299380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen/tools 2025-03-21T21:05:30.5299710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/codegen/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/codegen 2025-03-21T21:05:30.5299860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/schema 2025-03-21T21:05:30.5300190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/schema/program.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/schema 2025-03-21T21:05:30.5300520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/schema/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/schema 2025-03-21T21:05:30.5300670Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools 2025-03-21T21:05:30.5300850Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/debug_format 2025-03-21T21:05:30.5301320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/debug_format 2025-03-21T21:05:30.5301760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/debug_format 2025-03-21T21:05:30.5301950Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/visualization 2025-03-21T21:05:30.5302410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/visualization 2025-03-21T21:05:30.5302830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/visualization 2025-03-21T21:05:30.5303300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/visualization 2025-03-21T21:05:30.5303490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/inspector 2025-03-21T21:05:30.5304260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector 2025-03-21T21:05:30.5304500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/inspector/tests 2025-03-21T21:05:30.5304990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector/tests 2025-03-21T21:05:30.5305650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector/tests 2025-03-21T21:05:30.5306110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector/tests 2025-03-21T21:05:30.5306520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector 2025-03-21T21:05:30.5306950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector 2025-03-21T21:05:30.5307450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/inspector 2025-03-21T21:05:30.5307660Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program 2025-03-21T21:05:30.5308110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program 2025-03-21T21:05:30.5308610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program 2025-03-21T21:05:30.5308810Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/test 2025-03-21T21:05:30.5309290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T21:05:30.5309760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T21:05:30.5310360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T21:05:30.5310590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/util 2025-03-21T21:05:30.5311080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T21:05:30.5311290Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T21:05:30.5311810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T21:05:30.5312050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T21:05:30.5312580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T21:05:30.5313070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T21:05:30.5313570Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T21:05:30.5314000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/core.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program 2025-03-21T21:05:30.5314280Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T21:05:30.5314800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T21:05:30.5315030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T21:05:30.5315530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T21:05:30.5316140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T21:05:30.5316630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T21:05:30.5317190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T21:05:30.5317540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools 2025-03-21T21:05:30.5317730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T21:05:30.5318220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T21:05:30.5318670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T21:05:30.5453480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/backend_debug 2025-03-21T21:05:30.5454380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/backend_debug 2025-03-21T21:05:30.5455060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T21:05:30.5457540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T21:05:30.5459420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/backend_debug 2025-03-21T21:05:30.5467940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/etdump 2025-03-21T21:05:30.5470080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etdump 2025-03-21T21:05:30.5470560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etdump 2025-03-21T21:05:30.5471020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etdump 2025-03-21T21:05:30.5471320Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/etdump/tests 2025-03-21T21:05:30.5471770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etdump/tests 2025-03-21T21:05:30.5472440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etdump 2025-03-21T21:05:30.5472650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/etrecord 2025-03-21T21:05:30.5472880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/devtools/etrecord/tests 2025-03-21T21:05:30.5473370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T21:05:30.5473780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etrecord 2025-03-21T21:05:30.5474320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/devtools/etrecord 2025-03-21T21:05:30.5474480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples 2025-03-21T21:05:30.5474690Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5475140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5475680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5476160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5476610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5477080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5477710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5478200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5478660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T21:05:30.5478830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/apple 2025-03-21T21:05:30.5479020Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/apple/coreml 2025-03-21T21:05:30.5479210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5479660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5480130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5480620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5481110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5481640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T21:05:30.5481810Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models 2025-03-21T21:05:30.5482020Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T21:05:30.5482490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T21:05:30.5483100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T21:05:30.5483300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/qwen2_5 2025-03-21T21:05:30.5483830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T21:05:30.5484400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T21:05:30.5484610Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/toy_model 2025-03-21T21:05:30.5485200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/toy_model 2025-03-21T21:05:30.5491930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/toy_model/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/toy_model 2025-03-21T21:05:30.5492390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/checkpoint.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models 2025-03-21T21:05:30.5492570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/test 2025-03-21T21:05:30.5493190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/test 2025-03-21T21:05:30.5493620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/test/test_export.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/test 2025-03-21T21:05:30.5493820Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T21:05:30.5494350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T21:05:30.5494820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T21:05:30.5495000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/edsr 2025-03-21T21:05:30.5495400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/edsr 2025-03-21T21:05:30.5495800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/edsr/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/edsr 2025-03-21T21:05:30.5495990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5583030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5585240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5589050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5589620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5590150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T21:05:30.5590550Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/resnet 2025-03-21T21:05:30.5591090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/resnet 2025-03-21T21:05:30.5591820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/resnet/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/resnet 2025-03-21T21:05:30.5592230Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v4 2025-03-21T21:05:30.5592840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/inception_v4 2025-03-21T21:05:30.5593410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/inception_v4 2025-03-21T21:05:30.5595440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v3 2025-03-21T21:05:30.5596000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/inception_v3 2025-03-21T21:05:30.5599210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/inception_v3 2025-03-21T21:05:30.5599740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models 2025-03-21T21:05:30.5601670Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T21:05:30.5602420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T21:05:30.5604310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T21:05:30.5604740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilebert 2025-03-21T21:05:30.5605900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilebert 2025-03-21T21:05:30.5606660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilebert 2025-03-21T21:05:30.5619200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/model_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models 2025-03-21T21:05:30.5620540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T21:05:30.5622040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T21:05:30.5622240Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/efficient_sam 2025-03-21T21:05:30.5622740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5623800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5682910Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5688160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5689300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5692920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5693670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T21:05:30.5694600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T21:05:30.5695540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T21:05:30.5695870Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/moshi 2025-03-21T21:05:30.5696310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T21:05:30.5697960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T21:05:30.5698740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T21:05:30.5699340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T21:05:30.5700780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T21:05:30.5700980Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/wav2letter 2025-03-21T21:05:30.5701810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/wav2letter 2025-03-21T21:05:30.5702870Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/wav2letter 2025-03-21T21:05:30.5703090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T21:05:30.5704050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T21:05:30.5704510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T21:05:30.5704720Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T21:05:30.5704960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T21:05:30.5705210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:30.5705900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:30.5706450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T21:05:30.5707060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T21:05:30.5707300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:30.5707810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:30.5708340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:30.5708940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:30.5709480Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T21:05:30.5709730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:30.5710240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:30.5710780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:30.5711300Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:30.5711830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T21:05:30.5712280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T21:05:30.5712530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:30.5712850Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:30.5713410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:30.5714030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T21:05:30.5714800Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:30.5715340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T21:05:30.5715530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llava 2025-03-21T21:05:30.5715900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llava/test 2025-03-21T21:05:30.5716380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava/test 2025-03-21T21:05:30.5716840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava/test 2025-03-21T21:05:30.5717260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava 2025-03-21T21:05:30.5717690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava 2025-03-21T21:05:30.5718230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/image_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava 2025-03-21T21:05:30.5718680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llava 2025-03-21T21:05:30.5719090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/model_factory.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models 2025-03-21T21:05:30.5719270Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama 2025-03-21T21:05:30.5719710Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5719930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/experimental 2025-03-21T21:05:30.5720440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T21:05:30.5720950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T21:05:30.5721500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T21:05:30.5722060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T21:05:30.5722780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5723050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5723740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5724440Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5725040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5725720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5726310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5726880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5727450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5728220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5728830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5817730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5818310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5818920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5819450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5819980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5820600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5821320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5821880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T21:05:30.5822090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T21:05:30.5822680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T21:05:30.5822890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/runner 2025-03-21T21:05:30.5823360Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/runner 2025-03-21T21:05:30.5823890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/runner 2025-03-21T21:05:30.5824380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/runner 2025-03-21T21:05:30.5824790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5825230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5825420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/tests 2025-03-21T21:05:30.5826040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/tests 2025-03-21T21:05:30.5826510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/tests 2025-03-21T21:05:30.5827060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/tests 2025-03-21T21:05:30.5827510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5827930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5828340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5828810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5829030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T21:05:30.5829500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T21:05:30.5830020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T21:05:30.5830430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/rope.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5830840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5831270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5831730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5832200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5832730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5833180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/llama/model_args.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/llama 2025-03-21T21:05:30.5833370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/lstm 2025-03-21T21:05:30.5833810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/lstm 2025-03-21T21:05:30.5834240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/lstm/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/lstm 2025-03-21T21:05:30.5834440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T21:05:30.5834970Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T21:05:30.5835430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T21:05:30.5835580Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2025-03-21T21:05:30.5835920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/graph_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5836090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2025-03-21T21:05:30.5836470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/capture 2025-03-21T21:05:30.5836920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture/_unlift.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/capture 2025-03-21T21:05:30.5837290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture/_capture.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/capture 2025-03-21T21:05:30.5837660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/capture/_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/capture 2025-03-21T21:05:30.5838000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/print_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5838400Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dynamic_shape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5902210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5902590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/error.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5903000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/memory.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5903310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/graph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5903760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/delegate.pyi -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.5903930Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2025-03-21T21:05:30.5904320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5904720Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5905290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5905700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5906080Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5906500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5907010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5907420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5907820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5908200Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5908790Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5909220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5909620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5910040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5910390Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5910860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5911450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5911860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5912270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5912820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5913260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5913680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5914160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5914560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5914930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5915350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5915740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/pass_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5916240Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5916660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5917130Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5917520Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5917930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/passes 2025-03-21T21:05:30.5918090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2025-03-21T21:05:30.5918490Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5918850Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5919250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_print_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5919610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5920090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_warnings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5920450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5920900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5921270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5921810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5922230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5922670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5923110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.5923510Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_tracer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6119450Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6120670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6121750Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6123270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_quantization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6124290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6125380Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6126410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_error.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6127420Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_capture.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6128580Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6129890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6130940Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6131930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_serde.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6133050Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6134500Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6135560Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6136620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6137860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6139150Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6140210Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tests/test_verification.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/tests 2025-03-21T21:05:30.6141180Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/memory_planning.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6142290Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/control_flow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6143190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6144110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_warnings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6144540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2025-03-21T21:05:30.6144990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2025-03-21T21:05:30.6146140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6147630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6148900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6150370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6151660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6152820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6153990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6155120Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6156370Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6157630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6159020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6160260Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6161470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6162740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6164060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6165280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6166700Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6167920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test 2025-03-21T21:05:30.6168400Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos 2025-03-21T21:05:30.6169760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test/demos 2025-03-21T21:05:30.6171160Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test/demos 2025-03-21T21:05:30.6171920Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:30.6173760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:30.6175230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:30.6176470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T21:05:30.6177830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6610300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:30.6618020Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:30.6624830Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:30.6642930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:30.6644340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T21:05:30.6645410Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/backend_details.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6648140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/operator_support.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6648640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6654000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/backend_api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6692690Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/backend 2025-03-21T21:05:30.6699010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6704010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/pass_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6705890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/pass_manager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6708780Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6712630Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6718790Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2025-03-21T21:05:30.6720100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification/test 2025-03-21T21:05:30.6723740Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/verification/test 2025-03-21T21:05:30.6728590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/arg_validator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/verification 2025-03-21T21:05:30.6731100Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/dev_html.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/verification 2025-03-21T21:05:30.6732430Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/interpreter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/verification 2025-03-21T21:05:30.6735770Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/verification/verifier.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/verification 2025-03-21T21:05:30.6737540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2025-03-21T21:05:30.6743840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6750470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize/test 2025-03-21T21:05:30.6755110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize/test 2025-03-21T21:05:30.6756000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize/test 2025-03-21T21:05:30.6756730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize/test 2025-03-21T21:05:30.6757280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize/test 2025-03-21T21:05:30.6761670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize/test 2025-03-21T21:05:30.6766320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6766860Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6767230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6767610Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/program.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6768090Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6768470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6768840Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_cord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6769230Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6769600Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/padding.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6770030Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/_serialize 2025-03-21T21:05:30.6770350Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6770510Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects 2025-03-21T21:05:30.6770680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/test 2025-03-21T21:05:30.6771110Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/test 2025-03-21T21:05:30.6771470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects 2025-03-21T21:05:30.6771820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects 2025-03-21T21:05:30.6772000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend 2025-03-21T21:05:30.6772190Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend/test 2025-03-21T21:05:30.6772640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T21:05:30.6773040Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/backend 2025-03-21T21:05:30.6773260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge 2025-03-21T21:05:30.6773470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T21:05:30.6773900Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T21:05:30.6774340Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T21:05:30.6774760Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T21:05:30.6884180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/test 2025-03-21T21:05:30.6884670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T21:05:30.6885140Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T21:05:30.6885620Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge 2025-03-21T21:05:30.6886000Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge 2025-03-21T21:05:30.6886190Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op 2025-03-21T21:05:30.6886370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T21:05:30.6886820Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T21:05:30.6887270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T21:05:30.6887730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T21:05:30.6887910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T21:05:30.6888320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T21:05:30.6888730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T21:05:30.6888910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T21:05:30.6889310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T21:05:30.6889730Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T21:05:30.6889890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program 2025-03-21T21:05:30.6890060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program/test 2025-03-21T21:05:30.6890470Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program/test 2025-03-21T21:05:30.6890920Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program/test 2025-03-21T21:05:30.6891320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/test/test_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program/test 2025-03-21T21:05:30.6891670Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program 2025-03-21T21:05:30.6892060Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/_fake_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program 2025-03-21T21:05:30.6892530Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/program/_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/program 2025-03-21T21:05:30.6892880Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/dim_order_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6893220Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/scalar_type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6893360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit 2025-03-21T21:05:30.6893600Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit/test 2025-03-21T21:05:30.6893980Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/emit/test 2025-03-21T21:05:30.6894320Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/emit 2025-03-21T21:05:30.6894660Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/_emit_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/emit 2025-03-21T21:05:30.6895010Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/emit/_emitter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/emit 2025-03-21T21:05:30.6895310Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/wrap.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6895650Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/sym_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6895830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2025-03-21T21:05:30.6896190Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6896540Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6896890Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/upgrade.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6897280Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/export_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6897640Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/schema_check.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6897990Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/union.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6898330Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/serde/schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/serde 2025-03-21T21:05:30.6898680Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/lowered_backend_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6899070Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/tracer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6899230Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator 2025-03-21T21:05:30.6899400Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator/test 2025-03-21T21:05:30.6899810Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/operator/test 2025-03-21T21:05:30.6900170Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/operator 2025-03-21T21:05:30.6900590Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/operator 2025-03-21T21:05:30.6900960Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/operator/manip.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir/operator 2025-03-21T21:05:30.6901270Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/exir/schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/exir 2025-03-21T21:05:30.6901410Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data 2025-03-21T21:05:30.6901600Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data/bin 2025-03-21T21:05:30.6901930Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/data/bin/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/data/bin 2025-03-21T21:05:30.6902250Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/data/bin/flatc -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/data/bin 2025-03-21T21:05:30.6902390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/share 2025-03-21T21:05:30.6902550Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/share/cmake 2025-03-21T21:05:30.6902950Z copying pip-out/lib.macosx-11.1-arm64-cpython-311/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.macosx-11.1-arm64/wheel/./executorch/share/cmake 2025-03-21T21:05:30.6903020Z running install_egg_info 2025-03-21T21:05:30.6903330Z Copying executorch.egg-info to pip-out/bdist.macosx-11.1-arm64/wheel/./executorch-0.6.0a0+be92d7d-py3.11.egg-info 2025-03-21T21:05:30.6903410Z running install_scripts 2025-03-21T21:05:30.6903610Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T21:05:30.6904170Z creating '/private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-wheel-kairzdin/.tmp-etp5_x94/executorch-0.6.0a0+be92d7d-cp311-cp311-macosx_11_0_arm64.whl' and adding 'pip-out/bdist.macosx-11.1-arm64/wheel' to it 2025-03-21T21:05:30.7091750Z adding 'executorch/version.py' 2025-03-21T21:05:30.7091920Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T21:05:30.7092070Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T21:05:30.7092240Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T21:05:30.7092380Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T21:05:30.7092550Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T21:05:30.7092700Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T21:05:30.7092860Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T21:05:30.7093020Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T21:05:30.7093210Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T21:05:30.7093380Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T21:05:30.7093540Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T21:05:30.7093640Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T21:05:30.7093890Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T21:05:30.7094030Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T21:05:30.7094230Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T21:05:30.7094360Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T21:05:30.7094490Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T21:05:30.7094630Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T21:05:30.7094780Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T21:05:30.7094910Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T21:05:30.7095160Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T21:05:30.7095300Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T21:05:30.7095450Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T21:05:30.7095580Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T21:05:30.7095710Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T21:05:30.7095930Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T21:05:30.7096080Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T21:05:30.7096260Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T21:05:30.7096400Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T21:05:30.7096520Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T21:05:30.7096650Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T21:05:30.7096780Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T21:05:30.7096910Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T21:05:30.7097030Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T21:05:30.7097170Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T21:05:30.7097330Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T21:05:30.7097530Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T21:05:30.7097670Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T21:05:30.7097790Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T21:05:30.7097940Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T21:05:30.7098080Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T21:05:30.7098230Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T21:05:30.7103790Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T21:05:30.7103950Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T21:05:30.7104080Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T21:05:30.7104200Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T21:05:30.7104320Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T21:05:30.7104420Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T21:05:30.7104520Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T21:05:30.7104620Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T21:05:30.7104730Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T21:05:30.7104830Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T21:05:30.7104920Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T21:05:30.7105010Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T21:05:30.7105120Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T21:05:30.7105220Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T21:05:30.7105390Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T21:05:30.7105480Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T21:05:30.7105600Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T21:05:30.7105780Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T21:05:30.7105940Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T21:05:30.7106060Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T21:05:30.7106180Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T21:05:30.7106300Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T21:05:30.7106480Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T21:05:30.7106650Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T21:05:30.7106810Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T21:05:30.7106970Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T21:05:30.7107110Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T21:05:30.7107260Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T21:05:30.7107400Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T21:05:30.7107560Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T21:05:30.7107710Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T21:05:30.7107840Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T21:05:30.7107980Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T21:05:30.7108120Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T21:05:30.7108260Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T21:05:30.7108390Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T21:05:30.7108530Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T21:05:30.7108690Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T21:05:30.7108850Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T21:05:30.7109030Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T21:05:30.7109180Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T21:05:30.7109320Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T21:05:30.7109480Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T21:05:30.7109610Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T21:05:30.7109740Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T21:05:30.7109900Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T21:05:30.7110030Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T21:05:30.7110190Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T21:05:30.7110310Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T21:05:30.7110430Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T21:05:30.7110590Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T21:05:30.7110730Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T21:05:30.7110890Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T21:05:30.7111070Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T21:05:30.7111200Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T21:05:30.7111360Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T21:05:30.7111530Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T21:05:30.7111680Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T21:05:30.7111840Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T21:05:30.7112000Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T21:05:30.7112150Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T21:05:30.7112290Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T21:05:30.7112470Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T21:05:30.7112610Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T21:05:30.7112740Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T21:05:30.7112850Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T21:05:30.7112950Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T21:05:30.7113060Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T21:05:30.7113170Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T21:05:30.7113270Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T21:05:30.7113400Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T21:05:30.7113650Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T21:05:30.7113760Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T21:05:30.7113870Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T21:05:30.7114010Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T21:05:30.7114120Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T21:05:30.7114230Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T21:05:30.7114330Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T21:05:30.7114440Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T21:05:30.7114550Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T21:05:30.7114660Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T21:05:30.7114770Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T21:05:30.7114890Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T21:05:30.7196250Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T21:05:30.7196370Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T21:05:30.7196510Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T21:05:30.7196640Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T21:05:30.7196830Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T21:05:30.7196940Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T21:05:30.7197060Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T21:05:30.7197190Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T21:05:30.7197300Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T21:05:30.7197420Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T21:05:30.7197530Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T21:05:30.7197640Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T21:05:30.7197760Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T21:05:30.7197870Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T21:05:30.7197970Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T21:05:30.7198070Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T21:05:30.7198190Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T21:05:30.7198290Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T21:05:30.7198410Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T21:05:30.7198660Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T21:05:30.7198780Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T21:05:30.7198930Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T21:05:30.7199040Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T21:05:30.7199150Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T21:05:30.7199270Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T21:05:30.7199380Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T21:05:30.7199500Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T21:05:30.7199690Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T21:05:30.7199840Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T21:05:30.7199980Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T21:05:30.7200080Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T21:05:30.7200180Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T21:05:30.7200290Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T21:05:30.7200390Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T21:05:30.7200540Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T21:05:30.7200700Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T21:05:30.7200880Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T21:05:30.7201010Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T21:05:30.7201180Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T21:05:30.7201330Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T21:05:30.7201470Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T21:05:30.7201670Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T21:05:30.7201800Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T21:05:30.7201930Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T21:05:30.7202130Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T21:05:30.7202260Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T21:05:30.7202390Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T21:05:30.7202540Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T21:05:30.7202680Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T21:05:30.7202810Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T21:05:30.7202950Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T21:05:30.7203070Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T21:05:30.7203180Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T21:05:30.7203290Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T21:05:30.7203390Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T21:05:30.7203500Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T21:05:30.7203610Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T21:05:30.7203730Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T21:05:30.7203850Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T21:05:30.7203970Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T21:05:30.7204080Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T21:05:30.7204180Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T21:05:30.7204290Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T21:05:30.7204430Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T21:05:30.7204580Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T21:05:30.7204690Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T21:05:30.7204820Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T21:05:30.7204950Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T21:05:30.7205090Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T21:05:30.7205200Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T21:05:30.7205310Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T21:05:30.7205400Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T21:05:30.7205630Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T21:05:30.7205740Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T21:05:30.7205840Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T21:05:30.7205950Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T21:05:30.7206050Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T21:05:30.7206190Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T21:05:30.7206300Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T21:05:30.7206460Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T21:05:30.7206590Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T21:05:30.7206690Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T21:05:30.7206810Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T21:05:30.7206910Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T21:05:30.7207020Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T21:05:30.7207150Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T21:05:30.7207250Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T21:05:30.7207370Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T21:05:30.7207490Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T21:05:30.7207610Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T21:05:30.7207750Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T21:05:30.7207850Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T21:05:30.7207960Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T21:05:30.7208080Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T21:05:30.7208210Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T21:05:30.7208320Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T21:05:30.7208430Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T21:05:30.7208550Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T21:05:30.7208660Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T21:05:30.7208770Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T21:05:30.7208880Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T21:05:30.7209000Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T21:05:30.7209140Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T21:05:30.7209280Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T21:05:30.7209390Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T21:05:30.7209500Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T21:05:30.7209610Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T21:05:30.7209720Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T21:05:30.7209830Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T21:05:30.7209930Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T21:05:30.7210070Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T21:05:30.7210190Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T21:05:30.7210310Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T21:05:30.7210450Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T21:05:30.7210560Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T21:05:30.7210670Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T21:05:30.7210820Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T21:05:30.7210970Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T21:05:30.7211160Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T21:05:30.7211330Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T21:05:30.7211490Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T21:05:30.7211660Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T21:05:30.7211820Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T21:05:30.7211990Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T21:05:30.7212180Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T21:05:30.7212370Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T21:05:30.7212530Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T21:05:30.7212650Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T21:05:30.7212800Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T21:05:30.7212920Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T21:05:30.7213050Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T21:05:30.7213170Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T21:05:30.7213330Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T21:05:30.7296200Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T21:05:30.7296560Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T21:05:30.7296880Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T21:05:30.7297090Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T21:05:30.7297300Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T21:05:30.7297520Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T21:05:30.7297740Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T21:05:30.7297950Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T21:05:30.7298170Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T21:05:30.7298360Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T21:05:30.7298570Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T21:05:30.7298810Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T21:05:30.7299020Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T21:05:30.7299230Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T21:05:30.7299450Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T21:05:30.7299690Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T21:05:30.7299920Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T21:05:30.7300140Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T21:05:30.7300350Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T21:05:30.7300570Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T21:05:30.7300790Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T21:05:30.7301060Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T21:05:30.7301260Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T21:05:30.7301480Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T21:05:30.7301690Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T21:05:30.7301900Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T21:05:30.7302230Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T21:05:30.7302440Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T21:05:30.7302650Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T21:05:30.7302850Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T21:05:30.7303050Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T21:05:30.7303280Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T21:05:30.7303520Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T21:05:30.7303710Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T21:05:30.7303960Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T21:05:30.7304150Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T21:05:30.7304330Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T21:05:30.7304530Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T21:05:30.7304740Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T21:05:30.7304980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-03-21T21:05:30.7305220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-03-21T21:05:30.7305530Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-03-21T21:05:30.7305830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-03-21T21:05:30.7306080Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-03-21T21:05:30.7306360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-03-21T21:05:30.7306640Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-03-21T21:05:30.7306890Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-03-21T21:05:30.7307260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-03-21T21:05:30.7307530Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-03-21T21:05:30.7307800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-03-21T21:05:30.7308060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-03-21T21:05:30.7308330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-03-21T21:05:30.7308640Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-03-21T21:05:30.7308900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-03-21T21:05:30.7309170Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-03-21T21:05:30.7309440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-03-21T21:05:30.7309730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-03-21T21:05:30.7310000Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-03-21T21:05:30.7310260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-03-21T21:05:30.7310530Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-03-21T21:05:30.7310800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-03-21T21:05:30.7311060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-03-21T21:05:30.7311320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-03-21T21:05:30.7311700Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-03-21T21:05:30.7311980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-03-21T21:05:30.7312240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-03-21T21:05:30.7312500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-03-21T21:05:30.7312760Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-03-21T21:05:30.7313020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-03-21T21:05:30.7313270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-03-21T21:05:30.7313540Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-03-21T21:05:30.7313800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-03-21T21:05:30.7314060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-03-21T21:05:30.7314370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-03-21T21:05:30.7314680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-03-21T21:05:30.7315070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-03-21T21:05:30.7315420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-03-21T21:05:30.7315750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-03-21T21:05:30.7422450Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-03-21T21:05:30.7422770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-03-21T21:05:30.7423210Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-03-21T21:05:30.7423560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-03-21T21:05:30.7423880Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-03-21T21:05:30.7424190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-03-21T21:05:30.7424560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-03-21T21:05:30.7424880Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-03-21T21:05:30.7425250Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-03-21T21:05:30.7425600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-03-21T21:05:30.7425940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-03-21T21:05:30.7426270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-03-21T21:05:30.7426630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-03-21T21:05:30.7426950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-03-21T21:05:30.7427270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-03-21T21:05:30.7427620Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-03-21T21:05:30.7427930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-03-21T21:05:30.7428260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-03-21T21:05:30.7428570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-03-21T21:05:30.7428920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-03-21T21:05:30.7429300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-03-21T21:05:30.7429610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-03-21T21:05:30.7429970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-03-21T21:05:30.7430350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-03-21T21:05:30.7430680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-03-21T21:05:30.7430980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-03-21T21:05:30.7431300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-03-21T21:05:30.7431690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-03-21T21:05:30.7432040Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-03-21T21:05:30.7432390Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-03-21T21:05:30.7432830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-03-21T21:05:30.7433190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-03-21T21:05:30.7433600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-03-21T21:05:30.7433970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-03-21T21:05:30.7434340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-03-21T21:05:30.7434680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-03-21T21:05:30.7435030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-03-21T21:05:30.7435360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-03-21T21:05:30.7435670Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-03-21T21:05:30.7436010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-03-21T21:05:30.7436320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-03-21T21:05:30.7436690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-03-21T21:05:30.7437070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-03-21T21:05:30.7437440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-03-21T21:05:30.7437810Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-03-21T21:05:30.7438150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-03-21T21:05:30.7438480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-03-21T21:05:30.7438790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-03-21T21:05:30.7439130Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-03-21T21:05:30.7439470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-03-21T21:05:30.7439800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-03-21T21:05:30.7440180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-03-21T21:05:30.7440440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-03-21T21:05:30.7440680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-03-21T21:05:30.7440950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-03-21T21:05:30.7441350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-03-21T21:05:30.7441650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-03-21T21:05:30.7441940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-03-21T21:05:30.7442210Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-03-21T21:05:30.7442480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-03-21T21:05:30.7442780Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-03-21T21:05:30.7493920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-03-21T21:05:30.7494220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-03-21T21:05:30.7494500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-03-21T21:05:30.7494770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-03-21T21:05:30.7495110Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-03-21T21:05:30.7495440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-03-21T21:05:30.7495740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-03-21T21:05:30.7496060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-03-21T21:05:30.7496370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-03-21T21:05:30.7496680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-03-21T21:05:30.7496990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-03-21T21:05:30.7497300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-03-21T21:05:30.7497690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-03-21T21:05:30.7498010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-03-21T21:05:30.7498310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-03-21T21:05:30.7498600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-03-21T21:05:30.7498910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-03-21T21:05:30.7499210Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-03-21T21:05:30.7499460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-03-21T21:05:30.7499720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-03-21T21:05:30.7500030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-03-21T21:05:30.7500340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-03-21T21:05:30.7500610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-03-21T21:05:30.7500900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-03-21T21:05:30.7501140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-03-21T21:05:30.7501400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-03-21T21:05:30.7501660Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-03-21T21:05:30.7502030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-03-21T21:05:30.7502310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-03-21T21:05:30.7502590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-03-21T21:05:30.7502860Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-03-21T21:05:30.7503120Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-03-21T21:05:30.7503380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-03-21T21:05:30.7503640Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-03-21T21:05:30.7503890Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-03-21T21:05:30.7504180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-03-21T21:05:30.7504440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-03-21T21:05:30.7504700Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-03-21T21:05:30.7505000Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-03-21T21:05:30.7505260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-03-21T21:05:30.7505580Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-03-21T21:05:30.7505840Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-03-21T21:05:30.7506130Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-03-21T21:05:30.7506410Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-03-21T21:05:30.7506660Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-03-21T21:05:30.7506960Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-03-21T21:05:30.7507230Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-03-21T21:05:30.7507470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-03-21T21:05:30.7507750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-03-21T21:05:30.7508070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-03-21T21:05:30.7508360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-03-21T21:05:30.7508630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-03-21T21:05:30.7508900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-03-21T21:05:30.7509170Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-03-21T21:05:30.7509460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-03-21T21:05:30.7509770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-03-21T21:05:30.7510100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-03-21T21:05:30.7510360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-03-21T21:05:30.7510650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-03-21T21:05:30.7510920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-03-21T21:05:30.7511240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-03-21T21:05:30.7511560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-03-21T21:05:30.7511850Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-03-21T21:05:30.7512150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-03-21T21:05:30.7512420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-03-21T21:05:30.7512710Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-03-21T21:05:30.7512990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-03-21T21:05:30.7513320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-03-21T21:05:30.7513600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-03-21T21:05:30.7683760Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-03-21T21:05:30.7684050Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-03-21T21:05:30.7684360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-03-21T21:05:30.7684700Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-03-21T21:05:30.7685050Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-03-21T21:05:30.7685340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-03-21T21:05:30.7685680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-03-21T21:05:30.7686010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-03-21T21:05:30.7686290Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-03-21T21:05:30.7691840Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-03-21T21:05:30.7692200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-03-21T21:05:30.7692510Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-03-21T21:05:30.7692820Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-03-21T21:05:30.7693240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-03-21T21:05:30.7693580Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-03-21T21:05:30.7693970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-03-21T21:05:30.7694270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-03-21T21:05:30.7694590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-03-21T21:05:30.7694870Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-03-21T21:05:30.7695140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-03-21T21:05:30.7695450Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-03-21T21:05:30.7695770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-03-21T21:05:30.7696080Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-03-21T21:05:30.7696380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-03-21T21:05:30.7696750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-03-21T21:05:30.7697030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-03-21T21:05:30.7697300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-03-21T21:05:30.7697580Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-03-21T21:05:30.7697860Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-03-21T21:05:30.7698150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-03-21T21:05:30.7698420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-03-21T21:05:30.7698670Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-03-21T21:05:30.7698930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-03-21T21:05:30.7699180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-03-21T21:05:30.7699460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-03-21T21:05:30.7699740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-03-21T21:05:30.7700010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-03-21T21:05:30.7700280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-03-21T21:05:30.7700560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-03-21T21:05:30.7700850Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-03-21T21:05:30.7701150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-03-21T21:05:30.7701450Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-03-21T21:05:30.7701760Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-03-21T21:05:30.7702050Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-03-21T21:05:30.7702320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-03-21T21:05:30.7702610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-03-21T21:05:30.7702900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-03-21T21:05:30.7703180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-03-21T21:05:30.7703470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-03-21T21:05:30.7703770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-03-21T21:05:30.7704070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-03-21T21:05:30.7704510Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-03-21T21:05:30.7704820Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-03-21T21:05:30.7705150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-03-21T21:05:30.7705450Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-03-21T21:05:30.7705810Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-03-21T21:05:30.7706210Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-03-21T21:05:30.7706570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-03-21T21:05:30.7706940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-03-21T21:05:30.7707320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-03-21T21:05:30.7707650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-03-21T21:05:30.7707970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-03-21T21:05:30.7708320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-03-21T21:05:30.7708680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-03-21T21:05:30.7877320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-03-21T21:05:30.7877770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-03-21T21:05:30.7878120Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-03-21T21:05:30.7878430Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-03-21T21:05:30.7878740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-03-21T21:05:30.7879030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-03-21T21:05:30.7879330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-03-21T21:05:30.7879630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-03-21T21:05:30.7879950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-03-21T21:05:30.7880260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-03-21T21:05:30.7880570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-03-21T21:05:30.7880870Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-03-21T21:05:30.7881260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-03-21T21:05:30.7881580Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-03-21T21:05:30.7881920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-03-21T21:05:30.7882240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-03-21T21:05:30.7882570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-03-21T21:05:30.7882990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-03-21T21:05:30.7883360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-03-21T21:05:30.7883720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-03-21T21:05:30.7883990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-03-21T21:05:30.7884340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-03-21T21:05:30.7884690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-03-21T21:05:30.7885010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-03-21T21:05:30.7885340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-03-21T21:05:30.7885650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-03-21T21:05:30.7885990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-03-21T21:05:30.7886390Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-03-21T21:05:30.7886690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-03-21T21:05:30.7886820Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T21:05:30.7886940Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T21:05:30.7887040Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T21:05:30.7887160Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T21:05:30.7887300Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T21:05:30.7887420Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T21:05:30.7887560Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T21:05:30.7887690Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T21:05:30.7887800Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T21:05:30.7887920Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T21:05:30.7888050Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T21:05:30.7888170Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T21:05:30.7888300Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T21:05:30.7888420Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T21:05:30.7888530Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T21:05:30.7888740Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T21:05:30.7888850Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T21:05:30.7888960Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T21:05:30.7889080Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T21:05:30.7889190Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T21:05:30.7889290Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T21:05:30.7889440Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T21:05:30.7889570Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T21:05:30.7889710Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T21:05:30.7889860Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T21:05:30.7890030Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T21:05:30.7890180Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T21:05:30.7890330Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T21:05:30.7890470Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T21:05:30.7890630Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T21:05:30.7890820Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T21:05:30.7890980Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T21:05:30.7891150Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T21:05:30.7891270Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T21:05:30.7891380Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T21:05:30.7891490Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T21:05:30.7891600Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T21:05:30.7891720Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T21:05:30.7891830Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T21:05:30.7892020Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T21:05:30.7892140Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T21:05:30.7892340Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T21:05:30.7892500Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T21:05:30.7892650Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T21:05:30.7892830Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T21:05:30.7892990Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T21:05:30.7893130Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T21:05:30.7893300Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T21:05:30.7893490Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T21:05:30.7893680Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T21:05:30.7893860Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T21:05:30.7894060Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T21:05:30.7894240Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T21:05:30.7894420Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T21:05:30.7894600Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T21:05:30.7894790Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T21:05:30.7894980Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T21:05:30.7895200Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T21:05:30.7895390Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T21:05:30.7895570Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T21:05:30.7895750Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T21:05:30.7895930Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T21:05:30.7896130Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T21:05:30.7896350Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T21:05:30.8103310Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T21:05:30.8103520Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T21:05:30.8103730Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T21:05:30.8103910Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T21:05:30.8104100Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T21:05:30.8104400Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T21:05:30.8104560Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T21:05:30.8104730Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T21:05:30.8104880Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T21:05:30.8105060Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T21:05:30.8105260Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T21:05:30.8105480Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T21:05:30.8105690Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T21:05:30.8105950Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T21:05:30.8106160Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T21:05:30.8106360Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T21:05:30.8106560Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T21:05:30.8106760Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T21:05:30.8106950Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T21:05:30.8107120Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T21:05:30.8107330Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T21:05:30.8107550Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T21:05:30.8107750Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T21:05:30.8107950Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T21:05:30.8108140Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T21:05:30.8108260Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T21:05:30.8108390Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T21:05:30.8108510Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T21:05:30.8108640Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T21:05:30.8109000Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T21:05:30.8109230Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T21:05:30.8109410Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T21:05:30.8109540Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T21:05:30.8109680Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T21:05:30.8109830Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T21:05:30.8109970Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T21:05:30.8110170Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T21:05:30.8110310Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T21:05:30.8110470Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T21:05:30.8110610Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T21:05:30.8110740Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T21:05:30.8110840Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T21:05:30.8110960Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T21:05:30.8111060Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T21:05:30.8111240Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T21:05:30.8111440Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T21:05:30.8111580Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T21:05:30.8111720Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T21:05:30.8111840Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T21:05:30.8111960Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T21:05:30.8112080Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T21:05:30.8112200Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T21:05:30.8112340Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T21:05:30.8112500Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T21:05:30.8112760Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T21:05:30.8112930Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T21:05:30.8113070Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T21:05:30.8113260Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T21:05:30.8113400Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T21:05:30.8113530Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T21:05:30.8113670Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T21:05:30.8113850Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T21:05:30.8113980Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T21:05:30.8114150Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T21:05:30.8114270Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T21:05:30.8114440Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T21:05:30.8114560Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T21:05:30.8114710Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T21:05:30.8114850Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T21:05:30.8115020Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T21:05:30.8115180Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T21:05:30.8115410Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T21:05:30.8115560Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T21:05:30.8115710Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T21:05:30.8115850Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T21:05:30.8116010Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T21:05:30.8116150Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T21:05:30.8116290Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T21:05:30.8116470Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T21:05:30.8116580Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T21:05:30.8116700Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T21:05:30.8116830Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T21:05:30.8116940Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T21:05:30.8117110Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T21:05:30.8117220Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T21:05:30.8117340Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T21:05:30.8117490Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T21:05:30.8117630Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T21:05:30.8117760Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T21:05:30.8117880Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T21:05:30.8117990Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T21:05:30.8118110Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T21:05:30.8118230Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T21:05:30.8118350Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T21:05:30.8118470Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T21:05:30.8118610Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T21:05:30.8118780Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T21:05:30.8118890Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T21:05:30.8119020Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T21:05:30.8119130Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T21:05:30.8119260Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T21:05:30.8119370Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T21:05:30.8119500Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T21:05:30.8119610Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T21:05:30.8119730Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T21:05:30.8119860Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T21:05:30.8119970Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T21:05:30.8120110Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T21:05:30.8120250Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T21:05:30.8120380Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T21:05:30.8120500Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T21:05:30.8120620Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T21:05:30.8120770Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T21:05:30.8120900Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T21:05:30.8121010Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T21:05:30.8121160Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T21:05:30.8121280Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T21:05:30.8302210Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T21:05:30.8302470Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T21:05:30.8302690Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T21:05:30.8302830Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T21:05:30.8302940Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T21:05:30.8303080Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T21:05:30.8303270Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T21:05:30.8303390Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T21:05:30.8303500Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T21:05:30.8303610Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T21:05:30.8303720Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T21:05:30.8303830Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T21:05:30.8303950Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T21:05:30.8304060Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T21:05:30.8304220Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T21:05:30.8304350Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T21:05:30.8304460Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T21:05:30.8304580Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T21:05:30.8304710Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T21:05:30.8304840Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T21:05:30.8304950Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T21:05:30.8305090Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T21:05:30.8305210Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T21:05:30.8305320Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T21:05:30.8305490Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T21:05:30.8305640Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T21:05:30.8305760Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T21:05:30.8305900Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T21:05:30.8306050Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T21:05:30.8306170Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T21:05:30.8306290Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T21:05:30.8306400Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T21:05:30.8306540Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T21:05:30.8306650Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T21:05:30.8306780Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T21:05:30.8306900Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T21:05:30.8307030Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T21:05:30.8307170Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T21:05:30.8307330Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T21:05:30.8307480Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T21:05:30.8307600Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T21:05:30.8307740Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T21:05:30.8307890Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T21:05:30.8308000Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T21:05:30.8308130Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T21:05:30.8308270Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T21:05:30.8308390Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T21:05:30.8308520Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T21:05:30.8308670Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T21:05:30.8308790Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T21:05:30.8308910Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T21:05:30.8309130Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T21:05:30.8309290Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T21:05:30.8309440Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T21:05:30.8309600Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T21:05:30.8309710Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T21:05:30.8309850Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T21:05:30.8309990Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T21:05:30.8310110Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T21:05:30.8310220Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T21:05:30.8310320Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T21:05:30.8310460Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T21:05:30.8310590Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T21:05:30.8310710Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T21:05:30.8310870Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T21:05:30.8311020Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T21:05:30.8311160Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T21:05:30.8311280Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T21:05:30.8311430Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T21:05:30.8311560Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T21:05:30.8311680Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T21:05:30.8311800Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T21:05:30.8311950Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T21:05:30.8312050Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T21:05:30.8312210Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T21:05:30.8312410Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T21:05:30.8312600Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T21:05:30.8312750Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T21:05:30.8312850Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T21:05:30.8312960Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T21:05:30.8313060Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T21:05:30.8313150Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T21:05:30.8313280Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T21:05:30.8313400Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T21:05:30.8313550Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T21:05:30.8313710Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T21:05:30.8313910Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T21:05:30.8314080Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T21:05:30.8314220Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T21:05:30.8314370Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T21:05:30.8314520Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T21:05:30.8314700Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T21:05:30.8314840Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T21:05:30.8314970Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T21:05:30.8315190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T21:05:30.8315390Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T21:05:30.8315570Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T21:05:30.8315720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T21:05:30.8315880Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T21:05:30.8316050Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T21:05:30.8316240Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T21:05:30.8316480Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T21:05:30.8316670Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T21:05:30.8316840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T21:05:30.8317000Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T21:05:30.8317150Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T21:05:30.8317300Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T21:05:30.8317460Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T21:05:30.8317660Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T21:05:30.8317910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T21:05:30.8318120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T21:05:30.8318320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T21:05:30.8318490Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T21:05:30.8318680Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T21:05:30.8318910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T21:05:30.8319100Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T21:05:30.8319270Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T21:05:30.8319460Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T21:05:30.8319630Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T21:05:30.8319770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T21:05:30.8319920Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T21:05:30.8495990Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T21:05:30.8496210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T21:05:30.8496380Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T21:05:30.8496660Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T21:05:30.8496850Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T21:05:30.8497020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T21:05:30.8497210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T21:05:30.8497450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T21:05:30.8497630Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T21:05:30.8497800Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T21:05:30.8498080Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T21:05:30.8498260Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T21:05:30.8498440Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T21:05:30.8498600Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T21:05:30.8498770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T21:05:30.8498940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T21:05:30.8499190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T21:05:30.8499350Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T21:05:30.8499530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T21:05:30.8499720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T21:05:30.8499910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T21:05:30.8500140Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T21:05:30.8500320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T21:05:30.8500510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T21:05:30.8500720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T21:05:30.8500910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T21:05:30.8501090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T21:05:30.8501270Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T21:05:30.8501450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T21:05:30.8501630Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T21:05:30.8501820Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T21:05:30.8501980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T21:05:30.8502140Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T21:05:30.8502330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T21:05:30.8502480Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T21:05:30.8502620Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T21:05:30.8502780Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T21:05:30.8502950Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T21:05:30.8503130Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T21:05:30.8503260Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T21:05:30.8503390Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T21:05:30.8503580Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T21:05:30.8503710Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T21:05:30.8503830Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T21:05:30.8504000Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T21:05:30.8504190Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T21:05:30.8504340Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T21:05:30.8504500Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T21:05:30.8504700Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T21:05:30.8504880Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T21:05:30.8505050Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T21:05:30.8510950Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T21:05:30.8511180Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T21:05:30.8511390Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T21:05:30.8511640Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T21:05:30.8511840Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T21:05:30.8512030Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T21:05:30.8512200Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T21:05:30.8512430Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T21:05:30.8512640Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T21:05:30.8512920Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T21:05:30.8513060Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T21:05:30.8513280Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T21:05:30.8513460Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T21:05:30.8513620Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T21:05:30.8513780Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T21:05:30.8513970Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T21:05:30.8514120Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T21:05:30.8514220Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T21:05:30.8514340Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T21:05:30.8514460Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T21:05:30.8514640Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T21:05:30.8514790Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T21:05:30.8514940Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T21:05:30.8515070Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T21:05:30.8515240Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T21:05:30.8515360Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T21:05:30.8515510Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T21:05:30.8515660Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T21:05:30.8515830Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T21:05:30.8515970Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T21:05:30.8516120Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T21:05:30.8516240Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T21:05:30.8516360Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T21:05:30.8516490Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T21:05:30.8516600Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T21:05:30.8516700Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T21:05:30.8516820Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T21:05:30.8517000Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T21:05:30.8517110Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T21:05:30.8517230Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T21:05:30.8517350Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T21:05:30.8517470Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T21:05:30.8517590Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T21:05:30.8517700Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T21:05:30.8517910Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T21:05:30.8518080Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T21:05:30.8518190Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T21:05:30.8518310Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T21:05:30.8518450Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T21:05:30.8518570Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T21:05:30.8518710Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T21:05:30.8518830Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T21:05:30.8519000Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T21:05:30.8519120Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T21:05:30.8519270Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T21:05:30.8519400Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T21:05:30.8519520Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T21:05:30.8519640Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T21:05:30.8519760Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T21:05:30.8650420Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T21:05:30.8650770Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T21:05:30.8650900Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T21:05:30.8651050Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T21:05:30.8651160Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T21:05:30.8651280Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T21:05:30.8651400Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T21:05:30.8651530Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T21:05:30.8651660Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T21:05:30.8651810Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T21:05:30.8651930Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T21:05:30.8652050Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T21:05:30.8652190Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T21:05:30.8652410Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T21:05:30.8652570Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T21:05:30.8652740Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T21:05:30.8652860Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T21:05:30.8652990Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T21:05:30.8653110Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T21:05:30.8653230Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T21:05:30.8653380Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T21:05:30.8653540Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T21:05:30.8653690Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T21:05:30.8653860Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T21:05:30.8654010Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T21:05:30.8654180Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T21:05:30.8654340Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T21:05:30.8654490Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T21:05:30.8654650Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T21:05:30.8654800Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T21:05:30.8654970Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T21:05:30.8655120Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T21:05:30.8655250Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T21:05:30.8655420Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T21:05:30.8655590Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T21:05:30.8655720Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T21:05:30.8655870Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T21:05:30.8656040Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T21:05:30.8656160Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T21:05:30.8656290Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T21:05:30.8656420Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T21:05:30.8656550Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T21:05:30.8656700Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T21:05:30.8656820Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T21:05:30.8656950Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T21:05:30.8657090Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T21:05:30.8657200Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T21:05:30.8657340Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T21:05:30.8657480Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T21:05:30.8657600Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T21:05:30.8657710Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T21:05:30.8657830Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T21:05:30.8657970Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T21:05:30.8658100Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T21:05:30.8658220Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T21:05:30.8658330Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T21:05:30.8658480Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T21:05:30.8658640Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T21:05:30.8658760Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T21:05:30.8658880Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T21:05:30.8659000Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T21:05:30.8659110Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T21:05:30.8659220Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T21:05:30.8659340Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T21:05:30.8659590Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T21:05:30.8659730Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T21:05:30.8659860Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T21:05:30.8659990Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T21:05:30.8660100Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T21:05:30.8660230Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T21:05:30.8660350Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T21:05:30.8660530Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T21:05:30.8660660Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T21:05:30.8660780Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T21:05:30.8660900Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T21:05:30.8661020Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T21:05:30.8661140Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T21:05:30.8661260Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T21:05:30.8661370Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T21:05:30.8661530Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T21:05:30.8661650Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T21:05:30.8661800Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T21:05:30.8661920Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T21:05:30.8662040Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T21:05:30.8662180Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T21:05:30.8662310Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T21:05:30.8662430Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T21:05:30.8662550Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T21:05:30.8662710Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T21:05:30.8662830Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T21:05:30.8663000Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T21:05:30.8663160Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T21:05:30.8663350Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T21:05:30.8663510Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T21:05:30.8663680Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T21:05:30.8663850Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T21:05:30.8664030Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T21:05:30.8664200Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T21:05:30.8664410Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T21:05:30.8664580Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T21:05:30.8664760Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T21:05:30.8664920Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T21:05:30.8665050Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T21:05:30.8665170Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T21:05:30.8665340Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T21:05:30.8665480Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T21:05:30.8665640Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T21:05:30.8665820Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T21:05:30.8665980Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T21:05:30.8666150Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T21:05:30.8666310Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T21:05:30.8666460Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T21:05:30.8666620Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T21:05:30.8666810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T21:05:30.8667010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T21:05:30.8667240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T21:05:30.8667420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T21:05:30.8667610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T21:05:30.8667790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T21:05:31.1637140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T21:05:31.1637950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T21:05:31.1638650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T21:05:31.1639260Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T21:05:31.1639810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T21:05:31.1640380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T21:05:31.1641210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T21:05:31.1641970Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T21:05:31.1642450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T21:05:31.1642930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T21:05:31.1643400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T21:05:31.1643830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T21:05:31.1644250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T21:05:31.1644690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T21:05:31.1645130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T21:05:31.1645600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T21:05:31.1646250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T21:05:31.1646690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T21:05:31.1647150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T21:05:31.1647620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T21:05:31.1648080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T21:05:31.1648550Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T21:05:31.1648990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T21:05:31.1649520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T21:05:31.1650000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T21:05:31.1650470Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T21:05:31.1650920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T21:05:31.1651360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T21:05:31.1651800Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T21:05:31.1652370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T21:05:31.1652860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T21:05:31.1653320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1653790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T21:05:31.1654250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T21:05:31.1654700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T21:05:31.1655150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T21:05:31.1655600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T21:05:31.1656120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T21:05:31.1656580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T21:05:31.1656990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T21:05:31.1657400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T21:05:31.1657810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T21:05:31.1658220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T21:05:31.1658640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T21:05:31.1659140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T21:05:31.1659650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T21:05:31.1660130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T21:05:31.1660600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1661110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1661610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T21:05:31.1662210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T21:05:31.1662700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1663320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1663830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T21:05:31.1664350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T21:05:31.1664850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1665340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T21:05:31.1665830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T21:05:31.1666400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T21:05:31.1666890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T21:05:31.1667330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T21:05:31.1667770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T21:05:31.1668240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T21:05:31.1668720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T21:05:31.1669240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T21:05:31.1669700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T21:05:31.1670140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T21:05:31.1670560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T21:05:31.1671010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T21:05:31.1671440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T21:05:31.1671860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T21:05:31.1672270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T21:05:31.1672860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T21:05:31.1673380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T21:05:31.1673880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T21:05:31.1674400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T21:05:31.1674930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T21:05:31.1675450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T21:05:31.1675940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T21:05:31.1676420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T21:05:31.1676930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T21:05:31.1677420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T21:05:31.1677890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T21:05:31.1678390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T21:05:31.1678920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T21:05:31.1679500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T21:05:31.1680110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T21:05:31.1680610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T21:05:31.1681110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T21:05:31.1681590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T21:05:31.1682060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T21:05:31.1682580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T21:05:31.1683100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T21:05:31.1683740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T21:05:31.1989350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T21:05:31.1990000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T21:05:31.1990460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T21:05:31.1990890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T21:05:31.1991450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T21:05:31.1991910Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T21:05:31.1992300Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T21:05:31.1992700Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T21:05:31.1993180Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T21:05:31.1993640Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T21:05:31.1994200Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T21:05:31.1994710Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T21:05:31.1995170Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T21:05:31.1995670Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T21:05:31.1996020Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T21:05:31.1996330Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T21:05:31.2003070Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T21:05:31.2003440Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T21:05:31.2003740Z adding 'executorch/codegen/__init__.py' 2025-03-21T21:05:31.2003990Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T21:05:31.2004250Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T21:05:31.2004530Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T21:05:31.2004790Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T21:05:31.2005080Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T21:05:31.2005380Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T21:05:31.2005630Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T21:05:31.2005920Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T21:05:31.2006230Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T21:05:31.2006570Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T21:05:31.2006950Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T21:05:31.2007260Z adding 'executorch/data/bin/__init__.py' 2025-03-21T21:05:31.2007490Z adding 'executorch/data/bin/flatc' 2025-03-21T21:05:31.2007710Z adding 'executorch/devtools/__init__.py' 2025-03-21T21:05:31.2008100Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T21:05:31.2008440Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T21:05:31.2008800Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T21:05:31.2009140Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T21:05:31.2009440Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T21:05:31.2009730Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T21:05:31.2010040Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T21:05:31.2010410Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T21:05:31.2010830Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T21:05:31.2011310Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T21:05:31.2011690Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T21:05:31.2012060Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T21:05:31.2012460Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T21:05:31.2012870Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T21:05:31.2013310Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T21:05:31.2013790Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T21:05:31.2014190Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T21:05:31.2014550Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T21:05:31.2014910Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T21:05:31.2015280Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T21:05:31.2015670Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T21:05:31.2016030Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T21:05:31.2016340Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T21:05:31.2016620Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T21:05:31.2016890Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T21:05:31.2017270Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T21:05:31.2017580Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T21:05:31.2017850Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T21:05:31.2018150Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T21:05:31.2018450Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T21:05:31.2018730Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T21:05:31.2019050Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T21:05:31.2019360Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T21:05:31.2019700Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T21:05:31.2020050Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T21:05:31.2020410Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T21:05:31.2020790Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T21:05:31.2021210Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T21:05:31.2021570Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T21:05:31.2021910Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T21:05:31.2022320Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T21:05:31.2022690Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T21:05:31.2023090Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T21:05:31.2023450Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T21:05:31.2023860Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T21:05:31.2024170Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T21:05:31.2024480Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T21:05:31.2024810Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T21:05:31.2025220Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T21:05:31.2025630Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T21:05:31.2026050Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T21:05:31.2026420Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T21:05:31.2026860Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T21:05:31.2027190Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T21:05:31.2027500Z adding 'executorch/examples/models/__init__.py' 2025-03-21T21:05:31.2027780Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T21:05:31.2028060Z adding 'executorch/examples/models/model_base.py' 2025-03-21T21:05:31.2028340Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T21:05:31.2028760Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T21:05:31.2029120Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T21:05:31.2029550Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T21:05:31.2029850Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T21:05:31.2030150Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T21:05:31.2030480Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T21:05:31.2030900Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T21:05:31.2031410Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T21:05:31.2031920Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T21:05:31.2032430Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T21:05:31.2032890Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T21:05:31.2033460Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T21:05:31.2033890Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T21:05:31.2034230Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T21:05:31.2034550Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T21:05:31.2034890Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T21:05:31.2035210Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T21:05:31.2035530Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T21:05:31.2035830Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T21:05:31.2036120Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T21:05:31.2036420Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T21:05:31.2036750Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T21:05:31.2037070Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T21:05:31.2037390Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T21:05:31.2037700Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T21:05:31.2038040Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T21:05:31.2038390Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T21:05:31.2038710Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T21:05:31.2039010Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T21:05:31.2039310Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T21:05:31.2039830Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T21:05:31.2040110Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T21:05:31.2040420Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T21:05:31.2040750Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T21:05:31.2041090Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T21:05:31.2041450Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T21:05:31.2558160Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T21:05:31.2659620Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T21:05:31.2743660Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T21:05:31.2759970Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T21:05:31.2770380Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T21:05:31.2770810Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T21:05:31.2771190Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T21:05:31.2771660Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T21:05:31.2772340Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T21:05:31.2772790Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T21:05:31.2773230Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T21:05:31.2773670Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T21:05:31.2774180Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T21:05:31.2774630Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T21:05:31.2775080Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T21:05:31.2775550Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T21:05:31.2775950Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T21:05:31.2776470Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T21:05:31.2776890Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T21:05:31.2777370Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T21:05:31.2777870Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T21:05:31.2778400Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T21:05:31.2778900Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T21:05:31.2779370Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T21:05:31.2779810Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T21:05:31.2780200Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T21:05:31.2780570Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T21:05:31.2780930Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T21:05:31.2781310Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T21:05:31.2781740Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T21:05:31.2782170Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T21:05:31.2782590Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T21:05:31.2783030Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T21:05:31.2783530Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T21:05:31.2783940Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T21:05:31.2784330Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T21:05:31.2784710Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T21:05:31.2785140Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T21:05:31.2785610Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T21:05:31.2786070Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T21:05:31.2786610Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T21:05:31.2787050Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T21:05:31.2787540Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T21:05:31.2787970Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T21:05:31.2788320Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T21:05:31.2788650Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T21:05:31.2788950Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T21:05:31.2789360Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T21:05:31.2789720Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T21:05:31.2790030Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T21:05:31.2790440Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T21:05:31.2790760Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T21:05:31.2791080Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T21:05:31.2791410Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T21:05:31.2791740Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T21:05:31.2792080Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T21:05:31.2792420Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T21:05:31.2792880Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T21:05:31.2793230Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T21:05:31.2793560Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T21:05:31.2793910Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T21:05:31.2794310Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T21:05:31.2794650Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T21:05:31.2795570Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T21:05:31.2797030Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T21:05:31.2798030Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T21:05:31.2798950Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T21:05:31.2799830Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T21:05:31.2800710Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T21:05:31.2801540Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T21:05:31.2802350Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T21:05:31.2803150Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T21:05:31.2804140Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T21:05:31.2805080Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T21:05:31.2805950Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T21:05:31.2806760Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T21:05:31.2808110Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T21:05:31.2808980Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T21:05:31.2809720Z adding 'executorch/exir/__init__.py' 2025-03-21T21:05:31.2810350Z adding 'executorch/exir/_warnings.py' 2025-03-21T21:05:31.2810990Z adding 'executorch/exir/common.py' 2025-03-21T21:05:31.2811680Z adding 'executorch/exir/control_flow.py' 2025-03-21T21:05:31.2812320Z adding 'executorch/exir/delegate.py' 2025-03-21T21:05:31.2812940Z adding 'executorch/exir/delegate.pyi' 2025-03-21T21:05:31.2813620Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T21:05:31.2814290Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T21:05:31.2814930Z adding 'executorch/exir/error.py' 2025-03-21T21:05:31.2815860Z adding 'executorch/exir/graph.py' 2025-03-21T21:05:31.2816510Z adding 'executorch/exir/graph_module.py' 2025-03-21T21:05:31.2817190Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T21:05:31.2817880Z adding 'executorch/exir/memory.py' 2025-03-21T21:05:31.2818580Z adding 'executorch/exir/memory_planning.py' 2025-03-21T21:05:31.2819260Z adding 'executorch/exir/pass_base.py' 2025-03-21T21:05:31.2819930Z adding 'executorch/exir/pass_manager.py' 2025-03-21T21:05:31.2820650Z adding 'executorch/exir/print_program.py' 2025-03-21T21:05:31.2821320Z adding 'executorch/exir/scalar_type.py' 2025-03-21T21:05:31.2822190Z adding 'executorch/exir/schema.py' 2025-03-21T21:05:31.2822810Z adding 'executorch/exir/sym_util.py' 2025-03-21T21:05:31.2823450Z adding 'executorch/exir/tensor.py' 2025-03-21T21:05:31.2824070Z adding 'executorch/exir/tracer.py' 2025-03-21T21:05:31.2824660Z adding 'executorch/exir/types.py' 2025-03-21T21:05:31.2825250Z adding 'executorch/exir/version.py' 2025-03-21T21:05:31.2825850Z adding 'executorch/exir/wrap.py' 2025-03-21T21:05:31.2826470Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T21:05:31.2827160Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T21:05:31.2827880Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T21:05:31.2828690Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T21:05:31.2829650Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T21:05:31.2830810Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T21:05:31.2832100Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T21:05:31.2833100Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T21:05:31.2834000Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T21:05:31.2834840Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T21:05:31.2835910Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T21:05:31.2855290Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T21:05:31.2856340Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T21:05:31.2857340Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T21:05:31.2858460Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T21:05:31.2859560Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T21:05:31.2860510Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T21:05:31.2861380Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T21:05:31.2862530Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T21:05:31.2863500Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T21:05:31.2864290Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T21:05:31.2864980Z adding 'executorch/exir/backend/utils.py' 2025-03-21T21:05:31.2865890Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T21:05:31.2867140Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T21:05:31.2868440Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T21:05:31.2869710Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T21:05:31.2871570Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T21:05:31.2872850Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T21:05:31.2874050Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T21:05:31.5901090Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T21:05:31.5901500Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T21:05:31.5901830Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T21:05:31.5902180Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T21:05:31.5902680Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T21:05:31.5902990Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T21:05:31.5903310Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T21:05:31.5903640Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T21:05:31.5905080Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T21:05:31.5906050Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T21:05:31.5906980Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T21:05:31.5913180Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T21:05:31.5914140Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T21:05:31.5914990Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T21:05:31.5915790Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T21:05:31.5916710Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T21:05:31.5917710Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T21:05:31.5918770Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T21:05:31.5919940Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T21:05:31.5920930Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T21:05:31.5921690Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T21:05:31.5922400Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T21:05:31.5923260Z adding 'executorch/exir/capture/_config.py' 2025-03-21T21:05:31.5923930Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T21:05:31.5924590Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T21:05:31.5925270Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T21:05:31.5925940Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T21:05:31.5926760Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T21:05:31.5927650Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T21:05:31.5928350Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T21:05:31.5929110Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T21:05:31.5929870Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T21:05:31.5930630Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T21:05:31.5931420Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T21:05:31.5932230Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T21:05:31.5933030Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T21:05:31.5933790Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T21:05:31.5934650Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T21:05:31.5935470Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T21:05:31.5936210Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T21:05:31.5937060Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T21:05:31.5937920Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T21:05:31.5939150Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T21:05:31.5939920Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T21:05:31.5940720Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T21:05:31.5941390Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T21:05:31.5942050Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T21:05:31.5942790Z adding 'executorch/exir/operator/convert.py' 2025-03-21T21:05:31.5943480Z adding 'executorch/exir/operator/manip.py' 2025-03-21T21:05:31.5944120Z adding 'executorch/exir/operator/util.py' 2025-03-21T21:05:31.5944830Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T21:05:31.5945550Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T21:05:31.5946610Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T21:05:31.5947510Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T21:05:31.5948290Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T21:05:31.5949150Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T21:05:31.5950060Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T21:05:31.5950980Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T21:05:31.5951890Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T21:05:31.5952970Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T21:05:31.5953780Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T21:05:31.5954650Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T21:05:31.5955560Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T21:05:31.5956380Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T21:05:31.5957300Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T21:05:31.5958240Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T21:05:31.5959080Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T21:05:31.5959910Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T21:05:31.5960750Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T21:05:31.5961560Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T21:05:31.5962590Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T21:05:31.5963530Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T21:05:31.5964360Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T21:05:31.5965160Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T21:05:31.5966170Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T21:05:31.5967190Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T21:05:31.5968070Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T21:05:31.5969080Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T21:05:31.5969970Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T21:05:31.5970740Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T21:05:31.5971490Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T21:05:31.5972260Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T21:05:31.5973130Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T21:05:31.5973900Z adding 'executorch/exir/program/__init__.py' 2025-03-21T21:05:31.5974630Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T21:05:31.5975330Z adding 'executorch/exir/program/_program.py' 2025-03-21T21:05:31.5976030Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T21:05:31.5976840Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T21:05:31.5977660Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T21:05:31.5978670Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T21:05:31.5979390Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T21:05:31.5980120Z adding 'executorch/exir/serde/schema.py' 2025-03-21T21:05:31.5980980Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T21:05:31.5981700Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T21:05:31.5982340Z adding 'executorch/exir/serde/union.py' 2025-03-21T21:05:31.5982970Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T21:05:31.5983610Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T21:05:31.5984250Z adding 'executorch/exir/tests/common.py' 2025-03-21T21:05:31.5984940Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T21:05:31.5985710Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T21:05:31.5987010Z adding 'executorch/exir/tests/models.py' 2025-03-21T21:05:31.5987700Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T21:05:31.5988420Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T21:05:31.5989170Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T21:05:31.5989850Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T21:05:31.5990620Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T21:05:31.5991480Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T21:05:31.5992280Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T21:05:31.5993220Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T21:05:31.5994030Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T21:05:31.5994930Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T21:05:31.5995880Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T21:05:31.5996830Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T21:05:31.5997570Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T21:05:31.5998290Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T21:05:31.5998980Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T21:05:31.5999690Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T21:05:31.6000570Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T21:05:31.6001480Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T21:05:31.6002460Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T21:05:31.6003250Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T21:05:31.6004020Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T21:05:31.6004750Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T21:05:31.6005420Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T21:05:31.6006090Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T21:05:31.6006800Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T21:05:31.6007570Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T21:05:31.6010490Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T21:05:31.6011280Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T21:05:31.6012070Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T21:05:31.6012820Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T21:05:31.6013580Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T21:05:31.6014420Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T21:05:31.6015300Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T21:05:31.6016090Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T21:05:31.6016830Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T21:05:31.6017590Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T21:05:31.6018460Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T21:05:31.6019440Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T21:05:31.6020830Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T21:05:31.6021850Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T21:05:31.6022810Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T21:05:31.6023810Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T21:05:31.6024700Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T21:05:34.2629210Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T21:05:34.2629610Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T21:05:34.2630030Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T21:05:34.2630750Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T21:05:34.2631060Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T21:05:34.2631420Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib' 2025-03-21T21:05:34.2631820Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T21:05:34.2632150Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T21:05:34.2632510Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T21:05:34.2632970Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T21:05:34.2633490Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T21:05:34.2633870Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T21:05:34.2634290Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T21:05:34.2634740Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T21:05:34.2635210Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T21:05:34.2635570Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T21:05:34.2635850Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T21:05:34.2636140Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T21:05:34.2636450Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T21:05:34.2636830Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T21:05:34.2643030Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T21:05:34.2643390Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T21:05:34.2643710Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T21:05:34.2644040Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T21:05:34.2644340Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T21:05:34.2644640Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T21:05:34.2644970Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T21:05:34.2645340Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T21:05:34.2645730Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T21:05:34.2646090Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T21:05:34.2646400Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T21:05:34.2646710Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T21:05:34.2647000Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T21:05:34.2647320Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T21:05:34.2647640Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T21:05:34.2648000Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T21:05:34.2648420Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T21:05:34.2648840Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T21:05:34.2649330Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T21:05:34.2649780Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T21:05:34.2650270Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T21:05:34.2650740Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-03-21T21:05:34.2651190Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-03-21T21:05:34.2651680Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-03-21T21:05:34.2652180Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-03-21T21:05:34.2652720Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-03-21T21:05:34.2653250Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-03-21T21:05:34.2653800Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-03-21T21:05:34.2654330Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-03-21T21:05:34.2654920Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-03-21T21:05:34.2655480Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-03-21T21:05:34.2656020Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-03-21T21:05:34.2656510Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-03-21T21:05:34.2656940Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-03-21T21:05:34.2657350Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-03-21T21:05:34.2657780Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-03-21T21:05:34.2658300Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-03-21T21:05:34.2658890Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-03-21T21:05:34.2659540Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-03-21T21:05:34.2660050Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-03-21T21:05:34.2660570Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-03-21T21:05:34.2661190Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-03-21T21:05:34.2661880Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-03-21T21:05:34.2662580Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-03-21T21:05:34.2663260Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-03-21T21:05:34.2663850Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-03-21T21:05:34.2664400Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-03-21T21:05:34.2664920Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T21:05:34.2665390Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-darwin.so' 2025-03-21T21:05:34.2665760Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T21:05:34.2666120Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T21:05:34.2666480Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T21:05:34.2667080Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T21:05:34.2667700Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T21:05:34.2668160Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T21:05:34.2668470Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T21:05:34.2668760Z adding 'executorch/extension/training/__init__.py' 2025-03-21T21:05:34.2669130Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T21:05:34.2669520Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T21:05:34.2669860Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T21:05:34.2670280Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T21:05:34.2670780Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T21:05:34.2671130Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T21:05:34.2671610Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T21:05:34.2672130Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T21:05:34.2672600Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T21:05:34.2672970Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T21:05:34.2673490Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T21:05:34.2673950Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T21:05:34.2674330Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T21:05:34.2674800Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T21:05:34.2675250Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T21:05:34.2675650Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T21:05:34.2676100Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T21:05:34.2676520Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T21:05:34.2676850Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T21:05:34.2677330Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T21:05:34.2677710Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T21:05:34.2678160Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T21:05:34.2678530Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T21:05:34.2678980Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T21:05:34.2679430Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T21:05:34.2679810Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T21:05:34.2680280Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T21:05:34.2680680Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T21:05:34.2681010Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T21:05:34.2681370Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T21:05:34.2681730Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T21:05:34.2682060Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T21:05:34.2682500Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T21:05:37.4091150Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T21:05:37.4098930Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T21:05:37.4113180Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T21:05:37.4127060Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T21:05:37.4128630Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T21:05:37.4130020Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T21:05:37.4131230Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T21:05:37.4132390Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T21:05:37.4133330Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T21:05:37.4134380Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T21:05:37.4135740Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T21:05:37.4136660Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T21:05:37.4137990Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T21:05:37.4138580Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T21:05:37.4139100Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T21:05:37.4139590Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T21:05:37.4140410Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T21:05:37.4140910Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T21:05:37.4141340Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T21:05:37.4141860Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T21:05:37.4142410Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T21:05:37.4142930Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T21:05:37.4143510Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T21:05:37.4144100Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T21:05:37.4144860Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T21:05:37.4145480Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T21:05:37.4146070Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T21:05:37.4146610Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T21:05:37.4147160Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T21:05:37.4147740Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T21:05:37.4148450Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T21:05:37.4149050Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T21:05:37.4149660Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T21:05:37.4150210Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T21:05:37.4150680Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T21:05:37.4151210Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T21:05:37.4151750Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T21:05:37.4152280Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T21:05:37.4152700Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T21:05:37.4153240Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T21:05:37.4153670Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T21:05:37.4154080Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T21:05:37.4154570Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T21:05:37.4155020Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T21:05:37.4155440Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T21:05:37.4155910Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T21:05:37.4156340Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T21:05:37.4156840Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T21:05:37.4157650Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T21:05:37.4158150Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T21:05:37.4158590Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T21:05:37.4159000Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.dylib' 2025-03-21T21:05:37.4159410Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T21:05:37.4159840Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T21:05:37.4160360Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T21:05:37.4160860Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T21:05:37.4161270Z adding 'executorch/runtime/__init__.py' 2025-03-21T21:05:37.4161580Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T21:05:37.4161940Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T21:05:37.4162280Z adding 'executorch/schema/program.fbs' 2025-03-21T21:05:37.4162570Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T21:05:37.4162940Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T21:05:37.4163320Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T21:05:37.4163640Z adding 'executorch/util/collect_env.py' 2025-03-21T21:05:37.4163950Z adding 'executorch/util/python_profiler.py' 2025-03-21T21:05:37.4164370Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T21:05:37.4164760Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T21:05:37.4165100Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T21:05:37.4165480Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T21:05:37.4165910Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T21:05:37.4166340Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T21:05:37.4166750Z removing pip-out/bdist.macosx-11.1-arm64/wheel 2025-03-21T21:05:37.4167170Z Building wheel for executorch (pyproject.toml): finished with status 'done' 2025-03-21T21:05:37.4167960Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp311-cp311-macosx_11_0_arm64.whl size=7974552 sha256=c7022324ec23607ee1d3bf1c87525570ef5b0d8c1ff6f967a76765a5ec4d2091 2025-03-21T21:05:37.4169170Z Stored in directory: /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-ephem-wheel-cache-z3sv0yde/wheels/ac/4f/3e/148796877df44aaf09d8f236565e72d876c653a64f62e93aa3 2025-03-21T21:05:37.4169910Z Successfully built executorch 2025-03-21T21:05:37.4170790Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T21:05:37.4171860Z changing mode of /Users/runner/work/_temp/conda_environment_14000170657/bin/tabulate to 755 2025-03-21T21:05:37.4172360Z Attempting uninstall: pytest 2025-03-21T21:05:37.4172720Z Found existing installation: pytest 7.2.0 2025-03-21T21:05:37.4173000Z Uninstalling pytest-7.2.0: 2025-03-21T21:05:37.4173480Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/bin/py.test 2025-03-21T21:05:37.4174200Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/bin/pytest 2025-03-21T21:05:37.4174980Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/__pycache__/py.cpython-311.pyc 2025-03-21T21:05:37.4175800Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/_pytest/ 2025-03-21T21:05:37.4176550Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/py.py 2025-03-21T21:05:37.4177320Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T21:05:37.4178120Z Removing file or directory /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/pytest/ 2025-03-21T21:05:37.4179190Z Successfully uninstalled pytest-7.2.0 2025-03-21T21:05:37.4179640Z changing mode of /Users/runner/work/_temp/conda_environment_14000170657/bin/py.test to 755 2025-03-21T21:05:37.4180150Z changing mode of /Users/runner/work/_temp/conda_environment_14000170657/bin/pytest to 755 2025-03-21T21:05:37.4180700Z changing mode of /Users/runner/work/_temp/conda_environment_14000170657/bin/flatc to 755 2025-03-21T21:05:37.4181530Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T21:05:37.4182140Z + pip list 2025-03-21T21:05:37.4182430Z Package Version Editable project location 2025-03-21T21:05:37.4182920Z ----------------------------- ------------------ ----------------------------------------------------------------------------------------------- 2025-03-21T21:05:37.4183350Z alabaster 0.7.16 2025-03-21T21:05:37.4183640Z attrs 25.3.0 2025-03-21T21:05:37.4183890Z babel 2.17.0 2025-03-21T21:05:37.4184180Z beautifulsoup4 4.13.3 2025-03-21T21:05:37.4184460Z breathe 4.34.0 2025-03-21T21:05:37.4184710Z bs4 0.0.2 2025-03-21T21:05:37.4184990Z certifi 2025.1.31 2025-03-21T21:05:37.4185340Z charset-normalizer 3.4.1 2025-03-21T21:05:37.4185600Z cmake 3.31.6 2025-03-21T21:05:37.4185880Z contourpy 1.3.1 2025-03-21T21:05:37.4186160Z coverage 7.7.1 2025-03-21T21:05:37.4186420Z cycler 0.12.1 2025-03-21T21:05:37.4186710Z docutils 0.16 2025-03-21T21:05:37.4186990Z execnet 2.1.1 2025-03-21T21:05:37.4187300Z executorch 0.6.0a0+be92d7d 2025-03-21T21:05:44.6599730Z exhale 0.2.3 2025-03-21T21:05:44.6602610Z expecttest 0.1.6 2025-03-21T21:05:44.6603520Z filelock 3.18.0 2025-03-21T21:05:44.6604320Z flatbuffers 25.2.10 2025-03-21T21:05:44.6604850Z fonttools 4.56.0 2025-03-21T21:05:44.6605390Z fsspec 2025.3.0 2025-03-21T21:05:44.6611010Z huggingface-hub 0.29.3 2025-03-21T21:05:44.6612030Z hypothesis 6.84.2 2025-03-21T21:05:44.6612650Z idna 3.10 2025-03-21T21:05:44.6613660Z imagesize 1.4.1 2025-03-21T21:05:44.6614450Z iniconfig 2.1.0 2025-03-21T21:05:44.6615040Z Jinja2 3.1.6 2025-03-21T21:05:44.6616290Z kiwisolver 1.4.8 2025-03-21T21:05:44.6617230Z lxml 5.3.1 2025-03-21T21:05:44.6618000Z markdown-it-py 2.2.0 2025-03-21T21:05:44.6618500Z MarkupSafe 3.0.2 2025-03-21T21:05:44.6619230Z matplotlib 3.10.1 2025-03-21T21:05:44.6620030Z mdit-py-plugins 0.3.5 2025-03-21T21:05:44.6620900Z mdurl 0.1.2 2025-03-21T21:05:44.6622060Z mpmath 1.3.0 2025-03-21T21:05:44.6622930Z myst-parser 0.18.1 2025-03-21T21:05:44.6623420Z networkx 3.4.2 2025-03-21T21:05:44.6624050Z numpy 2.2.4 2025-03-21T21:05:44.6625130Z packaging 24.2 2025-03-21T21:05:44.6625760Z pandas 2.2.3 2025-03-21T21:05:44.6626470Z parameterized 0.9.0 2025-03-21T21:05:44.6627250Z pillow 11.1.0 2025-03-21T21:05:44.6627940Z pip 25.0 2025-03-21T21:05:44.6628440Z pluggy 1.5.0 2025-03-21T21:05:44.6629160Z Pygments 2.19.1 2025-03-21T21:05:44.6630070Z pyparsing 3.2.1 2025-03-21T21:05:44.6630620Z pytest 8.3.5 2025-03-21T21:05:44.6631320Z pytest-cov 4.1.0 2025-03-21T21:05:44.6631830Z pytest-rerunfailures 15.0 2025-03-21T21:05:44.6632300Z pytest-xdist 3.6.1 2025-03-21T21:05:44.6632730Z python-dateutil 2.9.0.post0 2025-03-21T21:05:44.6633460Z pytorch_sphinx_theme 0.0.24 /Users/runner/work/executorch/executorch/pytorch/executorch/.ci/docker/src/pytorch-sphinx-theme 2025-03-21T21:05:44.6634110Z pytz 2025.1 2025-03-21T21:05:44.6634790Z PyYAML 6.0.1 2025-03-21T21:05:44.6635260Z regex 2024.11.6 2025-03-21T21:05:44.6635680Z requests 2.32.3 2025-03-21T21:05:44.6636110Z ruamel.yaml 0.17.32 2025-03-21T21:05:44.6636490Z ruamel.yaml.clib 0.2.12 2025-03-21T21:05:44.6636850Z safetensors 0.5.3 2025-03-21T21:05:44.6637200Z setuptools 75.8.0 2025-03-21T21:05:44.6637560Z six 1.17.0 2025-03-21T21:05:44.6637920Z snowballstemmer 2.2.0 2025-03-21T21:05:44.6638320Z sortedcontainers 2.4.0 2025-03-21T21:05:44.6638730Z soupsieve 2.6 2025-03-21T21:05:44.6639090Z Sphinx 5.3.0 2025-03-21T21:05:44.6639510Z sphinx-copybutton 0.5.0 2025-03-21T21:05:44.6639910Z sphinx_design 0.4.1 2025-03-21T21:05:44.6640340Z sphinx-gallery 0.14.0 2025-03-21T21:05:44.6641300Z sphinxcontrib-applehelp 2.0.0 2025-03-21T21:05:44.6641780Z sphinxcontrib-devhelp 2.0.0 2025-03-21T21:05:44.6642180Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T21:05:44.6642580Z sphinxcontrib-jsmath 1.0.1 2025-03-21T21:05:44.6643200Z sphinxcontrib-qthelp 2.0.0 2025-03-21T21:05:44.6643710Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T21:05:44.6644200Z sympy 1.13.3 2025-03-21T21:05:44.6644560Z tabulate 0.9.0 2025-03-21T21:05:44.6644760Z timm 1.0.7 2025-03-21T21:05:44.6644980Z tokenizers 0.21.1 2025-03-21T21:05:44.6645260Z tomli 2.0.1 2025-03-21T21:05:44.6645520Z torch 2.7.0a0+git295f2ed 2025-03-21T21:05:44.6645810Z torchao 0.10.0+git64bcf4c 2025-03-21T21:05:44.6646110Z torchaudio 2.6.0a0+c670ad8 2025-03-21T21:05:44.6646350Z torchsr 1.0.4 2025-03-21T21:05:44.6646680Z torchvision 0.19.0a0+d23a6e1 2025-03-21T21:05:44.6647000Z tqdm 4.67.1 2025-03-21T21:05:44.6647300Z transformers 4.47.1 2025-03-21T21:05:44.6647560Z typing_extensions 4.12.2 2025-03-21T21:05:44.6647810Z tzdata 2025.1 2025-03-21T21:05:44.6648120Z urllib3 2.3.0 2025-03-21T21:05:44.6648370Z wheel 0.37.1 2025-03-21T21:05:44.6648570Z zstd 1.5.5.1 2025-03-21T21:05:44.6648780Z + build_executorch_runner cmake Release 2025-03-21T21:05:44.6649000Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T21:05:44.6649430Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T21:05:44.6649640Z + build_executorch_runner_cmake Release 2025-03-21T21:05:44.6649920Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T21:05:44.6650170Z + clean_executorch_install_folders 2025-03-21T21:05:44.6650430Z + ./install_executorch.sh --clean 2025-03-21T21:05:44.6650670Z Cleaning build artifacts... 2025-03-21T21:05:44.6650900Z Cleaning pip-out/... 2025-03-21T21:05:44.6651120Z Done cleaning build artifacts. 2025-03-21T21:05:44.6651340Z + mkdir cmake-out 2025-03-21T21:05:44.6651540Z + pushd cmake-out 2025-03-21T21:05:44.6651960Z ~/work/executorch/executorch/pytorch/executorch/cmake-out ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:05:44.6652430Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T21:05:44.6652790Z + CXXFLAGS= 2025-03-21T21:05:44.6652980Z + CXXFLAGS= 2025-03-21T21:05:44.6653260Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T21:05:44.6653710Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T21:05:44.6654240Z -- The C compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:05:44.6654620Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:05:44.6654950Z -- Detecting C compiler ABI info 2025-03-21T21:05:44.6655200Z -- Detecting C compiler ABI info - done 2025-03-21T21:05:44.6655890Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2025-03-21T21:05:44.6656420Z -- Detecting C compile features 2025-03-21T21:05:44.6656690Z -- Detecting C compile features - done 2025-03-21T21:05:44.6656950Z -- Detecting CXX compiler ABI info 2025-03-21T21:05:44.6657190Z -- Detecting CXX compiler ABI info - done 2025-03-21T21:05:44.6657790Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T21:05:44.6661980Z -- Detecting CXX compile features 2025-03-21T21:05:44.6662470Z -- Detecting CXX compile features - done 2025-03-21T21:05:44.6663150Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T21:05:44.6663880Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:05:44.6664400Z CMake. 2025-03-21T21:05:44.6664640Z 2025-03-21T21:05:44.6665210Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:05:44.6665830Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:05:44.6666340Z to work with policies introduced by or earlier. 2025-03-21T21:05:44.6666730Z 2025-03-21T21:05:44.6666910Z 2025-03-21T21:05:44.6667330Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T21:05:44.6668140Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:05:44.6668630Z CMake. 2025-03-21T21:05:44.6668890Z 2025-03-21T21:05:44.6669190Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:05:44.6669850Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:05:44.6670400Z to work with policies introduced by or earlier. 2025-03-21T21:05:44.6671570Z 2025-03-21T21:05:44.6671720Z 2025-03-21T21:05:44.6672190Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T21:05:44.6672890Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:05:44.6673320Z CMake. 2025-03-21T21:05:44.6673550Z 2025-03-21T21:05:44.6673890Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:05:44.6674510Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:05:44.6675040Z to work with policies introduced by or earlier. 2025-03-21T21:05:44.6675400Z 2025-03-21T21:05:44.6675540Z 2025-03-21T21:05:44.6676000Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T21:05:44.6676500Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T21:05:44.6676950Z -- Found Threads: TRUE 2025-03-21T21:05:44.6677320Z -- Using python executable 'python' 2025-03-21T21:05:44.6677730Z -- Resolved buck2 as buck2. 2025-03-21T21:05:44.6678150Z -- Killing buck2 daemon 2025-03-21T21:05:44.6678550Z 'buck2 killall' 2025-03-21T21:05:44.6678950Z -- executorch: Generating source lists 2025-03-21T21:05:44.6679650Z -- executorch: Generating source file list /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T21:05:44.6680630Z -- executorch: Using sources file /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T21:05:44.6681560Z -- executorch: Using PAL default 'posix' 2025-03-21T21:05:44.6682010Z -- Generating operator lib: 2025-03-21T21:05:44.6682370Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:05:44.6683040Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T21:05:44.6683710Z -- ROOT_OPS: 2025-03-21T21:05:44.6684080Z -- INCLUDE_ALL_OPS: 2025-03-21T21:05:44.6685460Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T21:05:44.6686790Z -- Generating kernel bindings: 2025-03-21T21:05:44.6687230Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:05:44.6687880Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T21:05:44.6688520Z -- CUSTOM_OPS_YAML: 2025-03-21T21:05:44.6688940Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T21:05:44.6690520Z Generated files /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T21:05:44.6692050Z -- Generating operator lib: 2025-03-21T21:05:44.6692710Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:05:44.6693200Z -- KERNEL_LIBS: portable_kernels 2025-03-21T21:05:44.6693640Z -- DEPS: executorch 2025-03-21T21:05:44.6694190Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T21:05:44.6694900Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:05:44.6695410Z CMake. 2025-03-21T21:05:44.6695680Z 2025-03-21T21:05:44.6695990Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:05:44.6696620Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:05:44.6697130Z to work with policies introduced by or earlier. 2025-03-21T21:05:44.6697490Z 2025-03-21T21:05:44.6697620Z 2025-03-21T21:05:44.6697880Z -- Looking for C++ include unistd.h 2025-03-21T21:05:44.6698420Z -- Looking for C++ include unistd.h - found 2025-03-21T21:05:44.6698840Z -- Looking for C++ include stdint.h 2025-03-21T21:05:44.6699330Z -- Looking for C++ include stdint.h - found 2025-03-21T21:05:44.6699820Z -- Looking for C++ include inttypes.h 2025-03-21T21:05:44.6700290Z -- Looking for C++ include inttypes.h - found 2025-03-21T21:05:44.6700720Z -- Looking for C++ include sys/types.h 2025-03-21T21:05:44.6701170Z -- Looking for C++ include sys/types.h - found 2025-03-21T21:05:44.6701610Z -- Looking for C++ include sys/stat.h 2025-03-21T21:05:44.6702040Z -- Looking for C++ include sys/stat.h - found 2025-03-21T21:05:44.6702520Z -- Looking for C++ include fnmatch.h 2025-03-21T21:05:44.6703030Z -- Looking for C++ include fnmatch.h - found 2025-03-21T21:05:58.7614390Z -- Looking for C++ include stddef.h 2025-03-21T21:05:58.7615700Z -- Looking for C++ include stddef.h - found 2025-03-21T21:05:58.7616740Z -- Check size of uint32_t 2025-03-21T21:05:58.7617670Z -- Check size of uint32_t - done 2025-03-21T21:05:58.7618550Z -- Looking for strtoll 2025-03-21T21:05:58.7619660Z -- Looking for strtoll - found 2025-03-21T21:05:58.7620170Z -- 2025-03-21T21:05:58.7620550Z -- ******** Summary ******** 2025-03-21T21:05:58.7620970Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T21:05:58.7621390Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T21:05:58.7621850Z -- CMAKE_CXX_COMPILER_ID : AppleClang 2025-03-21T21:05:58.7622290Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T21:05:58.7623290Z -- BUCK2 : buck2 2025-03-21T21:05:58.7623780Z -- PYTHON_EXECUTABLE : python 2025-03-21T21:05:58.7624480Z -- FLATC_EXECUTABLE : /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T21:05:58.7625190Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T21:05:58.7625650Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T21:05:58.7630210Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T21:05:58.7630760Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T21:05:58.7631200Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T21:05:58.7631930Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T21:05:58.7632440Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T21:05:58.7632900Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T21:05:58.7633330Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T21:05:58.7633790Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T21:05:58.7634310Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T21:05:58.7634760Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T21:05:58.7635250Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T21:05:58.7635700Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T21:05:58.7636140Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T21:05:58.7636610Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T21:05:58.7637070Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T21:05:58.7637950Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T21:05:58.7638380Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T21:05:58.7638830Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T21:05:58.7639290Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T21:05:58.7639710Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T21:05:58.7640170Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T21:05:58.7640630Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T21:05:58.7641040Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T21:05:58.7641570Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T21:05:58.7653840Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T21:05:58.7655320Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T21:05:58.7659610Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T21:05:58.7660510Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T21:05:58.7661410Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T21:05:58.7662270Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T21:05:58.7663120Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T21:05:58.7663930Z -- Configuring done (3.1s) 2025-03-21T21:05:58.7664620Z -- Generating done (0.1s) 2025-03-21T21:05:58.7665760Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out 2025-03-21T21:05:58.7666950Z + popd 2025-03-21T21:05:58.7667610Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:05:58.7668410Z ++ uname 2025-03-21T21:05:58.7668990Z + '[' Darwin == Darwin ']' 2025-03-21T21:05:58.7670530Z ++ sysctl -n hw.ncpu 2025-03-21T21:05:58.7671170Z + CMAKE_JOBS=5 2025-03-21T21:05:58.7671800Z + cmake --build cmake-out -j 5 2025-03-21T21:05:58.7672920Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T21:05:58.7674590Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T21:05:58.7676220Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T21:05:58.7677800Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T21:05:58.7679140Z [ 2%] Creating directories for 'flatbuffers' 2025-03-21T21:05:58.7680270Z [ 2%] No download step for 'flatbuffers' 2025-03-21T21:05:58.7681060Z [ 2%] No update step for 'flatbuffers' 2025-03-21T21:05:58.7681840Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T21:05:58.7683060Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T21:05:58.7684650Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T21:05:58.7686340Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T21:05:58.7687770Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T21:05:58.7688820Z CMake Warning: 2025-03-21T21:05:58.7689610Z Ignoring empty string ("") provided on the command line. 2025-03-21T21:05:58.7690370Z 2025-03-21T21:05:58.7690540Z 2025-03-21T21:05:58.7690990Z fatal: No names found, cannot describe anything. 2025-03-21T21:05:58.7691880Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T21:05:58.7692750Z git describe failed with exit code: 128 2025-03-21T21:05:58.7693330Z 2025-03-21T21:05:58.7693810Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T21:05:58.7694700Z Call Stack (most recent call first): 2025-03-21T21:05:58.7695460Z CMakeLists.txt:5 (include) 2025-03-21T21:05:58.7696090Z 2025-03-21T21:05:58.7696260Z 2025-03-21T21:05:58.7696650Z -- Proceeding with version: 24.3.25.0 2025-03-21T21:05:58.7697780Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T21:05:58.7699920Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T21:05:58.7701700Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T21:05:58.7703430Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T21:05:58.7705230Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T21:05:58.7706950Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T21:05:58.7708660Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:05:58.7709850Z -- Detecting CXX compiler ABI info 2025-03-21T21:05:58.7710440Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T21:05:58.7711240Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T21:05:58.7712000Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2025-03-21T21:05:58.7712780Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2025-03-21T21:05:58.7713420Z -- Detecting CXX compiler ABI info - done 2025-03-21T21:05:58.7714100Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T21:05:58.7714760Z -- Detecting CXX compile features 2025-03-21T21:05:58.7715430Z -- Detecting CXX compile features - done 2025-03-21T21:05:58.7715870Z -- Looking for strtof_l 2025-03-21T21:05:58.7716410Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2025-03-21T21:05:58.7717190Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2025-03-21T21:05:58.7717830Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T21:05:58.7718230Z -- Looking for strtof_l - not found 2025-03-21T21:05:58.7718690Z -- Looking for strtoull_l 2025-03-21T21:05:58.7719090Z [ 6%] Linking C static library libcpuinfo_internals.a 2025-03-21T21:05:58.7719530Z [ 6%] Built target cpuinfo 2025-03-21T21:05:58.7720100Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T21:05:58.7720820Z [ 7%] Built target cpuinfo_internals 2025-03-21T21:05:58.7721420Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T21:05:58.7721980Z -- Looking for strtoull_l - not found 2025-03-21T21:05:58.7722360Z -- Looking for realpath 2025-03-21T21:05:58.7722810Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T21:05:58.7723580Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T21:05:58.7724270Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T21:05:58.7724600Z -- Looking for realpath - found 2025-03-21T21:05:58.7725050Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T21:05:58.7725460Z -- Configuring done (0.8s) 2025-03-21T21:05:58.7725750Z -- Generating done (0.0s) 2025-03-21T21:05:58.7726270Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T21:05:58.7726810Z [ 8%] Built target pthreadpool 2025-03-21T21:05:58.7727120Z [ 8%] Performing build step for 'flatbuffers' 2025-03-21T21:05:58.7727580Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T21:05:58.7728060Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T21:05:58.7728530Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T21:05:58.7729140Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T21:05:58.7729570Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-03-21T21:05:58.7729960Z [ 8%] Built target gflags_nothreads_static 2025-03-21T21:05:58.7730420Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T21:05:58.7730900Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T21:05:58.7731420Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T21:05:58.7731900Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T21:05:58.7732420Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T21:05:58.7732920Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T21:05:58.7733410Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T21:05:58.7733920Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T21:05:58.7734390Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T21:05:58.7734900Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T21:05:58.7735390Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T21:05:58.7735870Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T21:05:58.7736390Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T21:05:58.7736860Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T21:05:58.7737340Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T21:05:58.7738060Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T21:06:12.3876850Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T21:06:12.3884560Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T21:06:12.3886160Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T21:06:12.3887890Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T21:06:12.3889130Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T21:06:12.3890270Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T21:06:12.3892220Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T21:06:12.3893760Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T21:06:12.3895360Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T21:06:12.3896640Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T21:06:12.3897840Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T21:06:12.3899130Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T21:06:12.3901020Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T21:06:12.3902790Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T21:06:12.3904160Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T21:06:12.3905640Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T21:06:12.3907180Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T21:06:12.3908390Z [100%] Linking CXX executable flatc 2025-03-21T21:06:12.3909210Z [100%] Built target flatc 2025-03-21T21:06:12.3910520Z [ 8%] No install step for 'flatbuffers' 2025-03-21T21:06:12.3910960Z [ 9%] Completed 'flatbuffers' 2025-03-21T21:06:12.3911340Z [ 9%] Built target flatbuffers 2025-03-21T21:06:12.3911640Z [ 9%] Generating common_schema headers 2025-03-21T21:06:12.3912050Z [ 9%] Built target common_schema 2025-03-21T21:06:12.3912990Z [ 9%] Generating program_schema headers 2025-03-21T21:06:12.3913480Z [ 9%] Built target program_schema 2025-03-21T21:06:12.3913910Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T21:06:12.3914580Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T21:06:12.3915280Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T21:06:12.3915960Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T21:06:12.3916590Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T21:06:12.3917100Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T21:06:12.3917740Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T21:06:12.3918280Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T21:06:12.3918940Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T21:06:12.3919550Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T21:06:12.3920230Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T21:06:12.3920870Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T21:06:12.3921640Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T21:06:12.3922550Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T21:06:12.3923180Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T21:06:12.3923750Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T21:06:12.3924280Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T21:06:12.3924880Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T21:06:12.3925440Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T21:06:12.3926200Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T21:06:12.3926730Z [ 14%] Linking CXX static library libexecutorch_core.a 2025-03-21T21:06:12.3927190Z [ 14%] Built target executorch_core 2025-03-21T21:06:12.3927710Z [ 14%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T21:06:12.3928340Z [ 14%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T21:06:12.3929140Z [ 15%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T21:06:12.3929950Z [ 15%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T21:06:12.3930860Z [ 16%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T21:06:12.3931600Z [ 16%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T21:06:12.3932290Z [ 16%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T21:06:12.3932810Z [ 16%] Linking CXX static library libextension_threadpool.a 2025-03-21T21:06:12.3933300Z [ 16%] Built target extension_threadpool 2025-03-21T21:06:12.3933740Z [ 16%] Linking CXX static library libexecutorch.a 2025-03-21T21:06:12.3934100Z [ 16%] Built target executorch 2025-03-21T21:06:12.3934640Z [ 16%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T21:06:12.3936420Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T21:06:12.3939090Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T21:06:12.3941060Z [ 17%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T21:06:12.3943060Z [ 17%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T21:06:12.3944970Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T21:06:12.3946860Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T21:06:12.3948500Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T21:06:12.3950350Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T21:06:12.3952280Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T21:06:12.3953830Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:06:12.3955560Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:06:12.3957300Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T21:06:12.3959090Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T21:06:12.3961870Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T21:06:12.3963580Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T21:06:12.3965140Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T21:06:12.3966810Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T21:06:12.3968480Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T21:06:12.3970130Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T21:06:12.3972370Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T21:06:12.3973870Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T21:06:12.3975460Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T21:06:12.3977160Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T21:06:12.3978780Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T21:06:12.3980770Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T21:06:12.3982190Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T21:06:12.3983790Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T21:06:12.3984450Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T21:06:12.3985100Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T21:06:12.3985760Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T21:06:12.3986360Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T21:06:12.3987190Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T21:06:12.3987820Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T21:06:12.3988440Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T21:06:12.3989050Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T21:06:12.3989730Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T21:06:27.9988830Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T21:06:27.9997170Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T21:06:27.9998130Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T21:06:27.9999340Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T21:06:28.0000140Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T21:06:28.0000900Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T21:06:28.0001740Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T21:06:28.0002490Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T21:06:28.0004380Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:06:28.0005240Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T21:06:28.0006010Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T21:06:28.0006790Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T21:06:28.0095040Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T21:06:28.0098280Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T21:06:28.0101130Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T21:06:28.0102240Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T21:06:28.0104430Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T21:06:28.0107480Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T21:06:28.0108440Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T21:06:28.0116710Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T21:06:28.0119340Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T21:06:28.0120350Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T21:06:28.0124090Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T21:06:28.0127470Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:06:28.0130090Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T21:06:28.0131930Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T21:06:28.0138390Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T21:06:28.0139430Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T21:06:28.0147310Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T21:06:28.0150010Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T21:06:28.0151430Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T21:06:28.0153160Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T21:06:28.0154280Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T21:06:28.0157190Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T21:06:28.0160180Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T21:06:28.0161160Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T21:06:28.0163770Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:06:28.0167090Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T21:06:28.0168050Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:06:28.0181520Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T21:06:28.0191300Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T21:06:28.0196980Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T21:06:28.0198170Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:06:28.0199190Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T21:06:28.0200420Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T21:06:28.0203530Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T21:06:28.0204740Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T21:06:28.0205930Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T21:06:28.0207340Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T21:06:28.0208610Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T21:06:28.0213390Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T21:06:28.0214720Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T21:06:28.0215890Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T21:06:28.0216650Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T21:06:28.0217610Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T21:06:28.0218330Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T21:06:28.0219080Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T21:06:28.0220150Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:06:28.0221270Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T21:06:28.0222150Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T21:06:28.0223270Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T21:06:28.0224690Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T21:06:28.0225520Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T21:06:28.0226320Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T21:06:28.0227530Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T21:06:28.0228250Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T21:06:28.0229070Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:06:28.0229860Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T21:06:28.0230600Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:06:28.0231210Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T21:06:28.0233210Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T21:06:28.0236430Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T21:06:28.0237260Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T21:06:28.0238140Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:06:28.0239050Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T21:06:28.0239900Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T21:06:28.0240920Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T21:06:28.0242070Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T21:06:28.0242960Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T21:06:28.0243610Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T21:06:44.5842120Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T21:06:44.5943340Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T21:06:44.6045030Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T21:06:44.6142390Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T21:06:44.6149650Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T21:06:44.6252570Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T21:06:44.6281350Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T21:06:44.6355440Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:06:44.6356320Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T21:06:44.6357550Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:06:44.6358410Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T21:06:44.6359200Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T21:06:44.6359870Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T21:06:44.6360690Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T21:06:44.6361500Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T21:06:44.6362380Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T21:06:44.6363180Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T21:06:44.6363990Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T21:06:44.6364770Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T21:06:44.6365550Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T21:06:44.6366320Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T21:06:44.6367090Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T21:06:44.6368320Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T21:06:44.6369040Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T21:06:44.6369730Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T21:06:44.6370470Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:06:44.6371290Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:06:44.6372120Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T21:06:44.6373100Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T21:06:44.6373910Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T21:06:44.6374650Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T21:06:44.6375400Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T21:06:44.6376400Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T21:06:44.6377270Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T21:06:44.6377980Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T21:06:44.6378710Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T21:06:44.6379460Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T21:06:44.6380240Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T21:06:44.6381020Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T21:06:44.6381870Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:06:44.6383020Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T21:06:44.6383760Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T21:06:44.6384570Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T21:06:44.6385290Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T21:06:44.6386080Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T21:06:44.6386820Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T21:06:44.6387600Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T21:06:44.6388310Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T21:06:44.6389120Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T21:06:44.6389990Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T21:06:44.6390780Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T21:06:44.6391580Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T21:06:44.6392430Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T21:06:44.6393420Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T21:06:44.6394150Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T21:06:44.6394890Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T21:06:44.6395660Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T21:06:44.6396430Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T21:06:44.6397230Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T21:06:44.6398250Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T21:06:44.6399030Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T21:06:44.6399770Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T21:06:44.6400530Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T21:06:44.6401370Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T21:06:44.6402190Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T21:06:44.6402940Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:06:44.6403740Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:06:44.6404570Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T21:06:44.6405360Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T21:06:44.6406100Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T21:06:44.6406770Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:06:44.6407600Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:06:44.6408330Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T21:06:44.6409180Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T21:06:44.6409940Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T21:06:44.6410690Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:06:44.6411550Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T21:06:44.6412560Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T21:06:44.6413420Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:06:44.6414290Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T21:07:00.0921960Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T21:07:00.1013140Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T21:07:00.1042670Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T21:07:00.1058220Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T21:07:00.1159640Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T21:07:00.1260980Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:07:00.1274790Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T21:07:00.1275710Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T21:07:00.1276440Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T21:07:00.1277800Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T21:07:00.1278540Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T21:07:00.1279320Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:07:00.1280090Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T21:07:00.1280870Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T21:07:00.1282120Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T21:07:00.1282910Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T21:07:00.1283640Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T21:07:00.1284340Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T21:07:00.1285080Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T21:07:00.1285810Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T21:07:00.1286540Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T21:07:00.1287920Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T21:07:00.1288720Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T21:07:00.1289480Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T21:07:00.1290110Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T21:07:00.1290880Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T21:07:00.1291690Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T21:07:00.1292540Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T21:07:00.1299800Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T21:07:00.1300700Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T21:07:00.1301650Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T21:07:00.1302470Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T21:07:00.1303260Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T21:07:00.1304000Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T21:07:00.1305000Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T21:07:00.1305780Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T21:07:00.1306550Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T21:07:00.1307360Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T21:07:00.1308270Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T21:07:00.1309230Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T21:07:00.1310000Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T21:07:00.1310860Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T21:07:00.1333570Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T21:07:00.1336040Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T21:07:00.1343440Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:07:00.1345310Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T21:07:00.1347220Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T21:07:00.1349120Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T21:07:00.1350840Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T21:07:00.1352990Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T21:07:00.1354860Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T21:07:00.1357090Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T21:07:00.1359030Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T21:07:00.1360870Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T21:07:00.1362650Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T21:07:00.1364860Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T21:07:00.1366740Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T21:07:00.1368420Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T21:07:00.1370410Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T21:07:00.1372310Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T21:07:00.1374160Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T21:07:00.1375950Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T21:07:00.1377860Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T21:07:00.1379800Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T21:07:00.1381690Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T21:07:00.1384060Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T21:07:00.1385850Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T21:07:00.1387780Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:07:00.1389640Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T21:07:00.1391610Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T21:07:00.1393970Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T21:07:00.1395980Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T21:07:00.1397830Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T21:07:00.1399700Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T21:07:00.1401490Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:07:00.1403620Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T21:07:00.1405390Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T21:07:00.1407050Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T21:07:00.1409060Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T21:07:10.6069630Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T21:07:10.6070520Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T21:07:10.6071250Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T21:07:10.6072250Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T21:07:10.6073080Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T21:07:10.6073760Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T21:07:10.6074300Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T21:07:10.6074970Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T21:07:10.6075620Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T21:07:10.6076280Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T21:07:10.6076930Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T21:07:10.6077580Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T21:07:10.6078220Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T21:07:10.6078780Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T21:07:10.6079390Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T21:07:10.6080010Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:07:10.6080570Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T21:07:10.6081340Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T21:07:10.6081950Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T21:07:10.6082680Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T21:07:10.6083270Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T21:07:10.6083950Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T21:07:10.6084830Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T21:07:10.6085350Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T21:07:10.6085970Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T21:07:10.6086560Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:07:10.6087170Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T21:07:10.6087830Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T21:07:10.6088460Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T21:07:10.6089110Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T21:07:10.6089810Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T21:07:10.6090500Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T21:07:10.6091180Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:07:10.6091820Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T21:07:10.6092330Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T21:07:10.6092830Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T21:07:10.6093460Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:07:10.6094020Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T21:07:10.6094500Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T21:07:10.6095050Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:07:10.6095590Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T21:07:10.6096130Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T21:07:10.6096670Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:07:10.6097210Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T21:07:10.6097790Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:07:10.6098460Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T21:07:10.6099150Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T21:07:10.6099730Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:07:10.6100340Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T21:07:10.6100900Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T21:07:10.6101510Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:07:10.6102080Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:07:10.6102700Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T21:07:10.6103340Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T21:07:10.6103960Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:07:10.6104650Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T21:07:10.6105420Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T21:07:10.6106110Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T21:07:10.6106770Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:07:10.6107420Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:07:10.6108060Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:07:10.6109030Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:07:10.6109850Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:07:10.6110570Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:07:10.6111250Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:07:10.6111980Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:07:10.6112640Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:07:10.6113330Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:07:10.6113960Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:07:10.6114540Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:07:10.6115150Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:07:10.6115780Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:07:10.6116420Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:07:10.6117020Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:07:10.6117680Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:07:10.6118320Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:07:11.8172520Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:07:11.8280720Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:07:11.8393590Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:07:11.8499450Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:07:11.8600270Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:07:11.8702540Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:07:11.8805840Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T21:07:11.8907450Z [ 98%] Built target optimized_portable_kernels 2025-03-21T21:07:11.9157800Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T21:07:11.9158310Z [ 98%] Built target portable_kernels 2025-03-21T21:07:11.9158780Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T21:07:11.9159190Z [ 99%] Generating code for kernel registration 2025-03-21T21:07:11.9160230Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:07:11.9160910Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T21:07:11.9161350Z [ 99%] Built target portable_ops_lib 2025-03-21T21:07:11.9161850Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T21:07:11.9162560Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T21:07:11.9163240Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T21:07:11.9163830Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T21:07:11.9164430Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T21:07:11.9165330Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T21:07:11.9165870Z [100%] Linking CXX executable executor_runner 2025-03-21T21:07:11.9166280Z ld: warning: ignoring duplicate libraries: 'libexecutorch.a' 2025-03-21T21:07:11.9166700Z [100%] Built target executor_runner 2025-03-21T21:07:11.9167170Z + [[ '' == *main* ]] 2025-03-21T21:07:11.9167490Z + [[ '' == *gh* ]] 2025-03-21T21:07:11.9269560Z + export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded 2025-03-21T21:07:11.9371580Z + ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded 2025-03-21T21:07:11.9472180Z + PYTHON_EXECUTABLE=python 2025-03-21T21:07:11.9583930Z + /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output --no-capture-output .ci/scripts/test_ios_ci.sh artifacts-to-be-uploaded 2025-03-21T21:07:11.9685850Z  2025-03-21T21:07:11.9786310Z ** Installing CoreML Backend Requirements ** 2025-03-21T21:07:11.9887760Z  2025-03-21T21:07:11.9994360Z tput: No value for $TERM and no -T specified 2025-03-21T21:07:12.0101230Z tput: No value for $TERM and no -T specified 2025-03-21T21:07:12.0205550Z ExecuTorch: Cloning coremltools. 2025-03-21T21:07:12.0313450Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools'... 2025-03-21T21:07:12.0414970Z ExecuTorch: Installing coremltools dependencies. 2025-03-21T21:07:12.0515510Z Ignoring numpy: markers 'platform_machine == "arm64" and python_version < "3.9"' don't match your environment 2025-03-21T21:07:12.0617140Z Ignoring numpy: markers 'platform_machine != "arm64" and python_version < "3.9"' don't match your environment 2025-03-21T21:07:12.0717990Z Collecting numpy==2.0.0 (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 3)) 2025-03-21T21:07:12.0819690Z Downloading numpy-2.0.0-cp311-cp311-macosx_14_0_arm64.whl.metadata (60 kB) 2025-03-21T21:07:12.0922620Z Requirement already satisfied: pytest in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 5)) (8.3.5) 2025-03-21T21:07:12.1022380Z Requirement already satisfied: six in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 6)) (1.17.0) 2025-03-21T21:07:12.1125790Z Requirement already satisfied: sympy in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 7)) (1.13.3) 2025-03-21T21:07:12.1227540Z Requirement already satisfied: tqdm in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 8)) (4.67.1) 2025-03-21T21:07:12.1329070Z Requirement already satisfied: wheel in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 9)) (0.37.1) 2025-03-21T21:07:12.1430430Z Requirement already satisfied: attrs in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 10)) (25.3.0) 2025-03-21T21:07:12.1534200Z Collecting cattrs (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 11)) 2025-03-21T21:07:12.1635720Z Downloading cattrs-24.1.2-py3-none-any.whl.metadata (8.4 kB) 2025-03-21T21:07:12.1740000Z Collecting pyaml (from -r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 12)) 2025-03-21T21:07:12.1857000Z Downloading pyaml-25.1.0-py3-none-any.whl.metadata (12 kB) 2025-03-21T21:07:12.1959970Z Requirement already satisfied: iniconfig in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pytest->-r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 5)) (2.1.0) 2025-03-21T21:07:12.2069180Z Requirement already satisfied: packaging in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pytest->-r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 5)) (24.2) 2025-03-21T21:07:12.2173360Z Requirement already satisfied: pluggy<2,>=1.5 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pytest->-r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 5)) (1.5.0) 2025-03-21T21:07:12.2273780Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy->-r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 7)) (1.3.0) 2025-03-21T21:07:12.2376360Z Requirement already satisfied: PyYAML in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pyaml->-r /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/reqs/build.pip (line 12)) (6.0.1) 2025-03-21T21:07:12.2477830Z Downloading numpy-2.0.0-cp311-cp311-macosx_14_0_arm64.whl (5.2 MB) 2025-03-21T21:07:12.2587720Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 81.2 MB/s eta 0:00:00 2025-03-21T21:07:12.2700550Z Downloading cattrs-24.1.2-py3-none-any.whl (66 kB) 2025-03-21T21:07:12.2801750Z Downloading pyaml-25.1.0-py3-none-any.whl (26 kB) 2025-03-21T21:07:12.2905290Z Installing collected packages: pyaml, numpy, cattrs 2025-03-21T21:07:12.3005050Z Attempting uninstall: numpy 2025-03-21T21:07:12.3106200Z Found existing installation: numpy 2.2.4 2025-03-21T21:07:12.3207920Z Uninstalling numpy-2.2.4: 2025-03-21T21:07:12.3310010Z Successfully uninstalled numpy-2.2.4 2025-03-21T21:07:12.3411340Z Successfully installed cattrs-24.1.2 numpy-2.0.0 pyaml-25.1.0 2025-03-21T21:07:12.3511760Z -- The C compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:07:12.3613100Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-03-21T21:07:12.3735610Z -- Detecting C compiler ABI info 2025-03-21T21:07:12.3836160Z -- Detecting C compiler ABI info - done 2025-03-21T21:07:12.3937670Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2025-03-21T21:07:12.4038310Z -- Detecting C compile features 2025-03-21T21:07:12.4139500Z -- Detecting C compile features - done 2025-03-21T21:07:12.4240030Z -- Detecting CXX compiler ABI info 2025-03-21T21:07:12.4341440Z -- Detecting CXX compiler ABI info - done 2025-03-21T21:07:12.4442830Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2025-03-21T21:07:12.4543280Z -- Detecting CXX compile features 2025-03-21T21:07:12.4648830Z -- Detecting CXX compile features - done 2025-03-21T21:07:12.4749810Z CMake Deprecation Warning at deps/CMakeLists.txt:1 (cmake_minimum_required): 2025-03-21T21:07:12.4851940Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:07:12.4952390Z CMake. 2025-03-21T21:07:12.5053730Z 2025-03-21T21:07:12.5154360Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:07:12.5255450Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:07:12.5355930Z to work with policies introduced by or earlier. 2025-03-21T21:07:12.5456750Z 2025-03-21T21:07:12.5557260Z 2025-03-21T21:07:12.5658310Z CMake Deprecation Warning at deps/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T21:07:12.5759980Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:07:12.5860760Z CMake. 2025-03-21T21:07:12.5961910Z 2025-03-21T21:07:12.6063290Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:07:12.6163310Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:07:12.6264800Z to work with policies introduced by or earlier. 2025-03-21T21:07:12.6365300Z 2025-03-21T21:07:12.6466020Z 2025-03-21T21:07:12.6567040Z -- 2025-03-21T21:07:12.6671020Z -- 3.19.0.0 2025-03-21T21:07:12.6772270Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T21:07:12.6873620Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T21:07:12.6973980Z -- Found Threads: TRUE 2025-03-21T21:07:12.7081720Z -- Found ZLIB: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libz.tbd (found version "1.2.12") 2025-03-21T21:07:12.7182670Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2025-03-21T21:07:12.7284810Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2025-03-21T21:07:12.7384760Z CMake Warning (dev) at CMakeLists.txt:37 (find_package): 2025-03-21T21:07:12.7486770Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-03-21T21:07:12.7587900Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-03-21T21:07:12.7689610Z the cmake_policy command to set the policy and suppress this warning. 2025-03-21T21:07:12.7790300Z 2025-03-21T21:07:12.7891370Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T21:07:12.7928960Z 2025-03-21T21:07:12.8030190Z -- Found PythonInterp: /Users/runner/work/_temp/conda_environment_14000170657/bin/python (found version "3.11.11") 2025-03-21T21:07:12.8134870Z CMake Warning (dev) at CMakeLists.txt:38 (find_package): 2025-03-21T21:07:12.8235670Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-03-21T21:07:12.8336610Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-03-21T21:07:12.8438130Z the cmake_policy command to set the policy and suppress this warning. 2025-03-21T21:07:12.8539380Z 2025-03-21T21:07:12.8641020Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T21:07:12.8740420Z 2025-03-21T21:07:12.8842980Z -- Found PythonLibs: /Users/runner/work/_temp/conda_environment_14000170657/lib/libpython3.11.dylib (found version "3.11.11") 2025-03-21T21:07:12.8945280Z Found python at /Users/runner/work/_temp/conda_environment_14000170657/bin/python 2025-03-21T21:07:12.9046590Z Found python version 3.11.11 2025-03-21T21:07:12.9147450Z Found python includes /Users/runner/work/_temp/conda_environment_14000170657/include/python3.11 2025-03-21T21:07:12.9248270Z Found numpy include path at /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/numpy/_core/include 2025-03-21T21:07:12.9348800Z 2025-03-21T21:07:12.9450220Z running build_ext 2025-03-21T21:07:12.9551720Z building 'kmeans1d._core' extension 2025-03-21T21:07:12.9652220Z creating build/temp.macosx-11.1-arm64-cpython-311/kmeans1d 2025-03-21T21:07:12.9757070Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -I/Users/runner/work/_temp/conda_environment_14000170657/include/python3.11 -c kmeans1d/_core.cpp -o build/temp.macosx-11.1-arm64-cpython-311/kmeans1d/_core.o -std=c++11 2025-03-21T21:07:12.9854390Z In file included from kmeans1d/_core.cpp:25: 2025-03-21T21:07:12.9955780Z /Users/runner/work/_temp/conda_environment_14000170657/include/python3.11/Python.h:23:12: fatal error: 'stdlib.h' file not found 2025-03-21T21:07:13.0057580Z # include 2025-03-21T21:07:13.0158810Z ^~~~~~~~~~ 2025-03-21T21:07:13.0260170Z 1 error generated. 2025-03-21T21:07:13.0361180Z building 'kmeans1d._core' extension 2025-03-21T21:07:13.0466520Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -fPIC -O2 -isystem /Users/runner/work/_temp/conda_environment_14000170657/include -arch arm64 -I/Users/runner/work/_temp/conda_environment_14000170657/include/python3.11 -c kmeans1d/_core.cpp -o build/temp.macosx-11.1-arm64-cpython-311/kmeans1d/_core.o -std=c++11 -stdlib=libc++ 2025-03-21T21:07:13.0564030Z In file included from kmeans1d/_core.cpp:25: 2025-03-21T21:07:13.0665640Z /Users/runner/work/_temp/conda_environment_14000170657/include/python3.11/Python.h:23:12: fatal error: 'stdlib.h' file not found 2025-03-21T21:07:13.0766880Z # include 2025-03-21T21:07:13.0868160Z ^~~~~~~~~~ 2025-03-21T21:07:13.0969110Z 1 error generated. 2025-03-21T21:07:13.1071550Z error: command '/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++' failed with exit code 1 2025-03-21T21:07:13.1173730Z Usage: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input 2025-03-21T21:07:13.1274580Z -- Configuring done (1.3s) 2025-03-21T21:07:13.1376020Z -- Generating done (0.1s) 2025-03-21T21:07:13.1477000Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build 2025-03-21T21:07:13.1577820Z [ 0%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2025-03-21T21:07:13.1680100Z [ 0%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2025-03-21T21:07:13.1780590Z [ 0%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2025-03-21T21:07:13.1887770Z [ 0%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o 2025-03-21T21:07:13.1990240Z [ 0%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o 2025-03-21T21:07:13.2090660Z [ 1%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2025-03-21T21:07:13.2193190Z [ 1%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2025-03-21T21:07:13.2293880Z [ 2%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2025-03-21T21:07:13.2395490Z [ 2%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-03-21T21:07:13.2497150Z [ 2%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-03-21T21:07:13.2598710Z [ 2%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-03-21T21:07:13.2701540Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_tctable_lite.cc.o 2025-03-21T21:07:13.2801630Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_tctable_lite.cc.o 2025-03-21T21:07:13.2903810Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-03-21T21:07:13.3005720Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-03-21T21:07:13.3106090Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-03-21T21:07:13.3208080Z [ 4%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-03-21T21:07:13.3310010Z [ 4%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-03-21T21:07:13.3412520Z [ 4%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-03-21T21:07:13.3513600Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-03-21T21:07:13.3614640Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2025-03-21T21:07:13.3716310Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2025-03-21T21:07:13.3817670Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_ptr_field.cc.o 2025-03-21T21:07:13.3918180Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2025-03-21T21:07:13.4020720Z [ 5%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-03-21T21:07:13.4120520Z [ 6%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2025-03-21T21:07:13.4222020Z [ 6%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-03-21T21:07:13.4323750Z [ 7%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2025-03-21T21:07:13.4425940Z [ 7%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-03-21T21:07:13.4526640Z [ 8%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2025-03-21T21:07:13.4628450Z [ 3%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2025-03-21T21:07:13.4729980Z [ 8%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/inlined_string_field.cc.o 2025-03-21T21:07:23.7607400Z [ 8%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-03-21T21:07:23.7702840Z [ 9%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-03-21T21:07:23.7806220Z [ 9%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map.cc.o 2025-03-21T21:07:23.7903650Z [ 10%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2025-03-21T21:07:23.8005340Z [ 11%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2025-03-21T21:07:23.8106480Z [ 11%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-03-21T21:07:23.8210750Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-03-21T21:07:23.8311820Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2025-03-21T21:07:23.8413150Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2025-03-21T21:07:23.8514130Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-03-21T21:07:23.8614710Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-03-21T21:07:23.8715840Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-03-21T21:07:23.8815890Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2025-03-21T21:07:23.8916490Z [ 7%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2025-03-21T21:07:23.9018120Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-03-21T21:07:23.9118580Z [ 12%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2025-03-21T21:07:23.9219060Z [ 13%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-03-21T21:07:23.9320460Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2025-03-21T21:07:23.9420990Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-03-21T21:07:23.9521390Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-03-21T21:07:23.9630590Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-03-21T21:07:23.9730980Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2025-03-21T21:07:23.9832690Z [ 14%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/map.cc.o 2025-03-21T21:07:23.9932950Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2025-03-21T21:07:24.0033590Z [ 6%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2025-03-21T21:07:24.0135130Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2025-03-21T21:07:24.0236720Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-03-21T21:07:24.0337840Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2025-03-21T21:07:24.0438740Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_ptr_field.cc.o 2025-03-21T21:07:24.0541920Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2025-03-21T21:07:24.0640710Z [ 6%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-03-21T21:07:24.0742500Z [ 15%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-03-21T21:07:24.0847580Z [ 16%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2025-03-21T21:07:24.0946680Z [ 6%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-03-21T21:07:24.1047030Z [ 16%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-03-21T21:07:24.1149600Z [ 16%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2025-03-21T21:07:24.1250000Z [ 17%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-03-21T21:07:24.1351580Z [ 17%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-03-21T21:07:24.1453110Z [ 18%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-03-21T21:07:24.1553280Z [ 18%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2025-03-21T21:07:24.1654400Z [ 18%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/inlined_string_field.cc.o 2025-03-21T21:07:24.1755460Z [ 18%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2025-03-21T21:07:24.1856590Z [ 18%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2025-03-21T21:07:24.1958150Z [ 8%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2025-03-21T21:07:24.2058210Z [ 19%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-03-21T21:07:24.2158930Z [ 19%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2025-03-21T21:07:24.2261230Z [ 10%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2025-03-21T21:07:24.2362230Z [ 19%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2025-03-21T21:07:24.2461640Z [ 19%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2025-03-21T21:07:24.2561970Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2025-03-21T21:07:24.2663870Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2025-03-21T21:07:24.2764320Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2025-03-21T21:07:24.2865270Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2025-03-21T21:07:24.2967580Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2025-03-21T21:07:24.3068250Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2025-03-21T21:07:24.3169830Z [ 20%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2025-03-21T21:07:24.3272120Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2025-03-21T21:07:24.3372050Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2025-03-21T21:07:24.3473940Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2025-03-21T21:07:24.3576450Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2025-03-21T21:07:24.3676050Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2025-03-21T21:07:24.3777730Z [ 21%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2025-03-21T21:07:24.3879350Z [ 23%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2025-03-21T21:07:24.3981490Z [ 24%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2025-03-21T21:07:24.4081250Z [ 24%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2025-03-21T21:07:24.4183850Z [ 24%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2025-03-21T21:07:24.4284430Z [ 25%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2025-03-21T21:07:24.4387220Z [ 26%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_tctable_full.cc.o 2025-03-21T21:07:27.0959420Z [ 26%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2025-03-21T21:07:27.1062790Z [ 26%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2025-03-21T21:07:27.1188110Z [ 26%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2025-03-21T21:07:27.1291300Z [ 27%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2025-03-21T21:07:27.1391810Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2025-03-21T21:07:27.1494370Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2025-03-21T21:07:27.1594970Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_bases.cc.o 2025-03-21T21:07:27.1701460Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2025-03-21T21:07:27.1779160Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2025-03-21T21:07:27.1892970Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2025-03-21T21:07:27.2007000Z [ 28%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2025-03-21T21:07:27.2128220Z [ 29%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2025-03-21T21:07:27.2241580Z [ 29%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2025-03-21T21:07:27.2343280Z [ 29%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2025-03-21T21:07:27.2445360Z [ 29%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2025-03-21T21:07:27.2548320Z [ 30%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2025-03-21T21:07:27.2651150Z [ 30%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2025-03-21T21:07:27.2756230Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/stubs/strutil.cc:506:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2025-03-21T21:07:27.2870070Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-03-21T21:07:27.2970360Z ^ 2025-03-21T21:07:27.3071390Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-03-21T21:07:27.3172170Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2025-03-21T21:07:27.3272920Z ^ 2025-03-21T21:07:27.3374410Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-03-21T21:07:27.3477990Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-03-21T21:07:27.3587660Z ^ 2025-03-21T21:07:27.3694910Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/stubs/strutil.cc:506:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2025-03-21T21:07:27.3800880Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-03-21T21:07:27.3901980Z ^ 2025-03-21T21:07:27.4004510Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-03-21T21:07:27.4107180Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2025-03-21T21:07:27.4206220Z ^ 2025-03-21T21:07:27.4308890Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-03-21T21:07:27.4412240Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-03-21T21:07:27.4513620Z ^ 2025-03-21T21:07:27.4624320Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:27.4732550Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:27.4848020Z } 2025-03-21T21:07:27.4978250Z ^ 2025-03-21T21:07:27.5080220Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:49:15: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<4UL>' requested here 2025-03-21T21:07:27.5182610Z template void AlignFail<4>(uintptr_t); 2025-03-21T21:07:27.5284130Z ^ 2025-03-21T21:07:27.5285240Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:27.5286900Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:27.5392220Z } 2025-03-21T21:07:27.5493540Z ^ 2025-03-21T21:07:27.5595280Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:50:15: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<8UL>' requested here 2025-03-21T21:07:27.5698630Z template void AlignFail<8>(uintptr_t); 2025-03-21T21:07:27.5801700Z ^ 2025-03-21T21:07:27.5914580Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:27.6018180Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:27.6120120Z } 2025-03-21T21:07:27.6223530Z ^ 2025-03-21T21:07:27.6330620Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:49:15: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<4UL>' requested here 2025-03-21T21:07:27.6435170Z template void AlignFail<4>(uintptr_t); 2025-03-21T21:07:27.6538390Z ^ 2025-03-21T21:07:27.6645390Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:27.6748490Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:27.6798170Z } 2025-03-21T21:07:27.6902040Z ^ 2025-03-21T21:07:27.7004260Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:50:15: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<8UL>' requested here 2025-03-21T21:07:27.7106290Z template void AlignFail<8>(uintptr_t); 2025-03-21T21:07:27.7207610Z ^ 2025-03-21T21:07:27.7325940Z 1 warning generated. 2025-03-21T21:07:27.7427050Z 1 warning generated. 2025-03-21T21:07:27.7530210Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:27.7634710Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:42.1935200Z } 2025-03-21T21:07:42.2064210Z ^ 2025-03-21T21:07:42.2175560Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:216:7: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<1UL>' requested here 2025-03-21T21:07:42.2283810Z AlignFail(reinterpret_cast(target)); 2025-03-21T21:07:42.2383530Z ^ 2025-03-21T21:07:42.2507270Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:311:3: note: in instantiation of function template specialization 'google::protobuf::internal::TcParser::RefAt' requested here 2025-03-21T21:07:42.2508740Z RefAt(msg, data.offset()) = 2025-03-21T21:07:42.2623860Z ^ 2025-03-21T21:07:42.2725870Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36: 2025-03-21T21:07:42.2840100Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] 2025-03-21T21:07:42.2942670Z } 2025-03-21T21:07:42.3044640Z ^ 2025-03-21T21:07:42.3146900Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_impl.h:216:7: note: in instantiation of function template specialization 'google::protobuf::internal::AlignFail<1UL>' requested here 2025-03-21T21:07:42.3249010Z AlignFail(reinterpret_cast(target)); 2025-03-21T21:07:42.3350050Z ^ 2025-03-21T21:07:42.3451880Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:311:3: note: in instantiation of function template specialization 'google::protobuf::internal::TcParser::RefAt' requested here 2025-03-21T21:07:42.3553760Z RefAt(msg, data.offset()) = 2025-03-21T21:07:42.3627760Z ^ 2025-03-21T21:07:42.3727660Z 3 warnings generated. 2025-03-21T21:07:42.3829240Z 3 warnings generated. 2025-03-21T21:07:42.3929590Z [ 30%] Linking CXX static library libprotobuf-lite.a 2025-03-21T21:07:42.3933090Z [ 30%] Built target libprotobuf-lite 2025-03-21T21:07:42.3934840Z [ 31%] Linking CXX static library libprotobuf.a 2025-03-21T21:07:42.3936810Z [ 31%] Built target libprotobuf 2025-03-21T21:07:42.3938590Z [ 31%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2025-03-21T21:07:42.3939650Z [ 32%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2025-03-21T21:07:42.4163110Z [ 32%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2025-03-21T21:07:42.4163860Z [ 32%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2025-03-21T21:07:42.4164660Z [ 33%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2025-03-21T21:07:42.4165450Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2025-03-21T21:07:42.4166150Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2025-03-21T21:07:42.4405560Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2025-03-21T21:07:42.4407890Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2025-03-21T21:07:42.4410030Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2025-03-21T21:07:42.4412210Z [ 34%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2025-03-21T21:07:42.4417070Z [ 35%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2025-03-21T21:07:42.4420320Z [ 35%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2025-03-21T21:07:42.4423250Z [ 35%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc.o 2025-03-21T21:07:42.4425880Z [ 35%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2025-03-21T21:07:42.4428100Z [ 36%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2025-03-21T21:07:42.4430100Z [ 36%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2025-03-21T21:07:42.4432570Z [ 36%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2025-03-21T21:07:42.4434610Z [ 37%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2025-03-21T21:07:42.4436760Z [ 37%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2025-03-21T21:07:42.4438890Z [ 37%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2025-03-21T21:07:42.4441100Z [ 37%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2025-03-21T21:07:42.4443310Z [ 38%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2025-03-21T21:07:42.4445630Z [ 38%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2025-03-21T21:07:42.4447760Z [ 38%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2025-03-21T21:07:42.4449880Z [ 38%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2025-03-21T21:07:42.4452050Z [ 39%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2025-03-21T21:07:42.4454130Z [ 39%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2025-03-21T21:07:42.4456480Z [ 40%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2025-03-21T21:07:42.4458580Z [ 40%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2025-03-21T21:07:42.4460610Z [ 40%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2025-03-21T21:07:42.4462630Z [ 41%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2025-03-21T21:07:42.4465040Z [ 41%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2025-03-21T21:07:42.4467390Z [ 42%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2025-03-21T21:07:42.4469740Z [ 42%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2025-03-21T21:07:42.4471870Z [ 39%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2025-03-21T21:07:42.4474000Z [ 43%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2025-03-21T21:07:42.4474900Z [ 44%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2025-03-21T21:07:42.4475670Z [ 44%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2025-03-21T21:07:42.4476380Z [ 45%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2025-03-21T21:07:42.4477160Z [ 45%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2025-03-21T21:07:42.4477970Z [ 40%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_kotlin_generator.cc.o 2025-03-21T21:07:42.4478910Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2025-03-21T21:07:42.4479610Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2025-03-21T21:07:42.4480360Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2025-03-21T21:07:42.4481120Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2025-03-21T21:07:42.4481920Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2025-03-21T21:07:43.7828570Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2025-03-21T21:07:43.7931050Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2025-03-21T21:07:43.8036560Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2025-03-21T21:07:43.8216910Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2025-03-21T21:07:43.8323070Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2025-03-21T21:07:43.8427190Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2025-03-21T21:07:43.8533450Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2025-03-21T21:07:43.8632320Z [ 46%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2025-03-21T21:07:43.8752550Z [ 47%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2025-03-21T21:07:43.8854630Z [ 47%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2025-03-21T21:07:43.8955050Z [ 47%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2025-03-21T21:07:43.9055410Z [ 47%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2025-03-21T21:07:43.9158710Z [ 48%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2025-03-21T21:07:43.9258900Z [ 48%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2025-03-21T21:07:43.9472490Z [ 48%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2025-03-21T21:07:43.9571600Z [ 48%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2025-03-21T21:07:43.9673540Z [ 49%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2025-03-21T21:07:43.9773950Z [ 49%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2025-03-21T21:07:43.9876910Z [ 49%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2025-03-21T21:07:43.9979530Z [ 51%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2025-03-21T21:07:44.0080520Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2025-03-21T21:07:44.0183050Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2025-03-21T21:07:44.0282550Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2025-03-21T21:07:44.0385660Z [ 50%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2025-03-21T21:07:44.0498810Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2025-03-21T21:07:44.0608070Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2025-03-21T21:07:44.0731460Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2025-03-21T21:07:44.0880810Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2025-03-21T21:07:44.1492260Z [ 52%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2025-03-21T21:07:44.1505350Z [ 53%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2025-03-21T21:07:44.1507970Z [ 53%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2025-03-21T21:07:44.1510480Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2025-03-21T21:07:44.1512530Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2025-03-21T21:07:44.1514860Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2025-03-21T21:07:44.1517040Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2025-03-21T21:07:44.1520000Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2025-03-21T21:07:44.1520580Z [ 54%] Linking CXX static library libprotoc.a 2025-03-21T21:07:44.1520950Z [ 54%] Built target libprotoc 2025-03-21T21:07:44.1521440Z [ 54%] Building CXX object deps/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2025-03-21T21:07:44.1522000Z [ 55%] Linking CXX executable protoc 2025-03-21T21:07:44.1522340Z [ 55%] Built target protoc 2025-03-21T21:07:44.1523270Z [ 55%] Generating c++ sources from ArrayFeatureExtractor.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1524610Z [ 55%] Generating c++ sources from BayesianProbitRegressor.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1525880Z [ 55%] Generating c++ sources from WordTagger.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1527150Z [ 55%] Generating c++ sources from ClassConfidenceThresholding.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1533300Z [ 55%] Generating c++ sources from AudioFeaturePrint.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1922300Z [ 55%] Generating c++ sources from CustomModel.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1923630Z [ 56%] Generating c++ sources from CategoricalMapping.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1924870Z [ 56%] Generating c++ sources from DataStructures.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1926000Z [ 56%] Generating c++ sources from FeatureTypes.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1927200Z [ 57%] Generating c++ sources from DictVectorizer.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1928400Z [ 57%] Generating c++ sources from FeatureVectorizer.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1929570Z [ 57%] Generating c++ sources from GLMClassifier.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1930640Z [ 57%] Generating c++ sources from GLMRegressor.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1932090Z [ 57%] Generating c++ sources from Identity.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1933250Z [ 58%] Generating c++ sources from Gazetteer.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.1934360Z [ 59%] Generating c++ sources from Imputer.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:07:44.2233810Z [ 59%] Generating c++ sources from ItemSimilarityRecommender.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.2541080Z [ 59%] Generating c++ sources from LinkedModel.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.2645900Z [ 60%] Generating c++ sources from MIL.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.2762730Z [ 60%] Generating c++ sources from Model.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.2850420Z [ 60%] Generating c++ sources from NearestNeighbors.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.2962770Z [ 60%] Generating c++ sources from NeuralNetwork.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3066070Z [ 60%] Generating c++ sources from NonMaximumSuppression.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3168380Z [ 61%] Generating c++ sources from Normalizer.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3302410Z [ 61%] Generating c++ sources from OneHotEncoder.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3394710Z [ 61%] Generating c++ sources from Scaler.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3496660Z [ 62%] Generating c++ sources from SVM.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3598900Z [ 62%] Generating c++ sources from Parameters.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3709380Z [ 62%] Generating c++ sources from SoundAnalysisPreprocessing.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3815340Z [ 63%] Generating c++ sources from TextClassifier.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.3914030Z [ 63%] Generating c++ sources from TreeEnsemble.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.4016430Z [ 63%] Generating c++ sources from WordEmbedding.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.4127220Z [ 63%] Generating c++ sources from VisionFeaturePrint.proto into /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/build/mlmodel/format/ 2025-03-21T21:08:18.4233160Z [ 63%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/AudioFeaturePrint.pb.cc.o 2025-03-21T21:08:18.4336390Z [ 63%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/ArrayFeatureExtractor.pb.cc.o 2025-03-21T21:08:18.4472560Z [ 64%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/__/deps/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-03-21T21:08:18.4606420Z [ 65%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/CategoricalMapping.pb.cc.o 2025-03-21T21:08:18.4647570Z [ 65%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/BayesianProbitRegressor.pb.cc.o 2025-03-21T21:08:18.4754910Z [ 65%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/ClassConfidenceThresholding.pb.cc.o 2025-03-21T21:08:18.4856580Z [ 66%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/DataStructures.pb.cc.o 2025-03-21T21:08:18.4960270Z [ 66%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/CustomModel.pb.cc.o 2025-03-21T21:08:18.5067820Z [ 66%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/DictVectorizer.pb.cc.o 2025-03-21T21:08:18.5172180Z [ 66%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/FeatureTypes.pb.cc.o 2025-03-21T21:08:18.5286480Z [ 66%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/FeatureVectorizer.pb.cc.o 2025-03-21T21:08:18.5388730Z [ 67%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Gazetteer.pb.cc.o 2025-03-21T21:08:18.5491280Z [ 67%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/GLMRegressor.pb.cc.o 2025-03-21T21:08:18.5646290Z [ 67%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/GLMClassifier.pb.cc.o 2025-03-21T21:08:18.5753630Z [ 67%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Identity.pb.cc.o 2025-03-21T21:08:18.5890000Z [ 68%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/ItemSimilarityRecommender.pb.cc.o 2025-03-21T21:08:18.6014900Z [ 68%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Imputer.pb.cc.o 2025-03-21T21:08:18.6136760Z [ 68%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/LinkedModel.pb.cc.o 2025-03-21T21:08:18.6241280Z [ 68%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/MIL.pb.cc.o 2025-03-21T21:08:18.6372520Z [ 69%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Model.pb.cc.o 2025-03-21T21:08:18.6491210Z [ 69%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/NearestNeighbors.pb.cc.o 2025-03-21T21:08:18.6594420Z [ 69%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Normalizer.pb.cc.o 2025-03-21T21:08:18.6696790Z [ 70%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/NonMaximumSuppression.pb.cc.o 2025-03-21T21:08:18.6802560Z [ 70%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/TreeEnsemble.pb.cc.o 2025-03-21T21:08:18.6905400Z [ 70%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/VisionFeaturePrint.pb.cc.o 2025-03-21T21:08:18.7012470Z [ 71%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Utils.cpp.o 2025-03-21T21:08:18.7133340Z [ 71%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/Pipeline.cpp.o 2025-03-21T21:08:18.7332290Z [ 71%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/NeuralNetwork.pb.cc.o 2025-03-21T21:08:18.7365190Z [ 71%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/OneHotEncoder.pb.cc.o 2025-03-21T21:08:18.7471520Z [ 71%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/WordEmbedding.pb.cc.o 2025-03-21T21:08:18.7570120Z [ 72%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/TextClassifier.pb.cc.o 2025-03-21T21:08:18.7646330Z [ 72%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/WordTagger.pb.cc.o 2025-03-21T21:08:18.7761570Z [ 72%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/ItemSimilarityRecommenderCommon.cpp.o 2025-03-21T21:08:18.7882200Z [ 73%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/LayerShapeConstraints.cpp.o 2025-03-21T21:08:18.7967500Z [ 73%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Result.cpp.o 2025-03-21T21:08:18.7973770Z [ 73%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/TreeEnsembleCommon.cpp.o 2025-03-21T21:08:18.8029930Z [ 73%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/SubByteTypes.cpp.o 2025-03-21T21:08:18.8030520Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Comparison.cpp.o 2025-03-21T21:08:18.8060230Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Blob/FileWriter.cpp.o 2025-03-21T21:08:18.8063420Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Model.cpp.o 2025-03-21T21:08:18.8064410Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Blob/StorageWriter.cpp.o 2025-03-21T21:08:18.8065850Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Blob/StorageReader.cpp.o 2025-03-21T21:08:18.8067710Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Blob/MMapFileReaderFactory.cpp.o 2025-03-21T21:08:18.8069430Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/SoundAnalysisPreprocessing.pb.cc.o 2025-03-21T21:08:18.8071070Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Parameters.pb.cc.o 2025-03-21T21:08:18.8106460Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/DataType.cpp.o 2025-03-21T21:08:18.8242240Z [ 74%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Fp8.cpp.o 2025-03-21T21:08:18.8344620Z [ 75%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/MILBlob/Blob/MMapFileReader.cpp.o 2025-03-21T21:08:18.8446070Z [ 76%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/LinearModel.cpp.o 2025-03-21T21:08:18.8574800Z [ 76%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/Scaler.pb.cc.o 2025-03-21T21:08:18.8677950Z [ 76%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/TreeEnsemble.cpp.o 2025-03-21T21:08:18.8786390Z [ 76%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/FeatureVectorizer.cpp.o 2025-03-21T21:08:18.8834180Z [ 76%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/DictVectorizer.cpp.o 2025-03-21T21:08:18.8836520Z [ 77%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/format/SVM.pb.cc.o 2025-03-21T21:08:18.8843990Z [ 78%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/NeuralNetwork.cpp.o 2025-03-21T21:08:18.8854170Z [ 78%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/OneHotEncoder.cpp.o 2025-03-21T21:08:18.8949470Z [ 79%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/transforms/ItemSimilarityRecommender.cpp.o 2025-03-21T21:08:18.9053350Z [ 79%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ClassConfidenceThresholdingValidator.cpp.o 2025-03-21T21:08:18.9156330Z [ 79%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NeuralNetwork/NeuralNetworkShapes.cpp.o 2025-03-21T21:08:18.9260870Z [ 80%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ImputerValidator.cpp.o 2025-03-21T21:08:18.9374800Z [ 80%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/VisionFeaturePrintValidator.cpp.o 2025-03-21T21:08:18.9426970Z [ 81%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/WordTaggerValidator.cpp.o 2025-03-21T21:08:18.9428110Z [ 82%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NeuralNetwork/NeuralNetworkValidator.cpp.o 2025-03-21T21:08:18.9429270Z [ 82%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NeuralNetwork/UpdatableNeuralNetworkValidator.cpp.o 2025-03-21T21:08:18.9430330Z [ 82%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/BayesianProbitRegressionValidator.cpp.o 2025-03-21T21:08:18.9489200Z [ 82%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ArrayFeatureExtractorValidator.cpp.o 2025-03-21T21:08:18.9591260Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/LinearModelValidator.cpp.o 2025-03-21T21:08:18.9693960Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NeuralNetwork/NeuralNetworkLayerValidator.cpp.o 2025-03-21T21:08:18.9794630Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/LinkedModelValidator.cpp.o 2025-03-21T21:08:18.9894790Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NonMaximumSuppressionValidator.cpp.o 2025-03-21T21:08:19.0015610Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/InterfaceValidators.cpp.o 2025-03-21T21:08:19.0120390Z [ 83%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/DictVectorizerValidator.cpp.o 2025-03-21T21:08:19.0225600Z [ 84%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/CategoricalMappingValidator.cpp.o 2025-03-21T21:08:19.0330820Z [ 84%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/AudioFeaturePrintValidator.cpp.o 2025-03-21T21:08:19.0431300Z [ 85%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/TreeEnsembleValidator.cpp.o 2025-03-21T21:08:19.0533050Z [ 85%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ScalarValidator.cpp.o 2025-03-21T21:08:19.0637560Z [ 85%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/NormalizerValidator.cpp.o 2025-03-21T21:08:19.0739080Z [ 85%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/IdentityValidator.cpp.o 2025-03-21T21:08:19.0842370Z [ 86%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/TextClassifierValidator.cpp.o 2025-03-21T21:08:19.0946050Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/QuantizationValidationUtils.cpp.o 2025-03-21T21:08:19.1046360Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/PipelineValidator.cpp.o 2025-03-21T21:08:19.1148990Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/SoundAnalysisPreprocessingValidator.cpp.o 2025-03-21T21:08:19.1251470Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/CustomModelValidator.cpp.o 2025-03-21T21:08:19.1356200Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/GazetteerValidator.cpp.o 2025-03-21T21:08:19.1459640Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ParameterValidator.cpp.o 2025-03-21T21:08:19.1562650Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/SVMValidator.cpp.o 2025-03-21T21:08:19.1664590Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/WordEmbeddingValidator.cpp.o 2025-03-21T21:08:19.1766130Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/OneHotEncoderValidator.cpp.o 2025-03-21T21:08:19.1867950Z [ 87%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/KNearestNeighborsClassifierValidator.cpp.o 2025-03-21T21:08:19.1969680Z [ 88%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/FeatureVectorizerValidator.cpp.o 2025-03-21T21:08:19.2075840Z [ 88%] Building CXX object mlmodel/CMakeFiles/mlmodel.dir/src/Validation/ItemSimilarityRecommenderValidator.cpp.o 2025-03-21T21:08:19.2179120Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/mlmodel/src/DataType.cpp:17:17: warning: enumeration value 'MLFeatureTypeType_stateType' not handled in switch [-Wswitch] 2025-03-21T21:08:19.2280030Z switch (type) { 2025-03-21T21:08:19.2357150Z ^~~~ 2025-03-21T21:08:19.2415050Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/mlmodel/src/DataType.cpp:17:17: note: add missing switch cases 2025-03-21T21:08:19.2503690Z switch (type) { 2025-03-21T21:08:19.2507010Z ^ 2025-03-21T21:08:19.2524340Z 1 warning generated. 2025-03-21T21:08:19.2526160Z [ 88%] Linking CXX static library libmlmodel.a 2025-03-21T21:08:19.2526440Z [ 88%] Built target mlmodel 2025-03-21T21:08:19.2527180Z [ 88%] Building CXX object CMakeFiles/coremlpython.dir/coremlpython/CoreMLPython.mm.o 2025-03-21T21:08:19.2531200Z [ 88%] Building CXX object CMakeFiles/modelpackage.dir/modelpackage/src/ModelPackage.cpp.o 2025-03-21T21:08:19.2533980Z [ 88%] Building CXX object CMakeFiles/coremlpython.dir/coremlpython/CoreMLPythonArray.mm.o 2025-03-21T21:08:19.2535660Z [ 88%] Building CXX object CMakeFiles/coremlpython.dir/coremlpython/CoreMLPythonUtils.mm.o 2025-03-21T21:08:19.2537050Z [ 88%] Building CXX object CMakeFiles/modelpackage.dir/modelpackage/src/utils/JsonMap.cpp.o 2025-03-21T21:08:19.2538530Z [ 89%] Building CXX object CMakeFiles/modelpackage.dir/modelpackage/src/ModelPackagePython.cpp.o 2025-03-21T21:08:19.2540810Z [ 89%] Building CXX object CMakeFiles/milstoragepython.dir/milstoragepython/MilStorage.cpp.o 2025-03-21T21:08:19.2541490Z [ 89%] Building CXX object CMakeFiles/milstoragepython.dir/milstoragepython/MilStoragePython.cpp.o 2025-03-21T21:08:19.2542790Z [ 89%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/InterfaceTests.cpp.o 2025-03-21T21:08:19.2544580Z [ 90%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/KNNValidatorTests.cpp.o 2025-03-21T21:08:19.2549310Z [ 90%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/BayesianProbitRegressionValidatorTests.cpp.o 2025-03-21T21:08:19.2552250Z [ 91%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/ModelCreationUtils.cpp.o 2025-03-21T21:08:19.2552910Z [ 91%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/LinearModelTests.cpp.o 2025-03-21T21:08:19.2553980Z [ 91%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/ModelContainerTests.cpp.o 2025-03-21T21:08:19.2555880Z [ 91%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/NNShapeTests.cpp.o 2025-03-21T21:08:19.2556520Z [ 91%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/NNShaperTest.cpp.o 2025-03-21T21:08:19.2562040Z [ 92%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/ParameterTests.cpp.o 2025-03-21T21:08:19.2563210Z [ 92%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/OneHotEncoderTests.cpp.o 2025-03-21T21:08:19.2564660Z [ 92%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/UpdatableModelValidatorTests.cpp.o 2025-03-21T21:08:19.2566530Z [ 92%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/AutoDeleteTempFile.cpp.o 2025-03-21T21:08:19.2569200Z [ 92%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/SoundAnalysisPreprocessingValidatorTests.cpp.o 2025-03-21T21:08:19.2570820Z [ 93%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/StorageIntegrationTests.cpp.o 2025-03-21T21:08:19.2572000Z [ 93%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/NNValidatorTests.cpp.o 2025-03-21T21:08:19.2575690Z [ 93%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/SaveLoadTests.cpp.o 2025-03-21T21:08:19.2580460Z [ 94%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/VisionFeaturePrintValidatorTests.cpp.o 2025-03-21T21:08:19.2581760Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/UtilsTests.cpp.o 2025-03-21T21:08:19.2583010Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/TreeEnsembleTests.cpp.o 2025-03-21T21:08:19.2585550Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/MMapFileReaderTests.cpp.o 2025-03-21T21:08:19.2586930Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/SpanTests.cpp.o 2025-03-21T21:08:19.2587930Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/SpanCastTests.cpp.o 2025-03-21T21:08:19.2588910Z [ 95%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/BlobUtils.cpp.o 2025-03-21T21:08:19.2589960Z [ 96%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/FileWriterTests.cpp.o 2025-03-21T21:08:19.2592730Z [ 96%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/AudioFeaturePrintValidatorTests.cpp.o 2025-03-21T21:08:19.2596030Z [ 96%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/StorageReaderTests.cpp.o 2025-03-21T21:08:19.2597430Z [ 96%] Building CXX object mlmodel/CMakeFiles/mlmodel_test.dir/tests/MILBlob/StorageWriterTests.cpp.o 2025-03-21T21:08:19.2598560Z [ 96%] Linking CXX static library libmlmodel_test.a 2025-03-21T21:08:19.2600530Z [ 96%] Linking CXX shared library libmodelpackage.dylib 2025-03-21T21:08:19.2603400Z [ 96%] Built target mlmodel_test 2025-03-21T21:08:19.2604670Z [ 97%] Building CXX object mlmodel/CMakeFiles/mlmodel_test_runner.dir/test_runner.cpp.o 2025-03-21T21:08:19.2607490Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:8: 2025-03-21T21:08:19.2611020Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:27:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2613330Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2613770Z ^ 2025-03-21T21:08:19.2615280Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2616640Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2619200Z ^ 2025-03-21T21:08:19.2620090Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:30:9: warning: Building without macOS 15 SDK [-W#pragma-messages] 2025-03-21T21:08:19.2620960Z #pragma message ("Building without macOS 15 SDK") 2025-03-21T21:08:19.2621320Z ^ 2025-03-21T21:08:19.2622140Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:238:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2623860Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2624090Z ^ 2025-03-21T21:08:19.2625010Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2625880Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2626240Z ^ 2025-03-21T21:08:19.2627160Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:377:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2628180Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2628390Z ^ 2025-03-21T21:08:19.2629180Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2630170Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2630650Z ^ 2025-03-21T21:08:19.2631540Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:420:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2636430Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2636770Z ^ 2025-03-21T21:08:19.2637510Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2638990Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2639500Z ^ 2025-03-21T21:08:19.2640390Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:460:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2641370Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2641690Z ^ 2025-03-21T21:08:19.2642480Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2643540Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2644000Z ^ 2025-03-21T21:08:19.2644960Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:523:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:19.2645880Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:19.2646200Z ^ 2025-03-21T21:08:19.2647320Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:19.2648240Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:19.2648720Z ^ 2025-03-21T21:08:19.2649670Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:537:17: warning: 'MLModelStructure' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2650710Z __block MLModelStructure *modelStructure = nil; 2025-03-21T21:08:19.2651070Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2652520Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructure.h:41:12: note: 'MLModelStructure' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2653680Z @interface MLModelStructure : NSObject 2025-03-21T21:08:19.2653980Z ^ 2025-03-21T21:08:19.2655970Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:537:17: note: enclose 'MLModelStructure' in an @available check to silence this warning 2025-03-21T21:08:19.2658690Z __block MLModelStructure *modelStructure = nil; 2025-03-21T21:08:19.2659680Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2662710Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:538:10: warning: 'MLModelStructure' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2665540Z [MLModelStructure loadContentsOfURL:compiledModelURL 2025-03-21T21:08:19.2666480Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2667560Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructure.h:41:12: note: 'MLModelStructure' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2668490Z @interface MLModelStructure : NSObject 2025-03-21T21:08:19.2668730Z ^ 2025-03-21T21:08:19.2669490Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:538:10: note: enclose 'MLModelStructure' in an @available check to silence this warning 2025-03-21T21:08:19.2670550Z [MLModelStructure loadContentsOfURL:compiledModelURL 2025-03-21T21:08:19.2670830Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2671610Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:539:49: warning: 'MLModelStructure' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2672500Z completionHandler:^(MLModelStructure * _Nullable lModelStructure, 2025-03-21T21:08:19.2672820Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2673780Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructure.h:41:12: note: 'MLModelStructure' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2675040Z @interface MLModelStructure : NSObject 2025-03-21T21:08:19.2675280Z ^ 2025-03-21T21:08:19.2680650Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:539:49: note: enclose 'MLModelStructure' in an @available check to silence this warning 2025-03-21T21:08:19.2681620Z completionHandler:^(MLModelStructure * _Nullable lModelStructure, 2025-03-21T21:08:19.2682190Z ^~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2683100Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:549:26: warning: 'toPythonObject' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2684690Z result = toPythonObject(modelStructure); 2025-03-21T21:08:19.2684980Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:19.2685890Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:252:16: note: 'toPythonObject' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2687460Z py::object toPythonObject(MLModelStructure *modelStructure) { 2025-03-21T21:08:19.2687790Z ^ 2025-03-21T21:08:19.2688780Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:549:26: note: enclose 'toPythonObject' in an @available check to silence this warning 2025-03-21T21:08:19.2689620Z result = toPythonObject(modelStructure); 2025-03-21T21:08:19.2689880Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:19.2690720Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:606:17: warning: 'MLComputePlan' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2691600Z __block MLComputePlan *computePlan = nil; 2025-03-21T21:08:19.2691870Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2692810Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h:58:12: note: 'MLComputePlan' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2693800Z @interface MLComputePlan : NSObject 2025-03-21T21:08:19.2694030Z ^ 2025-03-21T21:08:19.2695220Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:606:17: note: enclose 'MLComputePlan' in an @available check to silence this warning 2025-03-21T21:08:19.2696040Z __block MLComputePlan *computePlan = nil; 2025-03-21T21:08:19.2696310Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2697170Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:609:10: warning: 'MLComputePlan' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2698230Z [MLComputePlan loadContentsOfURL:compiledModelURL 2025-03-21T21:08:19.2698520Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2699450Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h:58:12: note: 'MLComputePlan' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2700450Z @interface MLComputePlan : NSObject 2025-03-21T21:08:19.2700690Z ^ 2025-03-21T21:08:19.2701590Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:609:10: note: enclose 'MLComputePlan' in an @available check to silence this warning 2025-03-21T21:08:19.2702410Z [MLComputePlan loadContentsOfURL:compiledModelURL 2025-03-21T21:08:19.2702680Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2703500Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:611:45: warning: 'MLComputePlan' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2709210Z completionHandler:^(MLComputePlan * _Nullable lComputePlan, NSError * _Nullable lError) { 2025-03-21T21:08:19.2709650Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2710900Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h:58:12: note: 'MLComputePlan' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2711900Z @interface MLComputePlan : NSObject 2025-03-21T21:08:19.2712100Z ^ 2025-03-21T21:08:19.2712820Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:611:45: note: enclose 'MLComputePlan' in an @available check to silence this warning 2025-03-21T21:08:19.2713910Z completionHandler:^(MLComputePlan * _Nullable lComputePlan, NSError * _Nullable lError) { 2025-03-21T21:08:19.2714280Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2715170Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:620:39: warning: 'toPythonObject' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2716150Z auto modelStructure = toPythonObject(computePlan.modelStructure); 2025-03-21T21:08:19.2716510Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:19.2729190Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:252:16: note: 'toPythonObject' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2730210Z py::object toPythonObject(MLModelStructure *modelStructure) { 2025-03-21T21:08:19.2730530Z ^ 2025-03-21T21:08:19.2732540Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:620:39: note: enclose 'toPythonObject' in an @available check to silence this warning 2025-03-21T21:08:19.2735130Z auto modelStructure = toPythonObject(computePlan.modelStructure); 2025-03-21T21:08:19.2735960Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:19.2742530Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:622:43: warning: 'MLComputePlan' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2743790Z auto cls = getPythonClass(MLComputePlan.class, getComputePlanModule()); 2025-03-21T21:08:19.2744120Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2745050Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h:58:12: note: 'MLComputePlan' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2745990Z @interface MLComputePlan : NSObject 2025-03-21T21:08:19.2746200Z ^ 2025-03-21T21:08:19.2746890Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:622:43: note: enclose 'MLComputePlan' in an @available check to silence this warning 2025-03-21T21:08:19.2747920Z auto cls = getPythonClass(MLComputePlan.class, getComputePlanModule()); 2025-03-21T21:08:19.2748270Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2749140Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:646:9: warning: 'MLModelStructureProgramOperation' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2750350Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:19.2750690Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2751720Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructureProgramOperation.h:21:12: note: 'MLModelStructureProgramOperation' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2752780Z @interface MLModelStructureProgramOperation : NSObject 2025-03-21T21:08:19.2753020Z ^ 2025-03-21T21:08:19.2753780Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:646:9: note: enclose 'MLModelStructureProgramOperation' in an @available check to silence this warning 2025-03-21T21:08:19.2754820Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:19.2755120Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2755880Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:646:59: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2756750Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:19.2757090Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2757910Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:135:54: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2758780Z inline MLModelStructureProgramOperation *getImpl() const { 2025-03-21T21:08:19.2759070Z ^ 2025-03-21T21:08:19.2759810Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:646:59: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:19.2760610Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:19.2760930Z ^~~~~~~~~~~~~ 2025-03-21T21:08:19.2761780Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:650:9: warning: 'MLComputePlanDeviceUsage' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2763100Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForMLProgramOperation:operationImpl]; 2025-03-21T21:08:19.2763530Z ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2764650Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlanDeviceUsage.h:16:12: note: 'MLComputePlanDeviceUsage' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:19.2765740Z @interface MLComputePlanDeviceUsage : NSObject 2025-03-21T21:08:19.2766130Z ^ 2025-03-21T21:08:19.2766970Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:650:9: note: enclose 'MLComputePlanDeviceUsage' in an @available check to silence this warning 2025-03-21T21:08:19.2767960Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForMLProgramOperation:operationImpl]; 2025-03-21T21:08:19.2768390Z ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:19.2769260Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:650:57: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:19.2770280Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForMLProgramOperation:operationImpl]; 2025-03-21T21:08:19.2770750Z ^~~~~~~ 2025-03-21T21:08:21.5814970Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:174:35: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5816740Z inline MLComputePlan *getImpl() const { 2025-03-21T21:08:21.5816970Z ^ 2025-03-21T21:08:21.5818010Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:650:57: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:21.5818970Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForMLProgramOperation:operationImpl]; 2025-03-21T21:08:21.5819420Z ^~~~~~~ 2025-03-21T21:08:21.5820210Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:654:23: warning: 'toPythonObject' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5821040Z auto result = toPythonObject(computeDeviceUsage); 2025-03-21T21:08:21.5821270Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:21.5822090Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:271:16: note: 'toPythonObject' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5823030Z py::object toPythonObject(MLComputePlanDeviceUsage *computeDeviceUsage) { 2025-03-21T21:08:21.5823340Z ^ 2025-03-21T21:08:21.5824020Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:654:23: note: enclose 'toPythonObject' in an @available check to silence this warning 2025-03-21T21:08:21.5824780Z auto result = toPythonObject(computeDeviceUsage); 2025-03-21T21:08:21.5825030Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:21.5825870Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:662:9: warning: 'MLModelStructureNeuralNetworkLayer' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5827080Z MLModelStructureNeuralNetworkLayer *layerImpl = proxy.getImpl(); 2025-03-21T21:08:21.5827380Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:21.5828430Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructureNeuralNetworkLayer.h:18:12: note: 'MLModelStructureNeuralNetworkLayer' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5829560Z @interface MLModelStructureNeuralNetworkLayer : NSObject 2025-03-21T21:08:21.5830100Z ^ 2025-03-21T21:08:21.5830850Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:662:9: note: enclose 'MLModelStructureNeuralNetworkLayer' in an @available check to silence this warning 2025-03-21T21:08:21.5831780Z MLModelStructureNeuralNetworkLayer *layerImpl = proxy.getImpl(); 2025-03-21T21:08:21.5832080Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:21.5833010Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:662:57: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5833900Z MLModelStructureNeuralNetworkLayer *layerImpl = proxy.getImpl(); 2025-03-21T21:08:21.5834220Z ^~~~~~~~~~~~~ 2025-03-21T21:08:21.5835030Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:152:56: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5835950Z inline MLModelStructureNeuralNetworkLayer *getImpl() const { 2025-03-21T21:08:21.5836250Z ^ 2025-03-21T21:08:21.5837080Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:662:57: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:21.5837870Z MLModelStructureNeuralNetworkLayer *layerImpl = proxy.getImpl(); 2025-03-21T21:08:21.5838190Z ^~~~~~~~~~~~~ 2025-03-21T21:08:21.5839030Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:666:9: warning: 'MLComputePlanDeviceUsage' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5840070Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForNeuralNetworkLayer:layerImpl]; 2025-03-21T21:08:21.5840490Z ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:21.5841470Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlanDeviceUsage.h:16:12: note: 'MLComputePlanDeviceUsage' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5842480Z @interface MLComputePlanDeviceUsage : NSObject 2025-03-21T21:08:21.5842700Z ^ 2025-03-21T21:08:21.5843420Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:666:9: note: enclose 'MLComputePlanDeviceUsage' in an @available check to silence this warning 2025-03-21T21:08:21.5844430Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForNeuralNetworkLayer:layerImpl]; 2025-03-21T21:08:21.5844860Z ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:21.5845700Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:666:57: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5846680Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForNeuralNetworkLayer:layerImpl]; 2025-03-21T21:08:21.5847120Z ^~~~~~~ 2025-03-21T21:08:21.5847930Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:174:35: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5848820Z inline MLComputePlan *getImpl() const { 2025-03-21T21:08:21.5849060Z ^ 2025-03-21T21:08:21.5849770Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:666:57: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:21.5850730Z MLComputePlanDeviceUsage *computeDeviceUsage = [getImpl() computeDeviceUsageForNeuralNetworkLayer:layerImpl]; 2025-03-21T21:08:21.5851170Z ^~~~~~~ 2025-03-21T21:08:21.5852030Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:670:23: warning: 'toPythonObject' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5852850Z auto result = toPythonObject(computeDeviceUsage); 2025-03-21T21:08:21.5853090Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:21.5853980Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:271:16: note: 'toPythonObject' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5854920Z py::object toPythonObject(MLComputePlanDeviceUsage *computeDeviceUsage) { 2025-03-21T21:08:21.5855220Z ^ 2025-03-21T21:08:21.5856010Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:670:23: note: enclose 'toPythonObject' in an @available check to silence this warning 2025-03-21T21:08:21.5856780Z auto result = toPythonObject(computeDeviceUsage); 2025-03-21T21:08:21.5857020Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:21.5857840Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:678:9: warning: 'MLModelStructureProgramOperation' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:21.5858760Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:21.5859060Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:21.5860060Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLModelStructureProgramOperation.h:21:12: note: 'MLModelStructureProgramOperation' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:21.5861110Z @interface MLModelStructureProgramOperation : NSObject 2025-03-21T21:08:21.5861350Z ^ 2025-03-21T21:08:21.5862070Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:678:9: note: enclose 'MLModelStructureProgramOperation' in an @available check to silence this warning 2025-03-21T21:08:47.0185830Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:47.0186690Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T21:08:47.0188440Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:678:59: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:47.0189580Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:47.0190130Z ^~~~~~~~~~~~~ 2025-03-21T21:08:47.0191260Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:135:54: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:47.0192240Z inline MLModelStructureProgramOperation *getImpl() const { 2025-03-21T21:08:47.0193160Z ^ 2025-03-21T21:08:47.0193940Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:678:59: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:47.0194830Z MLModelStructureProgramOperation *operationImpl = proxy.getImpl(); 2025-03-21T21:08:47.0195330Z ^~~~~~~~~~~~~ 2025-03-21T21:08:47.0196650Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:682:9: warning: 'MLComputePlanCost' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:47.0197730Z MLComputePlanCost *estimatedCost = [getImpl() estimatedCostOfMLProgramOperation:operationImpl]; 2025-03-21T21:08:47.0198200Z ^~~~~~~~~~~~~~~~~ 2025-03-21T21:08:47.0199210Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlanCost.h:18:12: note: 'MLComputePlanCost' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:47.0200290Z @interface MLComputePlanCost : NSObject 2025-03-21T21:08:47.0200590Z ^ 2025-03-21T21:08:47.0201740Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:682:9: note: enclose 'MLComputePlanCost' in an @available check to silence this warning 2025-03-21T21:08:47.0202740Z MLComputePlanCost *estimatedCost = [getImpl() estimatedCostOfMLProgramOperation:operationImpl]; 2025-03-21T21:08:47.0203220Z ^~~~~~~~~~~~~~~~~ 2025-03-21T21:08:47.0204040Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:682:45: warning: 'getImpl' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:47.0205120Z MLComputePlanCost *estimatedCost = [getImpl() estimatedCostOfMLProgramOperation:operationImpl]; 2025-03-21T21:08:47.0205540Z ^~~~~~~ 2025-03-21T21:08:47.0206480Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:174:35: note: 'getImpl' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:47.0207480Z inline MLComputePlan *getImpl() const { 2025-03-21T21:08:47.0207740Z ^ 2025-03-21T21:08:47.0208540Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:682:45: note: enclose 'getImpl' in an @available check to silence this warning 2025-03-21T21:08:47.0209550Z MLComputePlanCost *estimatedCost = [getImpl() estimatedCostOfMLProgramOperation:operationImpl]; 2025-03-21T21:08:47.0210100Z ^~~~~~~ 2025-03-21T21:08:47.0211210Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:686:23: warning: 'toPythonObject' is only available on macOS 14.4 or newer [-Wunguarded-availability-new] 2025-03-21T21:08:47.0212100Z auto result = toPythonObject(estimatedCost); 2025-03-21T21:08:47.0212470Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:47.0213440Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:286:16: note: 'toPythonObject' has been marked as being introduced in macOS 14.4 here, but the deployment target is macOS 14.0.0 2025-03-21T21:08:47.0214910Z py::object toPythonObject(MLComputePlanCost *estimatedCost) { 2025-03-21T21:08:47.0215410Z ^ 2025-03-21T21:08:47.0216240Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:686:23: note: enclose 'toPythonObject' in an @available check to silence this warning 2025-03-21T21:08:47.0217170Z auto result = toPythonObject(estimatedCost); 2025-03-21T21:08:47.0217440Z ^~~~~~~~~~~~~~ 2025-03-21T21:08:47.0218370Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:693:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:47.0219300Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:47.0219530Z ^ 2025-03-21T21:08:47.0220350Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:47.0221250Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:47.0221690Z ^ 2025-03-21T21:08:47.0222520Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:728:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:47.0223420Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:47.0223750Z ^ 2025-03-21T21:08:47.0224590Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:47.0225510Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:47.0225970Z ^ 2025-03-21T21:08:47.0226830Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.mm:793:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] 2025-03-21T21:08:47.0227630Z #if BUILT_WITH_MACOS15_SDK 2025-03-21T21:08:47.0227950Z ^ 2025-03-21T21:08:47.0228700Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/coremlpython/CoreMLPython.h:23:24: note: expanded from macro 'BUILT_WITH_MACOS15_SDK' 2025-03-21T21:08:47.0229490Z !(TARGET_OS_OSX && (!defined(__MAC_15_0) || __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_15_0)) 2025-03-21T21:08:47.0229850Z ^ 2025-03-21T21:08:47.0230210Z [ 98%] Linking CXX shared library libmilstoragepython.dylib 2025-03-21T21:08:47.0230540Z [ 98%] Linking CXX executable mlmodel_test_runner 2025-03-21T21:08:47.0230850Z [ 98%] Built target mlmodel_test_runner 2025-03-21T21:08:47.0231180Z [ 98%] Built target milstoragepython 2025-03-21T21:08:47.0231470Z [ 98%] Built target modelpackage 2025-03-21T21:08:47.0231800Z 34 warnings generated. 2025-03-21T21:08:47.0232110Z [100%] Linking CXX shared library libcoremlpython.dylib 2025-03-21T21:08:47.0232400Z [100%] Built target coremlpython 2025-03-21T21:08:47.0232750Z ExecuTorch: Installing coremltools. 2025-03-21T21:08:47.0233400Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools 2025-03-21T21:08:47.0233940Z Preparing metadata (setup.py): started 2025-03-21T21:08:47.0234350Z Preparing metadata (setup.py): finished with status 'done' 2025-03-21T21:08:47.0253700Z Requirement already satisfied: numpy>=1.14.5 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (2.0.0) 2025-03-21T21:08:47.0254410Z Collecting protobuf>=3.1.0 (from coremltools==8.1) 2025-03-21T21:08:47.0254920Z Downloading protobuf-6.30.1-cp39-abi3-macosx_10_9_universal2.whl.metadata (593 bytes) 2025-03-21T21:08:47.0255720Z Requirement already satisfied: sympy in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (1.13.3) 2025-03-21T21:08:47.0257180Z Requirement already satisfied: tqdm in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (4.67.1) 2025-03-21T21:08:47.0258060Z Requirement already satisfied: packaging in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (24.2) 2025-03-21T21:08:47.0259000Z Requirement already satisfied: attrs>=21.3.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (25.3.0) 2025-03-21T21:08:47.0260090Z Requirement already satisfied: cattrs in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (24.1.2) 2025-03-21T21:08:47.0260950Z Requirement already satisfied: pyaml in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from coremltools==8.1) (25.1.0) 2025-03-21T21:08:47.0261910Z Requirement already satisfied: PyYAML in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from pyaml->coremltools==8.1) (6.0.1) 2025-03-21T21:08:47.0262870Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages (from sympy->coremltools==8.1) (1.3.0) 2025-03-21T21:08:47.0263610Z Downloading protobuf-6.30.1-cp39-abi3-macosx_10_9_universal2.whl (417 kB) 2025-03-21T21:08:47.0264010Z Building wheels for collected packages: coremltools 2025-03-21T21:08:47.0264450Z Building wheel for coremltools (setup.py): started 2025-03-21T21:08:47.0264970Z Building wheel for coremltools (setup.py): finished with status 'done' 2025-03-21T21:08:47.0265640Z Created wheel for coremltools: filename=coremltools-8.1-py3-none-any.whl size=3109110 sha256=1765d5e58fae48fcae8114f8de4c6fbdbfb6fbfcf80c13b93aa7cd1656996f2f 2025-03-21T21:08:47.0266680Z Stored in directory: /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-ephem-wheel-cache-a48anrv9/wheels/3b/46/47/2a99d469e740358c3b30b3317352de1dd291387aa453d32de2 2025-03-21T21:08:47.0267420Z Successfully built coremltools 2025-03-21T21:08:47.0267690Z Installing collected packages: protobuf, coremltools 2025-03-21T21:08:47.0268100Z Successfully installed coremltools-8.1 protobuf-6.30.1 2025-03-21T21:08:47.0268470Z ExecuTorch: Cloning nlohmann. 2025-03-21T21:08:47.0269010Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/nlohmann_json'... 2025-03-21T21:08:47.0269550Z tput: No value for $TERM and no -T specified 2025-03-21T21:08:47.0269970Z tput: No value for $TERM and no -T specified 2025-03-21T21:08:47.0270340Z ExecuTorch: Installing inmemoryfs extension. 2025-03-21T21:08:47.0270870Z Processing /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T21:08:47.0271420Z Preparing metadata (setup.py): started 2025-03-21T21:08:47.0271830Z Preparing metadata (setup.py): finished with status 'done' 2025-03-21T21:08:47.0272200Z Building wheels for collected packages: executorchcoreml 2025-03-21T21:08:47.0272630Z Building wheel for executorchcoreml (setup.py): started 2025-03-21T21:08:47.0273190Z Building wheel for executorchcoreml (setup.py): finished with status 'done' 2025-03-21T21:08:47.0273950Z Created wheel for executorchcoreml: filename=executorchcoreml-0.0.1-cp311-cp311-macosx_11_0_arm64.whl size=155738 sha256=0b0c1cda7039bdd855bf88d96f647cdbdc23770ffe76b7155003706b536e4ebd 2025-03-21T21:08:47.0275030Z Stored in directory: /private/var/folders/bz/h4njq8yd7td8qk42rt_9f0p00000gn/T/pip-ephem-wheel-cache-vi6t56dr/wheels/e0/ab/2a/f572e204364ebf76902884bed9f764197a09886f1f34f69a2d 2025-03-21T21:08:47.0275730Z Successfully built executorchcoreml 2025-03-21T21:08:47.0276100Z Installing collected packages: executorchcoreml 2025-03-21T21:08:47.0276460Z Successfully installed executorchcoreml-0.0.1 2025-03-21T21:08:47.0276850Z ExecuTorch: Copying protobuf files. 2025-03-21T21:08:47.0278250Z  2025-03-21T21:08:47.0278470Z ** Installing MPS Backend Requirements ** 2025-03-21T21:08:47.0278800Z  2025-03-21T21:08:47.0279000Z Collecting ninja 2025-03-21T21:08:47.0279380Z Downloading ninja-1.11.1.3-py3-none-macosx_10_9_universal2.whl.metadata (5.3 kB) 2025-03-21T21:08:47.0279900Z Downloading ninja-1.11.1.3-py3-none-macosx_10_9_universal2.whl (279 kB) 2025-03-21T21:08:47.0280270Z Installing collected packages: ninja 2025-03-21T21:08:47.0280540Z Successfully installed ninja-1.11.1.3 2025-03-21T21:08:47.0280900Z  2025-03-21T21:08:47.0281030Z ** Exporting Models ** 2025-03-21T21:08:47.0281350Z  2025-03-21T21:08:47.0281670Z [INFO 2025-03-21 21:08:45,290 model.py:21] Loading mobilenet_v3 model 2025-03-21T21:08:47.0282410Z Downloading: "https://download.pytorch.org/models/mobilenet_v3_small-047dcff4.pth" to /Users/runner/.cache/torch/hub/checkpoints/mobilenet_v3_small-047dcff4.pth 2025-03-21T21:08:47.0282940Z 2025-03-21T21:08:47.0283090Z 0%| | 0.00/9.83M [00:00, arg=TensorArgument(name='p_features_0_0_weight'), target='features.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_0_1_weight'), target='features.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_0_1_bias'), target='features.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_0_weight'), target='features.1.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_1_weight'), target='features.1.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_1_bias'), target='features.1.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc1_weight'), target='features.1.block.1.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc1_bias'), target='features.1.block.1.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc2_weight'), target='features.1.block.1.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc2_bias'), target='features.1.block.1.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_0_weight'), target='features.1.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_1_weight'), target='features.1.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_1_bias'), target='features.1.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_0_weight'), target='features.2.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_1_weight'), target='features.2.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_1_bias'), target='features.2.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_0_weight'), target='features.2.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_1_weight'), target='features.2.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_1_bias'), target='features.2.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_0_weight'), target='features.2.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_1_weight'), target='features.2.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_1_bias'), target='features.2.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_0_weight'), target='features.3.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_1_weight'), target='features.3.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_1_bias'), target='features.3.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_0_weight'), target='features.3.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_1_weight'), target='features.3.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_1_bias'), target='features.3.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_0_weight'), target='features.3.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_1_weight'), target='features.3.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_1_bias'), target='features.3.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_0_weight'), target='features.4.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_1_weight'), target='features.4.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_1_bias'), target='features.4.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_0_weight'), target='features.4.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_1_weight'), target='features.4.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_1_bias'), target='features.4.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc1_weight'), target='features.4.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc1_bias'), target='features.4.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc2_weight'), target='features.4.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc2_bias'), target='features.4.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_0_weight'), target='features.4.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_1_weight'), target='features.4.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_1_bias'), target='features.4.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_0_weight'), target='features.5.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_1_weight'), target='features.5.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_1_bias'), target='features.5.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_0_weight'), target='features.5.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_1_weight'), target='features.5.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_1_bias'), target='features.5.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc1_weight'), target='features.5.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc1_bias'), target='features.5.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc2_weight'), target='features.5.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc2_bias'), target='features.5.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_0_weight'), target='features.5.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_1_weight'), target='features.5.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_1_bias'), target='features.5.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_0_weight'), target='features.6.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_1_weight'), target='features.6.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_1_bias'), target='features.6.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_0_weight'), target='features.6.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_1_weight'), target='features.6.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_1_bias'), target='features.6.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc1_weight'), target='features.6.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc1_bias'), target='features.6.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc2_weight'), target='features.6.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc2_bias'), target='features.6.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_0_weight'), target='features.6.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_1_weight'), target='features.6.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_1_bias'), target='features.6.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_0_weight'), target='features.7.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_1_weight'), target='features.7.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_1_bias'), target='features.7.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_0_weight'), target='features.7.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_1_weight'), target='features.7.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_1_bias'), target='features.7.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc1_weight'), target='features.7.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc1_bias'), target='features.7.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc2_weight'), target='features.7.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc2_bias'), target='features.7.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_0_weight'), target='features.7.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_1_weight'), target='features.7.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_1_bias'), target='features.7.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_0_weight'), target='features.8.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_1_weight'), target='features.8.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_1_bias'), target='features.8.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_0_weight'), target='features.8.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_1_weight'), target='features.8.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_1_bias'), target='features.8.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc1_weight'), target='features.8.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc1_bias'), target='features.8.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc2_weight'), target='features.8.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc2_bias'), target='features.8.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_0_weight'), target='features.8.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_1_weight'), target='features.8.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_1_bias'), target='features.8.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_0_weight'), target='features.9.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_1_weight'), target='features.9.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_1_bias'), target='features.9.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_0_weight'), target='features.9.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_1_weight'), target='features.9.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_1_bias'), target='features.9.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc1_weight'), target='features.9.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc1_bias'), target='features.9.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc2_weight'), target='features.9.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc2_bias'), target='features.9.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_0_weight'), target='features.9.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_1_weight'), target='features.9.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_1_bias'), target='features.9.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_0_weight'), target='features.10.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_1_weight'), target='features.10.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_1_bias'), target='features.10.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_0_weight'), target='features.10.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_1_weight'), target='features.10.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_1_bias'), target='features.10.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc1_weight'), target='features.10.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc1_bias'), target='features.10.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc2_weight'), target='features.10.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc2_bias'), target='features.10.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_0_weight'), target='features.10.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_1_weight'), target='features.10.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_1_bias'), target='features.10.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_0_weight'), target='features.11.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_1_weight'), target='features.11.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_1_bias'), target='features.11.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_0_weight'), target='features.11.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_1_weight'), target='features.11.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_1_bias'), target='features.11.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc1_weight'), target='features.11.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc1_bias'), target='features.11.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc2_weight'), target='features.11.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc2_bias'), target='features.11.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_0_weight'), target='features.11.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_1_weight'), target='features.11.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_1_bias'), target='features.11.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_0_weight'), target='features.12.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_1_weight'), target='features.12.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_1_bias'), target='features.12.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_0_weight'), target='classifier.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_0_bias'), target='classifier.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_3_weight'), target='classifier.3.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_3_bias'), target='classifier.3.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='b_features_0_1_running_mean'), target='features.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_0_1_running_var'), target='features.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_0_1_num_batches_tracked'), target='features.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_0_1_running_mean'), target='features.1.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_0_1_running_var'), target='features.1.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_0_1_num_batches_tracked'), target='features.1.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_2_1_running_mean'), target='features.1.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_2_1_running_var'), target='features.1.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_2_1_num_batches_tracked'), target='features.1.block.2.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_0_1_running_mean'), target='features.2.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_0_1_running_var'), target='features.2.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_0_1_num_batches_tracked'), target='features.2.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_1_1_running_mean'), target='features.2.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_1_1_running_var'), target='features.2.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_1_1_num_batches_tracked'), target='features.2.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_2_1_running_mean'), target='features.2.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_2_1_running_var'), target='features.2.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_2_1_num_batches_tracked'), target='features.2.block.2.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_0_1_running_mean'), target='features.3.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_0_1_running_var'), target='features.3.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_0_1_num_batches_tracked'), target='features.3.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_1_1_running_mean'), target='features.3.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_1_1_running_var'), target='features.3.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_1_1_num_batches_tracked'), target='features.3.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_2_1_running_mean'), target='features.3.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_2_1_running_var'), target='features.3.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_2_1_num_batches_tracked'), target='features.3.block.2.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_0_1_running_mean'), target='features.4.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_0_1_running_var'), target='features.4.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_0_1_num_batches_tracked'), target='features.4.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_1_1_running_mean'), target='features.4.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_1_1_running_var'), target='features.4.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_1_1_num_batches_tracked'), target='features.4.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_3_1_running_mean'), target='features.4.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_3_1_running_var'), target='features.4.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_3_1_num_batches_tracked'), target='features.4.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_0_1_running_mean'), target='features.5.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_0_1_running_var'), target='features.5.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_0_1_num_batches_tracked'), target='features.5.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_1_1_running_mean'), target='features.5.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_1_1_running_var'), target='features.5.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_1_1_num_batches_tracked'), target='features.5.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_3_1_running_mean'), target='features.5.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_3_1_running_var'), target='features.5.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_3_1_num_batches_tracked'), target='features.5.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_0_1_running_mean'), target='features.6.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_0_1_running_var'), target='features.6.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_0_1_num_batches_tracked'), target='features.6.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_1_1_running_mean'), target='features.6.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_1_1_running_var'), target='features.6.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_1_1_num_batches_tracked'), target='features.6.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_3_1_running_mean'), target='features.6.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_3_1_running_var'), target='features.6.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_3_1_num_batches_tracked'), target='features.6.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_0_1_running_mean'), target='features.7.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_0_1_running_var'), target='features.7.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_0_1_num_batches_tracked'), target='features.7.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_1_1_running_mean'), target='features.7.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_1_1_running_var'), target='features.7.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_1_1_num_batches_tracked'), target='features.7.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_3_1_running_mean'), target='features.7.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_3_1_running_var'), target='features.7.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_3_1_num_batches_tracked'), target='features.7.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_0_1_running_mean'), target='features.8.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_0_1_running_var'), target='features.8.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_0_1_num_batches_tracked'), target='features.8.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_1_1_running_mean'), target='features.8.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_1_1_running_var'), target='features.8.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_1_1_num_batches_tracked'), target='features.8.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_3_1_running_mean'), target='features.8.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_3_1_running_var'), target='features.8.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_3_1_num_batches_tracked'), target='features.8.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_0_1_running_mean'), target='features.9.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_0_1_running_var'), target='features.9.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_0_1_num_batches_tracked'), target='features.9.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_1_1_running_mean'), target='features.9.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_1_1_running_var'), target='features.9.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_1_1_num_batches_tracked'), target='features.9.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_3_1_running_mean'), target='features.9.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_3_1_running_var'), target='features.9.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_3_1_num_batches_tracked'), target='features.9.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_0_1_running_mean'), target='features.10.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_0_1_running_var'), target='features.10.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_0_1_num_batches_tracked'), target='features.10.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_1_1_running_mean'), target='features.10.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_1_1_running_var'), target='features.10.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_1_1_num_batches_tracked'), target='features.10.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_3_1_running_mean'), target='features.10.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_3_1_running_var'), target='features.10.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_3_1_num_batches_tracked'), target='features.10.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_0_1_running_mean'), target='features.11.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_0_1_running_var'), target='features.11.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_0_1_num_batches_tracked'), target='features.11.block.0.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_1_1_running_mean'), target='features.11.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_1_1_running_var'), target='features.11.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_1_1_num_batches_tracked'), target='features.11.block.1.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_3_1_running_mean'), target='features.11.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_3_1_running_var'), target='features.11.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_3_1_num_batches_tracked'), target='features.11.block.3.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_12_1_running_mean'), target='features.12.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_12_1_running_var'), target='features.12.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_12_1_num_batches_tracked'), target='features.12.1.num_batches_tracked', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant102'), target='_lifted_tensor_constant102', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant103'), target='_lifted_tensor_constant103', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant104'), target='_lifted_tensor_constant104', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant105'), target='_lifted_tensor_constant105', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant106'), target='_lifted_tensor_constant106', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant107'), target='_lifted_tensor_constant107', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant108'), target='_lifted_tensor_constant108', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant109'), target='_lifted_tensor_constant109', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant110'), target='_lifted_tensor_constant110', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant111'), target='_lifted_tensor_constant111', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant112'), target='_lifted_tensor_constant112', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant113'), target='_lifted_tensor_constant113', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant114'), target='_lifted_tensor_constant114', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant115'), target='_lifted_tensor_constant115', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant116'), target='_lifted_tensor_constant116', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant117'), target='_lifted_tensor_constant117', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant118'), target='_lifted_tensor_constant118', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant119'), target='_lifted_tensor_constant119', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant120'), target='_lifted_tensor_constant120', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant121'), target='_lifted_tensor_constant121', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant122'), target='_lifted_tensor_constant122', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant123'), target='_lifted_tensor_constant123', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant124'), target='_lifted_tensor_constant124', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant125'), target='_lifted_tensor_constant125', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant126'), target='_lifted_tensor_constant126', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant127'), target='_lifted_tensor_constant127', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant128'), target='_lifted_tensor_constant128', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant129'), target='_lifted_tensor_constant129', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant130'), target='_lifted_tensor_constant130', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant131'), target='_lifted_tensor_constant131', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant132'), target='_lifted_tensor_constant132', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant133'), target='_lifted_tensor_constant133', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant134'), target='_lifted_tensor_constant134', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant135'), target='_lifted_tensor_constant135', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant136'), target='_lifted_tensor_constant136', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant137'), target='_lifted_tensor_constant137', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant138'), target='_lifted_tensor_constant138', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant139'), target='_lifted_tensor_constant139', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant140'), target='_lifted_tensor_constant140', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant141'), target='_lifted_tensor_constant141', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant142'), target='_lifted_tensor_constant142', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant143'), target='_lifted_tensor_constant143', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant144'), target='_lifted_tensor_constant144', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant145'), target='_lifted_tensor_constant145', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant146'), target='_lifted_tensor_constant146', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant147'), target='_lifted_tensor_constant147', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant148'), target='_lifted_tensor_constant148', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant149'), target='_lifted_tensor_constant149', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant150'), target='_lifted_tensor_constant150', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant151'), target='_lifted_tensor_constant151', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant152'), target='_lifted_tensor_constant152', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant153'), target='_lifted_tensor_constant153', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant154'), target='_lifted_tensor_constant154', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant155'), target='_lifted_tensor_constant155', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant156'), target='_lifted_tensor_constant156', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant157'), target='_lifted_tensor_constant157', persistent=True), InputSpec(kind=, arg=TensorArgument(name='x'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_addmm_default_1'), target=None)]) 2025-03-21T21:09:02.8998830Z Range constraints: {} 2025-03-21T21:09:02.8999090Z 2025-03-21T21:09:02.8999280Z [INFO 2025-03-21 21:08:49,535 utils.py:141] Saved exported program to ./mv3.pte 2025-03-21T21:09:02.8999940Z Torch version 2.7.0a0+git295f2ed has not been tested with coremltools. You may run into unexpected errors. Torch 2.4.0 is the most recent version that has been tested. 2025-03-21T21:09:02.9001060Z W0321 21:08:51.509000 86286 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs. 2025-03-21T21:09:02.9002600Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:02.9004080Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:02.9005230Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:02.9006370Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:02.9007480Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:02.9009230Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:02.9009390Z 2025-03-21T21:09:02.9009560Z Converting PyTorch Frontend ==> MIL Ops: 0%| | 0/351 [00:00 MIL Ops: 100%|█████████▉| 350/351 [00:00<00:00, 3668.15 ops/s] 2025-03-21T21:09:02.9011410Z 2025-03-21T21:09:02.9011580Z Running MIL frontend_pytorch pipeline: 0%| | 0/5 [00:00, arg=TensorArgument(name='p_features_0_0_weight'), target='features.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_0_1_weight'), target='features.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_0_1_bias'), target='features.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_0_weight'), target='features.1.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_1_weight'), target='features.1.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_0_1_bias'), target='features.1.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc1_weight'), target='features.1.block.1.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc1_bias'), target='features.1.block.1.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc2_weight'), target='features.1.block.1.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_1_fc2_bias'), target='features.1.block.1.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_0_weight'), target='features.1.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_1_weight'), target='features.1.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_1_block_2_1_bias'), target='features.1.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_0_weight'), target='features.2.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_1_weight'), target='features.2.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_0_1_bias'), target='features.2.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_0_weight'), target='features.2.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_1_weight'), target='features.2.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_1_1_bias'), target='features.2.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_0_weight'), target='features.2.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_1_weight'), target='features.2.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_2_block_2_1_bias'), target='features.2.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_0_weight'), target='features.3.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_1_weight'), target='features.3.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_0_1_bias'), target='features.3.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_0_weight'), target='features.3.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_1_weight'), target='features.3.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_1_1_bias'), target='features.3.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_0_weight'), target='features.3.block.2.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_1_weight'), target='features.3.block.2.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_3_block_2_1_bias'), target='features.3.block.2.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_0_weight'), target='features.4.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_1_weight'), target='features.4.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_0_1_bias'), target='features.4.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_0_weight'), target='features.4.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_1_weight'), target='features.4.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_1_1_bias'), target='features.4.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc1_weight'), target='features.4.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc1_bias'), target='features.4.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc2_weight'), target='features.4.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_2_fc2_bias'), target='features.4.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_0_weight'), target='features.4.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_1_weight'), target='features.4.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_4_block_3_1_bias'), target='features.4.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_0_weight'), target='features.5.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_1_weight'), target='features.5.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_0_1_bias'), target='features.5.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_0_weight'), target='features.5.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_1_weight'), target='features.5.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_1_1_bias'), target='features.5.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc1_weight'), target='features.5.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc1_bias'), target='features.5.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc2_weight'), target='features.5.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_2_fc2_bias'), target='features.5.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_0_weight'), target='features.5.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_1_weight'), target='features.5.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_5_block_3_1_bias'), target='features.5.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_0_weight'), target='features.6.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_1_weight'), target='features.6.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_0_1_bias'), target='features.6.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_0_weight'), target='features.6.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_1_weight'), target='features.6.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_1_1_bias'), target='features.6.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc1_weight'), target='features.6.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc1_bias'), target='features.6.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc2_weight'), target='features.6.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_2_fc2_bias'), target='features.6.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_0_weight'), target='features.6.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_1_weight'), target='features.6.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_6_block_3_1_bias'), target='features.6.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_0_weight'), target='features.7.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_1_weight'), target='features.7.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_0_1_bias'), target='features.7.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_0_weight'), target='features.7.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_1_weight'), target='features.7.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_1_1_bias'), target='features.7.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc1_weight'), target='features.7.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc1_bias'), target='features.7.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc2_weight'), target='features.7.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_2_fc2_bias'), target='features.7.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_0_weight'), target='features.7.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_1_weight'), target='features.7.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_7_block_3_1_bias'), target='features.7.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_0_weight'), target='features.8.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_1_weight'), target='features.8.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_0_1_bias'), target='features.8.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_0_weight'), target='features.8.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_1_weight'), target='features.8.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_1_1_bias'), target='features.8.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc1_weight'), target='features.8.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc1_bias'), target='features.8.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc2_weight'), target='features.8.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_2_fc2_bias'), target='features.8.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_0_weight'), target='features.8.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_1_weight'), target='features.8.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_8_block_3_1_bias'), target='features.8.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_0_weight'), target='features.9.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_1_weight'), target='features.9.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_0_1_bias'), target='features.9.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_0_weight'), target='features.9.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_1_weight'), target='features.9.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_1_1_bias'), target='features.9.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc1_weight'), target='features.9.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc1_bias'), target='features.9.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc2_weight'), target='features.9.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_2_fc2_bias'), target='features.9.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_0_weight'), target='features.9.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_1_weight'), target='features.9.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_9_block_3_1_bias'), target='features.9.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_0_weight'), target='features.10.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_1_weight'), target='features.10.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_0_1_bias'), target='features.10.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_0_weight'), target='features.10.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_1_weight'), target='features.10.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_1_1_bias'), target='features.10.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc1_weight'), target='features.10.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc1_bias'), target='features.10.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc2_weight'), target='features.10.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_2_fc2_bias'), target='features.10.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_0_weight'), target='features.10.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_1_weight'), target='features.10.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_10_block_3_1_bias'), target='features.10.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_0_weight'), target='features.11.block.0.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_1_weight'), target='features.11.block.0.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_0_1_bias'), target='features.11.block.0.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_0_weight'), target='features.11.block.1.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_1_weight'), target='features.11.block.1.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_1_1_bias'), target='features.11.block.1.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc1_weight'), target='features.11.block.2.fc1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc1_bias'), target='features.11.block.2.fc1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc2_weight'), target='features.11.block.2.fc2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_2_fc2_bias'), target='features.11.block.2.fc2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_0_weight'), target='features.11.block.3.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_1_weight'), target='features.11.block.3.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_11_block_3_1_bias'), target='features.11.block.3.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_0_weight'), target='features.12.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_1_weight'), target='features.12.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_features_12_1_bias'), target='features.12.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_0_weight'), target='classifier.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_0_bias'), target='classifier.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_3_weight'), target='classifier.3.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_classifier_3_bias'), target='classifier.3.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='b_features_0_1_running_mean'), target='features.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_0_1_running_var'), target='features.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_0_1_running_mean'), target='features.1.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_0_1_running_var'), target='features.1.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_2_1_running_mean'), target='features.1.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_1_block_2_1_running_var'), target='features.1.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_0_1_running_mean'), target='features.2.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_0_1_running_var'), target='features.2.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_1_1_running_mean'), target='features.2.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_1_1_running_var'), target='features.2.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_2_1_running_mean'), target='features.2.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_2_block_2_1_running_var'), target='features.2.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_0_1_running_mean'), target='features.3.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_0_1_running_var'), target='features.3.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_1_1_running_mean'), target='features.3.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_1_1_running_var'), target='features.3.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_2_1_running_mean'), target='features.3.block.2.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_3_block_2_1_running_var'), target='features.3.block.2.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_0_1_running_mean'), target='features.4.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_0_1_running_var'), target='features.4.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_1_1_running_mean'), target='features.4.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_1_1_running_var'), target='features.4.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_3_1_running_mean'), target='features.4.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_4_block_3_1_running_var'), target='features.4.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_0_1_running_mean'), target='features.5.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_0_1_running_var'), target='features.5.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_1_1_running_mean'), target='features.5.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_1_1_running_var'), target='features.5.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_3_1_running_mean'), target='features.5.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_5_block_3_1_running_var'), target='features.5.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_0_1_running_mean'), target='features.6.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_0_1_running_var'), target='features.6.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_1_1_running_mean'), target='features.6.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_1_1_running_var'), target='features.6.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_3_1_running_mean'), target='features.6.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_6_block_3_1_running_var'), target='features.6.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_0_1_running_mean'), target='features.7.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_0_1_running_var'), target='features.7.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_1_1_running_mean'), target='features.7.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_1_1_running_var'), target='features.7.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_3_1_running_mean'), target='features.7.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_7_block_3_1_running_var'), target='features.7.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_0_1_running_mean'), target='features.8.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_0_1_running_var'), target='features.8.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_1_1_running_mean'), target='features.8.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_1_1_running_var'), target='features.8.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_3_1_running_mean'), target='features.8.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_8_block_3_1_running_var'), target='features.8.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_0_1_running_mean'), target='features.9.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_0_1_running_var'), target='features.9.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_1_1_running_mean'), target='features.9.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_1_1_running_var'), target='features.9.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_3_1_running_mean'), target='features.9.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_9_block_3_1_running_var'), target='features.9.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_0_1_running_mean'), target='features.10.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_0_1_running_var'), target='features.10.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_1_1_running_mean'), target='features.10.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_1_1_running_var'), target='features.10.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_3_1_running_mean'), target='features.10.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_10_block_3_1_running_var'), target='features.10.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_0_1_running_mean'), target='features.11.block.0.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_0_1_running_var'), target='features.11.block.0.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_1_1_running_mean'), target='features.11.block.1.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_1_1_running_var'), target='features.11.block.1.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_3_1_running_mean'), target='features.11.block.3.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_11_block_3_1_running_var'), target='features.11.block.3.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_12_1_running_mean'), target='features.12.1.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_features_12_1_running_var'), target='features.12.1.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant68'), target='_lifted_tensor_constant68', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant69'), target='_lifted_tensor_constant69', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant70'), target='_lifted_tensor_constant70', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant71'), target='_lifted_tensor_constant71', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant72'), target='_lifted_tensor_constant72', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant73'), target='_lifted_tensor_constant73', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant74'), target='_lifted_tensor_constant74', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant75'), target='_lifted_tensor_constant75', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant76'), target='_lifted_tensor_constant76', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant77'), target='_lifted_tensor_constant77', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant78'), target='_lifted_tensor_constant78', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant79'), target='_lifted_tensor_constant79', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant80'), target='_lifted_tensor_constant80', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant81'), target='_lifted_tensor_constant81', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant82'), target='_lifted_tensor_constant82', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant83'), target='_lifted_tensor_constant83', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant84'), target='_lifted_tensor_constant84', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant85'), target='_lifted_tensor_constant85', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant86'), target='_lifted_tensor_constant86', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant87'), target='_lifted_tensor_constant87', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant88'), target='_lifted_tensor_constant88', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant89'), target='_lifted_tensor_constant89', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant90'), target='_lifted_tensor_constant90', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant91'), target='_lifted_tensor_constant91', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant92'), target='_lifted_tensor_constant92', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant93'), target='_lifted_tensor_constant93', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant94'), target='_lifted_tensor_constant94', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant95'), target='_lifted_tensor_constant95', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant96'), target='_lifted_tensor_constant96', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant97'), target='_lifted_tensor_constant97', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant98'), target='_lifted_tensor_constant98', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant99'), target='_lifted_tensor_constant99', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant100'), target='_lifted_tensor_constant100', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant101'), target='_lifted_tensor_constant101', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant102'), target='_lifted_tensor_constant102', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant103'), target='_lifted_tensor_constant103', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant104'), target='_lifted_tensor_constant104', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant105'), target='_lifted_tensor_constant105', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant106'), target='_lifted_tensor_constant106', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant107'), target='_lifted_tensor_constant107', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant108'), target='_lifted_tensor_constant108', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant109'), target='_lifted_tensor_constant109', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant110'), target='_lifted_tensor_constant110', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant111'), target='_lifted_tensor_constant111', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant112'), target='_lifted_tensor_constant112', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant113'), target='_lifted_tensor_constant113', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant114'), target='_lifted_tensor_constant114', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant115'), target='_lifted_tensor_constant115', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant116'), target='_lifted_tensor_constant116', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant117'), target='_lifted_tensor_constant117', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant118'), target='_lifted_tensor_constant118', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant119'), target='_lifted_tensor_constant119', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant120'), target='_lifted_tensor_constant120', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant121'), target='_lifted_tensor_constant121', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant122'), target='_lifted_tensor_constant122', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant123'), target='_lifted_tensor_constant123', persistent=True), InputSpec(kind=, arg=TensorArgument(name='x'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_addmm_default_1'), target=None)]) 2025-03-21T21:09:04.3612680Z Range constraints: {} 2025-03-21T21:09:04.3612790Z 2025-03-21T21:09:04.3612920Z [INFO 2025-03-21 21:09:04,302 mps_example.py:180] Edge IR graph: 2025-03-21T21:09:04.3613160Z graph(): 2025-03-21T21:09:04.3613410Z %p_features_0_0_weight : [num_users=1] = placeholder[target=p_features_0_0_weight] 2025-03-21T21:09:04.3613800Z %p_features_0_1_weight : [num_users=1] = placeholder[target=p_features_0_1_weight] 2025-03-21T21:09:04.3614180Z %p_features_0_1_bias : [num_users=1] = placeholder[target=p_features_0_1_bias] 2025-03-21T21:09:04.3614590Z %p_features_1_block_0_0_weight : [num_users=1] = placeholder[target=p_features_1_block_0_0_weight] 2025-03-21T21:09:04.3615050Z %p_features_1_block_0_1_weight : [num_users=1] = placeholder[target=p_features_1_block_0_1_weight] 2025-03-21T21:09:04.3615490Z %p_features_1_block_0_1_bias : [num_users=1] = placeholder[target=p_features_1_block_0_1_bias] 2025-03-21T21:09:04.3615940Z %p_features_1_block_1_fc1_weight : [num_users=1] = placeholder[target=p_features_1_block_1_fc1_weight] 2025-03-21T21:09:04.3616490Z %p_features_1_block_1_fc1_bias : [num_users=1] = placeholder[target=p_features_1_block_1_fc1_bias] 2025-03-21T21:09:04.3616950Z %p_features_1_block_1_fc2_weight : [num_users=1] = placeholder[target=p_features_1_block_1_fc2_weight] 2025-03-21T21:09:04.3617410Z %p_features_1_block_1_fc2_bias : [num_users=1] = placeholder[target=p_features_1_block_1_fc2_bias] 2025-03-21T21:09:04.3617850Z %p_features_1_block_2_0_weight : [num_users=1] = placeholder[target=p_features_1_block_2_0_weight] 2025-03-21T21:09:04.3618310Z %p_features_1_block_2_1_weight : [num_users=1] = placeholder[target=p_features_1_block_2_1_weight] 2025-03-21T21:09:04.3618750Z %p_features_1_block_2_1_bias : [num_users=1] = placeholder[target=p_features_1_block_2_1_bias] 2025-03-21T21:09:04.3619320Z %p_features_2_block_0_0_weight : [num_users=1] = placeholder[target=p_features_2_block_0_0_weight] 2025-03-21T21:09:04.3619780Z %p_features_2_block_0_1_weight : [num_users=1] = placeholder[target=p_features_2_block_0_1_weight] 2025-03-21T21:09:04.3620210Z %p_features_2_block_0_1_bias : [num_users=1] = placeholder[target=p_features_2_block_0_1_bias] 2025-03-21T21:09:04.3620640Z %p_features_2_block_1_0_weight : [num_users=1] = placeholder[target=p_features_2_block_1_0_weight] 2025-03-21T21:09:04.3621090Z %p_features_2_block_1_1_weight : [num_users=1] = placeholder[target=p_features_2_block_1_1_weight] 2025-03-21T21:09:04.3621570Z %p_features_2_block_1_1_bias : [num_users=1] = placeholder[target=p_features_2_block_1_1_bias] 2025-03-21T21:09:04.3622020Z %p_features_2_block_2_0_weight : [num_users=1] = placeholder[target=p_features_2_block_2_0_weight] 2025-03-21T21:09:04.3622460Z %p_features_2_block_2_1_weight : [num_users=1] = placeholder[target=p_features_2_block_2_1_weight] 2025-03-21T21:09:04.3622900Z %p_features_2_block_2_1_bias : [num_users=1] = placeholder[target=p_features_2_block_2_1_bias] 2025-03-21T21:09:04.3623340Z %p_features_3_block_0_0_weight : [num_users=1] = placeholder[target=p_features_3_block_0_0_weight] 2025-03-21T21:09:04.3623780Z %p_features_3_block_0_1_weight : [num_users=1] = placeholder[target=p_features_3_block_0_1_weight] 2025-03-21T21:09:04.3624220Z %p_features_3_block_0_1_bias : [num_users=1] = placeholder[target=p_features_3_block_0_1_bias] 2025-03-21T21:09:04.3624700Z %p_features_3_block_1_0_weight : [num_users=1] = placeholder[target=p_features_3_block_1_0_weight] 2025-03-21T21:09:04.3625150Z %p_features_3_block_1_1_weight : [num_users=1] = placeholder[target=p_features_3_block_1_1_weight] 2025-03-21T21:09:04.3625590Z %p_features_3_block_1_1_bias : [num_users=1] = placeholder[target=p_features_3_block_1_1_bias] 2025-03-21T21:09:04.3626030Z %p_features_3_block_2_0_weight : [num_users=1] = placeholder[target=p_features_3_block_2_0_weight] 2025-03-21T21:09:04.3626480Z %p_features_3_block_2_1_weight : [num_users=1] = placeholder[target=p_features_3_block_2_1_weight] 2025-03-21T21:09:04.3626920Z %p_features_3_block_2_1_bias : [num_users=1] = placeholder[target=p_features_3_block_2_1_bias] 2025-03-21T21:09:04.3627350Z %p_features_4_block_0_0_weight : [num_users=1] = placeholder[target=p_features_4_block_0_0_weight] 2025-03-21T21:09:04.3627800Z %p_features_4_block_0_1_weight : [num_users=1] = placeholder[target=p_features_4_block_0_1_weight] 2025-03-21T21:09:04.3628240Z %p_features_4_block_0_1_bias : [num_users=1] = placeholder[target=p_features_4_block_0_1_bias] 2025-03-21T21:09:04.3628680Z %p_features_4_block_1_0_weight : [num_users=1] = placeholder[target=p_features_4_block_1_0_weight] 2025-03-21T21:09:04.3629120Z %p_features_4_block_1_1_weight : [num_users=1] = placeholder[target=p_features_4_block_1_1_weight] 2025-03-21T21:09:04.3629560Z %p_features_4_block_1_1_bias : [num_users=1] = placeholder[target=p_features_4_block_1_1_bias] 2025-03-21T21:09:04.3630010Z %p_features_4_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_4_block_2_fc1_weight] 2025-03-21T21:09:04.3630510Z %p_features_4_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_4_block_2_fc1_bias] 2025-03-21T21:09:04.3630960Z %p_features_4_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_4_block_2_fc2_weight] 2025-03-21T21:09:04.3631420Z %p_features_4_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_4_block_2_fc2_bias] 2025-03-21T21:09:04.3631870Z %p_features_4_block_3_0_weight : [num_users=1] = placeholder[target=p_features_4_block_3_0_weight] 2025-03-21T21:09:04.3632320Z %p_features_4_block_3_1_weight : [num_users=1] = placeholder[target=p_features_4_block_3_1_weight] 2025-03-21T21:09:04.3632820Z %p_features_4_block_3_1_bias : [num_users=1] = placeholder[target=p_features_4_block_3_1_bias] 2025-03-21T21:09:04.3633300Z %p_features_5_block_0_0_weight : [num_users=1] = placeholder[target=p_features_5_block_0_0_weight] 2025-03-21T21:09:04.3633750Z %p_features_5_block_0_1_weight : [num_users=1] = placeholder[target=p_features_5_block_0_1_weight] 2025-03-21T21:09:04.3634190Z %p_features_5_block_0_1_bias : [num_users=1] = placeholder[target=p_features_5_block_0_1_bias] 2025-03-21T21:09:04.3634620Z %p_features_5_block_1_0_weight : [num_users=1] = placeholder[target=p_features_5_block_1_0_weight] 2025-03-21T21:09:04.3635070Z %p_features_5_block_1_1_weight : [num_users=1] = placeholder[target=p_features_5_block_1_1_weight] 2025-03-21T21:09:04.3635540Z %p_features_5_block_1_1_bias : [num_users=1] = placeholder[target=p_features_5_block_1_1_bias] 2025-03-21T21:09:04.3635990Z %p_features_5_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_5_block_2_fc1_weight] 2025-03-21T21:09:04.3636450Z %p_features_5_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_5_block_2_fc1_bias] 2025-03-21T21:09:04.3636900Z %p_features_5_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_5_block_2_fc2_weight] 2025-03-21T21:09:04.3637360Z %p_features_5_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_5_block_2_fc2_bias] 2025-03-21T21:09:04.3637810Z %p_features_5_block_3_0_weight : [num_users=1] = placeholder[target=p_features_5_block_3_0_weight] 2025-03-21T21:09:04.3638250Z %p_features_5_block_3_1_weight : [num_users=1] = placeholder[target=p_features_5_block_3_1_weight] 2025-03-21T21:09:04.3638720Z %p_features_5_block_3_1_bias : [num_users=1] = placeholder[target=p_features_5_block_3_1_bias] 2025-03-21T21:09:04.3639170Z %p_features_6_block_0_0_weight : [num_users=1] = placeholder[target=p_features_6_block_0_0_weight] 2025-03-21T21:09:04.3639620Z %p_features_6_block_0_1_weight : [num_users=1] = placeholder[target=p_features_6_block_0_1_weight] 2025-03-21T21:09:04.3640050Z %p_features_6_block_0_1_bias : [num_users=1] = placeholder[target=p_features_6_block_0_1_bias] 2025-03-21T21:09:04.3640490Z %p_features_6_block_1_0_weight : [num_users=1] = placeholder[target=p_features_6_block_1_0_weight] 2025-03-21T21:09:04.3640940Z %p_features_6_block_1_1_weight : [num_users=1] = placeholder[target=p_features_6_block_1_1_weight] 2025-03-21T21:09:04.3641370Z %p_features_6_block_1_1_bias : [num_users=1] = placeholder[target=p_features_6_block_1_1_bias] 2025-03-21T21:09:04.3641820Z %p_features_6_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_6_block_2_fc1_weight] 2025-03-21T21:09:04.3642280Z %p_features_6_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_6_block_2_fc1_bias] 2025-03-21T21:09:04.3642720Z %p_features_6_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_6_block_2_fc2_weight] 2025-03-21T21:09:04.3643180Z %p_features_6_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_6_block_2_fc2_bias] 2025-03-21T21:09:04.3643630Z %p_features_6_block_3_0_weight : [num_users=1] = placeholder[target=p_features_6_block_3_0_weight] 2025-03-21T21:09:04.3644070Z %p_features_6_block_3_1_weight : [num_users=1] = placeholder[target=p_features_6_block_3_1_weight] 2025-03-21T21:09:04.3644550Z %p_features_6_block_3_1_bias : [num_users=1] = placeholder[target=p_features_6_block_3_1_bias] 2025-03-21T21:09:04.3644990Z %p_features_7_block_0_0_weight : [num_users=1] = placeholder[target=p_features_7_block_0_0_weight] 2025-03-21T21:09:04.3645430Z %p_features_7_block_0_1_weight : [num_users=1] = placeholder[target=p_features_7_block_0_1_weight] 2025-03-21T21:09:04.3645870Z %p_features_7_block_0_1_bias : [num_users=1] = placeholder[target=p_features_7_block_0_1_bias] 2025-03-21T21:09:04.3646310Z %p_features_7_block_1_0_weight : [num_users=1] = placeholder[target=p_features_7_block_1_0_weight] 2025-03-21T21:09:04.3646750Z %p_features_7_block_1_1_weight : [num_users=1] = placeholder[target=p_features_7_block_1_1_weight] 2025-03-21T21:09:04.3647230Z %p_features_7_block_1_1_bias : [num_users=1] = placeholder[target=p_features_7_block_1_1_bias] 2025-03-21T21:09:04.3647670Z %p_features_7_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_7_block_2_fc1_weight] 2025-03-21T21:09:04.3648130Z %p_features_7_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_7_block_2_fc1_bias] 2025-03-21T21:09:04.3648580Z %p_features_7_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_7_block_2_fc2_weight] 2025-03-21T21:09:04.3649030Z %p_features_7_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_7_block_2_fc2_bias] 2025-03-21T21:09:04.3649650Z %p_features_7_block_3_0_weight : [num_users=1] = placeholder[target=p_features_7_block_3_0_weight] 2025-03-21T21:09:04.3650110Z %p_features_7_block_3_1_weight : [num_users=1] = placeholder[target=p_features_7_block_3_1_weight] 2025-03-21T21:09:04.3650540Z %p_features_7_block_3_1_bias : [num_users=1] = placeholder[target=p_features_7_block_3_1_bias] 2025-03-21T21:09:04.3650980Z %p_features_8_block_0_0_weight : [num_users=1] = placeholder[target=p_features_8_block_0_0_weight] 2025-03-21T21:09:04.3651430Z %p_features_8_block_0_1_weight : [num_users=1] = placeholder[target=p_features_8_block_0_1_weight] 2025-03-21T21:09:04.3651870Z %p_features_8_block_0_1_bias : [num_users=1] = placeholder[target=p_features_8_block_0_1_bias] 2025-03-21T21:09:04.3652300Z %p_features_8_block_1_0_weight : [num_users=1] = placeholder[target=p_features_8_block_1_0_weight] 2025-03-21T21:09:04.3652800Z %p_features_8_block_1_1_weight : [num_users=1] = placeholder[target=p_features_8_block_1_1_weight] 2025-03-21T21:09:04.3653250Z %p_features_8_block_1_1_bias : [num_users=1] = placeholder[target=p_features_8_block_1_1_bias] 2025-03-21T21:09:04.3653690Z %p_features_8_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_8_block_2_fc1_weight] 2025-03-21T21:09:04.3654150Z %p_features_8_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_8_block_2_fc1_bias] 2025-03-21T21:09:04.3654600Z %p_features_8_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_8_block_2_fc2_weight] 2025-03-21T21:09:04.3655060Z %p_features_8_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_8_block_2_fc2_bias] 2025-03-21T21:09:04.3655500Z %p_features_8_block_3_0_weight : [num_users=1] = placeholder[target=p_features_8_block_3_0_weight] 2025-03-21T21:09:04.3655950Z %p_features_8_block_3_1_weight : [num_users=1] = placeholder[target=p_features_8_block_3_1_weight] 2025-03-21T21:09:04.3656390Z %p_features_8_block_3_1_bias : [num_users=1] = placeholder[target=p_features_8_block_3_1_bias] 2025-03-21T21:09:04.3656830Z %p_features_9_block_0_0_weight : [num_users=1] = placeholder[target=p_features_9_block_0_0_weight] 2025-03-21T21:09:04.3657270Z %p_features_9_block_0_1_weight : [num_users=1] = placeholder[target=p_features_9_block_0_1_weight] 2025-03-21T21:09:04.3657710Z %p_features_9_block_0_1_bias : [num_users=1] = placeholder[target=p_features_9_block_0_1_bias] 2025-03-21T21:09:04.3658140Z %p_features_9_block_1_0_weight : [num_users=1] = placeholder[target=p_features_9_block_1_0_weight] 2025-03-21T21:09:04.3658590Z %p_features_9_block_1_1_weight : [num_users=1] = placeholder[target=p_features_9_block_1_1_weight] 2025-03-21T21:09:04.3659140Z %p_features_9_block_1_1_bias : [num_users=1] = placeholder[target=p_features_9_block_1_1_bias] 2025-03-21T21:09:04.3659590Z %p_features_9_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_9_block_2_fc1_weight] 2025-03-21T21:09:04.3660050Z %p_features_9_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_9_block_2_fc1_bias] 2025-03-21T21:09:04.3660500Z %p_features_9_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_9_block_2_fc2_weight] 2025-03-21T21:09:04.3660960Z %p_features_9_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_9_block_2_fc2_bias] 2025-03-21T21:09:04.3661450Z %p_features_9_block_3_0_weight : [num_users=1] = placeholder[target=p_features_9_block_3_0_weight] 2025-03-21T21:09:04.3661900Z %p_features_9_block_3_1_weight : [num_users=1] = placeholder[target=p_features_9_block_3_1_weight] 2025-03-21T21:09:04.3662340Z %p_features_9_block_3_1_bias : [num_users=1] = placeholder[target=p_features_9_block_3_1_bias] 2025-03-21T21:09:04.3662780Z %p_features_10_block_0_0_weight : [num_users=1] = placeholder[target=p_features_10_block_0_0_weight] 2025-03-21T21:09:04.3663240Z %p_features_10_block_0_1_weight : [num_users=1] = placeholder[target=p_features_10_block_0_1_weight] 2025-03-21T21:09:04.3663720Z %p_features_10_block_0_1_bias : [num_users=1] = placeholder[target=p_features_10_block_0_1_bias] 2025-03-21T21:09:04.3664170Z %p_features_10_block_1_0_weight : [num_users=1] = placeholder[target=p_features_10_block_1_0_weight] 2025-03-21T21:09:04.3664630Z %p_features_10_block_1_1_weight : [num_users=1] = placeholder[target=p_features_10_block_1_1_weight] 2025-03-21T21:09:04.3665080Z %p_features_10_block_1_1_bias : [num_users=1] = placeholder[target=p_features_10_block_1_1_bias] 2025-03-21T21:09:04.3665540Z %p_features_10_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_10_block_2_fc1_weight] 2025-03-21T21:09:04.3666010Z %p_features_10_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_10_block_2_fc1_bias] 2025-03-21T21:09:04.3666480Z %p_features_10_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_10_block_2_fc2_weight] 2025-03-21T21:09:04.3667030Z %p_features_10_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_10_block_2_fc2_bias] 2025-03-21T21:09:04.3667500Z %p_features_10_block_3_0_weight : [num_users=1] = placeholder[target=p_features_10_block_3_0_weight] 2025-03-21T21:09:04.3667940Z %p_features_10_block_3_1_weight : [num_users=1] = placeholder[target=p_features_10_block_3_1_weight] 2025-03-21T21:09:04.3668380Z %p_features_10_block_3_1_bias : [num_users=1] = placeholder[target=p_features_10_block_3_1_bias] 2025-03-21T21:09:04.3668830Z %p_features_11_block_0_0_weight : [num_users=1] = placeholder[target=p_features_11_block_0_0_weight] 2025-03-21T21:09:04.3669280Z %p_features_11_block_0_1_weight : [num_users=1] = placeholder[target=p_features_11_block_0_1_weight] 2025-03-21T21:09:04.3669730Z %p_features_11_block_0_1_bias : [num_users=1] = placeholder[target=p_features_11_block_0_1_bias] 2025-03-21T21:09:04.3670180Z %p_features_11_block_1_0_weight : [num_users=1] = placeholder[target=p_features_11_block_1_0_weight] 2025-03-21T21:09:04.3670630Z %p_features_11_block_1_1_weight : [num_users=1] = placeholder[target=p_features_11_block_1_1_weight] 2025-03-21T21:09:04.3671080Z %p_features_11_block_1_1_bias : [num_users=1] = placeholder[target=p_features_11_block_1_1_bias] 2025-03-21T21:09:04.3671530Z %p_features_11_block_2_fc1_weight : [num_users=1] = placeholder[target=p_features_11_block_2_fc1_weight] 2025-03-21T21:09:04.3672000Z %p_features_11_block_2_fc1_bias : [num_users=1] = placeholder[target=p_features_11_block_2_fc1_bias] 2025-03-21T21:09:04.3672530Z %p_features_11_block_2_fc2_weight : [num_users=1] = placeholder[target=p_features_11_block_2_fc2_weight] 2025-03-21T21:09:04.3673040Z %p_features_11_block_2_fc2_bias : [num_users=1] = placeholder[target=p_features_11_block_2_fc2_bias] 2025-03-21T21:09:04.3673490Z %p_features_11_block_3_0_weight : [num_users=1] = placeholder[target=p_features_11_block_3_0_weight] 2025-03-21T21:09:04.3673930Z %p_features_11_block_3_1_weight : [num_users=1] = placeholder[target=p_features_11_block_3_1_weight] 2025-03-21T21:09:04.3674390Z %p_features_11_block_3_1_bias : [num_users=1] = placeholder[target=p_features_11_block_3_1_bias] 2025-03-21T21:09:04.3674800Z %p_features_12_0_weight : [num_users=1] = placeholder[target=p_features_12_0_weight] 2025-03-21T21:09:04.3675180Z %p_features_12_1_weight : [num_users=1] = placeholder[target=p_features_12_1_weight] 2025-03-21T21:09:04.3675680Z %p_features_12_1_bias : [num_users=1] = placeholder[target=p_features_12_1_bias] 2025-03-21T21:09:04.3676070Z %p_classifier_0_weight : [num_users=1] = placeholder[target=p_classifier_0_weight] 2025-03-21T21:09:04.3676460Z %p_classifier_0_bias : [num_users=1] = placeholder[target=p_classifier_0_bias] 2025-03-21T21:09:04.3676840Z %p_classifier_3_weight : [num_users=1] = placeholder[target=p_classifier_3_weight] 2025-03-21T21:09:04.3677220Z %p_classifier_3_bias : [num_users=1] = placeholder[target=p_classifier_3_bias] 2025-03-21T21:09:04.3677640Z %b_features_0_1_running_mean : [num_users=1] = placeholder[target=b_features_0_1_running_mean] 2025-03-21T21:09:04.3678110Z %b_features_0_1_running_var : [num_users=1] = placeholder[target=b_features_0_1_running_var] 2025-03-21T21:09:04.3678580Z %b_features_1_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_1_block_0_1_running_mean] 2025-03-21T21:09:04.3679080Z %b_features_1_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_1_block_0_1_running_var] 2025-03-21T21:09:04.3679580Z %b_features_1_block_2_1_running_mean : [num_users=1] = placeholder[target=b_features_1_block_2_1_running_mean] 2025-03-21T21:09:04.3680080Z %b_features_1_block_2_1_running_var : [num_users=1] = placeholder[target=b_features_1_block_2_1_running_var] 2025-03-21T21:09:04.3680560Z %b_features_2_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_2_block_0_1_running_mean] 2025-03-21T21:09:04.3681090Z %b_features_2_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_2_block_0_1_running_var] 2025-03-21T21:09:04.3681590Z %b_features_2_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_2_block_1_1_running_mean] 2025-03-21T21:09:04.3682090Z %b_features_2_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_2_block_1_1_running_var] 2025-03-21T21:09:04.3682580Z %b_features_2_block_2_1_running_mean : [num_users=1] = placeholder[target=b_features_2_block_2_1_running_mean] 2025-03-21T21:09:04.3683080Z %b_features_2_block_2_1_running_var : [num_users=1] = placeholder[target=b_features_2_block_2_1_running_var] 2025-03-21T21:09:04.3683570Z %b_features_3_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_3_block_0_1_running_mean] 2025-03-21T21:09:04.3684060Z %b_features_3_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_3_block_0_1_running_var] 2025-03-21T21:09:04.3684550Z %b_features_3_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_3_block_1_1_running_mean] 2025-03-21T21:09:04.3685040Z %b_features_3_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_3_block_1_1_running_var] 2025-03-21T21:09:04.3685530Z %b_features_3_block_2_1_running_mean : [num_users=1] = placeholder[target=b_features_3_block_2_1_running_mean] 2025-03-21T21:09:04.3691930Z %b_features_3_block_2_1_running_var : [num_users=1] = placeholder[target=b_features_3_block_2_1_running_var] 2025-03-21T21:09:04.3692450Z %b_features_4_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_4_block_0_1_running_mean] 2025-03-21T21:09:04.3692940Z %b_features_4_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_4_block_0_1_running_var] 2025-03-21T21:09:04.3693500Z %b_features_4_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_4_block_1_1_running_mean] 2025-03-21T21:09:04.3694000Z %b_features_4_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_4_block_1_1_running_var] 2025-03-21T21:09:04.3694480Z %b_features_4_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_4_block_3_1_running_mean] 2025-03-21T21:09:04.3694970Z %b_features_4_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_4_block_3_1_running_var] 2025-03-21T21:09:04.3695460Z %b_features_5_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_5_block_0_1_running_mean] 2025-03-21T21:09:04.3696000Z %b_features_5_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_5_block_0_1_running_var] 2025-03-21T21:09:04.3696480Z %b_features_5_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_5_block_1_1_running_mean] 2025-03-21T21:09:04.3696980Z %b_features_5_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_5_block_1_1_running_var] 2025-03-21T21:09:04.3697470Z %b_features_5_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_5_block_3_1_running_mean] 2025-03-21T21:09:04.3697990Z %b_features_5_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_5_block_3_1_running_var] 2025-03-21T21:09:04.3698490Z %b_features_6_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_6_block_0_1_running_mean] 2025-03-21T21:09:04.3698980Z %b_features_6_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_6_block_0_1_running_var] 2025-03-21T21:09:04.3699470Z %b_features_6_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_6_block_1_1_running_mean] 2025-03-21T21:09:04.3699960Z %b_features_6_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_6_block_1_1_running_var] 2025-03-21T21:09:04.3700450Z %b_features_6_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_6_block_3_1_running_mean] 2025-03-21T21:09:04.3700940Z %b_features_6_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_6_block_3_1_running_var] 2025-03-21T21:09:04.3701470Z %b_features_7_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_7_block_0_1_running_mean] 2025-03-21T21:09:04.3701970Z %b_features_7_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_7_block_0_1_running_var] 2025-03-21T21:09:04.3702460Z %b_features_7_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_7_block_1_1_running_mean] 2025-03-21T21:09:04.3702950Z %b_features_7_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_7_block_1_1_running_var] 2025-03-21T21:09:04.3703440Z %b_features_7_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_7_block_3_1_running_mean] 2025-03-21T21:09:04.3703920Z %b_features_7_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_7_block_3_1_running_var] 2025-03-21T21:09:04.3704420Z %b_features_8_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_8_block_0_1_running_mean] 2025-03-21T21:09:04.3704900Z %b_features_8_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_8_block_0_1_running_var] 2025-03-21T21:09:04.3705400Z %b_features_8_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_8_block_1_1_running_mean] 2025-03-21T21:09:04.3705890Z %b_features_8_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_8_block_1_1_running_var] 2025-03-21T21:09:04.3706380Z %b_features_8_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_8_block_3_1_running_mean] 2025-03-21T21:09:04.3706870Z %b_features_8_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_8_block_3_1_running_var] 2025-03-21T21:09:04.3707390Z %b_features_9_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_9_block_0_1_running_mean] 2025-03-21T21:09:04.3707880Z %b_features_9_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_9_block_0_1_running_var] 2025-03-21T21:09:04.3708370Z %b_features_9_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_9_block_1_1_running_mean] 2025-03-21T21:09:04.3708870Z %b_features_9_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_9_block_1_1_running_var] 2025-03-21T21:09:04.3709360Z %b_features_9_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_9_block_3_1_running_mean] 2025-03-21T21:09:04.3709850Z %b_features_9_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_9_block_3_1_running_var] 2025-03-21T21:09:04.3710390Z %b_features_10_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_10_block_0_1_running_mean] 2025-03-21T21:09:04.3710880Z %b_features_10_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_10_block_0_1_running_var] 2025-03-21T21:09:04.3711380Z %b_features_10_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_10_block_1_1_running_mean] 2025-03-21T21:09:04.3711880Z %b_features_10_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_10_block_1_1_running_var] 2025-03-21T21:09:04.3712550Z %b_features_10_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_10_block_3_1_running_mean] 2025-03-21T21:09:04.3713070Z %b_features_10_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_10_block_3_1_running_var] 2025-03-21T21:09:04.3713560Z %b_features_11_block_0_1_running_mean : [num_users=1] = placeholder[target=b_features_11_block_0_1_running_mean] 2025-03-21T21:09:04.3714060Z %b_features_11_block_0_1_running_var : [num_users=1] = placeholder[target=b_features_11_block_0_1_running_var] 2025-03-21T21:09:04.3714560Z %b_features_11_block_1_1_running_mean : [num_users=1] = placeholder[target=b_features_11_block_1_1_running_mean] 2025-03-21T21:09:04.3715050Z %b_features_11_block_1_1_running_var : [num_users=1] = placeholder[target=b_features_11_block_1_1_running_var] 2025-03-21T21:09:04.3715590Z %b_features_11_block_3_1_running_mean : [num_users=1] = placeholder[target=b_features_11_block_3_1_running_mean] 2025-03-21T21:09:04.3716090Z %b_features_11_block_3_1_running_var : [num_users=1] = placeholder[target=b_features_11_block_3_1_running_var] 2025-03-21T21:09:04.3716560Z %b_features_12_1_running_mean : [num_users=1] = placeholder[target=b_features_12_1_running_mean] 2025-03-21T21:09:04.3717000Z %b_features_12_1_running_var : [num_users=1] = placeholder[target=b_features_12_1_running_var] 2025-03-21T21:09:04.3717440Z %_lifted_tensor_constant68 : [num_users=1] = placeholder[target=_lifted_tensor_constant68] 2025-03-21T21:09:04.3717870Z %_lifted_tensor_constant69 : [num_users=1] = placeholder[target=_lifted_tensor_constant69] 2025-03-21T21:09:04.3718300Z %_lifted_tensor_constant70 : [num_users=1] = placeholder[target=_lifted_tensor_constant70] 2025-03-21T21:09:04.3718720Z %_lifted_tensor_constant71 : [num_users=1] = placeholder[target=_lifted_tensor_constant71] 2025-03-21T21:09:04.3719140Z %_lifted_tensor_constant72 : [num_users=1] = placeholder[target=_lifted_tensor_constant72] 2025-03-21T21:09:04.3719570Z %_lifted_tensor_constant73 : [num_users=1] = placeholder[target=_lifted_tensor_constant73] 2025-03-21T21:09:04.3720000Z %_lifted_tensor_constant74 : [num_users=1] = placeholder[target=_lifted_tensor_constant74] 2025-03-21T21:09:04.3720420Z %_lifted_tensor_constant75 : [num_users=1] = placeholder[target=_lifted_tensor_constant75] 2025-03-21T21:09:04.3720840Z %_lifted_tensor_constant76 : [num_users=1] = placeholder[target=_lifted_tensor_constant76] 2025-03-21T21:09:04.3721260Z %_lifted_tensor_constant77 : [num_users=1] = placeholder[target=_lifted_tensor_constant77] 2025-03-21T21:09:04.3721830Z %_lifted_tensor_constant78 : [num_users=1] = placeholder[target=_lifted_tensor_constant78] 2025-03-21T21:09:04.3722250Z %_lifted_tensor_constant79 : [num_users=1] = placeholder[target=_lifted_tensor_constant79] 2025-03-21T21:09:04.3722670Z %_lifted_tensor_constant80 : [num_users=1] = placeholder[target=_lifted_tensor_constant80] 2025-03-21T21:09:04.3723100Z %_lifted_tensor_constant81 : [num_users=1] = placeholder[target=_lifted_tensor_constant81] 2025-03-21T21:09:04.3723520Z %_lifted_tensor_constant82 : [num_users=1] = placeholder[target=_lifted_tensor_constant82] 2025-03-21T21:09:04.3723940Z %_lifted_tensor_constant83 : [num_users=1] = placeholder[target=_lifted_tensor_constant83] 2025-03-21T21:09:04.3724360Z %_lifted_tensor_constant84 : [num_users=1] = placeholder[target=_lifted_tensor_constant84] 2025-03-21T21:09:04.3724820Z %_lifted_tensor_constant85 : [num_users=1] = placeholder[target=_lifted_tensor_constant85] 2025-03-21T21:09:04.3725240Z %_lifted_tensor_constant86 : [num_users=1] = placeholder[target=_lifted_tensor_constant86] 2025-03-21T21:09:04.3725670Z %_lifted_tensor_constant87 : [num_users=1] = placeholder[target=_lifted_tensor_constant87] 2025-03-21T21:09:04.3726090Z %_lifted_tensor_constant88 : [num_users=1] = placeholder[target=_lifted_tensor_constant88] 2025-03-21T21:09:04.3726510Z %_lifted_tensor_constant89 : [num_users=1] = placeholder[target=_lifted_tensor_constant89] 2025-03-21T21:09:04.3726960Z %_lifted_tensor_constant90 : [num_users=1] = placeholder[target=_lifted_tensor_constant90] 2025-03-21T21:09:04.3727400Z %_lifted_tensor_constant91 : [num_users=1] = placeholder[target=_lifted_tensor_constant91] 2025-03-21T21:09:04.3727820Z %_lifted_tensor_constant92 : [num_users=1] = placeholder[target=_lifted_tensor_constant92] 2025-03-21T21:09:04.3728240Z %_lifted_tensor_constant93 : [num_users=1] = placeholder[target=_lifted_tensor_constant93] 2025-03-21T21:09:04.3728660Z %_lifted_tensor_constant94 : [num_users=1] = placeholder[target=_lifted_tensor_constant94] 2025-03-21T21:09:04.3729080Z %_lifted_tensor_constant95 : [num_users=1] = placeholder[target=_lifted_tensor_constant95] 2025-03-21T21:09:04.3729520Z %_lifted_tensor_constant96 : [num_users=1] = placeholder[target=_lifted_tensor_constant96] 2025-03-21T21:09:04.3730030Z %_lifted_tensor_constant97 : [num_users=1] = placeholder[target=_lifted_tensor_constant97] 2025-03-21T21:09:04.3730470Z %_lifted_tensor_constant98 : [num_users=1] = placeholder[target=_lifted_tensor_constant98] 2025-03-21T21:09:04.3730890Z %_lifted_tensor_constant99 : [num_users=1] = placeholder[target=_lifted_tensor_constant99] 2025-03-21T21:09:04.3731320Z %_lifted_tensor_constant100 : [num_users=1] = placeholder[target=_lifted_tensor_constant100] 2025-03-21T21:09:04.3731750Z %_lifted_tensor_constant101 : [num_users=1] = placeholder[target=_lifted_tensor_constant101] 2025-03-21T21:09:04.3732180Z %_lifted_tensor_constant102 : [num_users=1] = placeholder[target=_lifted_tensor_constant102] 2025-03-21T21:09:04.3732620Z %_lifted_tensor_constant103 : [num_users=1] = placeholder[target=_lifted_tensor_constant103] 2025-03-21T21:09:04.3733050Z %_lifted_tensor_constant104 : [num_users=1] = placeholder[target=_lifted_tensor_constant104] 2025-03-21T21:09:04.3733480Z %_lifted_tensor_constant105 : [num_users=1] = placeholder[target=_lifted_tensor_constant105] 2025-03-21T21:09:04.3733910Z %_lifted_tensor_constant106 : [num_users=1] = placeholder[target=_lifted_tensor_constant106] 2025-03-21T21:09:04.3734340Z %_lifted_tensor_constant107 : [num_users=1] = placeholder[target=_lifted_tensor_constant107] 2025-03-21T21:09:04.3734770Z %_lifted_tensor_constant108 : [num_users=1] = placeholder[target=_lifted_tensor_constant108] 2025-03-21T21:09:04.3735200Z %_lifted_tensor_constant109 : [num_users=1] = placeholder[target=_lifted_tensor_constant109] 2025-03-21T21:09:04.3735620Z %_lifted_tensor_constant110 : [num_users=1] = placeholder[target=_lifted_tensor_constant110] 2025-03-21T21:09:04.3736090Z %_lifted_tensor_constant111 : [num_users=1] = placeholder[target=_lifted_tensor_constant111] 2025-03-21T21:09:04.3736520Z %_lifted_tensor_constant112 : [num_users=1] = placeholder[target=_lifted_tensor_constant112] 2025-03-21T21:09:04.3736950Z %_lifted_tensor_constant113 : [num_users=1] = placeholder[target=_lifted_tensor_constant113] 2025-03-21T21:09:04.3737380Z %_lifted_tensor_constant114 : [num_users=1] = placeholder[target=_lifted_tensor_constant114] 2025-03-21T21:09:04.3737810Z %_lifted_tensor_constant115 : [num_users=1] = placeholder[target=_lifted_tensor_constant115] 2025-03-21T21:09:04.3738240Z %_lifted_tensor_constant116 : [num_users=1] = placeholder[target=_lifted_tensor_constant116] 2025-03-21T21:09:04.3738770Z %_lifted_tensor_constant117 : [num_users=1] = placeholder[target=_lifted_tensor_constant117] 2025-03-21T21:09:04.3739200Z %_lifted_tensor_constant118 : [num_users=1] = placeholder[target=_lifted_tensor_constant118] 2025-03-21T21:09:04.3739640Z %_lifted_tensor_constant119 : [num_users=1] = placeholder[target=_lifted_tensor_constant119] 2025-03-21T21:09:04.3740070Z %_lifted_tensor_constant120 : [num_users=1] = placeholder[target=_lifted_tensor_constant120] 2025-03-21T21:09:04.3740490Z %_lifted_tensor_constant121 : [num_users=1] = placeholder[target=_lifted_tensor_constant121] 2025-03-21T21:09:04.3740960Z %_lifted_tensor_constant122 : [num_users=1] = placeholder[target=_lifted_tensor_constant122] 2025-03-21T21:09:04.3741390Z %_lifted_tensor_constant123 : [num_users=1] = placeholder[target=_lifted_tensor_constant123] 2025-03-21T21:09:04.3741730Z %x : [num_users=1] = placeholder[target=x] 2025-03-21T21:09:04.3742340Z %aten_convolution_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%x, %p_features_0_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3743610Z %aten__native_batch_norm_legit_no_training_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default, %p_features_0_1_weight, %p_features_0_1_bias, %b_features_0_1_running_mean, %b_features_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3744730Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default, 0), kwargs = {}) 2025-03-21T21:09:04.3745610Z %dim_order_ops__to_dim_order_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant68,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3746580Z %aten_add_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem, %dim_order_ops__to_dim_order_copy_default), kwargs = {}) 2025-03-21T21:09:04.3747360Z %aten_clamp_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor, 0), kwargs = {}) 2025-03-21T21:09:04.3748120Z %aten_clamp_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default, None, 6), kwargs = {}) 2025-03-21T21:09:04.3748890Z %aten_mul_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem, %aten_clamp_default_1), kwargs = {}) 2025-03-21T21:09:04.3755570Z %dim_order_ops__to_dim_order_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant69,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3763840Z %aten_div_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor, %dim_order_ops__to_dim_order_copy_default_1), kwargs = {}) 2025-03-21T21:09:04.3764830Z %aten_convolution_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor, %p_features_1_block_0_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 16), kwargs = {}) 2025-03-21T21:09:04.3766220Z %aten__native_batch_norm_legit_no_training_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_1, %p_features_1_block_0_1_weight, %p_features_1_block_0_1_bias, %b_features_1_block_0_1_running_mean, %b_features_1_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3768110Z %getitem_1 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_1, 0), kwargs = {}) 2025-03-21T21:09:04.3768800Z %aten_relu_default : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%getitem_1,), kwargs = {}) 2025-03-21T21:09:04.3769530Z %aten_mean_dim : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_relu_default, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3770610Z %aten_convolution_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim, %p_features_1_block_1_fc1_weight, %p_features_1_block_1_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3771670Z %aten_relu_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_2,), kwargs = {}) 2025-03-21T21:09:04.3772680Z %aten_convolution_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_1, %p_features_1_block_1_fc2_weight, %p_features_1_block_1_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3773870Z %dim_order_ops__to_dim_order_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant70,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3774990Z %aten_add_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_3, %dim_order_ops__to_dim_order_copy_default_2), kwargs = {}) 2025-03-21T21:09:04.3775840Z %aten_clamp_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_1, 0), kwargs = {}) 2025-03-21T21:09:04.3776620Z %aten_clamp_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_2, None, 6), kwargs = {}) 2025-03-21T21:09:04.3777560Z %dim_order_ops__to_dim_order_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant71,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3778550Z %aten_div_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_3, %dim_order_ops__to_dim_order_copy_default_3), kwargs = {}) 2025-03-21T21:09:04.3779390Z %aten_mul_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_1, %aten_relu_default), kwargs = {}) 2025-03-21T21:09:04.3780560Z %aten_convolution_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_1, %p_features_1_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3782310Z %aten__native_batch_norm_legit_no_training_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_4, %p_features_1_block_2_1_weight, %p_features_1_block_2_1_bias, %b_features_1_block_2_1_running_mean, %b_features_1_block_2_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3783480Z %getitem_2 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_2, 0), kwargs = {}) 2025-03-21T21:09:04.3784340Z %aten_convolution_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%getitem_2, %p_features_2_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3785700Z %aten__native_batch_norm_legit_no_training_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_5, %p_features_2_block_0_1_weight, %p_features_2_block_0_1_bias, %b_features_2_block_0_1_running_mean, %b_features_2_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3786860Z %getitem_3 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_3, 0), kwargs = {}) 2025-03-21T21:09:04.3787660Z %aten_relu_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%getitem_3,), kwargs = {}) 2025-03-21T21:09:04.3788570Z %aten_convolution_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_2, %p_features_2_block_1_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 72), kwargs = {}) 2025-03-21T21:09:04.3789950Z %aten__native_batch_norm_legit_no_training_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_6, %p_features_2_block_1_1_weight, %p_features_2_block_1_1_bias, %b_features_2_block_1_1_running_mean, %b_features_2_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3791110Z %getitem_4 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_4, 0), kwargs = {}) 2025-03-21T21:09:04.3791840Z %aten_relu_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%getitem_4,), kwargs = {}) 2025-03-21T21:09:04.3792810Z %aten_convolution_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_3, %p_features_2_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3794200Z %aten__native_batch_norm_legit_no_training_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_7, %p_features_2_block_2_1_weight, %p_features_2_block_2_1_bias, %b_features_2_block_2_1_running_mean, %b_features_2_block_2_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3795350Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_5, 0), kwargs = {}) 2025-03-21T21:09:04.3796220Z %aten_convolution_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%getitem_5, %p_features_3_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3797670Z %aten__native_batch_norm_legit_no_training_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_8, %p_features_3_block_0_1_weight, %p_features_3_block_0_1_bias, %b_features_3_block_0_1_running_mean, %b_features_3_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3798890Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_6, 0), kwargs = {}) 2025-03-21T21:09:04.3799570Z %aten_relu_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%getitem_6,), kwargs = {}) 2025-03-21T21:09:04.3800470Z %aten_convolution_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_4, %p_features_3_block_1_0_weight, None, [1, 1], [1, 1], [1, 1], False, [0, 0], 88), kwargs = {}) 2025-03-21T21:09:04.3801860Z %aten__native_batch_norm_legit_no_training_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_9, %p_features_3_block_1_1_weight, %p_features_3_block_1_1_bias, %b_features_3_block_1_1_running_mean, %b_features_3_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3803010Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_7, 0), kwargs = {}) 2025-03-21T21:09:04.3803730Z %aten_relu_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%getitem_7,), kwargs = {}) 2025-03-21T21:09:04.3804630Z %aten_convolution_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_5, %p_features_3_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3806010Z %aten__native_batch_norm_legit_no_training_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_10, %p_features_3_block_2_1_weight, %p_features_3_block_2_1_bias, %b_features_3_block_2_1_running_mean, %b_features_3_block_2_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3807170Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_8, 0), kwargs = {}) 2025-03-21T21:09:04.3807960Z %aten_add_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_8, %getitem_5), kwargs = {}) 2025-03-21T21:09:04.3808870Z %aten_convolution_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_2, %p_features_4_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3810250Z %aten__native_batch_norm_legit_no_training_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_11, %p_features_4_block_0_1_weight, %p_features_4_block_0_1_bias, %b_features_4_block_0_1_running_mean, %b_features_4_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3811410Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_9, 0), kwargs = {}) 2025-03-21T21:09:04.3812300Z %dim_order_ops__to_dim_order_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant72,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3813340Z %aten_add_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_9, %dim_order_ops__to_dim_order_copy_default_4), kwargs = {}) 2025-03-21T21:09:04.3814210Z %aten_clamp_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_3, 0), kwargs = {}) 2025-03-21T21:09:04.3814980Z %aten_clamp_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_4, None, 6), kwargs = {}) 2025-03-21T21:09:04.3815760Z %aten_mul_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_9, %aten_clamp_default_5), kwargs = {}) 2025-03-21T21:09:04.3816690Z %dim_order_ops__to_dim_order_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant73,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3817670Z %aten_div_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_2, %dim_order_ops__to_dim_order_copy_default_5), kwargs = {}) 2025-03-21T21:09:04.3818670Z %aten_convolution_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_2, %p_features_4_block_1_0_weight, None, [2, 2], [2, 2], [1, 1], False, [0, 0], 96), kwargs = {}) 2025-03-21T21:09:04.3820080Z %aten__native_batch_norm_legit_no_training_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_12, %p_features_4_block_1_1_weight, %p_features_4_block_1_1_bias, %b_features_4_block_1_1_running_mean, %b_features_4_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3821250Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_10, 0), kwargs = {}) 2025-03-21T21:09:04.3822140Z %dim_order_ops__to_dim_order_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant74,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3823110Z %aten_add_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_10, %dim_order_ops__to_dim_order_copy_default_6), kwargs = {}) 2025-03-21T21:09:04.3823950Z %aten_clamp_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_4, 0), kwargs = {}) 2025-03-21T21:09:04.3824730Z %aten_clamp_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_6, None, 6), kwargs = {}) 2025-03-21T21:09:04.3825500Z %aten_mul_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_10, %aten_clamp_default_7), kwargs = {}) 2025-03-21T21:09:04.3826440Z %dim_order_ops__to_dim_order_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant75,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3827430Z %aten_div_tensor_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_3, %dim_order_ops__to_dim_order_copy_default_7), kwargs = {}) 2025-03-21T21:09:04.3828230Z %aten_mean_dim_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_3, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3829270Z %aten_convolution_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_1, %p_features_4_block_2_fc1_weight, %p_features_4_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3830310Z %aten_relu_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_13,), kwargs = {}) 2025-03-21T21:09:04.3831310Z %aten_convolution_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_6, %p_features_4_block_2_fc2_weight, %p_features_4_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3832460Z %dim_order_ops__to_dim_order_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant76,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3833540Z %aten_add_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_14, %dim_order_ops__to_dim_order_copy_default_8), kwargs = {}) 2025-03-21T21:09:04.3834390Z %aten_clamp_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_5, 0), kwargs = {}) 2025-03-21T21:09:04.3835160Z %aten_clamp_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_8, None, 6), kwargs = {}) 2025-03-21T21:09:04.3836140Z %dim_order_ops__to_dim_order_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant77,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3837140Z %aten_div_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_9, %dim_order_ops__to_dim_order_copy_default_9), kwargs = {}) 2025-03-21T21:09:04.3837970Z %aten_mul_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_4, %aten_div_tensor_3), kwargs = {}) 2025-03-21T21:09:04.3838910Z %aten_convolution_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_4, %p_features_4_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3840330Z %aten__native_batch_norm_legit_no_training_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_15, %p_features_4_block_3_1_weight, %p_features_4_block_3_1_bias, %b_features_4_block_3_1_running_mean, %b_features_4_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3841490Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_11, 0), kwargs = {}) 2025-03-21T21:09:04.3842370Z %aten_convolution_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%getitem_11, %p_features_5_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3843730Z %aten__native_batch_norm_legit_no_training_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_16, %p_features_5_block_0_1_weight, %p_features_5_block_0_1_bias, %b_features_5_block_0_1_running_mean, %b_features_5_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3844890Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_12, 0), kwargs = {}) 2025-03-21T21:09:04.3845900Z %dim_order_ops__to_dim_order_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant78,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3847000Z %aten_add_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_12, %dim_order_ops__to_dim_order_copy_default_10), kwargs = {}) 2025-03-21T21:09:04.3847800Z %aten_clamp_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_6, 0), kwargs = {}) 2025-03-21T21:09:04.3848580Z %aten_clamp_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_10, None, 6), kwargs = {}) 2025-03-21T21:09:04.3849360Z %aten_mul_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_12, %aten_clamp_default_11), kwargs = {}) 2025-03-21T21:09:04.3850290Z %dim_order_ops__to_dim_order_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant79,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3851280Z %aten_div_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_5, %dim_order_ops__to_dim_order_copy_default_11), kwargs = {}) 2025-03-21T21:09:04.3852360Z %aten_convolution_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_5, %p_features_5_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 240), kwargs = {}) 2025-03-21T21:09:04.3853760Z %aten__native_batch_norm_legit_no_training_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_17, %p_features_5_block_1_1_weight, %p_features_5_block_1_1_bias, %b_features_5_block_1_1_running_mean, %b_features_5_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3854930Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_13, 0), kwargs = {}) 2025-03-21T21:09:04.3855810Z %dim_order_ops__to_dim_order_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant80,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3856820Z %aten_add_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_13, %dim_order_ops__to_dim_order_copy_default_12), kwargs = {}) 2025-03-21T21:09:04.3857630Z %aten_clamp_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_7, 0), kwargs = {}) 2025-03-21T21:09:04.3858400Z %aten_clamp_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_12, None, 6), kwargs = {}) 2025-03-21T21:09:04.3859180Z %aten_mul_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_13, %aten_clamp_default_13), kwargs = {}) 2025-03-21T21:09:04.3860140Z %dim_order_ops__to_dim_order_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant81,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3861130Z %aten_div_tensor_6 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_6, %dim_order_ops__to_dim_order_copy_default_13), kwargs = {}) 2025-03-21T21:09:04.3862010Z %aten_mean_dim_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_6, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3863030Z %aten_convolution_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_2, %p_features_5_block_2_fc1_weight, %p_features_5_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3864020Z %aten_relu_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_18,), kwargs = {}) 2025-03-21T21:09:04.3865010Z %aten_convolution_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_7, %p_features_5_block_2_fc2_weight, %p_features_5_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3866180Z %dim_order_ops__to_dim_order_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant82,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3867190Z %aten_add_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_19, %dim_order_ops__to_dim_order_copy_default_14), kwargs = {}) 2025-03-21T21:09:04.3868050Z %aten_clamp_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_8, 0), kwargs = {}) 2025-03-21T21:09:04.3881170Z %aten_clamp_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_14, None, 6), kwargs = {}) 2025-03-21T21:09:04.3883890Z %dim_order_ops__to_dim_order_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant83,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3886700Z %aten_div_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_15, %dim_order_ops__to_dim_order_copy_default_15), kwargs = {}) 2025-03-21T21:09:04.3889030Z %aten_mul_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_7, %aten_div_tensor_6), kwargs = {}) 2025-03-21T21:09:04.3891670Z %aten_convolution_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_7, %p_features_5_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3893130Z %aten__native_batch_norm_legit_no_training_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_20, %p_features_5_block_3_1_weight, %p_features_5_block_3_1_bias, %b_features_5_block_3_1_running_mean, %b_features_5_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3894310Z %getitem_14 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_14, 0), kwargs = {}) 2025-03-21T21:09:04.3895010Z %aten_add_tensor_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_14, %getitem_11), kwargs = {}) 2025-03-21T21:09:04.3895930Z %aten_convolution_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_9, %p_features_6_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3897420Z %aten__native_batch_norm_legit_no_training_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_21, %p_features_6_block_0_1_weight, %p_features_6_block_0_1_bias, %b_features_6_block_0_1_running_mean, %b_features_6_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3898660Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_15, 0), kwargs = {}) 2025-03-21T21:09:04.3899560Z %dim_order_ops__to_dim_order_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant84,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3900540Z %aten_add_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_15, %dim_order_ops__to_dim_order_copy_default_16), kwargs = {}) 2025-03-21T21:09:04.3901350Z %aten_clamp_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_10, 0), kwargs = {}) 2025-03-21T21:09:04.3902130Z %aten_clamp_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_16, None, 6), kwargs = {}) 2025-03-21T21:09:04.3902910Z %aten_mul_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_15, %aten_clamp_default_17), kwargs = {}) 2025-03-21T21:09:04.3903910Z %dim_order_ops__to_dim_order_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant85,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3904910Z %aten_div_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_8, %dim_order_ops__to_dim_order_copy_default_17), kwargs = {}) 2025-03-21T21:09:04.3905890Z %aten_convolution_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_8, %p_features_6_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 240), kwargs = {}) 2025-03-21T21:09:04.3907310Z %aten__native_batch_norm_legit_no_training_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_22, %p_features_6_block_1_1_weight, %p_features_6_block_1_1_bias, %b_features_6_block_1_1_running_mean, %b_features_6_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3908480Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_16, 0), kwargs = {}) 2025-03-21T21:09:04.3909470Z %dim_order_ops__to_dim_order_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant86,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3910450Z %aten_add_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_16, %dim_order_ops__to_dim_order_copy_default_18), kwargs = {}) 2025-03-21T21:09:04.3911260Z %aten_clamp_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_11, 0), kwargs = {}) 2025-03-21T21:09:04.3912040Z %aten_clamp_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_18, None, 6), kwargs = {}) 2025-03-21T21:09:04.3912820Z %aten_mul_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_16, %aten_clamp_default_19), kwargs = {}) 2025-03-21T21:09:04.3913900Z %dim_order_ops__to_dim_order_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant87,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3914960Z %aten_div_tensor_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_9, %dim_order_ops__to_dim_order_copy_default_19), kwargs = {}) 2025-03-21T21:09:04.3915770Z %aten_mean_dim_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_9, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3916740Z %aten_convolution_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_3, %p_features_6_block_2_fc1_weight, %p_features_6_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3917730Z %aten_relu_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_23,), kwargs = {}) 2025-03-21T21:09:04.3918740Z %aten_convolution_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_8, %p_features_6_block_2_fc2_weight, %p_features_6_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3919930Z %dim_order_ops__to_dim_order_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant88,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3920960Z %aten_add_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_24, %dim_order_ops__to_dim_order_copy_default_20), kwargs = {}) 2025-03-21T21:09:04.3921800Z %aten_clamp_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_12, 0), kwargs = {}) 2025-03-21T21:09:04.3922580Z %aten_clamp_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_20, None, 6), kwargs = {}) 2025-03-21T21:09:04.3923560Z %dim_order_ops__to_dim_order_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant89,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3924570Z %aten_div_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_21, %dim_order_ops__to_dim_order_copy_default_21), kwargs = {}) 2025-03-21T21:09:04.3925410Z %aten_mul_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_10, %aten_div_tensor_9), kwargs = {}) 2025-03-21T21:09:04.3926350Z %aten_convolution_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_10, %p_features_6_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3927730Z %aten__native_batch_norm_legit_no_training_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_25, %p_features_6_block_3_1_weight, %p_features_6_block_3_1_bias, %b_features_6_block_3_1_running_mean, %b_features_6_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3928900Z %getitem_17 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_17, 0), kwargs = {}) 2025-03-21T21:09:04.3929730Z %aten_add_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_17, %aten_add_tensor_9), kwargs = {}) 2025-03-21T21:09:04.3930780Z %aten_convolution_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_13, %p_features_7_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3932170Z %aten__native_batch_norm_legit_no_training_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_26, %p_features_7_block_0_1_weight, %p_features_7_block_0_1_bias, %b_features_7_block_0_1_running_mean, %b_features_7_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3933330Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_18, 0), kwargs = {}) 2025-03-21T21:09:04.3934220Z %dim_order_ops__to_dim_order_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant90,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3935200Z %aten_add_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_18, %dim_order_ops__to_dim_order_copy_default_22), kwargs = {}) 2025-03-21T21:09:04.3936010Z %aten_clamp_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_14, 0), kwargs = {}) 2025-03-21T21:09:04.3936880Z %aten_clamp_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_22, None, 6), kwargs = {}) 2025-03-21T21:09:04.3937680Z %aten_mul_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_18, %aten_clamp_default_23), kwargs = {}) 2025-03-21T21:09:04.3938610Z %dim_order_ops__to_dim_order_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant91,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3939600Z %aten_div_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_11, %dim_order_ops__to_dim_order_copy_default_23), kwargs = {}) 2025-03-21T21:09:04.3940630Z %aten_convolution_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_11, %p_features_7_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 120), kwargs = {}) 2025-03-21T21:09:04.3942020Z %aten__native_batch_norm_legit_no_training_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_27, %p_features_7_block_1_1_weight, %p_features_7_block_1_1_bias, %b_features_7_block_1_1_running_mean, %b_features_7_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3943180Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_19, 0), kwargs = {}) 2025-03-21T21:09:04.3944070Z %dim_order_ops__to_dim_order_copy_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant92,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3945040Z %aten_add_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_19, %dim_order_ops__to_dim_order_copy_default_24), kwargs = {}) 2025-03-21T21:09:04.3945910Z %aten_clamp_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_15, 0), kwargs = {}) 2025-03-21T21:09:04.3946750Z %aten_clamp_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_24, None, 6), kwargs = {}) 2025-03-21T21:09:04.3947530Z %aten_mul_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_19, %aten_clamp_default_25), kwargs = {}) 2025-03-21T21:09:04.3948460Z %dim_order_ops__to_dim_order_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant93,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3949460Z %aten_div_tensor_12 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_12, %dim_order_ops__to_dim_order_copy_default_25), kwargs = {}) 2025-03-21T21:09:04.3950270Z %aten_mean_dim_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_12, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3951240Z %aten_convolution_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_4, %p_features_7_block_2_fc1_weight, %p_features_7_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3952210Z %aten_relu_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_28,), kwargs = {}) 2025-03-21T21:09:04.3953320Z %aten_convolution_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_9, %p_features_7_block_2_fc2_weight, %p_features_7_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3954490Z %dim_order_ops__to_dim_order_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant94,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3955510Z %aten_add_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_29, %dim_order_ops__to_dim_order_copy_default_26), kwargs = {}) 2025-03-21T21:09:04.3956540Z %aten_clamp_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_16, 0), kwargs = {}) 2025-03-21T21:09:04.3957340Z %aten_clamp_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_26, None, 6), kwargs = {}) 2025-03-21T21:09:04.3958290Z %dim_order_ops__to_dim_order_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant95,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3959290Z %aten_div_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_27, %dim_order_ops__to_dim_order_copy_default_27), kwargs = {}) 2025-03-21T21:09:04.3960130Z %aten_mul_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_13, %aten_div_tensor_12), kwargs = {}) 2025-03-21T21:09:04.3961070Z %aten_convolution_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_13, %p_features_7_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3962530Z %aten__native_batch_norm_legit_no_training_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_30, %p_features_7_block_3_1_weight, %p_features_7_block_3_1_bias, %b_features_7_block_3_1_running_mean, %b_features_7_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3963750Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_20, 0), kwargs = {}) 2025-03-21T21:09:04.3964620Z %aten_convolution_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%getitem_20, %p_features_8_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3965990Z %aten__native_batch_norm_legit_no_training_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_31, %p_features_8_block_0_1_weight, %p_features_8_block_0_1_bias, %b_features_8_block_0_1_running_mean, %b_features_8_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3967160Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_21, 0), kwargs = {}) 2025-03-21T21:09:04.3968040Z %dim_order_ops__to_dim_order_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant96,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3969060Z %aten_add_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_21, %dim_order_ops__to_dim_order_copy_default_28), kwargs = {}) 2025-03-21T21:09:04.3969870Z %aten_clamp_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_17, 0), kwargs = {}) 2025-03-21T21:09:04.3970230Z %aten_clamp_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_28, None, 6), kwargs = {}) 2025-03-21T21:09:04.3970590Z %aten_mul_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_21, %aten_clamp_default_29), kwargs = {}) 2025-03-21T21:09:04.3971140Z %dim_order_ops__to_dim_order_copy_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant97,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3971560Z %aten_div_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_14, %dim_order_ops__to_dim_order_copy_default_29), kwargs = {}) 2025-03-21T21:09:04.3972080Z %aten_convolution_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_14, %p_features_8_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 144), kwargs = {}) 2025-03-21T21:09:04.3972890Z %aten__native_batch_norm_legit_no_training_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_32, %p_features_8_block_1_1_weight, %p_features_8_block_1_1_bias, %b_features_8_block_1_1_running_mean, %b_features_8_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3973200Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_22, 0), kwargs = {}) 2025-03-21T21:09:04.3973770Z %dim_order_ops__to_dim_order_copy_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant98,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3974230Z %aten_add_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_22, %dim_order_ops__to_dim_order_copy_default_30), kwargs = {}) 2025-03-21T21:09:04.3974580Z %aten_clamp_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_18, 0), kwargs = {}) 2025-03-21T21:09:04.3974940Z %aten_clamp_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_30, None, 6), kwargs = {}) 2025-03-21T21:09:04.3975290Z %aten_mul_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_22, %aten_clamp_default_31), kwargs = {}) 2025-03-21T21:09:04.3975810Z %dim_order_ops__to_dim_order_copy_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant99,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3976220Z %aten_div_tensor_15 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_15, %dim_order_ops__to_dim_order_copy_default_31), kwargs = {}) 2025-03-21T21:09:04.3976580Z %aten_mean_dim_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_15, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3977220Z %aten_convolution_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_5, %p_features_8_block_2_fc1_weight, %p_features_8_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3977580Z %aten_relu_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_33,), kwargs = {}) 2025-03-21T21:09:04.3978170Z %aten_convolution_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_10, %p_features_8_block_2_fc2_weight, %p_features_8_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3978730Z %dim_order_ops__to_dim_order_copy_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant100,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3979180Z %aten_add_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_34, %dim_order_ops__to_dim_order_copy_default_32), kwargs = {}) 2025-03-21T21:09:04.3979530Z %aten_clamp_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_19, 0), kwargs = {}) 2025-03-21T21:09:04.3979900Z %aten_clamp_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_32, None, 6), kwargs = {}) 2025-03-21T21:09:04.3980420Z %dim_order_ops__to_dim_order_copy_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant101,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3980840Z %aten_div_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_33, %dim_order_ops__to_dim_order_copy_default_33), kwargs = {}) 2025-03-21T21:09:04.3981200Z %aten_mul_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_16, %aten_div_tensor_15), kwargs = {}) 2025-03-21T21:09:04.3981850Z %aten_convolution_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_16, %p_features_8_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3982850Z %aten__native_batch_norm_legit_no_training_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_35, %p_features_8_block_3_1_weight, %p_features_8_block_3_1_bias, %b_features_8_block_3_1_running_mean, %b_features_8_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3983160Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_23, 0), kwargs = {}) 2025-03-21T21:09:04.3983500Z %aten_add_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_23, %getitem_20), kwargs = {}) 2025-03-21T21:09:04.3984010Z %aten_convolution_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_20, %p_features_9_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3984820Z %aten__native_batch_norm_legit_no_training_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_36, %p_features_9_block_0_1_weight, %p_features_9_block_0_1_bias, %b_features_9_block_0_1_running_mean, %b_features_9_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3985210Z %getitem_24 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_24, 0), kwargs = {}) 2025-03-21T21:09:04.3985740Z %dim_order_ops__to_dim_order_copy_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant102,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3986140Z %aten_add_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_24, %dim_order_ops__to_dim_order_copy_default_34), kwargs = {}) 2025-03-21T21:09:04.3986490Z %aten_clamp_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_21, 0), kwargs = {}) 2025-03-21T21:09:04.3986890Z %aten_clamp_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_34, None, 6), kwargs = {}) 2025-03-21T21:09:04.3987250Z %aten_mul_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_24, %aten_clamp_default_35), kwargs = {}) 2025-03-21T21:09:04.3987770Z %dim_order_ops__to_dim_order_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant103,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3988180Z %aten_div_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_17, %dim_order_ops__to_dim_order_copy_default_35), kwargs = {}) 2025-03-21T21:09:04.3988700Z %aten_convolution_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_17, %p_features_9_block_1_0_weight, None, [2, 2], [2, 2], [1, 1], False, [0, 0], 288), kwargs = {}) 2025-03-21T21:09:04.3989500Z %aten__native_batch_norm_legit_no_training_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_37, %p_features_9_block_1_1_weight, %p_features_9_block_1_1_bias, %b_features_9_block_1_1_running_mean, %b_features_9_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.3989910Z %getitem_25 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_25, 0), kwargs = {}) 2025-03-21T21:09:04.3990440Z %dim_order_ops__to_dim_order_copy_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant104,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3990840Z %aten_add_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_25, %dim_order_ops__to_dim_order_copy_default_36), kwargs = {}) 2025-03-21T21:09:04.3991210Z %aten_clamp_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_22, 0), kwargs = {}) 2025-03-21T21:09:04.3991580Z %aten_clamp_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_36, None, 6), kwargs = {}) 2025-03-21T21:09:04.3991930Z %aten_mul_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_25, %aten_clamp_default_37), kwargs = {}) 2025-03-21T21:09:04.3992450Z %dim_order_ops__to_dim_order_copy_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant105,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3992900Z %aten_div_tensor_18 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_18, %dim_order_ops__to_dim_order_copy_default_37), kwargs = {}) 2025-03-21T21:09:04.3993620Z %aten_mean_dim_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_18, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.3994200Z %aten_convolution_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_6, %p_features_9_block_2_fc1_weight, %p_features_9_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3994600Z %aten_relu_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_38,), kwargs = {}) 2025-03-21T21:09:04.3995330Z %aten_convolution_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_11, %p_features_9_block_2_fc2_weight, %p_features_9_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3995850Z %dim_order_ops__to_dim_order_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant106,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3996290Z %aten_add_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_39, %dim_order_ops__to_dim_order_copy_default_38), kwargs = {}) 2025-03-21T21:09:04.3996640Z %aten_clamp_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_23, 0), kwargs = {}) 2025-03-21T21:09:04.3997010Z %aten_clamp_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_38, None, 6), kwargs = {}) 2025-03-21T21:09:04.3997590Z %dim_order_ops__to_dim_order_copy_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant107,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.3998060Z %aten_div_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_39, %dim_order_ops__to_dim_order_copy_default_39), kwargs = {}) 2025-03-21T21:09:04.3998430Z %aten_mul_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_19, %aten_div_tensor_18), kwargs = {}) 2025-03-21T21:09:04.3998940Z %aten_convolution_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_19, %p_features_9_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.3999740Z %aten__native_batch_norm_legit_no_training_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_40, %p_features_9_block_3_1_weight, %p_features_9_block_3_1_bias, %b_features_9_block_3_1_running_mean, %b_features_9_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4000040Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_26, 0), kwargs = {}) 2025-03-21T21:09:04.4000550Z %aten_convolution_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%getitem_26, %p_features_10_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4001400Z %aten__native_batch_norm_legit_no_training_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_41, %p_features_10_block_0_1_weight, %p_features_10_block_0_1_bias, %b_features_10_block_0_1_running_mean, %b_features_10_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4001710Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_27, 0), kwargs = {}) 2025-03-21T21:09:04.4002230Z %dim_order_ops__to_dim_order_copy_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant108,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4002660Z %aten_add_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_27, %dim_order_ops__to_dim_order_copy_default_40), kwargs = {}) 2025-03-21T21:09:04.4003010Z %aten_clamp_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_24, 0), kwargs = {}) 2025-03-21T21:09:04.4003370Z %aten_clamp_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_40, None, 6), kwargs = {}) 2025-03-21T21:09:04.4003720Z %aten_mul_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_27, %aten_clamp_default_41), kwargs = {}) 2025-03-21T21:09:04.4004240Z %dim_order_ops__to_dim_order_copy_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant109,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4004650Z %aten_div_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_20, %dim_order_ops__to_dim_order_copy_default_41), kwargs = {}) 2025-03-21T21:09:04.4005220Z %aten_convolution_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_20, %p_features_10_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 576), kwargs = {}) 2025-03-21T21:09:04.4006080Z %aten__native_batch_norm_legit_no_training_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_42, %p_features_10_block_1_1_weight, %p_features_10_block_1_1_bias, %b_features_10_block_1_1_running_mean, %b_features_10_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4006380Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_28, 0), kwargs = {}) 2025-03-21T21:09:04.4006900Z %dim_order_ops__to_dim_order_copy_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant110,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4007300Z %aten_add_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_28, %dim_order_ops__to_dim_order_copy_default_42), kwargs = {}) 2025-03-21T21:09:04.4007650Z %aten_clamp_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_25, 0), kwargs = {}) 2025-03-21T21:09:04.4008020Z %aten_clamp_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_42, None, 6), kwargs = {}) 2025-03-21T21:09:04.4008400Z %aten_mul_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_28, %aten_clamp_default_43), kwargs = {}) 2025-03-21T21:09:04.4008920Z %dim_order_ops__to_dim_order_copy_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant111,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4009340Z %aten_div_tensor_21 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_21, %dim_order_ops__to_dim_order_copy_default_43), kwargs = {}) 2025-03-21T21:09:04.4009670Z %aten_mean_dim_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_21, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.4010280Z %aten_convolution_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_7, %p_features_10_block_2_fc1_weight, %p_features_10_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4010630Z %aten_relu_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_43,), kwargs = {}) 2025-03-21T21:09:04.4011220Z %aten_convolution_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_12, %p_features_10_block_2_fc2_weight, %p_features_10_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4011740Z %dim_order_ops__to_dim_order_copy_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant112,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4012180Z %aten_add_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_44, %dim_order_ops__to_dim_order_copy_default_44), kwargs = {}) 2025-03-21T21:09:04.4012640Z %aten_clamp_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_26, 0), kwargs = {}) 2025-03-21T21:09:04.4013050Z %aten_clamp_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_44, None, 6), kwargs = {}) 2025-03-21T21:09:04.4013680Z %dim_order_ops__to_dim_order_copy_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant113,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4014100Z %aten_div_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_45, %dim_order_ops__to_dim_order_copy_default_45), kwargs = {}) 2025-03-21T21:09:04.4014460Z %aten_mul_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_22, %aten_div_tensor_21), kwargs = {}) 2025-03-21T21:09:04.4014980Z %aten_convolution_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_22, %p_features_10_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4015790Z %aten__native_batch_norm_legit_no_training_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_45, %p_features_10_block_3_1_weight, %p_features_10_block_3_1_bias, %b_features_10_block_3_1_running_mean, %b_features_10_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4016180Z %getitem_29 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_29, 0), kwargs = {}) 2025-03-21T21:09:04.4016520Z %aten_add_tensor_27 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_29, %getitem_26), kwargs = {}) 2025-03-21T21:09:04.4017040Z %aten_convolution_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_27, %p_features_11_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4017880Z %aten__native_batch_norm_legit_no_training_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_46, %p_features_11_block_0_1_weight, %p_features_11_block_0_1_bias, %b_features_11_block_0_1_running_mean, %b_features_11_block_0_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4018190Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_30, 0), kwargs = {}) 2025-03-21T21:09:04.4018710Z %dim_order_ops__to_dim_order_copy_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant114,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4019110Z %aten_add_tensor_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_30, %dim_order_ops__to_dim_order_copy_default_46), kwargs = {}) 2025-03-21T21:09:04.4019460Z %aten_clamp_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_28, 0), kwargs = {}) 2025-03-21T21:09:04.4019820Z %aten_clamp_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_46, None, 6), kwargs = {}) 2025-03-21T21:09:04.4020180Z %aten_mul_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_30, %aten_clamp_default_47), kwargs = {}) 2025-03-21T21:09:04.4020750Z %dim_order_ops__to_dim_order_copy_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant115,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4021220Z %aten_div_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_23, %dim_order_ops__to_dim_order_copy_default_47), kwargs = {}) 2025-03-21T21:09:04.4021740Z %aten_convolution_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_div_tensor_23, %p_features_11_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 576), kwargs = {}) 2025-03-21T21:09:04.4022540Z %aten__native_batch_norm_legit_no_training_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_47, %p_features_11_block_1_1_weight, %p_features_11_block_1_1_bias, %b_features_11_block_1_1_running_mean, %b_features_11_block_1_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4022850Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_31, 0), kwargs = {}) 2025-03-21T21:09:04.4023370Z %dim_order_ops__to_dim_order_copy_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant116,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4023800Z %aten_add_tensor_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_31, %dim_order_ops__to_dim_order_copy_default_48), kwargs = {}) 2025-03-21T21:09:04.4024160Z %aten_clamp_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_29, 0), kwargs = {}) 2025-03-21T21:09:04.4024520Z %aten_clamp_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_48, None, 6), kwargs = {}) 2025-03-21T21:09:04.4024870Z %aten_mul_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_31, %aten_clamp_default_49), kwargs = {}) 2025-03-21T21:09:04.4025380Z %dim_order_ops__to_dim_order_copy_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant117,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4025890Z %aten_div_tensor_24 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_24, %dim_order_ops__to_dim_order_copy_default_49), kwargs = {}) 2025-03-21T21:09:04.4026240Z %aten_mean_dim_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_24, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.4026800Z %aten_convolution_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mean_dim_8, %p_features_11_block_2_fc1_weight, %p_features_11_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4027160Z %aten_relu_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.relu.default](args = (%aten_convolution_default_48,), kwargs = {}) 2025-03-21T21:09:04.4027740Z %aten_convolution_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_relu_default_13, %p_features_11_block_2_fc2_weight, %p_features_11_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4028320Z %dim_order_ops__to_dim_order_copy_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant118,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4028810Z %aten_add_tensor_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_convolution_default_49, %dim_order_ops__to_dim_order_copy_default_50), kwargs = {}) 2025-03-21T21:09:04.4029160Z %aten_clamp_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_30, 0), kwargs = {}) 2025-03-21T21:09:04.4029520Z %aten_clamp_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_50, None, 6), kwargs = {}) 2025-03-21T21:09:04.4032900Z %dim_order_ops__to_dim_order_copy_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant119,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4035840Z %aten_div_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_clamp_default_51, %dim_order_ops__to_dim_order_copy_default_51), kwargs = {}) 2025-03-21T21:09:04.4036260Z %aten_mul_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_div_tensor_25, %aten_div_tensor_24), kwargs = {}) 2025-03-21T21:09:04.4036790Z %aten_convolution_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_mul_tensor_25, %p_features_11_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4037630Z %aten__native_batch_norm_legit_no_training_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_50, %p_features_11_block_3_1_weight, %p_features_11_block_3_1_bias, %b_features_11_block_3_1_running_mean, %b_features_11_block_3_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4037950Z %getitem_32 : [num_users=1] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_32, 0), kwargs = {}) 2025-03-21T21:09:04.4038300Z %aten_add_tensor_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_32, %aten_add_tensor_27), kwargs = {}) 2025-03-21T21:09:04.4038800Z %aten_convolution_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_add_tensor_31, %p_features_12_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-03-21T21:09:04.4039560Z %aten__native_batch_norm_legit_no_training_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._native_batch_norm_legit_no_training.default](args = (%aten_convolution_default_51, %p_features_12_1_weight, %p_features_12_1_bias, %b_features_12_1_running_mean, %b_features_12_1_running_var, 0.01, 0.001), kwargs = {}) 2025-03-21T21:09:04.4039870Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%aten__native_batch_norm_legit_no_training_default_33, 0), kwargs = {}) 2025-03-21T21:09:04.4040390Z %dim_order_ops__to_dim_order_copy_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant120,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4040790Z %aten_add_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%getitem_33, %dim_order_ops__to_dim_order_copy_default_52), kwargs = {}) 2025-03-21T21:09:04.4041260Z %aten_clamp_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_32, 0), kwargs = {}) 2025-03-21T21:09:04.4041620Z %aten_clamp_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_52, None, 6), kwargs = {}) 2025-03-21T21:09:04.4042040Z %aten_mul_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%getitem_33, %aten_clamp_default_53), kwargs = {}) 2025-03-21T21:09:04.4042560Z %dim_order_ops__to_dim_order_copy_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant121,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4042960Z %aten_div_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_26, %dim_order_ops__to_dim_order_copy_default_53), kwargs = {}) 2025-03-21T21:09:04.4043690Z %aten_mean_dim_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_div_tensor_26, [-1, -2], True), kwargs = {}) 2025-03-21T21:09:04.4044240Z %aten_view_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mean_dim_9, [1, 576]), kwargs = {}) 2025-03-21T21:09:04.4044640Z %aten_permute_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%p_classifier_0_weight, [1, 0]), kwargs = {}) 2025-03-21T21:09:04.4045090Z %aten_addmm_default : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.addmm.default](args = (%p_classifier_0_bias, %aten_view_copy_default, %aten_permute_copy_default), kwargs = {}) 2025-03-21T21:09:04.4045610Z %dim_order_ops__to_dim_order_copy_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant122,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4046040Z %aten_add_tensor_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_addmm_default, %dim_order_ops__to_dim_order_copy_default_54), kwargs = {}) 2025-03-21T21:09:04.4046380Z %aten_clamp_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_add_tensor_33, 0), kwargs = {}) 2025-03-21T21:09:04.4046750Z %aten_clamp_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.clamp.default](args = (%aten_clamp_default_54, None, 6), kwargs = {}) 2025-03-21T21:09:04.4047120Z %aten_mul_tensor_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_addmm_default, %aten_clamp_default_55), kwargs = {}) 2025-03-21T21:09:04.4047630Z %dim_order_ops__to_dim_order_copy_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.dim_order_ops._to_dim_order_copy.default](args = (%_lifted_tensor_constant123,), kwargs = {dtype: torch.float32, dim_order: []}) 2025-03-21T21:09:04.4048040Z %aten_div_tensor_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.div.Tensor](args = (%aten_mul_tensor_27, %dim_order_ops__to_dim_order_copy_default_55), kwargs = {}) 2025-03-21T21:09:04.4048440Z %aten_permute_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%p_classifier_3_weight, [1, 0]), kwargs = {}) 2025-03-21T21:09:04.4048890Z %aten_addmm_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.addmm.default](args = (%p_classifier_3_bias, %aten_div_tensor_27, %aten_permute_copy_default_1), kwargs = {}) 2025-03-21T21:09:04.4049100Z return (aten_addmm_default_1,) 2025-03-21T21:09:04.4049280Z [INFO 2025-03-21 21:09:04,351 mps_partitioner.py:119] Found 1 subgraphs to be partitioned. 2025-03-21T21:09:04.4088530Z [DEBUG 2025-03-21 21:09:04,395 backend_api.py:213] For tag mps_350_0, found nodes [p_features_0_0_weight, p_features_0_1_weight, p_features_0_1_bias, p_features_1_block_0_0_weight, p_features_1_block_0_1_weight, p_features_1_block_0_1_bias, p_features_1_block_1_fc1_weight, p_features_1_block_1_fc1_bias, p_features_1_block_1_fc2_weight, p_features_1_block_1_fc2_bias, p_features_1_block_2_0_weight, p_features_1_block_2_1_weight, p_features_1_block_2_1_bias, p_features_2_block_0_0_weight, p_features_2_block_0_1_weight, p_features_2_block_0_1_bias, p_features_2_block_1_0_weight, p_features_2_block_1_1_weight, p_features_2_block_1_1_bias, p_features_2_block_2_0_weight, p_features_2_block_2_1_weight, p_features_2_block_2_1_bias, p_features_3_block_0_0_weight, p_features_3_block_0_1_weight, p_features_3_block_0_1_bias, p_features_3_block_1_0_weight, p_features_3_block_1_1_weight, p_features_3_block_1_1_bias, p_features_3_block_2_0_weight, p_features_3_block_2_1_weight, p_features_3_block_2_1_bias, p_features_4_block_0_0_weight, p_features_4_block_0_1_weight, p_features_4_block_0_1_bias, p_features_4_block_1_0_weight, p_features_4_block_1_1_weight, p_features_4_block_1_1_bias, p_features_4_block_2_fc1_weight, p_features_4_block_2_fc1_bias, p_features_4_block_2_fc2_weight, p_features_4_block_2_fc2_bias, p_features_4_block_3_0_weight, p_features_4_block_3_1_weight, p_features_4_block_3_1_bias, p_features_5_block_0_0_weight, p_features_5_block_0_1_weight, p_features_5_block_0_1_bias, p_features_5_block_1_0_weight, p_features_5_block_1_1_weight, p_features_5_block_1_1_bias, p_features_5_block_2_fc1_weight, p_features_5_block_2_fc1_bias, p_features_5_block_2_fc2_weight, p_features_5_block_2_fc2_bias, p_features_5_block_3_0_weight, p_features_5_block_3_1_weight, p_features_5_block_3_1_bias, p_features_6_block_0_0_weight, p_features_6_block_0_1_weight, p_features_6_block_0_1_bias, p_features_6_block_1_0_weight, p_features_6_block_1_1_weight, p_features_6_block_1_1_bias, p_features_6_block_2_fc1_weight, p_features_6_block_2_fc1_bias, p_features_6_block_2_fc2_weight, p_features_6_block_2_fc2_bias, p_features_6_block_3_0_weight, p_features_6_block_3_1_weight, p_features_6_block_3_1_bias, p_features_7_block_0_0_weight, p_features_7_block_0_1_weight, p_features_7_block_0_1_bias, p_features_7_block_1_0_weight, p_features_7_block_1_1_weight, p_features_7_block_1_1_bias, p_features_7_block_2_fc1_weight, p_features_7_block_2_fc1_bias, p_features_7_block_2_fc2_weight, p_features_7_block_2_fc2_bias, p_features_7_block_3_0_weight, p_features_7_block_3_1_weight, p_features_7_block_3_1_bias, p_features_8_block_0_0_weight, p_features_8_block_0_1_weight, p_features_8_block_0_1_bias, p_features_8_block_1_0_weight, p_features_8_block_1_1_weight, p_features_8_block_1_1_bias, p_features_8_block_2_fc1_weight, p_features_8_block_2_fc1_bias, p_features_8_block_2_fc2_weight, p_features_8_block_2_fc2_bias, p_features_8_block_3_0_weight, p_features_8_block_3_1_weight, p_features_8_block_3_1_bias, p_features_9_block_0_0_weight, p_features_9_block_0_1_weight, p_features_9_block_0_1_bias, p_features_9_block_1_0_weight, p_features_9_block_1_1_weight, p_features_9_block_1_1_bias, p_features_9_block_2_fc1_weight, p_features_9_block_2_fc1_bias, p_features_9_block_2_fc2_weight, p_features_9_block_2_fc2_bias, p_features_9_block_3_0_weight, p_features_9_block_3_1_weight, p_features_9_block_3_1_bias, p_features_10_block_0_0_weight, p_features_10_block_0_1_weight, p_features_10_block_0_1_bias, p_features_10_block_1_0_weight, p_features_10_block_1_1_weight, p_features_10_block_1_1_bias, p_features_10_block_2_fc1_weight, p_features_10_block_2_fc1_bias, p_features_10_block_2_fc2_weight, p_features_10_block_2_fc2_bias, p_features_10_block_3_0_weight, p_features_10_block_3_1_weight, p_features_10_block_3_1_bias, p_features_11_block_0_0_weight, p_features_11_block_0_1_weight, p_features_11_block_0_1_bias, p_features_11_block_1_0_weight, p_features_11_block_1_1_weight, p_features_11_block_1_1_bias, p_features_11_block_2_fc1_weight, p_features_11_block_2_fc1_bias, p_features_11_block_2_fc2_weight, p_features_11_block_2_fc2_bias, p_features_11_block_3_0_weight, p_features_11_block_3_1_weight, p_features_11_block_3_1_bias, p_features_12_0_weight, p_features_12_1_weight, p_features_12_1_bias, p_classifier_0_weight, p_classifier_0_bias, p_classifier_3_weight, p_classifier_3_bias, b_features_0_1_running_mean, b_features_0_1_running_var, b_features_1_block_0_1_running_mean, b_features_1_block_0_1_running_var, b_features_1_block_2_1_running_mean, b_features_1_block_2_1_running_var, b_features_2_block_0_1_running_mean, b_features_2_block_0_1_running_var, b_features_2_block_1_1_running_mean, b_features_2_block_1_1_running_var, b_features_2_block_2_1_running_mean, b_features_2_block_2_1_running_var, b_features_3_block_0_1_running_mean, b_features_3_block_0_1_running_var, b_features_3_block_1_1_running_mean, b_features_3_block_1_1_running_var, b_features_3_block_2_1_running_mean, b_features_3_block_2_1_running_var, b_features_4_block_0_1_running_mean, b_features_4_block_0_1_running_var, b_features_4_block_1_1_running_mean, b_features_4_block_1_1_running_var, b_features_4_block_3_1_running_mean, b_features_4_block_3_1_running_var, b_features_5_block_0_1_running_mean, b_features_5_block_0_1_running_var, b_features_5_block_1_1_running_mean, b_features_5_block_1_1_running_var, b_features_5_block_3_1_running_mean, b_features_5_block_3_1_running_var, b_features_6_block_0_1_running_mean, b_features_6_block_0_1_running_var, b_features_6_block_1_1_running_mean, b_features_6_block_1_1_running_var, b_features_6_block_3_1_running_mean, b_features_6_block_3_1_running_var, b_features_7_block_0_1_running_mean, b_features_7_block_0_1_running_var, b_features_7_block_1_1_running_mean, b_features_7_block_1_1_running_var, b_features_7_block_3_1_running_mean, b_features_7_block_3_1_running_var, b_features_8_block_0_1_running_mean, b_features_8_block_0_1_running_var, b_features_8_block_1_1_running_mean, b_features_8_block_1_1_running_var, b_features_8_block_3_1_running_mean, b_features_8_block_3_1_running_var, b_features_9_block_0_1_running_mean, b_features_9_block_0_1_running_var, b_features_9_block_1_1_running_mean, b_features_9_block_1_1_running_var, b_features_9_block_3_1_running_mean, b_features_9_block_3_1_running_var, b_features_10_block_0_1_running_mean, b_features_10_block_0_1_running_var, b_features_10_block_1_1_running_mean, b_features_10_block_1_1_running_var, b_features_10_block_3_1_running_mean, b_features_10_block_3_1_running_var, b_features_11_block_0_1_running_mean, b_features_11_block_0_1_running_var, b_features_11_block_1_1_running_mean, b_features_11_block_1_1_running_var, b_features_11_block_3_1_running_mean, b_features_11_block_3_1_running_var, b_features_12_1_running_mean, b_features_12_1_running_var, _lifted_tensor_constant68, _lifted_tensor_constant69, _lifted_tensor_constant70, _lifted_tensor_constant71, _lifted_tensor_constant72, _lifted_tensor_constant73, _lifted_tensor_constant74, _lifted_tensor_constant75, _lifted_tensor_constant76, _lifted_tensor_constant77, _lifted_tensor_constant78, _lifted_tensor_constant79, _lifted_tensor_constant80, _lifted_tensor_constant81, _lifted_tensor_constant82, _lifted_tensor_constant83, _lifted_tensor_constant84, _lifted_tensor_constant85, _lifted_tensor_constant86, _lifted_tensor_constant87, _lifted_tensor_constant88, _lifted_tensor_constant89, _lifted_tensor_constant90, _lifted_tensor_constant91, _lifted_tensor_constant92, _lifted_tensor_constant93, _lifted_tensor_constant94, _lifted_tensor_constant95, _lifted_tensor_constant96, _lifted_tensor_constant97, _lifted_tensor_constant98, _lifted_tensor_constant99, _lifted_tensor_constant100, _lifted_tensor_constant101, _lifted_tensor_constant102, _lifted_tensor_constant103, _lifted_tensor_constant104, _lifted_tensor_constant105, _lifted_tensor_constant106, _lifted_tensor_constant107, _lifted_tensor_constant108, _lifted_tensor_constant109, _lifted_tensor_constant110, _lifted_tensor_constant111, _lifted_tensor_constant112, _lifted_tensor_constant113, _lifted_tensor_constant114, _lifted_tensor_constant115, _lifted_tensor_constant116, _lifted_tensor_constant117, _lifted_tensor_constant118, _lifted_tensor_constant119, _lifted_tensor_constant120, _lifted_tensor_constant121, _lifted_tensor_constant122, _lifted_tensor_constant123, aten_convolution_default, aten__native_batch_norm_legit_no_training_default, getitem, dim_order_ops__to_dim_order_copy_default, aten_add_tensor, aten_clamp_default, aten_clamp_default_1, aten_mul_tensor, dim_order_ops__to_dim_order_copy_default_1, aten_div_tensor, aten_convolution_default_1, aten__native_batch_norm_legit_no_training_default_1, getitem_1, aten_relu_default, aten_mean_dim, aten_convolution_default_2, aten_relu_default_1, aten_convolution_default_3, dim_order_ops__to_dim_order_copy_default_2, aten_add_tensor_1, aten_clamp_default_2, aten_clamp_default_3, dim_order_ops__to_dim_order_copy_default_3, aten_div_tensor_1, aten_mul_tensor_1, aten_convolution_default_4, aten__native_batch_norm_legit_no_training_default_2, getitem_2, aten_convolution_default_5, aten__native_batch_norm_legit_no_training_default_3, getitem_3, aten_relu_default_2, aten_convolution_default_6, aten__native_batch_norm_legit_no_training_default_4, getitem_4, aten_relu_default_3, aten_convolution_default_7, aten__native_batch_norm_legit_no_training_default_5, getitem_5, aten_convolution_default_8, aten__native_batch_norm_legit_no_training_default_6, getitem_6, aten_relu_default_4, aten_convolution_default_9, aten__native_batch_norm_legit_no_training_default_7, getitem_7, aten_relu_default_5, aten_convolution_default_10, aten__native_batch_norm_legit_no_training_default_8, getitem_8, aten_add_tensor_2, aten_convolution_default_11, aten__native_batch_norm_legit_no_training_default_9, getitem_9, dim_order_ops__to_dim_order_copy_default_4, aten_add_tensor_3, aten_clamp_default_4, aten_clamp_default_5, aten_mul_tensor_2, dim_order_ops__to_dim_order_copy_default_5, aten_div_tensor_2, aten_convolution_default_12, aten__native_batch_norm_legit_no_training_default_10, getitem_10, dim_order_ops__to_dim_order_copy_default_6, aten_add_tensor_4, aten_clamp_default_6, aten_clamp_default_7, aten_mul_tensor_3, dim_order_ops__to_dim_order_copy_default_7, aten_div_tensor_3, aten_mean_dim_1, aten_convolution_default_13, aten_relu_default_6, aten_convolution_default_14, dim_order_ops__to_dim_order_copy_default_8, aten_add_tensor_5, aten_clamp_default_8, aten_clamp_default_9, dim_order_ops__to_dim_order_copy_default_9, aten_div_tensor_4, aten_mul_tensor_4, aten_convolution_default_15, aten__native_batch_norm_legit_no_training_default_11, getitem_11, aten_convolution_default_16, aten__native_batch_norm_legit_no_training_default_12, getitem_12, dim_order_ops__to_dim_order_copy_default_10, aten_add_tensor_6, aten_clamp_default_10, aten_clamp_default_11, aten_mul_tensor_5, dim_order_ops__to_dim_order_copy_default_11, aten_div_tensor_5, aten_convolution_default_17, aten__native_batch_norm_legit_no_training_default_13, getitem_13, dim_order_ops__to_dim_order_copy_default_12, aten_add_tensor_7, aten_clamp_default_12, aten_clamp_default_13, aten_mul_tensor_6, dim_order_ops__to_dim_order_copy_default_13, aten_div_tensor_6, aten_mean_dim_2, aten_convolution_default_18, aten_relu_default_7, aten_convolution_default_19, dim_order_ops__to_dim_order_copy_default_14, aten_add_tensor_8, aten_clamp_default_14, aten_clamp_default_15, dim_order_ops__to_dim_order_copy_default_15, aten_div_tensor_7, aten_mul_tensor_7, aten_convolution_default_20, aten__native_batch_norm_legit_no_training_default_14, getitem_14, aten_add_tensor_9, aten_convolution_default_21, aten__native_batch_norm_legit_no_training_default_15, getitem_15, dim_order_ops__to_dim_order_copy_default_16, aten_add_tensor_10, aten_clamp_default_16, aten_clamp_default_17, aten_mul_tensor_8, dim_order_ops__to_dim_order_copy_default_17, aten_div_tensor_8, aten_convolution_default_22, aten__native_batch_norm_legit_no_training_default_16, getitem_16, dim_order_ops__to_dim_order_copy_default_18, aten_add_tensor_11, aten_clamp_default_18, aten_clamp_default_19, aten_mul_tensor_9, dim_order_ops__to_dim_order_copy_default_19, aten_div_tensor_9, aten_mean_dim_3, aten_convolution_default_23, aten_relu_default_8, aten_convolution_default_24, dim_order_ops__to_dim_order_copy_default_20, aten_add_tensor_12, aten_clamp_default_20, aten_clamp_default_21, dim_order_ops__to_dim_order_copy_default_21, aten_div_tensor_10, aten_mul_tensor_10, aten_convolution_default_25, aten__native_batch_norm_legit_no_training_default_17, getitem_17, aten_add_tensor_13, aten_convolution_default_26, aten__native_batch_norm_legit_no_training_default_18, getitem_18, dim_order_ops__to_dim_order_copy_default_22, aten_add_tensor_14, aten_clamp_default_22, aten_clamp_default_23, aten_mul_tensor_11, dim_order_ops__to_dim_order_copy_default_23, aten_div_tensor_11, aten_convolution_default_27, aten__native_batch_norm_legit_no_training_default_19, getitem_19, dim_order_ops__to_dim_order_copy_default_24, aten_add_tensor_15, aten_clamp_default_24, aten_clamp_default_25, aten_mul_tensor_12, dim_order_ops__to_dim_order_copy_default_25, aten_div_tensor_12, aten_mean_dim_4, aten_convolution_default_28, aten_relu_default_9, aten_convolution_default_29, dim_order_ops__to_dim_order_copy_default_26, aten_add_tensor_16, aten_clamp_default_26, aten_clamp_default_27, dim_order_ops__to_dim_order_copy_default_27, aten_div_tensor_13, aten_mul_tensor_13, aten_convolution_default_30, aten__native_batch_norm_legit_no_training_default_20, getitem_20, aten_convolution_default_31, aten__native_batch_norm_legit_no_training_default_21, getitem_21, dim_order_ops__to_dim_order_copy_default_28, aten_add_tensor_17, aten_clamp_default_28, aten_clamp_default_29, aten_mul_tensor_14, dim_order_ops__to_dim_order_copy_default_29, aten_div_tensor_14, aten_convolution_default_32, aten__native_batch_norm_legit_no_training_default_22, getitem_22, dim_order_ops__to_dim_order_copy_default_30, aten_add_tensor_18, aten_clamp_default_30, aten_clamp_default_31, aten_mul_tensor_15, dim_order_ops__to_dim_order_copy_default_31, aten_div_tensor_15, aten_mean_dim_5, aten_convolution_default_33, aten_relu_default_10, aten_convolution_default_34, dim_order_ops__to_dim_order_copy_default_32, aten_add_tensor_19, aten_clamp_default_32, aten_clamp_default_33, dim_order_ops__to_dim_order_copy_default_33, aten_div_tensor_16, aten_mul_tensor_16, aten_convolution_default_35, aten__native_batch_norm_legit_no_training_default_23, getitem_23, aten_add_tensor_20, aten_convolution_default_36, aten__native_batch_norm_legit_no_training_default_24, getitem_24, dim_order_ops__to_dim_order_copy_default_34, aten_add_tensor_21, aten_clamp_default_34, aten_clamp_default_35, aten_mul_tensor_17, dim_order_ops__to_dim_order_copy_default_35, aten_div_tensor_17, aten_convolution_default_37, aten__native_batch_norm_legit_no_training_default_25, getitem_25, dim_order_ops__to_dim_order_copy_default_36, aten_add_tensor_22, aten_clamp_default_36, aten_clamp_default_37, aten_mul_tensor_18, dim_order_ops__to_dim_order_copy_default_37, aten_div_tensor_18, aten_mean_dim_6, aten_convolution_default_38, aten_relu_default_11, aten_convolution_default_39, dim_order_ops__to_dim_order_copy_default_38, aten_add_tensor_23, aten_clamp_default_38, aten_clamp_default_39, dim_order_ops__to_dim_order_copy_default_39, aten_div_tensor_19, aten_mul_tensor_19, aten_convolution_default_40, aten__native_batch_norm_legit_no_training_default_26, getitem_26, aten_convolution_default_41, aten__native_batch_norm_legit_no_training_default_27, getitem_27, dim_order_ops__to_dim_order_copy_default_40, aten_add_tensor_24, aten_clamp_default_40, aten_clamp_default_41, aten_mul_tensor_20, dim_order_ops__to_dim_order_copy_default_41, aten_div_tensor_20, aten_convolution_default_42, aten__native_batch_norm_legit_no_training_default_28, getitem_28, dim_order_ops__to_dim_order_copy_default_42, aten_add_tensor_25, aten_clamp_default_42, aten_clamp_default_43, aten_mul_tensor_21, dim_order_ops__to_dim_order_copy_default_43, aten_div_tensor_21, aten_mean_dim_7, aten_convolution_default_43, aten_relu_default_12, aten_convolution_default_44, dim_order_ops__to_dim_order_copy_default_44, aten_add_tensor_26, aten_clamp_default_44, aten_clamp_default_45, dim_order_ops__to_dim_order_copy_default_45, aten_div_tensor_22, aten_mul_tensor_22, aten_convolution_default_45, aten__native_batch_norm_legit_no_training_default_29, getitem_29, aten_add_tensor_27, aten_convolution_default_46, aten__native_batch_norm_legit_no_training_default_30, getitem_30, dim_order_ops__to_dim_order_copy_default_46, aten_add_tensor_28, aten_clamp_default_46, aten_clamp_default_47, aten_mul_tensor_23, dim_order_ops__to_dim_order_copy_default_47, aten_div_tensor_23, aten_convolution_default_47, aten__native_batch_norm_legit_no_training_default_31, getitem_31, dim_order_ops__to_dim_order_copy_default_48, aten_add_tensor_29, aten_clamp_default_48, aten_clamp_default_49, aten_mul_tensor_24, dim_order_ops__to_dim_order_copy_default_49, aten_div_tensor_24, aten_mean_dim_8, aten_convolution_default_48, aten_relu_default_13, aten_convolution_default_49, dim_order_ops__to_dim_order_copy_default_50, aten_add_tensor_30, aten_clamp_default_50, aten_clamp_default_51, dim_order_ops__to_dim_order_copy_default_51, aten_div_tensor_25, aten_mul_tensor_25, aten_convolution_default_50, aten__native_batch_norm_legit_no_training_default_32, getitem_32, aten_add_tensor_31, aten_convolution_default_51, aten__native_batch_norm_legit_no_training_default_33, getitem_33, dim_order_ops__to_dim_order_copy_default_52, aten_add_tensor_32, aten_clamp_default_52, aten_clamp_default_53, aten_mul_tensor_26, dim_order_ops__to_dim_order_copy_default_53, aten_div_tensor_26, aten_mean_dim_9, aten_view_copy_default, aten_permute_copy_default, aten_addmm_default, dim_order_ops__to_dim_order_copy_default_54, aten_add_tensor_33, aten_clamp_default_54, aten_clamp_default_55, aten_mul_tensor_27, dim_order_ops__to_dim_order_copy_default_55, aten_div_tensor_27, aten_permute_copy_default_1, aten_addmm_default_1] 2025-03-21T21:09:04.8320040Z [DEBUG 2025-03-21 21:09:04,409 backend_api.py:237] Partitioned graph module: GraphModule( 2025-03-21T21:09:04.8320450Z (fused_mps_350_0): fused_mps_350_0() 2025-03-21T21:09:04.8320720Z ) 2025-03-21T21:09:04.8320800Z 2025-03-21T21:09:04.8320810Z 2025-03-21T21:09:04.8320810Z 2025-03-21T21:09:04.8320880Z def forward(self, x): 2025-03-21T21:09:04.8321100Z fused_mps_350_0 = self.fused_mps_350_0(x); x = None 2025-03-21T21:09:04.8321390Z getitem_34 = fused_mps_350_0[0]; fused_mps_350_0 = None 2025-03-21T21:09:04.8321630Z return (getitem_34,) 2025-03-21T21:09:04.8321790Z 2025-03-21T21:09:04.8322000Z # To see more debug info, please use `graph_module.print_readable()` 2025-03-21T21:09:04.8322370Z [DEBUG 2025-03-21 21:09:04,821 mps_preprocess.py:108] Convert model to FP16: True 2025-03-21T21:09:04.8322850Z opcode name target args kwargs 2025-03-21T21:09:04.8323850Z ------------- ---------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------ 2025-03-21T21:09:04.8325350Z placeholder p_features_0_0_weight p_features_0_0_weight () {} 2025-03-21T21:09:04.8326190Z placeholder p_features_0_1_weight p_features_0_1_weight () {} 2025-03-21T21:09:04.8334060Z placeholder p_features_0_1_bias p_features_0_1_bias () {} 2025-03-21T21:09:04.8334810Z placeholder p_features_1_block_0_0_weight p_features_1_block_0_0_weight () {} 2025-03-21T21:09:04.8335550Z placeholder p_features_1_block_0_1_weight p_features_1_block_0_1_weight () {} 2025-03-21T21:09:04.8336260Z placeholder p_features_1_block_0_1_bias p_features_1_block_0_1_bias () {} 2025-03-21T21:09:04.8336990Z placeholder p_features_1_block_1_fc1_weight p_features_1_block_1_fc1_weight () {} 2025-03-21T21:09:04.8337720Z placeholder p_features_1_block_1_fc1_bias p_features_1_block_1_fc1_bias () {} 2025-03-21T21:09:04.8338600Z placeholder p_features_1_block_1_fc2_weight p_features_1_block_1_fc2_weight () {} 2025-03-21T21:09:04.8339400Z placeholder p_features_1_block_1_fc2_bias p_features_1_block_1_fc2_bias () {} 2025-03-21T21:09:04.8340190Z placeholder p_features_1_block_2_0_weight p_features_1_block_2_0_weight () {} 2025-03-21T21:09:04.8340920Z placeholder p_features_1_block_2_1_weight p_features_1_block_2_1_weight () {} 2025-03-21T21:09:04.8341640Z placeholder p_features_1_block_2_1_bias p_features_1_block_2_1_bias () {} 2025-03-21T21:09:04.8342350Z placeholder p_features_2_block_0_0_weight p_features_2_block_0_0_weight () {} 2025-03-21T21:09:04.8343090Z placeholder p_features_2_block_0_1_weight p_features_2_block_0_1_weight () {} 2025-03-21T21:09:04.8343810Z placeholder p_features_2_block_0_1_bias p_features_2_block_0_1_bias () {} 2025-03-21T21:09:04.8344660Z placeholder p_features_2_block_1_0_weight p_features_2_block_1_0_weight () {} 2025-03-21T21:09:04.8345620Z placeholder p_features_2_block_1_1_weight p_features_2_block_1_1_weight () {} 2025-03-21T21:09:04.8346340Z placeholder p_features_2_block_1_1_bias p_features_2_block_1_1_bias () {} 2025-03-21T21:09:04.8347050Z placeholder p_features_2_block_2_0_weight p_features_2_block_2_0_weight () {} 2025-03-21T21:09:04.8347760Z placeholder p_features_2_block_2_1_weight p_features_2_block_2_1_weight () {} 2025-03-21T21:09:04.8348470Z placeholder p_features_2_block_2_1_bias p_features_2_block_2_1_bias () {} 2025-03-21T21:09:04.8349180Z placeholder p_features_3_block_0_0_weight p_features_3_block_0_0_weight () {} 2025-03-21T21:09:04.8350030Z placeholder p_features_3_block_0_1_weight p_features_3_block_0_1_weight () {} 2025-03-21T21:09:04.8350900Z placeholder p_features_3_block_0_1_bias p_features_3_block_0_1_bias () {} 2025-03-21T21:09:04.8351670Z placeholder p_features_3_block_1_0_weight p_features_3_block_1_0_weight () {} 2025-03-21T21:09:04.8352400Z placeholder p_features_3_block_1_1_weight p_features_3_block_1_1_weight () {} 2025-03-21T21:09:04.8353110Z placeholder p_features_3_block_1_1_bias p_features_3_block_1_1_bias () {} 2025-03-21T21:09:04.8353810Z placeholder p_features_3_block_2_0_weight p_features_3_block_2_0_weight () {} 2025-03-21T21:09:04.8354540Z placeholder p_features_3_block_2_1_weight p_features_3_block_2_1_weight () {} 2025-03-21T21:09:04.8355270Z placeholder p_features_3_block_2_1_bias p_features_3_block_2_1_bias () {} 2025-03-21T21:09:04.8356080Z placeholder p_features_4_block_0_0_weight p_features_4_block_0_0_weight () {} 2025-03-21T21:09:04.8356890Z placeholder p_features_4_block_0_1_weight p_features_4_block_0_1_weight () {} 2025-03-21T21:09:04.8357960Z placeholder p_features_4_block_0_1_bias p_features_4_block_0_1_bias () {} 2025-03-21T21:09:04.8358770Z placeholder p_features_4_block_1_0_weight p_features_4_block_1_0_weight () {} 2025-03-21T21:09:04.8359860Z placeholder p_features_4_block_1_1_weight p_features_4_block_1_1_weight () {} 2025-03-21T21:09:04.8360580Z placeholder p_features_4_block_1_1_bias p_features_4_block_1_1_bias () {} 2025-03-21T21:09:04.8361300Z placeholder p_features_4_block_2_fc1_weight p_features_4_block_2_fc1_weight () {} 2025-03-21T21:09:04.8362130Z placeholder p_features_4_block_2_fc1_bias p_features_4_block_2_fc1_bias () {} 2025-03-21T21:09:04.8362960Z placeholder p_features_4_block_2_fc2_weight p_features_4_block_2_fc2_weight () {} 2025-03-21T21:09:04.8363750Z placeholder p_features_4_block_2_fc2_bias p_features_4_block_2_fc2_bias () {} 2025-03-21T21:09:04.8364470Z placeholder p_features_4_block_3_0_weight p_features_4_block_3_0_weight () {} 2025-03-21T21:09:04.8365180Z placeholder p_features_4_block_3_1_weight p_features_4_block_3_1_weight () {} 2025-03-21T21:09:04.8365890Z placeholder p_features_4_block_3_1_bias p_features_4_block_3_1_bias () {} 2025-03-21T21:09:04.8366600Z placeholder p_features_5_block_0_0_weight p_features_5_block_0_0_weight () {} 2025-03-21T21:09:04.8367310Z placeholder p_features_5_block_0_1_weight p_features_5_block_0_1_weight () {} 2025-03-21T21:09:04.8368120Z placeholder p_features_5_block_0_1_bias p_features_5_block_0_1_bias () {} 2025-03-21T21:09:04.8369090Z placeholder p_features_5_block_1_0_weight p_features_5_block_1_0_weight () {} 2025-03-21T21:09:04.8369820Z placeholder p_features_5_block_1_1_weight p_features_5_block_1_1_weight () {} 2025-03-21T21:09:04.8370520Z placeholder p_features_5_block_1_1_bias p_features_5_block_1_1_bias () {} 2025-03-21T21:09:04.8371240Z placeholder p_features_5_block_2_fc1_weight p_features_5_block_2_fc1_weight () {} 2025-03-21T21:09:04.8371970Z placeholder p_features_5_block_2_fc1_bias p_features_5_block_2_fc1_bias () {} 2025-03-21T21:09:04.8372690Z placeholder p_features_5_block_2_fc2_weight p_features_5_block_2_fc2_weight () {} 2025-03-21T21:09:04.8373530Z placeholder p_features_5_block_2_fc2_bias p_features_5_block_2_fc2_bias () {} 2025-03-21T21:09:04.8374360Z placeholder p_features_5_block_3_0_weight p_features_5_block_3_0_weight () {} 2025-03-21T21:09:04.8375180Z placeholder p_features_5_block_3_1_weight p_features_5_block_3_1_weight () {} 2025-03-21T21:09:04.8375900Z placeholder p_features_5_block_3_1_bias p_features_5_block_3_1_bias () {} 2025-03-21T21:09:04.8376610Z placeholder p_features_6_block_0_0_weight p_features_6_block_0_0_weight () {} 2025-03-21T21:09:04.8377330Z placeholder p_features_6_block_0_1_weight p_features_6_block_0_1_weight () {} 2025-03-21T21:09:04.8378040Z placeholder p_features_6_block_0_1_bias p_features_6_block_0_1_bias () {} 2025-03-21T21:09:04.8378740Z placeholder p_features_6_block_1_0_weight p_features_6_block_1_0_weight () {} 2025-03-21T21:09:04.8379640Z placeholder p_features_6_block_1_1_weight p_features_6_block_1_1_weight () {} 2025-03-21T21:09:04.8380450Z placeholder p_features_6_block_1_1_bias p_features_6_block_1_1_bias () {} 2025-03-21T21:09:04.8381170Z placeholder p_features_6_block_2_fc1_weight p_features_6_block_2_fc1_weight () {} 2025-03-21T21:09:04.8381890Z placeholder p_features_6_block_2_fc1_bias p_features_6_block_2_fc1_bias () {} 2025-03-21T21:09:04.8382610Z placeholder p_features_6_block_2_fc2_weight p_features_6_block_2_fc2_weight () {} 2025-03-21T21:09:04.8383330Z placeholder p_features_6_block_2_fc2_bias p_features_6_block_2_fc2_bias () {} 2025-03-21T21:09:04.8384050Z placeholder p_features_6_block_3_0_weight p_features_6_block_3_0_weight () {} 2025-03-21T21:09:04.8384830Z placeholder p_features_6_block_3_1_weight p_features_6_block_3_1_weight () {} 2025-03-21T21:09:04.8385580Z placeholder p_features_6_block_3_1_bias p_features_6_block_3_1_bias () {} 2025-03-21T21:09:04.8386390Z placeholder p_features_7_block_0_0_weight p_features_7_block_0_0_weight () {} 2025-03-21T21:09:04.8387120Z placeholder p_features_7_block_0_1_weight p_features_7_block_0_1_weight () {} 2025-03-21T21:09:04.8387820Z placeholder p_features_7_block_0_1_bias p_features_7_block_0_1_bias () {} 2025-03-21T21:09:04.8388530Z placeholder p_features_7_block_1_0_weight p_features_7_block_1_0_weight () {} 2025-03-21T21:09:04.8389260Z placeholder p_features_7_block_1_1_weight p_features_7_block_1_1_weight () {} 2025-03-21T21:09:04.8389960Z placeholder p_features_7_block_1_1_bias p_features_7_block_1_1_bias () {} 2025-03-21T21:09:04.8390770Z placeholder p_features_7_block_2_fc1_weight p_features_7_block_2_fc1_weight () {} 2025-03-21T21:09:04.8391600Z placeholder p_features_7_block_2_fc1_bias p_features_7_block_2_fc1_bias () {} 2025-03-21T21:09:04.8392430Z placeholder p_features_7_block_2_fc2_weight p_features_7_block_2_fc2_weight () {} 2025-03-21T21:09:04.8393160Z placeholder p_features_7_block_2_fc2_bias p_features_7_block_2_fc2_bias () {} 2025-03-21T21:09:04.8393870Z placeholder p_features_7_block_3_0_weight p_features_7_block_3_0_weight () {} 2025-03-21T21:09:04.8394590Z placeholder p_features_7_block_3_1_weight p_features_7_block_3_1_weight () {} 2025-03-21T21:09:04.8395300Z placeholder p_features_7_block_3_1_bias p_features_7_block_3_1_bias () {} 2025-03-21T21:09:04.8396120Z placeholder p_features_8_block_0_0_weight p_features_8_block_0_0_weight () {} 2025-03-21T21:09:04.8396950Z placeholder p_features_8_block_0_1_weight p_features_8_block_0_1_weight () {} 2025-03-21T21:09:04.8397770Z placeholder p_features_8_block_0_1_bias p_features_8_block_0_1_bias () {} 2025-03-21T21:09:04.8398490Z placeholder p_features_8_block_1_0_weight p_features_8_block_1_0_weight () {} 2025-03-21T21:09:04.8399200Z placeholder p_features_8_block_1_1_weight p_features_8_block_1_1_weight () {} 2025-03-21T21:09:04.8400230Z placeholder p_features_8_block_1_1_bias p_features_8_block_1_1_bias () {} 2025-03-21T21:09:04.8400950Z placeholder p_features_8_block_2_fc1_weight p_features_8_block_2_fc1_weight () {} 2025-03-21T21:09:04.8401670Z placeholder p_features_8_block_2_fc1_bias p_features_8_block_2_fc1_bias () {} 2025-03-21T21:09:04.8402550Z placeholder p_features_8_block_2_fc2_weight p_features_8_block_2_fc2_weight () {} 2025-03-21T21:09:04.8403330Z placeholder p_features_8_block_2_fc2_bias p_features_8_block_2_fc2_bias () {} 2025-03-21T21:09:04.8404110Z placeholder p_features_8_block_3_0_weight p_features_8_block_3_0_weight () {} 2025-03-21T21:09:04.8404830Z placeholder p_features_8_block_3_1_weight p_features_8_block_3_1_weight () {} 2025-03-21T21:09:04.8405530Z placeholder p_features_8_block_3_1_bias p_features_8_block_3_1_bias () {} 2025-03-21T21:09:04.8406240Z placeholder p_features_9_block_0_0_weight p_features_9_block_0_0_weight () {} 2025-03-21T21:09:04.8406950Z placeholder p_features_9_block_0_1_weight p_features_9_block_0_1_weight () {} 2025-03-21T21:09:04.8407710Z placeholder p_features_9_block_0_1_bias p_features_9_block_0_1_bias () {} 2025-03-21T21:09:04.8408480Z placeholder p_features_9_block_1_0_weight p_features_9_block_1_0_weight () {} 2025-03-21T21:09:04.8409300Z placeholder p_features_9_block_1_1_weight p_features_9_block_1_1_weight () {} 2025-03-21T21:09:04.8410010Z placeholder p_features_9_block_1_1_bias p_features_9_block_1_1_bias () {} 2025-03-21T21:09:04.8410720Z placeholder p_features_9_block_2_fc1_weight p_features_9_block_2_fc1_weight () {} 2025-03-21T21:09:04.8411440Z placeholder p_features_9_block_2_fc1_bias p_features_9_block_2_fc1_bias () {} 2025-03-21T21:09:04.8412170Z placeholder p_features_9_block_2_fc2_weight p_features_9_block_2_fc2_weight () {} 2025-03-21T21:09:04.8412880Z placeholder p_features_9_block_2_fc2_bias p_features_9_block_2_fc2_bias () {} 2025-03-21T21:09:04.8413700Z placeholder p_features_9_block_3_0_weight p_features_9_block_3_0_weight () {} 2025-03-21T21:09:04.8414520Z placeholder p_features_9_block_3_1_weight p_features_9_block_3_1_weight () {} 2025-03-21T21:09:04.8415340Z placeholder p_features_9_block_3_1_bias p_features_9_block_3_1_bias () {} 2025-03-21T21:09:04.8416060Z placeholder p_features_10_block_0_0_weight p_features_10_block_0_0_weight () {} 2025-03-21T21:09:04.8416780Z placeholder p_features_10_block_0_1_weight p_features_10_block_0_1_weight () {} 2025-03-21T21:09:04.8417490Z placeholder p_features_10_block_0_1_bias p_features_10_block_0_1_bias () {} 2025-03-21T21:09:04.8418200Z placeholder p_features_10_block_1_0_weight p_features_10_block_1_0_weight () {} 2025-03-21T21:09:04.8419040Z placeholder p_features_10_block_1_1_weight p_features_10_block_1_1_weight () {} 2025-03-21T21:09:04.8419860Z placeholder p_features_10_block_1_1_bias p_features_10_block_1_1_bias () {} 2025-03-21T21:09:04.8420690Z placeholder p_features_10_block_2_fc1_weight p_features_10_block_2_fc1_weight () {} 2025-03-21T21:09:04.8421420Z placeholder p_features_10_block_2_fc1_bias p_features_10_block_2_fc1_bias () {} 2025-03-21T21:09:04.8422150Z placeholder p_features_10_block_2_fc2_weight p_features_10_block_2_fc2_weight () {} 2025-03-21T21:09:04.8422880Z placeholder p_features_10_block_2_fc2_bias p_features_10_block_2_fc2_bias () {} 2025-03-21T21:09:04.8423590Z placeholder p_features_10_block_3_0_weight p_features_10_block_3_0_weight () {} 2025-03-21T21:09:04.8424320Z placeholder p_features_10_block_3_1_weight p_features_10_block_3_1_weight () {} 2025-03-21T21:09:04.8425130Z placeholder p_features_10_block_3_1_bias p_features_10_block_3_1_bias () {} 2025-03-21T21:09:04.8425890Z placeholder p_features_11_block_0_0_weight p_features_11_block_0_0_weight () {} 2025-03-21T21:09:04.8426660Z placeholder p_features_11_block_0_1_weight p_features_11_block_0_1_weight () {} 2025-03-21T21:09:04.8427380Z placeholder p_features_11_block_0_1_bias p_features_11_block_0_1_bias () {} 2025-03-21T21:09:04.8428100Z placeholder p_features_11_block_1_0_weight p_features_11_block_1_0_weight () {} 2025-03-21T21:09:04.8428820Z placeholder p_features_11_block_1_1_weight p_features_11_block_1_1_weight () {} 2025-03-21T21:09:04.8429540Z placeholder p_features_11_block_1_1_bias p_features_11_block_1_1_bias () {} 2025-03-21T21:09:04.8430310Z placeholder p_features_11_block_2_fc1_weight p_features_11_block_2_fc1_weight () {} 2025-03-21T21:09:04.8431090Z placeholder p_features_11_block_2_fc1_bias p_features_11_block_2_fc1_bias () {} 2025-03-21T21:09:04.8431900Z placeholder p_features_11_block_2_fc2_weight p_features_11_block_2_fc2_weight () {} 2025-03-21T21:09:04.8432640Z placeholder p_features_11_block_2_fc2_bias p_features_11_block_2_fc2_bias () {} 2025-03-21T21:09:04.8433350Z placeholder p_features_11_block_3_0_weight p_features_11_block_3_0_weight () {} 2025-03-21T21:09:04.8434070Z placeholder p_features_11_block_3_1_weight p_features_11_block_3_1_weight () {} 2025-03-21T21:09:04.8434780Z placeholder p_features_11_block_3_1_bias p_features_11_block_3_1_bias () {} 2025-03-21T21:09:04.8435460Z placeholder p_features_12_0_weight p_features_12_0_weight () {} 2025-03-21T21:09:04.8436220Z placeholder p_features_12_1_weight p_features_12_1_weight () {} 2025-03-21T21:09:04.8436980Z placeholder p_features_12_1_bias p_features_12_1_bias () {} 2025-03-21T21:09:04.8437760Z placeholder p_classifier_0_weight p_classifier_0_weight () {} 2025-03-21T21:09:04.8438430Z placeholder p_classifier_0_bias p_classifier_0_bias () {} 2025-03-21T21:09:04.8439100Z placeholder p_classifier_3_weight p_classifier_3_weight () {} 2025-03-21T21:09:04.8440080Z placeholder p_classifier_3_bias p_classifier_3_bias () {} 2025-03-21T21:09:04.8440770Z placeholder b_features_0_1_running_mean b_features_0_1_running_mean () {} 2025-03-21T21:09:04.8441470Z placeholder b_features_0_1_running_var b_features_0_1_running_var () {} 2025-03-21T21:09:04.8442530Z placeholder b_features_1_block_0_1_running_mean b_features_1_block_0_1_running_mean () {} 2025-03-21T21:09:04.8443400Z placeholder b_features_1_block_0_1_running_var b_features_1_block_0_1_running_var () {} 2025-03-21T21:09:04.8444170Z placeholder b_features_1_block_2_1_running_mean b_features_1_block_2_1_running_mean () {} 2025-03-21T21:09:04.8444920Z placeholder b_features_1_block_2_1_running_var b_features_1_block_2_1_running_var () {} 2025-03-21T21:09:04.8445690Z placeholder b_features_2_block_0_1_running_mean b_features_2_block_0_1_running_mean () {} 2025-03-21T21:09:04.8446450Z placeholder b_features_2_block_0_1_running_var b_features_2_block_0_1_running_var () {} 2025-03-21T21:09:04.8447200Z placeholder b_features_2_block_1_1_running_mean b_features_2_block_1_1_running_mean () {} 2025-03-21T21:09:04.8448020Z placeholder b_features_2_block_1_1_running_var b_features_2_block_1_1_running_var () {} 2025-03-21T21:09:04.8448890Z placeholder b_features_2_block_2_1_running_mean b_features_2_block_2_1_running_mean () {} 2025-03-21T21:09:04.8449700Z placeholder b_features_2_block_2_1_running_var b_features_2_block_2_1_running_var () {} 2025-03-21T21:09:04.8450460Z placeholder b_features_3_block_0_1_running_mean b_features_3_block_0_1_running_mean () {} 2025-03-21T21:09:04.8451230Z placeholder b_features_3_block_0_1_running_var b_features_3_block_0_1_running_var () {} 2025-03-21T21:09:04.8451990Z placeholder b_features_3_block_1_1_running_mean b_features_3_block_1_1_running_mean () {} 2025-03-21T21:09:04.8452750Z placeholder b_features_3_block_1_1_running_var b_features_3_block_1_1_running_var () {} 2025-03-21T21:09:04.8453510Z placeholder b_features_3_block_2_1_running_mean b_features_3_block_2_1_running_mean () {} 2025-03-21T21:09:04.8454380Z placeholder b_features_3_block_2_1_running_var b_features_3_block_2_1_running_var () {} 2025-03-21T21:09:04.8455230Z placeholder b_features_4_block_0_1_running_mean b_features_4_block_0_1_running_mean () {} 2025-03-21T21:09:04.8456000Z placeholder b_features_4_block_0_1_running_var b_features_4_block_0_1_running_var () {} 2025-03-21T21:09:04.8456750Z placeholder b_features_4_block_1_1_running_mean b_features_4_block_1_1_running_mean () {} 2025-03-21T21:09:04.8457510Z placeholder b_features_4_block_1_1_running_var b_features_4_block_1_1_running_var () {} 2025-03-21T21:09:04.8458270Z placeholder b_features_4_block_3_1_running_mean b_features_4_block_3_1_running_mean () {} 2025-03-21T21:09:04.8459020Z placeholder b_features_4_block_3_1_running_var b_features_4_block_3_1_running_var () {} 2025-03-21T21:09:04.8459830Z placeholder b_features_5_block_0_1_running_mean b_features_5_block_0_1_running_mean () {} 2025-03-21T21:09:04.8460750Z placeholder b_features_5_block_0_1_running_var b_features_5_block_0_1_running_var () {} 2025-03-21T21:09:04.8461640Z placeholder b_features_5_block_1_1_running_mean b_features_5_block_1_1_running_mean () {} 2025-03-21T21:09:04.8462440Z placeholder b_features_5_block_1_1_running_var b_features_5_block_1_1_running_var () {} 2025-03-21T21:09:04.8463200Z placeholder b_features_5_block_3_1_running_mean b_features_5_block_3_1_running_mean () {} 2025-03-21T21:09:04.8463950Z placeholder b_features_5_block_3_1_running_var b_features_5_block_3_1_running_var () {} 2025-03-21T21:09:04.8464760Z placeholder b_features_6_block_0_1_running_mean b_features_6_block_0_1_running_mean () {} 2025-03-21T21:09:04.8465520Z placeholder b_features_6_block_0_1_running_var b_features_6_block_0_1_running_var () {} 2025-03-21T21:09:04.8466530Z placeholder b_features_6_block_1_1_running_mean b_features_6_block_1_1_running_mean () {} 2025-03-21T21:09:04.8467400Z placeholder b_features_6_block_1_1_running_var b_features_6_block_1_1_running_var () {} 2025-03-21T21:09:04.8468220Z placeholder b_features_6_block_3_1_running_mean b_features_6_block_3_1_running_mean () {} 2025-03-21T21:09:04.8469000Z placeholder b_features_6_block_3_1_running_var b_features_6_block_3_1_running_var () {} 2025-03-21T21:09:04.8469770Z placeholder b_features_7_block_0_1_running_mean b_features_7_block_0_1_running_mean () {} 2025-03-21T21:09:04.8470520Z placeholder b_features_7_block_0_1_running_var b_features_7_block_0_1_running_var () {} 2025-03-21T21:09:04.8471280Z placeholder b_features_7_block_1_1_running_mean b_features_7_block_1_1_running_mean () {} 2025-03-21T21:09:04.8472140Z placeholder b_features_7_block_1_1_running_var b_features_7_block_1_1_running_var () {} 2025-03-21T21:09:04.8472980Z placeholder b_features_7_block_3_1_running_mean b_features_7_block_3_1_running_mean () {} 2025-03-21T21:09:04.8473860Z placeholder b_features_7_block_3_1_running_var b_features_7_block_3_1_running_var () {} 2025-03-21T21:09:04.8474640Z placeholder b_features_8_block_0_1_running_mean b_features_8_block_0_1_running_mean () {} 2025-03-21T21:09:04.8475410Z placeholder b_features_8_block_0_1_running_var b_features_8_block_0_1_running_var () {} 2025-03-21T21:09:04.8476200Z placeholder b_features_8_block_1_1_running_mean b_features_8_block_1_1_running_mean () {} 2025-03-21T21:09:04.8476960Z placeholder b_features_8_block_1_1_running_var b_features_8_block_1_1_running_var () {} 2025-03-21T21:09:04.8477750Z placeholder b_features_8_block_3_1_running_mean b_features_8_block_3_1_running_mean () {} 2025-03-21T21:09:04.8478660Z placeholder b_features_8_block_3_1_running_var b_features_8_block_3_1_running_var () {} 2025-03-21T21:09:04.8480020Z placeholder b_features_9_block_0_1_running_mean b_features_9_block_0_1_running_mean () {} 2025-03-21T21:09:04.8481000Z placeholder b_features_9_block_0_1_running_var b_features_9_block_0_1_running_var () {} 2025-03-21T21:09:04.8481820Z placeholder b_features_9_block_1_1_running_mean b_features_9_block_1_1_running_mean () {} 2025-03-21T21:09:04.8482680Z placeholder b_features_9_block_1_1_running_var b_features_9_block_1_1_running_var () {} 2025-03-21T21:09:04.8499600Z placeholder b_features_9_block_3_1_running_mean b_features_9_block_3_1_running_mean () {} 2025-03-21T21:09:04.8502090Z placeholder b_features_9_block_3_1_running_var b_features_9_block_3_1_running_var () {} 2025-03-21T21:09:04.8504890Z placeholder b_features_10_block_0_1_running_mean b_features_10_block_0_1_running_mean () {} 2025-03-21T21:09:04.8507290Z placeholder b_features_10_block_0_1_running_var b_features_10_block_0_1_running_var () {} 2025-03-21T21:09:04.8510350Z placeholder b_features_10_block_1_1_running_mean b_features_10_block_1_1_running_mean () {} 2025-03-21T21:09:04.8512520Z placeholder b_features_10_block_1_1_running_var b_features_10_block_1_1_running_var () {} 2025-03-21T21:09:04.8514670Z placeholder b_features_10_block_3_1_running_mean b_features_10_block_3_1_running_mean () {} 2025-03-21T21:09:04.8516820Z placeholder b_features_10_block_3_1_running_var b_features_10_block_3_1_running_var () {} 2025-03-21T21:09:04.8518980Z placeholder b_features_11_block_0_1_running_mean b_features_11_block_0_1_running_mean () {} 2025-03-21T21:09:04.8521130Z placeholder b_features_11_block_0_1_running_var b_features_11_block_0_1_running_var () {} 2025-03-21T21:09:04.8523920Z placeholder b_features_11_block_1_1_running_mean b_features_11_block_1_1_running_mean () {} 2025-03-21T21:09:04.8526250Z placeholder b_features_11_block_1_1_running_var b_features_11_block_1_1_running_var () {} 2025-03-21T21:09:04.8528610Z placeholder b_features_11_block_3_1_running_mean b_features_11_block_3_1_running_mean () {} 2025-03-21T21:09:04.8530890Z placeholder b_features_11_block_3_1_running_var b_features_11_block_3_1_running_var () {} 2025-03-21T21:09:04.8532970Z placeholder b_features_12_1_running_mean b_features_12_1_running_mean () {} 2025-03-21T21:09:04.8535000Z placeholder b_features_12_1_running_var b_features_12_1_running_var () {} 2025-03-21T21:09:04.8537010Z placeholder _lifted_tensor_constant68 _lifted_tensor_constant68 () {} 2025-03-21T21:09:04.8539240Z placeholder _lifted_tensor_constant69 _lifted_tensor_constant69 () {} 2025-03-21T21:09:04.8540990Z placeholder _lifted_tensor_constant70 _lifted_tensor_constant70 () {} 2025-03-21T21:09:04.8542100Z placeholder _lifted_tensor_constant71 _lifted_tensor_constant71 () {} 2025-03-21T21:09:04.8542830Z placeholder _lifted_tensor_constant72 _lifted_tensor_constant72 () {} 2025-03-21T21:09:04.8543550Z placeholder _lifted_tensor_constant73 _lifted_tensor_constant73 () {} 2025-03-21T21:09:04.8544270Z placeholder _lifted_tensor_constant74 _lifted_tensor_constant74 () {} 2025-03-21T21:09:04.8544980Z placeholder _lifted_tensor_constant75 _lifted_tensor_constant75 () {} 2025-03-21T21:09:04.8545700Z placeholder _lifted_tensor_constant76 _lifted_tensor_constant76 () {} 2025-03-21T21:09:04.8546580Z placeholder _lifted_tensor_constant77 _lifted_tensor_constant77 () {} 2025-03-21T21:09:04.8547360Z placeholder _lifted_tensor_constant78 _lifted_tensor_constant78 () {} 2025-03-21T21:09:04.8548130Z placeholder _lifted_tensor_constant79 _lifted_tensor_constant79 () {} 2025-03-21T21:09:04.8548850Z placeholder _lifted_tensor_constant80 _lifted_tensor_constant80 () {} 2025-03-21T21:09:04.8549570Z placeholder _lifted_tensor_constant81 _lifted_tensor_constant81 () {} 2025-03-21T21:09:04.8550300Z placeholder _lifted_tensor_constant82 _lifted_tensor_constant82 () {} 2025-03-21T21:09:04.8551010Z placeholder _lifted_tensor_constant83 _lifted_tensor_constant83 () {} 2025-03-21T21:09:04.8551790Z placeholder _lifted_tensor_constant84 _lifted_tensor_constant84 () {} 2025-03-21T21:09:04.8552560Z placeholder _lifted_tensor_constant85 _lifted_tensor_constant85 () {} 2025-03-21T21:09:04.8553520Z placeholder _lifted_tensor_constant86 _lifted_tensor_constant86 () {} 2025-03-21T21:09:04.8554250Z placeholder _lifted_tensor_constant87 _lifted_tensor_constant87 () {} 2025-03-21T21:09:04.8554970Z placeholder _lifted_tensor_constant88 _lifted_tensor_constant88 () {} 2025-03-21T21:09:04.8555690Z placeholder _lifted_tensor_constant89 _lifted_tensor_constant89 () {} 2025-03-21T21:09:04.8556400Z placeholder _lifted_tensor_constant90 _lifted_tensor_constant90 () {} 2025-03-21T21:09:04.8557110Z placeholder _lifted_tensor_constant91 _lifted_tensor_constant91 () {} 2025-03-21T21:09:04.8558060Z placeholder _lifted_tensor_constant92 _lifted_tensor_constant92 () {} 2025-03-21T21:09:04.8558830Z placeholder _lifted_tensor_constant93 _lifted_tensor_constant93 () {} 2025-03-21T21:09:04.8559610Z placeholder _lifted_tensor_constant94 _lifted_tensor_constant94 () {} 2025-03-21T21:09:04.8560330Z placeholder _lifted_tensor_constant95 _lifted_tensor_constant95 () {} 2025-03-21T21:09:04.8561050Z placeholder _lifted_tensor_constant96 _lifted_tensor_constant96 () {} 2025-03-21T21:09:04.8561760Z placeholder _lifted_tensor_constant97 _lifted_tensor_constant97 () {} 2025-03-21T21:09:04.8562480Z placeholder _lifted_tensor_constant98 _lifted_tensor_constant98 () {} 2025-03-21T21:09:04.8563260Z placeholder _lifted_tensor_constant99 _lifted_tensor_constant99 () {} 2025-03-21T21:09:04.8564040Z placeholder _lifted_tensor_constant100 _lifted_tensor_constant100 () {} 2025-03-21T21:09:04.8564860Z placeholder _lifted_tensor_constant101 _lifted_tensor_constant101 () {} 2025-03-21T21:09:04.8565590Z placeholder _lifted_tensor_constant102 _lifted_tensor_constant102 () {} 2025-03-21T21:09:04.8566320Z placeholder _lifted_tensor_constant103 _lifted_tensor_constant103 () {} 2025-03-21T21:09:04.8567040Z placeholder _lifted_tensor_constant104 _lifted_tensor_constant104 () {} 2025-03-21T21:09:04.8567770Z placeholder _lifted_tensor_constant105 _lifted_tensor_constant105 () {} 2025-03-21T21:09:04.8568500Z placeholder _lifted_tensor_constant106 _lifted_tensor_constant106 () {} 2025-03-21T21:09:04.8569330Z placeholder _lifted_tensor_constant107 _lifted_tensor_constant107 () {} 2025-03-21T21:09:04.8570110Z placeholder _lifted_tensor_constant108 _lifted_tensor_constant108 () {} 2025-03-21T21:09:04.8570980Z placeholder _lifted_tensor_constant109 _lifted_tensor_constant109 () {} 2025-03-21T21:09:04.8571710Z placeholder _lifted_tensor_constant110 _lifted_tensor_constant110 () {} 2025-03-21T21:09:04.8572430Z placeholder _lifted_tensor_constant111 _lifted_tensor_constant111 () {} 2025-03-21T21:09:04.8573210Z placeholder _lifted_tensor_constant112 _lifted_tensor_constant112 () {} 2025-03-21T21:09:04.8573950Z placeholder _lifted_tensor_constant113 _lifted_tensor_constant113 () {} 2025-03-21T21:09:04.8574730Z placeholder _lifted_tensor_constant114 _lifted_tensor_constant114 () {} 2025-03-21T21:09:04.8575530Z placeholder _lifted_tensor_constant115 _lifted_tensor_constant115 () {} 2025-03-21T21:09:04.8576480Z placeholder _lifted_tensor_constant116 _lifted_tensor_constant116 () {} 2025-03-21T21:09:04.8577210Z placeholder _lifted_tensor_constant117 _lifted_tensor_constant117 () {} 2025-03-21T21:09:04.8577940Z placeholder _lifted_tensor_constant118 _lifted_tensor_constant118 () {} 2025-03-21T21:09:04.8578660Z placeholder _lifted_tensor_constant119 _lifted_tensor_constant119 () {} 2025-03-21T21:09:04.8579390Z placeholder _lifted_tensor_constant120 _lifted_tensor_constant120 () {} 2025-03-21T21:09:04.8580110Z placeholder _lifted_tensor_constant121 _lifted_tensor_constant121 () {} 2025-03-21T21:09:04.8581080Z placeholder _lifted_tensor_constant122 _lifted_tensor_constant122 () {} 2025-03-21T21:09:04.8581860Z placeholder _lifted_tensor_constant123 _lifted_tensor_constant123 () {} 2025-03-21T21:09:04.8582540Z placeholder x x () {} 2025-03-21T21:09:04.8583780Z call_function aten_convolution_default : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (x, p_features_0_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8585250Z call_function aten_permute_copy_default : schema = aten::permute_copy(Tensor self, int[] dims) -> Tensor (p_classifier_0_weight, [1, 0]) {} 2025-03-21T21:09:04.8586380Z call_function aten_permute_copy_default_1 : schema = aten::permute_copy(Tensor self, int[] dims) -> Tensor (p_classifier_3_weight, [1, 0]) {} 2025-03-21T21:09:04.8587840Z call_function aten__to_copy_default : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant68,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8589720Z call_function aten__to_copy_default_1 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant69,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8591530Z call_function aten__to_copy_default_2 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant70,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8593380Z call_function aten__to_copy_default_3 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant71,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8595140Z call_function aten__to_copy_default_4 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant72,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8596880Z call_function aten__to_copy_default_5 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant73,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8598630Z call_function aten__to_copy_default_6 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant74,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8600400Z call_function aten__to_copy_default_7 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant75,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8602200Z call_function aten__to_copy_default_8 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant76,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8604050Z call_function aten__to_copy_default_9 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant77,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8605860Z call_function aten__to_copy_default_10 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant78,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8608260Z call_function aten__to_copy_default_11 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant79,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8610090Z call_function aten__to_copy_default_12 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant80,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8612260Z call_function aten__to_copy_default_13 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant81,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8614130Z call_function aten__to_copy_default_14 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant82,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8616150Z call_function aten__to_copy_default_15 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant83,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8618190Z call_function aten__to_copy_default_16 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant84,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8619950Z call_function aten__to_copy_default_17 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant85,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8621700Z call_function aten__to_copy_default_18 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant86,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8623450Z call_function aten__to_copy_default_19 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant87,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8625190Z call_function aten__to_copy_default_20 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant88,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8626930Z call_function aten__to_copy_default_21 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant89,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8628910Z call_function aten__to_copy_default_22 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant90,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8630780Z call_function aten__to_copy_default_23 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant91,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8632530Z call_function aten__to_copy_default_24 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant92,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8634280Z call_function aten__to_copy_default_25 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant93,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8636010Z call_function aten__to_copy_default_26 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant94,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8637760Z call_function aten__to_copy_default_27 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant95,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8639560Z call_function aten__to_copy_default_28 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant96,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8641420Z call_function aten__to_copy_default_29 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant97,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8643220Z call_function aten__to_copy_default_30 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant98,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8644970Z call_function aten__to_copy_default_31 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant99,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8646710Z call_function aten__to_copy_default_32 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant100,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8648460Z call_function aten__to_copy_default_33 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant101,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8650210Z call_function aten__to_copy_default_34 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant102,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8652300Z call_function aten__to_copy_default_35 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant103,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8654220Z call_function aten__to_copy_default_36 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant104,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8656020Z call_function aten__to_copy_default_37 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant105,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8657770Z call_function aten__to_copy_default_38 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant106,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8659520Z call_function aten__to_copy_default_39 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant107,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8661280Z call_function aten__to_copy_default_40 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant108,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8663030Z call_function aten__to_copy_default_41 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant109,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8664880Z call_function aten__to_copy_default_42 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant110,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8666840Z call_function aten__to_copy_default_43 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant111,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8668600Z call_function aten__to_copy_default_44 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant112,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8670350Z call_function aten__to_copy_default_45 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant113,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8672090Z call_function aten__to_copy_default_46 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant114,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8673840Z call_function aten__to_copy_default_47 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant115,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8675590Z call_function aten__to_copy_default_48 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant116,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8677570Z call_function aten__to_copy_default_49 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant117,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8679440Z call_function aten__to_copy_default_50 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant118,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8681190Z call_function aten__to_copy_default_51 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant119,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8682940Z call_function aten__to_copy_default_52 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant120,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8684690Z call_function aten__to_copy_default_53 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant121,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8686460Z call_function aten__to_copy_default_54 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant122,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8688260Z call_function aten__to_copy_default_55 : schema = aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor (_lifted_tensor_constant123,) {'dtype': torch.float32, 'memory_format': torch.contiguous_format} 2025-03-21T21:09:04.8690330Z call_function aten__native_batch_norm_legit_no_training_default : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default, p_features_0_1_weight, p_features_0_1_bias, b_features_0_1_running_mean, b_features_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8692540Z call_function getitem (aten__native_batch_norm_legit_no_training_default, 0) {} 2025-03-21T21:09:04.8693580Z call_function aten_add_tensor : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem, aten__to_copy_default) {} 2025-03-21T21:09:04.8694710Z call_function aten_clamp_default : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor, 0) {} 2025-03-21T21:09:04.8695830Z call_function aten_clamp_default_1 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default, None, 6) {} 2025-03-21T21:09:04.8696980Z call_function aten_mul_tensor : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem, aten_clamp_default_1) {} 2025-03-21T21:09:04.8698220Z call_function aten_div_tensor : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor, aten__to_copy_default_1) {} 2025-03-21T21:09:04.8700400Z call_function aten_convolution_default_1 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor, p_features_1_block_0_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 16) {} 2025-03-21T21:09:04.8703270Z call_function aten__native_batch_norm_legit_no_training_default_1 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_1, p_features_1_block_0_1_weight, p_features_1_block_0_1_bias, b_features_1_block_0_1_running_mean, b_features_1_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8705320Z call_function getitem_1 (aten__native_batch_norm_legit_no_training_default_1, 0) {} 2025-03-21T21:09:04.8706590Z call_function aten_relu_default : schema = aten::relu(Tensor self) -> Tensor (getitem_1,) {} 2025-03-21T21:09:04.8708060Z call_function aten_mean_dim : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_relu_default, [-1, -2], True) {} 2025-03-21T21:09:04.8710080Z call_function aten_convolution_default_2 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim, p_features_1_block_1_fc1_weight, p_features_1_block_1_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8712040Z call_function aten_relu_default_1 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_2,) {} 2025-03-21T21:09:04.8714160Z call_function aten_convolution_default_3 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_1, p_features_1_block_1_fc2_weight, p_features_1_block_1_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8716260Z call_function aten_add_tensor_1 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_3, aten__to_copy_default_2) {} 2025-03-21T21:09:04.8718190Z call_function aten_clamp_default_2 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_1, 0) {} 2025-03-21T21:09:04.8719570Z call_function aten_clamp_default_3 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_2, None, 6) {} 2025-03-21T21:09:04.8720890Z call_function aten_div_tensor_1 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_3, aten__to_copy_default_3) {} 2025-03-21T21:09:04.8722230Z call_function aten_mul_tensor_1 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_1, aten_relu_default) {} 2025-03-21T21:09:04.8723990Z call_function aten_convolution_default_4 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_1, p_features_1_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8726400Z call_function aten__native_batch_norm_legit_no_training_default_2 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_4, p_features_1_block_2_1_weight, p_features_1_block_2_1_bias, b_features_1_block_2_1_running_mean, b_features_1_block_2_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8728830Z call_function getitem_2 (aten__native_batch_norm_legit_no_training_default_2, 0) {} 2025-03-21T21:09:04.8730550Z call_function aten_convolution_default_5 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (getitem_2, p_features_2_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8733310Z call_function aten__native_batch_norm_legit_no_training_default_3 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_5, p_features_2_block_0_1_weight, p_features_2_block_0_1_bias, b_features_2_block_0_1_running_mean, b_features_2_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8735220Z call_function getitem_3 (aten__native_batch_norm_legit_no_training_default_3, 0) {} 2025-03-21T21:09:04.8736370Z call_function aten_relu_default_2 : schema = aten::relu(Tensor self) -> Tensor (getitem_3,) {} 2025-03-21T21:09:04.8738120Z call_function aten_convolution_default_6 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_2, p_features_2_block_1_0_weight, None, [2, 2], [1, 1], [1, 1], False, [0, 0], 72) {} 2025-03-21T21:09:04.8740630Z call_function aten__native_batch_norm_legit_no_training_default_4 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_6, p_features_2_block_1_1_weight, p_features_2_block_1_1_bias, b_features_2_block_1_1_running_mean, b_features_2_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8742700Z call_function getitem_4 (aten__native_batch_norm_legit_no_training_default_4, 0) {} 2025-03-21T21:09:04.8744060Z call_function aten_relu_default_3 : schema = aten::relu(Tensor self) -> Tensor (getitem_4,) {} 2025-03-21T21:09:04.8746180Z call_function aten_convolution_default_7 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_3, p_features_2_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8748780Z call_function aten__native_batch_norm_legit_no_training_default_5 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_7, p_features_2_block_2_1_weight, p_features_2_block_2_1_bias, b_features_2_block_2_1_running_mean, b_features_2_block_2_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8750890Z call_function getitem_5 (aten__native_batch_norm_legit_no_training_default_5, 0) {} 2025-03-21T21:09:04.8752680Z call_function aten_convolution_default_8 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (getitem_5, p_features_3_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8755150Z call_function aten__native_batch_norm_legit_no_training_default_6 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_8, p_features_3_block_0_1_weight, p_features_3_block_0_1_bias, b_features_3_block_0_1_running_mean, b_features_3_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8757020Z call_function getitem_6 (aten__native_batch_norm_legit_no_training_default_6, 0) {} 2025-03-21T21:09:04.8758540Z call_function aten_relu_default_4 : schema = aten::relu(Tensor self) -> Tensor (getitem_6,) {} 2025-03-21T21:09:04.8760550Z call_function aten_convolution_default_9 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_4, p_features_3_block_1_0_weight, None, [1, 1], [1, 1], [1, 1], False, [0, 0], 88) {} 2025-03-21T21:09:04.8763220Z call_function aten__native_batch_norm_legit_no_training_default_7 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_9, p_features_3_block_1_1_weight, p_features_3_block_1_1_bias, b_features_3_block_1_1_running_mean, b_features_3_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8764970Z call_function getitem_7 (aten__native_batch_norm_legit_no_training_default_7, 0) {} 2025-03-21T21:09:04.8766170Z call_function aten_relu_default_5 : schema = aten::relu(Tensor self) -> Tensor (getitem_7,) {} 2025-03-21T21:09:04.8768040Z call_function aten_convolution_default_10 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_5, p_features_3_block_2_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8770550Z call_function aten__native_batch_norm_legit_no_training_default_8 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_10, p_features_3_block_2_1_weight, p_features_3_block_2_1_bias, b_features_3_block_2_1_running_mean, b_features_3_block_2_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8772690Z call_function getitem_8 (aten__native_batch_norm_legit_no_training_default_8, 0) {} 2025-03-21T21:09:04.8773880Z call_function aten_add_tensor_2 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_8, getitem_5) {} 2025-03-21T21:09:04.8778250Z call_function aten_convolution_default_11 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_2, p_features_4_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8780350Z call_function aten__native_batch_norm_legit_no_training_default_9 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_11, p_features_4_block_0_1_weight, p_features_4_block_0_1_bias, b_features_4_block_0_1_running_mean, b_features_4_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8781950Z call_function getitem_9 (aten__native_batch_norm_legit_no_training_default_9, 0) {} 2025-03-21T21:09:04.8782990Z call_function aten_add_tensor_3 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_9, aten__to_copy_default_4) {} 2025-03-21T21:09:04.8784140Z call_function aten_clamp_default_4 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_3, 0) {} 2025-03-21T21:09:04.8785600Z call_function aten_clamp_default_5 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_4, None, 6) {} 2025-03-21T21:09:04.8788650Z call_function aten_mul_tensor_2 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_9, aten_clamp_default_5) {} 2025-03-21T21:09:04.8789820Z call_function aten_div_tensor_2 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_2, aten__to_copy_default_5) {} 2025-03-21T21:09:04.8791610Z call_function aten_convolution_default_12 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_2, p_features_4_block_1_0_weight, None, [2, 2], [2, 2], [1, 1], False, [0, 0], 96) {} 2025-03-21T21:09:04.8794200Z call_function aten__native_batch_norm_legit_no_training_default_10 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_12, p_features_4_block_1_1_weight, p_features_4_block_1_1_bias, b_features_4_block_1_1_running_mean, b_features_4_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8795780Z call_function getitem_10 (aten__native_batch_norm_legit_no_training_default_10, 0) {} 2025-03-21T21:09:04.8796800Z call_function aten_add_tensor_4 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_10, aten__to_copy_default_6) {} 2025-03-21T21:09:04.8797950Z call_function aten_clamp_default_6 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_4, 0) {} 2025-03-21T21:09:04.8799290Z call_function aten_clamp_default_7 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_6, None, 6) {} 2025-03-21T21:09:04.8802230Z call_function aten_mul_tensor_3 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_10, aten_clamp_default_7) {} 2025-03-21T21:09:04.8806830Z call_function aten_div_tensor_3 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_3, aten__to_copy_default_7) {} 2025-03-21T21:09:04.8808970Z call_function aten_mean_dim_1 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_3, [-1, -2], True) {} 2025-03-21T21:09:04.8811020Z call_function aten_convolution_default_13 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_1, p_features_4_block_2_fc1_weight, p_features_4_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8814790Z call_function aten_relu_default_6 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_13,) {} 2025-03-21T21:09:04.8816690Z call_function aten_convolution_default_14 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_6, p_features_4_block_2_fc2_weight, p_features_4_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8819280Z call_function aten_add_tensor_5 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_14, aten__to_copy_default_8) {} 2025-03-21T21:09:04.8822190Z call_function aten_clamp_default_8 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_5, 0) {} 2025-03-21T21:09:04.8823580Z call_function aten_clamp_default_9 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_8, None, 6) {} 2025-03-21T21:09:04.8825940Z call_function aten_div_tensor_4 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_9, aten__to_copy_default_9) {} 2025-03-21T21:09:04.8828600Z call_function aten_mul_tensor_4 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_4, aten_div_tensor_3) {} 2025-03-21T21:09:04.8865950Z call_function aten_convolution_default_15 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_4, p_features_4_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8868060Z call_function aten__native_batch_norm_legit_no_training_default_11 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_15, p_features_4_block_3_1_weight, p_features_4_block_3_1_bias, b_features_4_block_3_1_running_mean, b_features_4_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8869620Z call_function getitem_11 (aten__native_batch_norm_legit_no_training_default_11, 0) {} 2025-03-21T21:09:04.8871190Z call_function aten_convolution_default_16 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (getitem_11, p_features_5_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8873690Z call_function aten__native_batch_norm_legit_no_training_default_12 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_16, p_features_5_block_0_1_weight, p_features_5_block_0_1_bias, b_features_5_block_0_1_running_mean, b_features_5_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8875590Z call_function getitem_12 (aten__native_batch_norm_legit_no_training_default_12, 0) {} 2025-03-21T21:09:04.8876610Z call_function aten_add_tensor_6 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_12, aten__to_copy_default_10) {} 2025-03-21T21:09:04.8877760Z call_function aten_clamp_default_10 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_6, 0) {} 2025-03-21T21:09:04.8878890Z call_function aten_clamp_default_11 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_10, None, 6) {} 2025-03-21T21:09:04.8880010Z call_function aten_mul_tensor_5 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_12, aten_clamp_default_11) {} 2025-03-21T21:09:04.8881110Z call_function aten_div_tensor_5 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_5, aten__to_copy_default_11) {} 2025-03-21T21:09:04.8882890Z call_function aten_convolution_default_17 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_5, p_features_5_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 240) {} 2025-03-21T21:09:04.8885000Z call_function aten__native_batch_norm_legit_no_training_default_13 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_17, p_features_5_block_1_1_weight, p_features_5_block_1_1_bias, b_features_5_block_1_1_running_mean, b_features_5_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8886620Z call_function getitem_13 (aten__native_batch_norm_legit_no_training_default_13, 0) {} 2025-03-21T21:09:04.8887640Z call_function aten_add_tensor_7 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_13, aten__to_copy_default_12) {} 2025-03-21T21:09:04.8888780Z call_function aten_clamp_default_12 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_7, 0) {} 2025-03-21T21:09:04.8889920Z call_function aten_clamp_default_13 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_12, None, 6) {} 2025-03-21T21:09:04.8891040Z call_function aten_mul_tensor_6 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_13, aten_clamp_default_13) {} 2025-03-21T21:09:04.8892140Z call_function aten_div_tensor_6 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_6, aten__to_copy_default_13) {} 2025-03-21T21:09:04.8893390Z call_function aten_mean_dim_2 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_6, [-1, -2], True) {} 2025-03-21T21:09:04.8896050Z call_function aten_convolution_default_18 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_2, p_features_5_block_2_fc1_weight, p_features_5_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8897740Z call_function aten_relu_default_7 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_18,) {} 2025-03-21T21:09:04.8899370Z call_function aten_convolution_default_19 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_7, p_features_5_block_2_fc2_weight, p_features_5_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8901220Z call_function aten_add_tensor_8 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_19, aten__to_copy_default_14) {} 2025-03-21T21:09:04.8902550Z call_function aten_clamp_default_14 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_8, 0) {} 2025-03-21T21:09:04.8903860Z call_function aten_clamp_default_15 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_14, None, 6) {} 2025-03-21T21:09:04.8905360Z call_function aten_div_tensor_7 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_15, aten__to_copy_default_15) {} 2025-03-21T21:09:04.8906850Z call_function aten_mul_tensor_7 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_7, aten_div_tensor_6) {} 2025-03-21T21:09:04.8908630Z call_function aten_convolution_default_20 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_7, p_features_5_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8910900Z call_function aten__native_batch_norm_legit_no_training_default_14 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_20, p_features_5_block_3_1_weight, p_features_5_block_3_1_bias, b_features_5_block_3_1_running_mean, b_features_5_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8912730Z call_function getitem_14 (aten__native_batch_norm_legit_no_training_default_14, 0) {} 2025-03-21T21:09:04.8913970Z call_function aten_add_tensor_9 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_14, getitem_11) {} 2025-03-21T21:09:04.8915710Z call_function aten_convolution_default_21 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_9, p_features_6_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8918120Z call_function aten__native_batch_norm_legit_no_training_default_15 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_21, p_features_6_block_0_1_weight, p_features_6_block_0_1_bias, b_features_6_block_0_1_running_mean, b_features_6_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8920170Z call_function getitem_15 (aten__native_batch_norm_legit_no_training_default_15, 0) {} 2025-03-21T21:09:04.8921790Z call_function aten_add_tensor_10 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_15, aten__to_copy_default_16) {} 2025-03-21T21:09:04.8923140Z call_function aten_clamp_default_16 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_10, 0) {} 2025-03-21T21:09:04.8924420Z call_function aten_clamp_default_17 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_16, None, 6) {} 2025-03-21T21:09:04.8925670Z call_function aten_mul_tensor_8 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_15, aten_clamp_default_17) {} 2025-03-21T21:09:04.8926830Z call_function aten_div_tensor_8 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_8, aten__to_copy_default_17) {} 2025-03-21T21:09:04.8928430Z call_function aten_convolution_default_22 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_8, p_features_6_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 240) {} 2025-03-21T21:09:04.8931010Z call_function aten__native_batch_norm_legit_no_training_default_16 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_22, p_features_6_block_1_1_weight, p_features_6_block_1_1_bias, b_features_6_block_1_1_running_mean, b_features_6_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8933030Z call_function getitem_16 (aten__native_batch_norm_legit_no_training_default_16, 0) {} 2025-03-21T21:09:04.8934130Z call_function aten_add_tensor_11 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_16, aten__to_copy_default_18) {} 2025-03-21T21:09:04.8935270Z call_function aten_clamp_default_18 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_11, 0) {} 2025-03-21T21:09:04.8936410Z call_function aten_clamp_default_19 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_18, None, 6) {} 2025-03-21T21:09:04.8937530Z call_function aten_mul_tensor_9 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_16, aten_clamp_default_19) {} 2025-03-21T21:09:04.8938630Z call_function aten_div_tensor_9 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_9, aten__to_copy_default_19) {} 2025-03-21T21:09:04.8939790Z call_function aten_mean_dim_3 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_9, [-1, -2], True) {} 2025-03-21T21:09:04.8941480Z call_function aten_convolution_default_23 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_3, p_features_6_block_2_fc1_weight, p_features_6_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8943060Z call_function aten_relu_default_8 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_23,) {} 2025-03-21T21:09:04.8944580Z call_function aten_convolution_default_24 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_8, p_features_6_block_2_fc2_weight, p_features_6_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8946280Z call_function aten_add_tensor_12 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_24, aten__to_copy_default_20) {} 2025-03-21T21:09:04.8947590Z call_function aten_clamp_default_20 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_12, 0) {} 2025-03-21T21:09:04.8948840Z call_function aten_clamp_default_21 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_20, None, 6) {} 2025-03-21T21:09:04.8950050Z call_function aten_div_tensor_10 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_21, aten__to_copy_default_21) {} 2025-03-21T21:09:04.8951280Z call_function aten_mul_tensor_10 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_10, aten_div_tensor_9) {} 2025-03-21T21:09:04.8953480Z call_function aten_convolution_default_25 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_10, p_features_6_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8955930Z call_function aten__native_batch_norm_legit_no_training_default_17 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_25, p_features_6_block_3_1_weight, p_features_6_block_3_1_bias, b_features_6_block_3_1_running_mean, b_features_6_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8957520Z call_function getitem_17 (aten__native_batch_norm_legit_no_training_default_17, 0) {} 2025-03-21T21:09:04.8958530Z call_function aten_add_tensor_13 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_17, aten_add_tensor_9) {} 2025-03-21T21:09:04.8960000Z call_function aten_convolution_default_26 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_13, p_features_7_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8962040Z call_function aten__native_batch_norm_legit_no_training_default_18 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_26, p_features_7_block_0_1_weight, p_features_7_block_0_1_bias, b_features_7_block_0_1_running_mean, b_features_7_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8963600Z call_function getitem_18 (aten__native_batch_norm_legit_no_training_default_18, 0) {} 2025-03-21T21:09:04.8964730Z call_function aten_add_tensor_14 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_18, aten__to_copy_default_22) {} 2025-03-21T21:09:04.8966140Z call_function aten_clamp_default_22 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_14, 0) {} 2025-03-21T21:09:04.8967290Z call_function aten_clamp_default_23 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_22, None, 6) {} 2025-03-21T21:09:04.8968420Z call_function aten_mul_tensor_11 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_18, aten_clamp_default_23) {} 2025-03-21T21:09:04.8969530Z call_function aten_div_tensor_11 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_11, aten__to_copy_default_23) {} 2025-03-21T21:09:04.8971040Z call_function aten_convolution_default_27 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_11, p_features_7_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 120) {} 2025-03-21T21:09:04.8973130Z call_function aten__native_batch_norm_legit_no_training_default_19 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_27, p_features_7_block_1_1_weight, p_features_7_block_1_1_bias, b_features_7_block_1_1_running_mean, b_features_7_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8974880Z call_function getitem_19 (aten__native_batch_norm_legit_no_training_default_19, 0) {} 2025-03-21T21:09:04.8976120Z call_function aten_add_tensor_15 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_19, aten__to_copy_default_24) {} 2025-03-21T21:09:04.8977470Z call_function aten_clamp_default_24 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_15, 0) {} 2025-03-21T21:09:04.8978610Z call_function aten_clamp_default_25 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_24, None, 6) {} 2025-03-21T21:09:04.8979750Z call_function aten_mul_tensor_12 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_19, aten_clamp_default_25) {} 2025-03-21T21:09:04.8980840Z call_function aten_div_tensor_12 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_12, aten__to_copy_default_25) {} 2025-03-21T21:09:04.8981990Z call_function aten_mean_dim_4 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_12, [-1, -2], True) {} 2025-03-21T21:09:04.8983530Z call_function aten_convolution_default_28 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_4, p_features_7_block_2_fc1_weight, p_features_7_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8985110Z call_function aten_relu_default_9 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_28,) {} 2025-03-21T21:09:04.8986710Z call_function aten_convolution_default_29 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_9, p_features_7_block_2_fc2_weight, p_features_7_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8988400Z call_function aten_add_tensor_16 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_29, aten__to_copy_default_26) {} 2025-03-21T21:09:04.8989590Z call_function aten_clamp_default_26 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_16, 0) {} 2025-03-21T21:09:04.8990760Z call_function aten_clamp_default_27 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_26, None, 6) {} 2025-03-21T21:09:04.8992250Z call_function aten_div_tensor_13 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_27, aten__to_copy_default_27) {} 2025-03-21T21:09:04.8993420Z call_function aten_mul_tensor_13 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_13, aten_div_tensor_12) {} 2025-03-21T21:09:04.8995090Z call_function aten_convolution_default_30 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_13, p_features_7_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.8997270Z call_function aten__native_batch_norm_legit_no_training_default_20 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_30, p_features_7_block_3_1_weight, p_features_7_block_3_1_bias, b_features_7_block_3_1_running_mean, b_features_7_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.8998970Z call_function getitem_20 (aten__native_batch_norm_legit_no_training_default_20, 0) {} 2025-03-21T21:09:04.9000370Z call_function aten_convolution_default_31 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (getitem_20, p_features_8_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9002430Z call_function aten__native_batch_norm_legit_no_training_default_21 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_31, p_features_8_block_0_1_weight, p_features_8_block_0_1_bias, b_features_8_block_0_1_running_mean, b_features_8_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9004040Z call_function getitem_21 (aten__native_batch_norm_legit_no_training_default_21, 0) {} 2025-03-21T21:09:04.9005120Z call_function aten_add_tensor_17 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_21, aten__to_copy_default_28) {} 2025-03-21T21:09:04.9005680Z call_function aten_clamp_default_28 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_17, 0) {} 2025-03-21T21:09:04.9006500Z call_function aten_clamp_default_29 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_28, None, 6) {} 2025-03-21T21:09:04.9007320Z call_function aten_mul_tensor_14 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_21, aten_clamp_default_29) {} 2025-03-21T21:09:04.9008150Z call_function aten_div_tensor_14 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_14, aten__to_copy_default_29) {} 2025-03-21T21:09:04.9009220Z call_function aten_convolution_default_32 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_14, p_features_8_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 144) {} 2025-03-21T21:09:04.9010490Z call_function aten__native_batch_norm_legit_no_training_default_22 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_32, p_features_8_block_1_1_weight, p_features_8_block_1_1_bias, b_features_8_block_1_1_running_mean, b_features_8_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9010970Z call_function getitem_22 (aten__native_batch_norm_legit_no_training_default_22, 0) {} 2025-03-21T21:09:04.9011590Z call_function aten_add_tensor_18 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_22, aten__to_copy_default_30) {} 2025-03-21T21:09:04.9012340Z call_function aten_clamp_default_30 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_18, 0) {} 2025-03-21T21:09:04.9013040Z call_function aten_clamp_default_31 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_30, None, 6) {} 2025-03-21T21:09:04.9013710Z call_function aten_mul_tensor_15 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_22, aten_clamp_default_31) {} 2025-03-21T21:09:04.9014270Z call_function aten_div_tensor_15 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_15, aten__to_copy_default_31) {} 2025-03-21T21:09:04.9014850Z call_function aten_mean_dim_5 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_15, [-1, -2], True) {} 2025-03-21T21:09:04.9015780Z call_function aten_convolution_default_33 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_5, p_features_8_block_2_fc1_weight, p_features_8_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9016270Z call_function aten_relu_default_10 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_33,) {} 2025-03-21T21:09:04.9017210Z call_function aten_convolution_default_34 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_10, p_features_8_block_2_fc2_weight, p_features_8_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9017950Z call_function aten_add_tensor_19 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_34, aten__to_copy_default_32) {} 2025-03-21T21:09:04.9018580Z call_function aten_clamp_default_32 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_19, 0) {} 2025-03-21T21:09:04.9019190Z call_function aten_clamp_default_33 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_32, None, 6) {} 2025-03-21T21:09:04.9019740Z call_function aten_div_tensor_16 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_33, aten__to_copy_default_33) {} 2025-03-21T21:09:04.9020270Z call_function aten_mul_tensor_16 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_16, aten_div_tensor_15) {} 2025-03-21T21:09:04.9021160Z call_function aten_convolution_default_35 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_16, p_features_8_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9022260Z call_function aten__native_batch_norm_legit_no_training_default_23 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_35, p_features_8_block_3_1_weight, p_features_8_block_3_1_bias, b_features_8_block_3_1_running_mean, b_features_8_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9022740Z call_function getitem_23 (aten__native_batch_norm_legit_no_training_default_23, 0) {} 2025-03-21T21:09:04.9023360Z call_function aten_add_tensor_20 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_23, getitem_20) {} 2025-03-21T21:09:04.9024350Z call_function aten_convolution_default_36 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_20, p_features_9_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9025470Z call_function aten__native_batch_norm_legit_no_training_default_24 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_36, p_features_9_block_0_1_weight, p_features_9_block_0_1_bias, b_features_9_block_0_1_running_mean, b_features_9_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9025880Z call_function getitem_24 (aten__native_batch_norm_legit_no_training_default_24, 0) {} 2025-03-21T21:09:04.9026500Z call_function aten_add_tensor_21 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_24, aten__to_copy_default_34) {} 2025-03-21T21:09:04.9027100Z call_function aten_clamp_default_34 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_21, 0) {} 2025-03-21T21:09:04.9027780Z call_function aten_clamp_default_35 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_34, None, 6) {} 2025-03-21T21:09:04.9028680Z call_function aten_mul_tensor_17 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_24, aten_clamp_default_35) {} 2025-03-21T21:09:04.9029600Z call_function aten_div_tensor_17 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_17, aten__to_copy_default_35) {} 2025-03-21T21:09:04.9030890Z call_function aten_convolution_default_37 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_17, p_features_9_block_1_0_weight, None, [2, 2], [2, 2], [1, 1], False, [0, 0], 288) {} 2025-03-21T21:09:04.9032180Z call_function aten__native_batch_norm_legit_no_training_default_25 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_37, p_features_9_block_1_1_weight, p_features_9_block_1_1_bias, b_features_9_block_1_1_running_mean, b_features_9_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9032620Z call_function getitem_25 (aten__native_batch_norm_legit_no_training_default_25, 0) {} 2025-03-21T21:09:04.9033210Z call_function aten_add_tensor_22 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_25, aten__to_copy_default_36) {} 2025-03-21T21:09:04.9033750Z call_function aten_clamp_default_36 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_22, 0) {} 2025-03-21T21:09:04.9034540Z call_function aten_clamp_default_37 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_36, None, 6) {} 2025-03-21T21:09:04.9035210Z call_function aten_mul_tensor_18 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_25, aten_clamp_default_37) {} 2025-03-21T21:09:04.9035880Z call_function aten_div_tensor_18 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_18, aten__to_copy_default_37) {} 2025-03-21T21:09:04.9036450Z call_function aten_mean_dim_6 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_18, [-1, -2], True) {} 2025-03-21T21:09:04.9037400Z call_function aten_convolution_default_38 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_6, p_features_9_block_2_fc1_weight, p_features_9_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9037880Z call_function aten_relu_default_11 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_38,) {} 2025-03-21T21:09:04.9038840Z call_function aten_convolution_default_39 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_11, p_features_9_block_2_fc2_weight, p_features_9_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9039430Z call_function aten_add_tensor_23 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_39, aten__to_copy_default_38) {} 2025-03-21T21:09:04.9040090Z call_function aten_clamp_default_38 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_23, 0) {} 2025-03-21T21:09:04.9040700Z call_function aten_clamp_default_39 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_38, None, 6) {} 2025-03-21T21:09:04.9041300Z call_function aten_div_tensor_19 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_39, aten__to_copy_default_39) {} 2025-03-21T21:09:04.9041830Z call_function aten_mul_tensor_19 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_19, aten_div_tensor_18) {} 2025-03-21T21:09:04.9042730Z call_function aten_convolution_default_40 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_19, p_features_9_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9043840Z call_function aten__native_batch_norm_legit_no_training_default_26 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_40, p_features_9_block_3_1_weight, p_features_9_block_3_1_bias, b_features_9_block_3_1_running_mean, b_features_9_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9044250Z call_function getitem_26 (aten__native_batch_norm_legit_no_training_default_26, 0) {} 2025-03-21T21:09:04.9045120Z call_function aten_convolution_default_41 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (getitem_26, p_features_10_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9046330Z call_function aten__native_batch_norm_legit_no_training_default_27 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_41, p_features_10_block_0_1_weight, p_features_10_block_0_1_bias, b_features_10_block_0_1_running_mean, b_features_10_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9046860Z call_function getitem_27 (aten__native_batch_norm_legit_no_training_default_27, 0) {} 2025-03-21T21:09:04.9047420Z call_function aten_add_tensor_24 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_27, aten__to_copy_default_40) {} 2025-03-21T21:09:04.9047950Z call_function aten_clamp_default_40 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_24, 0) {} 2025-03-21T21:09:04.9048510Z call_function aten_clamp_default_41 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_40, None, 6) {} 2025-03-21T21:09:04.9049030Z call_function aten_mul_tensor_20 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_27, aten_clamp_default_41) {} 2025-03-21T21:09:04.9049560Z call_function aten_div_tensor_20 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_20, aten__to_copy_default_41) {} 2025-03-21T21:09:04.9050520Z call_function aten_convolution_default_42 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_20, p_features_10_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 576) {} 2025-03-21T21:09:04.9051810Z call_function aten__native_batch_norm_legit_no_training_default_28 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_42, p_features_10_block_1_1_weight, p_features_10_block_1_1_bias, b_features_10_block_1_1_running_mean, b_features_10_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9052390Z call_function getitem_28 (aten__native_batch_norm_legit_no_training_default_28, 0) {} 2025-03-21T21:09:04.9052950Z call_function aten_add_tensor_25 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_28, aten__to_copy_default_42) {} 2025-03-21T21:09:04.9053490Z call_function aten_clamp_default_42 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_25, 0) {} 2025-03-21T21:09:04.9054040Z call_function aten_clamp_default_43 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_42, None, 6) {} 2025-03-21T21:09:04.9054550Z call_function aten_mul_tensor_21 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_28, aten_clamp_default_43) {} 2025-03-21T21:09:04.9055090Z call_function aten_div_tensor_21 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_21, aten__to_copy_default_43) {} 2025-03-21T21:09:04.9055950Z call_function aten_mean_dim_7 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_21, [-1, -2], True) {} 2025-03-21T21:09:04.9057000Z call_function aten_convolution_default_43 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_7, p_features_10_block_2_fc1_weight, p_features_10_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9057500Z call_function aten_relu_default_12 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_43,) {} 2025-03-21T21:09:04.9058500Z call_function aten_convolution_default_44 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_12, p_features_10_block_2_fc2_weight, p_features_10_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9059120Z call_function aten_add_tensor_26 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_44, aten__to_copy_default_44) {} 2025-03-21T21:09:04.9059660Z call_function aten_clamp_default_44 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_26, 0) {} 2025-03-21T21:09:04.9060210Z call_function aten_clamp_default_45 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_44, None, 6) {} 2025-03-21T21:09:04.9060880Z call_function aten_div_tensor_22 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_45, aten__to_copy_default_45) {} 2025-03-21T21:09:04.9061530Z call_function aten_mul_tensor_22 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_22, aten_div_tensor_21) {} 2025-03-21T21:09:04.9062500Z call_function aten_convolution_default_45 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_22, p_features_10_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9063600Z call_function aten__native_batch_norm_legit_no_training_default_29 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_45, p_features_10_block_3_1_weight, p_features_10_block_3_1_bias, b_features_10_block_3_1_running_mean, b_features_10_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9064010Z call_function getitem_29 (aten__native_batch_norm_legit_no_training_default_29, 0) {} 2025-03-21T21:09:04.9064540Z call_function aten_add_tensor_27 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_29, getitem_26) {} 2025-03-21T21:09:04.9065490Z call_function aten_convolution_default_46 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_27, p_features_11_block_0_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9066660Z call_function aten__native_batch_norm_legit_no_training_default_30 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_46, p_features_11_block_0_1_weight, p_features_11_block_0_1_bias, b_features_11_block_0_1_running_mean, b_features_11_block_0_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9067420Z call_function getitem_30 (aten__native_batch_norm_legit_no_training_default_30, 0) {} 2025-03-21T21:09:04.9068360Z call_function aten_add_tensor_28 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_30, aten__to_copy_default_46) {} 2025-03-21T21:09:04.9068990Z call_function aten_clamp_default_46 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_28, 0) {} 2025-03-21T21:09:04.9069620Z call_function aten_clamp_default_47 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_46, None, 6) {} 2025-03-21T21:09:04.9070270Z call_function aten_mul_tensor_23 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_30, aten_clamp_default_47) {} 2025-03-21T21:09:04.9070930Z call_function aten_div_tensor_23 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_23, aten__to_copy_default_47) {} 2025-03-21T21:09:04.9072120Z call_function aten_convolution_default_47 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_div_tensor_23, p_features_11_block_1_0_weight, None, [1, 1], [2, 2], [1, 1], False, [0, 0], 576) {} 2025-03-21T21:09:04.9073550Z call_function aten__native_batch_norm_legit_no_training_default_31 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_47, p_features_11_block_1_1_weight, p_features_11_block_1_1_bias, b_features_11_block_1_1_running_mean, b_features_11_block_1_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9074170Z call_function getitem_31 (aten__native_batch_norm_legit_no_training_default_31, 0) {} 2025-03-21T21:09:04.9075260Z call_function aten_add_tensor_29 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_31, aten__to_copy_default_48) {} 2025-03-21T21:09:04.9075880Z call_function aten_clamp_default_48 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_29, 0) {} 2025-03-21T21:09:04.9076470Z call_function aten_clamp_default_49 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_48, None, 6) {} 2025-03-21T21:09:04.9077030Z call_function aten_mul_tensor_24 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_31, aten_clamp_default_49) {} 2025-03-21T21:09:04.9077570Z call_function aten_div_tensor_24 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_24, aten__to_copy_default_49) {} 2025-03-21T21:09:04.9078140Z call_function aten_mean_dim_8 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_24, [-1, -2], True) {} 2025-03-21T21:09:04.9079480Z call_function aten_convolution_default_48 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mean_dim_8, p_features_11_block_2_fc1_weight, p_features_11_block_2_fc1_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9080270Z call_function aten_relu_default_13 : schema = aten::relu(Tensor self) -> Tensor (aten_convolution_default_48,) {} 2025-03-21T21:09:04.9081290Z call_function aten_convolution_default_49 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_relu_default_13, p_features_11_block_2_fc2_weight, p_features_11_block_2_fc2_bias, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9081910Z call_function aten_add_tensor_30 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_convolution_default_49, aten__to_copy_default_50) {} 2025-03-21T21:09:04.9082480Z call_function aten_clamp_default_50 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_30, 0) {} 2025-03-21T21:09:04.9083040Z call_function aten_clamp_default_51 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_50, None, 6) {} 2025-03-21T21:09:04.9083590Z call_function aten_div_tensor_25 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_clamp_default_51, aten__to_copy_default_51) {} 2025-03-21T21:09:04.9084230Z call_function aten_mul_tensor_25 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_div_tensor_25, aten_div_tensor_24) {} 2025-03-21T21:09:04.9085180Z call_function aten_convolution_default_50 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_mul_tensor_25, p_features_11_block_3_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9086410Z call_function aten__native_batch_norm_legit_no_training_default_32 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_50, p_features_11_block_3_1_weight, p_features_11_block_3_1_bias, b_features_11_block_3_1_running_mean, b_features_11_block_3_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9086820Z call_function getitem_32 (aten__native_batch_norm_legit_no_training_default_32, 0) {} 2025-03-21T21:09:04.9087390Z call_function aten_add_tensor_31 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_32, aten_add_tensor_27) {} 2025-03-21T21:09:04.9088530Z call_function aten_convolution_default_51 : schema = aten::convolution(Tensor input, Tensor weight, Tensor? bias, SymInt[] stride, SymInt[] padding, SymInt[] dilation, bool transposed, SymInt[] output_padding, SymInt groups) -> Tensor (aten_add_tensor_31, p_features_12_0_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1) {} 2025-03-21T21:09:04.9089740Z call_function aten__native_batch_norm_legit_no_training_default_33 : schema = aten::_native_batch_norm_legit_no_training(Tensor input, Tensor? weight, Tensor? bias, Tensor running_mean, Tensor running_var, float momentum, float eps) -> (Tensor, Tensor, Tensor) (aten_convolution_default_51, p_features_12_1_weight, p_features_12_1_bias, b_features_12_1_running_mean, b_features_12_1_running_var, 0.01, 0.001) {} 2025-03-21T21:09:04.9090200Z call_function getitem_33 (aten__native_batch_norm_legit_no_training_default_33, 0) {} 2025-03-21T21:09:04.9091010Z call_function aten_add_tensor_32 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (getitem_33, aten__to_copy_default_52) {} 2025-03-21T21:09:04.9091800Z call_function aten_clamp_default_52 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_32, 0) {} 2025-03-21T21:09:04.9092480Z call_function aten_clamp_default_53 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_52, None, 6) {} 2025-03-21T21:09:04.9093040Z call_function aten_mul_tensor_26 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (getitem_33, aten_clamp_default_53) {} 2025-03-21T21:09:04.9093620Z call_function aten_div_tensor_26 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_26, aten__to_copy_default_53) {} 2025-03-21T21:09:04.9094240Z call_function aten_mean_dim_9 : schema = aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor (aten_div_tensor_26, [-1, -2], True) {} 2025-03-21T21:09:04.9094790Z call_function aten_view_copy_default : schema = aten::view_copy(Tensor self, SymInt[] size) -> Tensor (aten_mean_dim_9, [1, 576]) {} 2025-03-21T21:09:04.9095630Z call_function aten_addmm_default : schema = aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor (p_classifier_0_bias, aten_view_copy_default, aten_permute_copy_default) {} 2025-03-21T21:09:04.9096330Z call_function aten_add_tensor_33 : schema = aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor (aten_addmm_default, aten__to_copy_default_54) {} 2025-03-21T21:09:04.9097250Z call_function aten_clamp_default_54 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_add_tensor_33, 0) {} 2025-03-21T21:09:04.9097860Z call_function aten_clamp_default_55 : schema = aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor (aten_clamp_default_54, None, 6) {} 2025-03-21T21:09:04.9098460Z call_function aten_mul_tensor_27 : schema = aten::mul.Tensor(Tensor self, Tensor other) -> Tensor (aten_addmm_default, aten_clamp_default_55) {} 2025-03-21T21:09:04.9099040Z call_function aten_div_tensor_27 : schema = aten::div.Tensor(Tensor self, Tensor other) -> Tensor (aten_mul_tensor_27, aten__to_copy_default_55) {} 2025-03-21T21:09:04.9099750Z call_function aten_addmm_default_1 : schema = aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor (p_classifier_3_bias, aten_div_tensor_27, aten_permute_copy_default_1) {} 2025-03-21T21:09:04.9100190Z output output output ([aten_addmm_default_1],) {}[DEBUG 2025-03-21 21:09:04,846 node_visitor.py:97] Serializing: x, data type: torch.float32, dims: [1, 3, 224, 224] 2025-03-21T21:09:04.9100770Z [INFO 2025-03-21 21:09:04,846 mps_preprocess.py:179] Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T21:09:04.9101030Z [DEBUG 2025-03-21 21:09:04,846 node_visitor.py:97] Serializing: p_features_0_0_weight, data type: torch.float32, dims: [16, 3, 3, 3] 2025-03-21T21:09:04.9101310Z [DEBUG 2025-03-21 21:09:04,846 node_visitor.py:97] Serializing: aten_convolution_default, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9101540Z [INFO 2025-03-21 21:09:04,846 mps_preprocess.py:179] Visiting: aten_permute_copy_default, aten.permute_copy.default 2025-03-21T21:09:04.9101790Z [DEBUG 2025-03-21 21:09:04,847 node_visitor.py:97] Serializing: p_classifier_0_weight, data type: torch.float32, dims: [1024, 576] 2025-03-21T21:09:04.9102110Z [DEBUG 2025-03-21 21:09:04,848 node_visitor.py:97] Serializing: aten_permute_copy_default, data type: torch.float32, dims: [576, 1024] 2025-03-21T21:09:04.9102410Z [INFO 2025-03-21 21:09:04,848 mps_preprocess.py:179] Visiting: aten_permute_copy_default_1, aten.permute_copy.default 2025-03-21T21:09:04.9102670Z [DEBUG 2025-03-21 21:09:04,850 node_visitor.py:97] Serializing: p_classifier_3_weight, data type: torch.float32, dims: [1000, 1024] 2025-03-21T21:09:04.9102930Z [DEBUG 2025-03-21 21:09:04,850 node_visitor.py:97] Serializing: aten_permute_copy_default_1, data type: torch.float32, dims: [1024, 1000] 2025-03-21T21:09:04.9103140Z [INFO 2025-03-21 21:09:04,850 mps_preprocess.py:179] Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T21:09:04.9103380Z [DEBUG 2025-03-21 21:09:04,850 node_visitor.py:97] Serializing: _lifted_tensor_constant68, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9103610Z [INFO 2025-03-21 21:09:04,850 mps_preprocess.py:179] Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T21:09:04.9103860Z [DEBUG 2025-03-21 21:09:04,851 node_visitor.py:97] Serializing: _lifted_tensor_constant69, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9104060Z [INFO 2025-03-21 21:09:04,851 mps_preprocess.py:179] Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T21:09:04.9104290Z [DEBUG 2025-03-21 21:09:04,851 node_visitor.py:97] Serializing: _lifted_tensor_constant70, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9104500Z [INFO 2025-03-21 21:09:04,851 mps_preprocess.py:179] Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T21:09:04.9104730Z [DEBUG 2025-03-21 21:09:04,851 node_visitor.py:97] Serializing: _lifted_tensor_constant71, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9104940Z [INFO 2025-03-21 21:09:04,851 mps_preprocess.py:179] Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T21:09:04.9105170Z [DEBUG 2025-03-21 21:09:04,851 node_visitor.py:97] Serializing: _lifted_tensor_constant72, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9105380Z [INFO 2025-03-21 21:09:04,851 mps_preprocess.py:179] Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T21:09:04.9105610Z [DEBUG 2025-03-21 21:09:04,852 node_visitor.py:97] Serializing: _lifted_tensor_constant73, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9105840Z [INFO 2025-03-21 21:09:04,852 mps_preprocess.py:179] Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T21:09:04.9106080Z [DEBUG 2025-03-21 21:09:04,852 node_visitor.py:97] Serializing: _lifted_tensor_constant74, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9106290Z [INFO 2025-03-21 21:09:04,852 mps_preprocess.py:179] Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T21:09:04.9106520Z [DEBUG 2025-03-21 21:09:04,852 node_visitor.py:97] Serializing: _lifted_tensor_constant75, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9106820Z [INFO 2025-03-21 21:09:04,852 mps_preprocess.py:179] Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T21:09:04.9107120Z [DEBUG 2025-03-21 21:09:04,852 node_visitor.py:97] Serializing: _lifted_tensor_constant76, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9107330Z [INFO 2025-03-21 21:09:04,852 mps_preprocess.py:179] Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T21:09:04.9107560Z [DEBUG 2025-03-21 21:09:04,852 node_visitor.py:97] Serializing: _lifted_tensor_constant77, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9107760Z [INFO 2025-03-21 21:09:04,852 mps_preprocess.py:179] Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T21:09:04.9108000Z [DEBUG 2025-03-21 21:09:04,853 node_visitor.py:97] Serializing: _lifted_tensor_constant78, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9108200Z [INFO 2025-03-21 21:09:04,853 mps_preprocess.py:179] Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T21:09:04.9108500Z [DEBUG 2025-03-21 21:09:04,853 node_visitor.py:97] Serializing: _lifted_tensor_constant79, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9108710Z [INFO 2025-03-21 21:09:04,853 mps_preprocess.py:179] Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T21:09:04.9109010Z [DEBUG 2025-03-21 21:09:04,853 node_visitor.py:97] Serializing: _lifted_tensor_constant80, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9109240Z [INFO 2025-03-21 21:09:04,853 mps_preprocess.py:179] Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T21:09:04.9109490Z [DEBUG 2025-03-21 21:09:04,853 node_visitor.py:97] Serializing: _lifted_tensor_constant81, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9109690Z [INFO 2025-03-21 21:09:04,853 mps_preprocess.py:179] Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T21:09:04.9109930Z [DEBUG 2025-03-21 21:09:04,854 node_visitor.py:97] Serializing: _lifted_tensor_constant82, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9110130Z [INFO 2025-03-21 21:09:04,854 mps_preprocess.py:179] Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T21:09:04.9110360Z [DEBUG 2025-03-21 21:09:04,854 node_visitor.py:97] Serializing: _lifted_tensor_constant83, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9110570Z [INFO 2025-03-21 21:09:04,854 mps_preprocess.py:179] Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T21:09:04.9110800Z [DEBUG 2025-03-21 21:09:04,854 node_visitor.py:97] Serializing: _lifted_tensor_constant84, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9111010Z [INFO 2025-03-21 21:09:04,854 mps_preprocess.py:179] Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T21:09:04.9111240Z [DEBUG 2025-03-21 21:09:04,854 node_visitor.py:97] Serializing: _lifted_tensor_constant85, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9111450Z [INFO 2025-03-21 21:09:04,854 mps_preprocess.py:179] Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T21:09:04.9111770Z [DEBUG 2025-03-21 21:09:04,855 node_visitor.py:97] Serializing: _lifted_tensor_constant86, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9111980Z [INFO 2025-03-21 21:09:04,855 mps_preprocess.py:179] Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T21:09:04.9112220Z [DEBUG 2025-03-21 21:09:04,855 node_visitor.py:97] Serializing: _lifted_tensor_constant87, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9112430Z [INFO 2025-03-21 21:09:04,855 mps_preprocess.py:179] Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T21:09:04.9112660Z [DEBUG 2025-03-21 21:09:04,855 node_visitor.py:97] Serializing: _lifted_tensor_constant88, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9112860Z [INFO 2025-03-21 21:09:04,855 mps_preprocess.py:179] Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T21:09:04.9113210Z [DEBUG 2025-03-21 21:09:04,855 node_visitor.py:97] Serializing: _lifted_tensor_constant89, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9113420Z [INFO 2025-03-21 21:09:04,856 mps_preprocess.py:179] Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T21:09:04.9113710Z [DEBUG 2025-03-21 21:09:04,856 node_visitor.py:97] Serializing: _lifted_tensor_constant90, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9113920Z [INFO 2025-03-21 21:09:04,856 mps_preprocess.py:179] Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T21:09:04.9114160Z [DEBUG 2025-03-21 21:09:04,856 node_visitor.py:97] Serializing: _lifted_tensor_constant91, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9114360Z [INFO 2025-03-21 21:09:04,856 mps_preprocess.py:179] Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T21:09:04.9114590Z [DEBUG 2025-03-21 21:09:04,856 node_visitor.py:97] Serializing: _lifted_tensor_constant92, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9114800Z [INFO 2025-03-21 21:09:04,856 mps_preprocess.py:179] Visiting: aten__to_copy_default_25, aten._to_copy.default 2025-03-21T21:09:04.9115090Z [DEBUG 2025-03-21 21:09:04,856 node_visitor.py:97] Serializing: _lifted_tensor_constant93, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9115300Z [INFO 2025-03-21 21:09:04,856 mps_preprocess.py:179] Visiting: aten__to_copy_default_26, aten._to_copy.default 2025-03-21T21:09:04.9115590Z [DEBUG 2025-03-21 21:09:04,857 node_visitor.py:97] Serializing: _lifted_tensor_constant94, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9115800Z [INFO 2025-03-21 21:09:04,857 mps_preprocess.py:179] Visiting: aten__to_copy_default_27, aten._to_copy.default 2025-03-21T21:09:04.9116030Z [DEBUG 2025-03-21 21:09:04,857 node_visitor.py:97] Serializing: _lifted_tensor_constant95, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9116240Z [INFO 2025-03-21 21:09:04,857 mps_preprocess.py:179] Visiting: aten__to_copy_default_28, aten._to_copy.default 2025-03-21T21:09:04.9116470Z [DEBUG 2025-03-21 21:09:04,857 node_visitor.py:97] Serializing: _lifted_tensor_constant96, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9116680Z [INFO 2025-03-21 21:09:04,857 mps_preprocess.py:179] Visiting: aten__to_copy_default_29, aten._to_copy.default 2025-03-21T21:09:04.9116920Z [DEBUG 2025-03-21 21:09:04,857 node_visitor.py:97] Serializing: _lifted_tensor_constant97, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9117120Z [INFO 2025-03-21 21:09:04,857 mps_preprocess.py:179] Visiting: aten__to_copy_default_30, aten._to_copy.default 2025-03-21T21:09:04.9117350Z [DEBUG 2025-03-21 21:09:04,858 node_visitor.py:97] Serializing: _lifted_tensor_constant98, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9117550Z [INFO 2025-03-21 21:09:04,858 mps_preprocess.py:179] Visiting: aten__to_copy_default_31, aten._to_copy.default 2025-03-21T21:09:04.9117790Z [DEBUG 2025-03-21 21:09:04,858 node_visitor.py:97] Serializing: _lifted_tensor_constant99, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9118000Z [INFO 2025-03-21 21:09:04,858 mps_preprocess.py:179] Visiting: aten__to_copy_default_32, aten._to_copy.default 2025-03-21T21:09:04.9118240Z [DEBUG 2025-03-21 21:09:04,858 node_visitor.py:97] Serializing: _lifted_tensor_constant100, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9118440Z [INFO 2025-03-21 21:09:04,858 mps_preprocess.py:179] Visiting: aten__to_copy_default_33, aten._to_copy.default 2025-03-21T21:09:04.9127860Z [DEBUG 2025-03-21 21:09:04,858 node_visitor.py:97] Serializing: _lifted_tensor_constant101, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9128180Z [INFO 2025-03-21 21:09:04,858 mps_preprocess.py:179] Visiting: aten__to_copy_default_34, aten._to_copy.default 2025-03-21T21:09:04.9128430Z [DEBUG 2025-03-21 21:09:04,859 node_visitor.py:97] Serializing: _lifted_tensor_constant102, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9128630Z [INFO 2025-03-21 21:09:04,859 mps_preprocess.py:179] Visiting: aten__to_copy_default_35, aten._to_copy.default 2025-03-21T21:09:04.9129140Z [DEBUG 2025-03-21 21:09:04,859 node_visitor.py:97] Serializing: _lifted_tensor_constant103, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9129360Z [INFO 2025-03-21 21:09:04,859 mps_preprocess.py:179] Visiting: aten__to_copy_default_36, aten._to_copy.default 2025-03-21T21:09:04.9129740Z [DEBUG 2025-03-21 21:09:04,859 node_visitor.py:97] Serializing: _lifted_tensor_constant104, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9129980Z [INFO 2025-03-21 21:09:04,859 mps_preprocess.py:179] Visiting: aten__to_copy_default_37, aten._to_copy.default 2025-03-21T21:09:04.9130270Z [DEBUG 2025-03-21 21:09:04,859 node_visitor.py:97] Serializing: _lifted_tensor_constant105, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9130500Z [INFO 2025-03-21 21:09:04,859 mps_preprocess.py:179] Visiting: aten__to_copy_default_38, aten._to_copy.default 2025-03-21T21:09:04.9130760Z [DEBUG 2025-03-21 21:09:04,860 node_visitor.py:97] Serializing: _lifted_tensor_constant106, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9131000Z [INFO 2025-03-21 21:09:04,860 mps_preprocess.py:179] Visiting: aten__to_copy_default_39, aten._to_copy.default 2025-03-21T21:09:04.9131460Z [DEBUG 2025-03-21 21:09:04,860 node_visitor.py:97] Serializing: _lifted_tensor_constant107, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9131680Z [INFO 2025-03-21 21:09:04,860 mps_preprocess.py:179] Visiting: aten__to_copy_default_40, aten._to_copy.default 2025-03-21T21:09:04.9132110Z [DEBUG 2025-03-21 21:09:04,860 node_visitor.py:97] Serializing: _lifted_tensor_constant108, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9132330Z [INFO 2025-03-21 21:09:04,860 mps_preprocess.py:179] Visiting: aten__to_copy_default_41, aten._to_copy.default 2025-03-21T21:09:04.9132570Z [DEBUG 2025-03-21 21:09:04,861 node_visitor.py:97] Serializing: _lifted_tensor_constant109, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9132790Z [INFO 2025-03-21 21:09:04,861 mps_preprocess.py:179] Visiting: aten__to_copy_default_42, aten._to_copy.default 2025-03-21T21:09:04.9133060Z [DEBUG 2025-03-21 21:09:04,861 node_visitor.py:97] Serializing: _lifted_tensor_constant110, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9133270Z [INFO 2025-03-21 21:09:04,861 mps_preprocess.py:179] Visiting: aten__to_copy_default_43, aten._to_copy.default 2025-03-21T21:09:04.9133510Z [DEBUG 2025-03-21 21:09:04,861 node_visitor.py:97] Serializing: _lifted_tensor_constant111, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9133720Z [INFO 2025-03-21 21:09:04,861 mps_preprocess.py:179] Visiting: aten__to_copy_default_44, aten._to_copy.default 2025-03-21T21:09:04.9133960Z [DEBUG 2025-03-21 21:09:04,861 node_visitor.py:97] Serializing: _lifted_tensor_constant112, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9134160Z [INFO 2025-03-21 21:09:04,861 mps_preprocess.py:179] Visiting: aten__to_copy_default_45, aten._to_copy.default 2025-03-21T21:09:04.9134400Z [DEBUG 2025-03-21 21:09:04,862 node_visitor.py:97] Serializing: _lifted_tensor_constant113, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9134600Z [INFO 2025-03-21 21:09:04,862 mps_preprocess.py:179] Visiting: aten__to_copy_default_46, aten._to_copy.default 2025-03-21T21:09:04.9134840Z [DEBUG 2025-03-21 21:09:04,862 node_visitor.py:97] Serializing: _lifted_tensor_constant114, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9135040Z [INFO 2025-03-21 21:09:04,862 mps_preprocess.py:179] Visiting: aten__to_copy_default_47, aten._to_copy.default 2025-03-21T21:09:04.9135280Z [DEBUG 2025-03-21 21:09:04,862 node_visitor.py:97] Serializing: _lifted_tensor_constant115, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9135490Z [INFO 2025-03-21 21:09:04,862 mps_preprocess.py:179] Visiting: aten__to_copy_default_48, aten._to_copy.default 2025-03-21T21:09:04.9135720Z [DEBUG 2025-03-21 21:09:04,863 node_visitor.py:97] Serializing: _lifted_tensor_constant116, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9135920Z [INFO 2025-03-21 21:09:04,863 mps_preprocess.py:179] Visiting: aten__to_copy_default_49, aten._to_copy.default 2025-03-21T21:09:04.9136350Z [DEBUG 2025-03-21 21:09:04,863 node_visitor.py:97] Serializing: _lifted_tensor_constant117, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9136560Z [INFO 2025-03-21 21:09:04,863 mps_preprocess.py:179] Visiting: aten__to_copy_default_50, aten._to_copy.default 2025-03-21T21:09:04.9136980Z [DEBUG 2025-03-21 21:09:04,863 node_visitor.py:97] Serializing: _lifted_tensor_constant118, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9137190Z [INFO 2025-03-21 21:09:04,863 mps_preprocess.py:179] Visiting: aten__to_copy_default_51, aten._to_copy.default 2025-03-21T21:09:04.9137420Z [DEBUG 2025-03-21 21:09:04,863 node_visitor.py:97] Serializing: _lifted_tensor_constant119, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9137630Z [INFO 2025-03-21 21:09:04,863 mps_preprocess.py:179] Visiting: aten__to_copy_default_52, aten._to_copy.default 2025-03-21T21:09:04.9137860Z [DEBUG 2025-03-21 21:09:04,864 node_visitor.py:97] Serializing: _lifted_tensor_constant120, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9138070Z [INFO 2025-03-21 21:09:04,864 mps_preprocess.py:179] Visiting: aten__to_copy_default_53, aten._to_copy.default 2025-03-21T21:09:04.9138370Z [DEBUG 2025-03-21 21:09:04,864 node_visitor.py:97] Serializing: _lifted_tensor_constant121, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9138590Z [INFO 2025-03-21 21:09:04,864 mps_preprocess.py:179] Visiting: aten__to_copy_default_54, aten._to_copy.default 2025-03-21T21:09:04.9138890Z [DEBUG 2025-03-21 21:09:04,864 node_visitor.py:97] Serializing: _lifted_tensor_constant122, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9139100Z [INFO 2025-03-21 21:09:04,864 mps_preprocess.py:179] Visiting: aten__to_copy_default_55, aten._to_copy.default 2025-03-21T21:09:04.9139340Z [DEBUG 2025-03-21 21:09:04,864 node_visitor.py:97] Serializing: _lifted_tensor_constant123, data type: torch.int64, dims: [] 2025-03-21T21:09:04.9139670Z [INFO 2025-03-21 21:09:04,864 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9139920Z [DEBUG 2025-03-21 21:09:04,865 node_visitor.py:97] Serializing: p_features_0_1_weight, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9140150Z [DEBUG 2025-03-21 21:09:04,865 node_visitor.py:97] Serializing: p_features_0_1_bias, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9140400Z [DEBUG 2025-03-21 21:09:04,865 node_visitor.py:97] Serializing: b_features_0_1_running_mean, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9140650Z [DEBUG 2025-03-21 21:09:04,865 node_visitor.py:97] Serializing: b_features_0_1_running_var, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9140980Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9141480Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9141790Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9142260Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9142570Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9143070Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9143330Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: getitem, getitem 2025-03-21T21:09:04.9143530Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T21:09:04.9143810Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_add_tensor, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9144120Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_clamp_default, aten.clamp.default 2025-03-21T21:09:04.9144370Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_clamp_default, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9144570Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_clamp_default_1, aten.clamp.default 2025-03-21T21:09:04.9144830Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_clamp_default_1, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9145010Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_mul_tensor, aten.mul.Tensor 2025-03-21T21:09:04.9145320Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_mul_tensor, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9145510Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T21:09:04.9145820Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_div_tensor, data type: torch.float32, dims: [1, 16, 112, 112] 2025-03-21T21:09:04.9146050Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T21:09:04.9146360Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: p_features_1_block_0_0_weight, data type: torch.float32, dims: [16, 1, 3, 3] 2025-03-21T21:09:04.9146660Z [DEBUG 2025-03-21 21:09:04,866 node_visitor.py:97] Serializing: aten_convolution_default_1, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9147000Z [INFO 2025-03-21 21:09:04,866 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_1, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9147260Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: p_features_1_block_0_1_weight, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9147510Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: p_features_1_block_0_1_bias, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9147810Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: b_features_1_block_0_1_running_mean, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9148080Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: b_features_1_block_0_1_running_var, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9148430Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_1, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9148940Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9149260Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_1, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9149740Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9150050Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_1, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9150520Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9150780Z [INFO 2025-03-21 21:09:04,867 mps_preprocess.py:179] Visiting: getitem_1, getitem 2025-03-21T21:09:04.9151050Z [INFO 2025-03-21 21:09:04,867 mps_preprocess.py:179] Visiting: aten_relu_default, aten.relu.default 2025-03-21T21:09:04.9151310Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: aten_relu_default, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9151480Z [INFO 2025-03-21 21:09:04,867 mps_preprocess.py:179] Visiting: aten_mean_dim, aten.mean.dim 2025-03-21T21:09:04.9151710Z [DEBUG 2025-03-21 21:09:04,867 node_visitor.py:97] Serializing: aten_mean_dim, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9151940Z [INFO 2025-03-21 21:09:04,867 mps_preprocess.py:179] Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T21:09:04.9152210Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: p_features_1_block_1_fc1_weight, data type: torch.float32, dims: [8, 16, 1, 1] 2025-03-21T21:09:04.9152530Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: p_features_1_block_1_fc1_bias, data type: torch.float32, dims: [8] 2025-03-21T21:09:04.9152800Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: aten_convolution_default_2, data type: torch.float32, dims: [1, 8, 1, 1] 2025-03-21T21:09:04.9153070Z [INFO 2025-03-21 21:09:04,868 mps_preprocess.py:179] Visiting: aten_relu_default_1, aten.relu.default 2025-03-21T21:09:04.9153310Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: aten_relu_default_1, data type: torch.float32, dims: [1, 8, 1, 1] 2025-03-21T21:09:04.9153540Z [INFO 2025-03-21 21:09:04,868 mps_preprocess.py:179] Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T21:09:04.9153810Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: p_features_1_block_1_fc2_weight, data type: torch.float32, dims: [16, 8, 1, 1] 2025-03-21T21:09:04.9154070Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: p_features_1_block_1_fc2_bias, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9154340Z [DEBUG 2025-03-21 21:09:04,868 node_visitor.py:97] Serializing: aten_convolution_default_3, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9154530Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T21:09:04.9154770Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_add_tensor_1, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9154970Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_clamp_default_2, aten.clamp.default 2025-03-21T21:09:04.9155220Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_clamp_default_2, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9155420Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_clamp_default_3, aten.clamp.default 2025-03-21T21:09:04.9155670Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_clamp_default_3, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9155860Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T21:09:04.9156110Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_div_tensor_1, data type: torch.float32, dims: [1, 16, 1, 1] 2025-03-21T21:09:04.9156290Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-03-21T21:09:04.9156530Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_mul_tensor_1, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9156750Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T21:09:04.9157030Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: p_features_1_block_2_0_weight, data type: torch.float32, dims: [16, 16, 1, 1] 2025-03-21T21:09:04.9157360Z [DEBUG 2025-03-21 21:09:04,869 node_visitor.py:97] Serializing: aten_convolution_default_4, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9157760Z [INFO 2025-03-21 21:09:04,869 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_2, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9158010Z [DEBUG 2025-03-21 21:09:04,870 node_visitor.py:97] Serializing: p_features_1_block_2_1_weight, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9158250Z [DEBUG 2025-03-21 21:09:04,870 node_visitor.py:97] Serializing: p_features_1_block_2_1_bias, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9158510Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:97] Serializing: b_features_1_block_2_1_running_mean, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9158770Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:97] Serializing: b_features_1_block_2_1_running_var, data type: torch.float32, dims: [16] 2025-03-21T21:09:04.9159290Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_2, data type: torch.float32, dims: [1, 16, 56, 56] 2025-03-21T21:09:04.9160090Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9160410Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_2, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9160880Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9161190Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_2, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9161660Z [DEBUG 2025-03-21 21:09:04,871 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9161810Z [INFO 2025-03-21 21:09:04,871 mps_preprocess.py:179] Visiting: getitem_2, getitem 2025-03-21T21:09:04.9162030Z [INFO 2025-03-21 21:09:04,871 mps_preprocess.py:179] Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T21:09:04.9162310Z [DEBUG 2025-03-21 21:09:04,872 node_visitor.py:97] Serializing: p_features_2_block_0_0_weight, data type: torch.float32, dims: [72, 16, 1, 1] 2025-03-21T21:09:04.9162570Z [DEBUG 2025-03-21 21:09:04,872 node_visitor.py:97] Serializing: aten_convolution_default_5, data type: torch.float32, dims: [1, 72, 56, 56] 2025-03-21T21:09:04.9162910Z [INFO 2025-03-21 21:09:04,872 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_3, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9163170Z [DEBUG 2025-03-21 21:09:04,872 node_visitor.py:97] Serializing: p_features_2_block_0_1_weight, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9163410Z [DEBUG 2025-03-21 21:09:04,872 node_visitor.py:97] Serializing: p_features_2_block_0_1_bias, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9163680Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:97] Serializing: b_features_2_block_0_1_running_mean, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9163940Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:97] Serializing: b_features_2_block_0_1_running_var, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9164260Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_3, data type: torch.float32, dims: [1, 72, 56, 56] 2025-03-21T21:09:04.9164890Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 72, 56, 56], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9165370Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_3, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9165840Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9166150Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_3, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9166620Z [DEBUG 2025-03-21 21:09:04,873 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9166840Z [INFO 2025-03-21 21:09:04,873 mps_preprocess.py:179] Visiting: getitem_3, getitem 2025-03-21T21:09:04.9167040Z [INFO 2025-03-21 21:09:04,874 mps_preprocess.py:179] Visiting: aten_relu_default_2, aten.relu.default 2025-03-21T21:09:04.9167350Z [DEBUG 2025-03-21 21:09:04,874 node_visitor.py:97] Serializing: aten_relu_default_2, data type: torch.float32, dims: [1, 72, 56, 56] 2025-03-21T21:09:04.9167580Z [INFO 2025-03-21 21:09:04,874 mps_preprocess.py:179] Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T21:09:04.9167840Z [DEBUG 2025-03-21 21:09:04,874 node_visitor.py:97] Serializing: p_features_2_block_1_0_weight, data type: torch.float32, dims: [72, 1, 3, 3] 2025-03-21T21:09:04.9168110Z [DEBUG 2025-03-21 21:09:04,874 node_visitor.py:97] Serializing: aten_convolution_default_6, data type: torch.float32, dims: [1, 72, 28, 28] 2025-03-21T21:09:04.9168450Z [INFO 2025-03-21 21:09:04,874 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_4, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9168700Z [DEBUG 2025-03-21 21:09:04,875 node_visitor.py:97] Serializing: p_features_2_block_1_1_weight, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9168950Z [DEBUG 2025-03-21 21:09:04,875 node_visitor.py:97] Serializing: p_features_2_block_1_1_bias, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9169210Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:97] Serializing: b_features_2_block_1_1_running_mean, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9169470Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:97] Serializing: b_features_2_block_1_1_running_var, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9169800Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_4, data type: torch.float32, dims: [1, 72, 28, 28] 2025-03-21T21:09:04.9170280Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 72, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9170590Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_4, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9171060Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9171370Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_4, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9171830Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9172050Z [INFO 2025-03-21 21:09:04,876 mps_preprocess.py:179] Visiting: getitem_4, getitem 2025-03-21T21:09:04.9172300Z [INFO 2025-03-21 21:09:04,876 mps_preprocess.py:179] Visiting: aten_relu_default_3, aten.relu.default 2025-03-21T21:09:04.9172560Z [DEBUG 2025-03-21 21:09:04,876 node_visitor.py:97] Serializing: aten_relu_default_3, data type: torch.float32, dims: [1, 72, 28, 28] 2025-03-21T21:09:04.9172780Z [INFO 2025-03-21 21:09:04,876 mps_preprocess.py:179] Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T21:09:04.9173050Z [DEBUG 2025-03-21 21:09:04,877 node_visitor.py:97] Serializing: p_features_2_block_2_0_weight, data type: torch.float32, dims: [24, 72, 1, 1] 2025-03-21T21:09:04.9173320Z [DEBUG 2025-03-21 21:09:04,877 node_visitor.py:97] Serializing: aten_convolution_default_7, data type: torch.float32, dims: [1, 24, 28, 28] 2025-03-21T21:09:04.9173710Z [INFO 2025-03-21 21:09:04,877 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_5, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9173960Z [DEBUG 2025-03-21 21:09:04,877 node_visitor.py:97] Serializing: p_features_2_block_2_1_weight, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9174270Z [DEBUG 2025-03-21 21:09:04,877 node_visitor.py:97] Serializing: p_features_2_block_2_1_bias, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9174540Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:97] Serializing: b_features_2_block_2_1_running_mean, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9174800Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:97] Serializing: b_features_2_block_2_1_running_var, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9175120Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_5, data type: torch.float32, dims: [1, 24, 28, 28] 2025-03-21T21:09:04.9175600Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9175910Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_5, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9176380Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9176690Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_5, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9177160Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9177310Z [INFO 2025-03-21 21:09:04,878 mps_preprocess.py:179] Visiting: getitem_5, getitem 2025-03-21T21:09:04.9177540Z [INFO 2025-03-21 21:09:04,878 mps_preprocess.py:179] Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T21:09:04.9177810Z [DEBUG 2025-03-21 21:09:04,878 node_visitor.py:97] Serializing: p_features_3_block_0_0_weight, data type: torch.float32, dims: [88, 24, 1, 1] 2025-03-21T21:09:04.9178080Z [DEBUG 2025-03-21 21:09:04,879 node_visitor.py:97] Serializing: aten_convolution_default_8, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9178420Z [INFO 2025-03-21 21:09:04,879 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_6, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9178740Z [DEBUG 2025-03-21 21:09:04,879 node_visitor.py:97] Serializing: p_features_3_block_0_1_weight, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9178980Z [DEBUG 2025-03-21 21:09:04,879 node_visitor.py:97] Serializing: p_features_3_block_0_1_bias, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9179310Z [DEBUG 2025-03-21 21:09:04,879 node_visitor.py:97] Serializing: b_features_3_block_0_1_running_mean, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9179580Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:97] Serializing: b_features_3_block_0_1_running_var, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9179910Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_6, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9180390Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9180760Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_6, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9181290Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9181600Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_6, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9182080Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9182220Z [INFO 2025-03-21 21:09:04,880 mps_preprocess.py:179] Visiting: getitem_6, getitem 2025-03-21T21:09:04.9182420Z [INFO 2025-03-21 21:09:04,880 mps_preprocess.py:179] Visiting: aten_relu_default_4, aten.relu.default 2025-03-21T21:09:04.9182680Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:97] Serializing: aten_relu_default_4, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9182900Z [INFO 2025-03-21 21:09:04,880 mps_preprocess.py:179] Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T21:09:04.9183170Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:97] Serializing: p_features_3_block_1_0_weight, data type: torch.float32, dims: [88, 1, 3, 3] 2025-03-21T21:09:04.9183440Z [DEBUG 2025-03-21 21:09:04,880 node_visitor.py:97] Serializing: aten_convolution_default_9, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9183780Z [INFO 2025-03-21 21:09:04,880 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_7, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9184030Z [DEBUG 2025-03-21 21:09:04,881 node_visitor.py:97] Serializing: p_features_3_block_1_1_weight, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9184280Z [DEBUG 2025-03-21 21:09:04,881 node_visitor.py:97] Serializing: p_features_3_block_1_1_bias, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9184550Z [DEBUG 2025-03-21 21:09:04,881 node_visitor.py:97] Serializing: b_features_3_block_1_1_running_mean, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9184810Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:97] Serializing: b_features_3_block_1_1_running_var, data type: torch.float32, dims: [88] 2025-03-21T21:09:04.9185130Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_7, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9185620Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9185990Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_7, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9186520Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9186830Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_7, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9187290Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9187440Z [INFO 2025-03-21 21:09:04,882 mps_preprocess.py:179] Visiting: getitem_7, getitem 2025-03-21T21:09:04.9187790Z [INFO 2025-03-21 21:09:04,882 mps_preprocess.py:179] Visiting: aten_relu_default_5, aten.relu.default 2025-03-21T21:09:04.9188070Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:97] Serializing: aten_relu_default_5, data type: torch.float32, dims: [1, 88, 28, 28] 2025-03-21T21:09:04.9188450Z [INFO 2025-03-21 21:09:04,882 mps_preprocess.py:179] Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T21:09:04.9188740Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:97] Serializing: p_features_3_block_2_0_weight, data type: torch.float32, dims: [24, 88, 1, 1] 2025-03-21T21:09:04.9189010Z [DEBUG 2025-03-21 21:09:04,882 node_visitor.py:97] Serializing: aten_convolution_default_10, data type: torch.float32, dims: [1, 24, 28, 28] 2025-03-21T21:09:04.9189350Z [INFO 2025-03-21 21:09:04,883 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_8, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9189600Z [DEBUG 2025-03-21 21:09:04,883 node_visitor.py:97] Serializing: p_features_3_block_2_1_weight, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9189850Z [DEBUG 2025-03-21 21:09:04,883 node_visitor.py:97] Serializing: p_features_3_block_2_1_bias, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9190110Z [DEBUG 2025-03-21 21:09:04,883 node_visitor.py:97] Serializing: b_features_3_block_2_1_running_mean, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9190370Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:97] Serializing: b_features_3_block_2_1_running_var, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9190770Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_8, data type: torch.float32, dims: [1, 24, 28, 28] 2025-03-21T21:09:04.9191300Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9191620Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_8, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9192130Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9192430Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_8, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9192900Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9193350Z [INFO 2025-03-21 21:09:04,884 mps_preprocess.py:179] Visiting: getitem_8, getitem 2025-03-21T21:09:04.9193540Z [INFO 2025-03-21 21:09:04,884 mps_preprocess.py:179] Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T21:09:04.9193960Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:97] Serializing: aten_add_tensor_2, data type: torch.float32, dims: [1, 24, 28, 28] 2025-03-21T21:09:04.9194190Z [INFO 2025-03-21 21:09:04,884 mps_preprocess.py:179] Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T21:09:04.9194470Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:97] Serializing: p_features_4_block_0_0_weight, data type: torch.float32, dims: [96, 24, 1, 1] 2025-03-21T21:09:04.9194740Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:97] Serializing: aten_convolution_default_11, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9195070Z [INFO 2025-03-21 21:09:04,884 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_9, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9195400Z [DEBUG 2025-03-21 21:09:04,884 node_visitor.py:97] Serializing: p_features_4_block_0_1_weight, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9195660Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: p_features_4_block_0_1_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9196000Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: b_features_4_block_0_1_running_mean, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9196260Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: b_features_4_block_0_1_running_var, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9196590Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_9, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9197080Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9197390Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_9, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9197860Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9198170Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_9, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9198630Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9198780Z [INFO 2025-03-21 21:09:04,885 mps_preprocess.py:179] Visiting: getitem_9, getitem 2025-03-21T21:09:04.9198970Z [INFO 2025-03-21 21:09:04,885 mps_preprocess.py:179] Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T21:09:04.9199220Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: aten_add_tensor_3, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9199420Z [INFO 2025-03-21 21:09:04,885 mps_preprocess.py:179] Visiting: aten_clamp_default_4, aten.clamp.default 2025-03-21T21:09:04.9199680Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: aten_clamp_default_4, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9199970Z [INFO 2025-03-21 21:09:04,885 mps_preprocess.py:179] Visiting: aten_clamp_default_5, aten.clamp.default 2025-03-21T21:09:04.9200250Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: aten_clamp_default_5, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9200590Z [INFO 2025-03-21 21:09:04,885 mps_preprocess.py:179] Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T21:09:04.9200840Z [DEBUG 2025-03-21 21:09:04,885 node_visitor.py:97] Serializing: aten_mul_tensor_2, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9201090Z [INFO 2025-03-21 21:09:04,886 mps_preprocess.py:179] Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T21:09:04.9201340Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: aten_div_tensor_2, data type: torch.float32, dims: [1, 96, 28, 28] 2025-03-21T21:09:04.9201570Z [INFO 2025-03-21 21:09:04,886 mps_preprocess.py:179] Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T21:09:04.9201830Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: p_features_4_block_1_0_weight, data type: torch.float32, dims: [96, 1, 5, 5] 2025-03-21T21:09:04.9202110Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: aten_convolution_default_12, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9202520Z [INFO 2025-03-21 21:09:04,886 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_10, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9202850Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: p_features_4_block_1_1_weight, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9203130Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: p_features_4_block_1_1_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9203440Z [DEBUG 2025-03-21 21:09:04,886 node_visitor.py:97] Serializing: b_features_4_block_1_1_running_mean, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9203720Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: b_features_4_block_1_1_running_var, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9204080Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_10, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9204570Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9204890Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_10, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9205360Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9205670Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_10, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9206140Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9206290Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: getitem_10, getitem 2025-03-21T21:09:04.9206480Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T21:09:04.9206730Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_add_tensor_4, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9206930Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_clamp_default_6, aten.clamp.default 2025-03-21T21:09:04.9207180Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_clamp_default_6, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9207490Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_clamp_default_7, aten.clamp.default 2025-03-21T21:09:04.9207750Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_clamp_default_7, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9208010Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T21:09:04.9208260Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_mul_tensor_3, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9208440Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T21:09:04.9208680Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_div_tensor_3, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9208860Z [INFO 2025-03-21 21:09:04,887 mps_preprocess.py:179] Visiting: aten_mean_dim_1, aten.mean.dim 2025-03-21T21:09:04.9209090Z [DEBUG 2025-03-21 21:09:04,887 node_visitor.py:97] Serializing: aten_mean_dim_1, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9209380Z [INFO 2025-03-21 21:09:04,888 mps_preprocess.py:179] Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T21:09:04.9209670Z [DEBUG 2025-03-21 21:09:04,888 node_visitor.py:97] Serializing: p_features_4_block_2_fc1_weight, data type: torch.float32, dims: [24, 96, 1, 1] 2025-03-21T21:09:04.9209980Z [DEBUG 2025-03-21 21:09:04,888 node_visitor.py:97] Serializing: p_features_4_block_2_fc1_bias, data type: torch.float32, dims: [24] 2025-03-21T21:09:04.9210260Z [DEBUG 2025-03-21 21:09:04,888 node_visitor.py:97] Serializing: aten_convolution_default_13, data type: torch.float32, dims: [1, 24, 1, 1] 2025-03-21T21:09:04.9210450Z [INFO 2025-03-21 21:09:04,888 mps_preprocess.py:179] Visiting: aten_relu_default_6, aten.relu.default 2025-03-21T21:09:04.9210700Z [DEBUG 2025-03-21 21:09:04,888 node_visitor.py:97] Serializing: aten_relu_default_6, data type: torch.float32, dims: [1, 24, 1, 1] 2025-03-21T21:09:04.9210930Z [INFO 2025-03-21 21:09:04,888 mps_preprocess.py:179] Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T21:09:04.9211210Z [DEBUG 2025-03-21 21:09:04,888 node_visitor.py:97] Serializing: p_features_4_block_2_fc2_weight, data type: torch.float32, dims: [96, 24, 1, 1] 2025-03-21T21:09:04.9211470Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: p_features_4_block_2_fc2_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9211740Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_convolution_default_14, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9211920Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T21:09:04.9212160Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_add_tensor_5, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9212360Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_clamp_default_8, aten.clamp.default 2025-03-21T21:09:04.9212620Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_clamp_default_8, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9212820Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_clamp_default_9, aten.clamp.default 2025-03-21T21:09:04.9213080Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_clamp_default_9, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9213270Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T21:09:04.9213510Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_div_tensor_4, data type: torch.float32, dims: [1, 96, 1, 1] 2025-03-21T21:09:04.9213690Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T21:09:04.9213930Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_mul_tensor_4, data type: torch.float32, dims: [1, 96, 14, 14] 2025-03-21T21:09:04.9214220Z [INFO 2025-03-21 21:09:04,889 mps_preprocess.py:179] Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T21:09:04.9214490Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: p_features_4_block_3_0_weight, data type: torch.float32, dims: [40, 96, 1, 1] 2025-03-21T21:09:04.9214830Z [DEBUG 2025-03-21 21:09:04,889 node_visitor.py:97] Serializing: aten_convolution_default_15, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9215170Z [INFO 2025-03-21 21:09:04,890 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_11, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9215420Z [DEBUG 2025-03-21 21:09:04,890 node_visitor.py:97] Serializing: p_features_4_block_3_1_weight, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9215660Z [DEBUG 2025-03-21 21:09:04,890 node_visitor.py:97] Serializing: p_features_4_block_3_1_bias, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9215930Z [DEBUG 2025-03-21 21:09:04,890 node_visitor.py:97] Serializing: b_features_4_block_3_1_running_mean, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9216360Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:97] Serializing: b_features_4_block_3_1_running_var, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9216890Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_11, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9217370Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9217690Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_11, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9218160Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9218480Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_11, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9218950Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9219110Z [INFO 2025-03-21 21:09:04,891 mps_preprocess.py:179] Visiting: getitem_11, getitem 2025-03-21T21:09:04.9219330Z [INFO 2025-03-21 21:09:04,891 mps_preprocess.py:179] Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T21:09:04.9219720Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:97] Serializing: p_features_5_block_0_0_weight, data type: torch.float32, dims: [240, 40, 1, 1] 2025-03-21T21:09:04.9220000Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:97] Serializing: aten_convolution_default_16, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9220340Z [INFO 2025-03-21 21:09:04,891 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_12, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9220600Z [DEBUG 2025-03-21 21:09:04,891 node_visitor.py:97] Serializing: p_features_5_block_0_1_weight, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9220850Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:97] Serializing: p_features_5_block_0_1_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9221110Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:97] Serializing: b_features_5_block_0_1_running_mean, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9221360Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:97] Serializing: b_features_5_block_0_1_running_var, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9221910Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_12, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9222540Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9222860Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_12, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9223330Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9223640Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_12, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9224220Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9224380Z [INFO 2025-03-21 21:09:04,892 mps_preprocess.py:179] Visiting: getitem_12, getitem 2025-03-21T21:09:04.9224570Z [INFO 2025-03-21 21:09:04,892 mps_preprocess.py:179] Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T21:09:04.9224820Z [DEBUG 2025-03-21 21:09:04,892 node_visitor.py:97] Serializing: aten_add_tensor_6, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9225020Z [INFO 2025-03-21 21:09:04,892 mps_preprocess.py:179] Visiting: aten_clamp_default_10, aten.clamp.default 2025-03-21T21:09:04.9225270Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: aten_clamp_default_10, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9225470Z [INFO 2025-03-21 21:09:04,893 mps_preprocess.py:179] Visiting: aten_clamp_default_11, aten.clamp.default 2025-03-21T21:09:04.9225730Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: aten_clamp_default_11, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9225910Z [INFO 2025-03-21 21:09:04,893 mps_preprocess.py:179] Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T21:09:04.9226160Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: aten_mul_tensor_5, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9226350Z [INFO 2025-03-21 21:09:04,893 mps_preprocess.py:179] Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T21:09:04.9226590Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: aten_div_tensor_5, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9226820Z [INFO 2025-03-21 21:09:04,893 mps_preprocess.py:179] Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T21:09:04.9227100Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: p_features_5_block_1_0_weight, data type: torch.float32, dims: [240, 1, 5, 5] 2025-03-21T21:09:04.9227380Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: aten_convolution_default_17, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9227720Z [INFO 2025-03-21 21:09:04,893 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_13, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9227980Z [DEBUG 2025-03-21 21:09:04,893 node_visitor.py:97] Serializing: p_features_5_block_1_1_weight, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9228220Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: p_features_5_block_1_1_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9228560Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: b_features_5_block_1_1_running_mean, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9228820Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: b_features_5_block_1_1_running_var, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9229220Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_13, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9229710Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9230020Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_13, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9230500Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9230870Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_13, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9231400Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9231560Z [INFO 2025-03-21 21:09:04,894 mps_preprocess.py:179] Visiting: getitem_13, getitem 2025-03-21T21:09:04.9231740Z [INFO 2025-03-21 21:09:04,894 mps_preprocess.py:179] Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T21:09:04.9231990Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: aten_add_tensor_7, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9232190Z [INFO 2025-03-21 21:09:04,894 mps_preprocess.py:179] Visiting: aten_clamp_default_12, aten.clamp.default 2025-03-21T21:09:04.9232450Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: aten_clamp_default_12, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9232650Z [INFO 2025-03-21 21:09:04,894 mps_preprocess.py:179] Visiting: aten_clamp_default_13, aten.clamp.default 2025-03-21T21:09:04.9232910Z [DEBUG 2025-03-21 21:09:04,894 node_visitor.py:97] Serializing: aten_clamp_default_13, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9233090Z [INFO 2025-03-21 21:09:04,895 mps_preprocess.py:179] Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T21:09:04.9233330Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: aten_mul_tensor_6, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9233520Z [INFO 2025-03-21 21:09:04,895 mps_preprocess.py:179] Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T21:09:04.9233770Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: aten_div_tensor_6, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9233950Z [INFO 2025-03-21 21:09:04,895 mps_preprocess.py:179] Visiting: aten_mean_dim_2, aten.mean.dim 2025-03-21T21:09:04.9234190Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: aten_mean_dim_2, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9234420Z [INFO 2025-03-21 21:09:04,895 mps_preprocess.py:179] Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T21:09:04.9234700Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: p_features_5_block_2_fc1_weight, data type: torch.float32, dims: [64, 240, 1, 1] 2025-03-21T21:09:04.9234960Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: p_features_5_block_2_fc1_bias, data type: torch.float32, dims: [64] 2025-03-21T21:09:04.9235230Z [DEBUG 2025-03-21 21:09:04,895 node_visitor.py:97] Serializing: aten_convolution_default_18, data type: torch.float32, dims: [1, 64, 1, 1] 2025-03-21T21:09:04.9235480Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_relu_default_7, aten.relu.default 2025-03-21T21:09:04.9235730Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_relu_default_7, data type: torch.float32, dims: [1, 64, 1, 1] 2025-03-21T21:09:04.9236020Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T21:09:04.9236340Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: p_features_5_block_2_fc2_weight, data type: torch.float32, dims: [240, 64, 1, 1] 2025-03-21T21:09:04.9236650Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: p_features_5_block_2_fc2_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9236920Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_convolution_default_19, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9237100Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T21:09:04.9237500Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_add_tensor_8, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9237710Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_clamp_default_14, aten.clamp.default 2025-03-21T21:09:04.9238080Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_clamp_default_14, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9238290Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_clamp_default_15, aten.clamp.default 2025-03-21T21:09:04.9238540Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_clamp_default_15, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9238730Z [INFO 2025-03-21 21:09:04,896 mps_preprocess.py:179] Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T21:09:04.9238970Z [DEBUG 2025-03-21 21:09:04,896 node_visitor.py:97] Serializing: aten_div_tensor_7, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9239150Z [INFO 2025-03-21 21:09:04,897 mps_preprocess.py:179] Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T21:09:04.9239400Z [DEBUG 2025-03-21 21:09:04,897 node_visitor.py:97] Serializing: aten_mul_tensor_7, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9239630Z [INFO 2025-03-21 21:09:04,897 mps_preprocess.py:179] Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T21:09:04.9239980Z [DEBUG 2025-03-21 21:09:04,897 node_visitor.py:97] Serializing: p_features_5_block_3_0_weight, data type: torch.float32, dims: [40, 240, 1, 1] 2025-03-21T21:09:04.9240250Z [DEBUG 2025-03-21 21:09:04,897 node_visitor.py:97] Serializing: aten_convolution_default_20, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9240580Z [INFO 2025-03-21 21:09:04,897 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_14, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9240840Z [DEBUG 2025-03-21 21:09:04,897 node_visitor.py:97] Serializing: p_features_5_block_3_1_weight, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9241090Z [DEBUG 2025-03-21 21:09:04,897 node_visitor.py:97] Serializing: p_features_5_block_3_1_bias, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9241350Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:97] Serializing: b_features_5_block_3_1_running_mean, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9241620Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:97] Serializing: b_features_5_block_3_1_running_var, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9241950Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_14, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9242440Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9242860Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_14, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9243410Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9243720Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_14, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9244180Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9244360Z [INFO 2025-03-21 21:09:04,898 mps_preprocess.py:179] Visiting: getitem_14, getitem 2025-03-21T21:09:04.9244810Z [INFO 2025-03-21 21:09:04,898 mps_preprocess.py:179] Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T21:09:04.9245320Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:97] Serializing: aten_add_tensor_9, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9245610Z [INFO 2025-03-21 21:09:04,898 mps_preprocess.py:179] Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T21:09:04.9245900Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:97] Serializing: p_features_6_block_0_0_weight, data type: torch.float32, dims: [240, 40, 1, 1] 2025-03-21T21:09:04.9246170Z [DEBUG 2025-03-21 21:09:04,898 node_visitor.py:97] Serializing: aten_convolution_default_21, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9246510Z [INFO 2025-03-21 21:09:04,899 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_15, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9246770Z [DEBUG 2025-03-21 21:09:04,899 node_visitor.py:97] Serializing: p_features_6_block_0_1_weight, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9247020Z [DEBUG 2025-03-21 21:09:04,899 node_visitor.py:97] Serializing: p_features_6_block_0_1_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9247280Z [DEBUG 2025-03-21 21:09:04,899 node_visitor.py:97] Serializing: b_features_6_block_0_1_running_mean, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9247550Z [DEBUG 2025-03-21 21:09:04,899 node_visitor.py:97] Serializing: b_features_6_block_0_1_running_var, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9247880Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_15, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9248370Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9248680Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_15, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9249150Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9249460Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_15, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9249920Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9250290Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: getitem_15, getitem 2025-03-21T21:09:04.9250650Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T21:09:04.9250900Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:97] Serializing: aten_add_tensor_10, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9251100Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_clamp_default_16, aten.clamp.default 2025-03-21T21:09:04.9251360Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:97] Serializing: aten_clamp_default_16, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9251550Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_clamp_default_17, aten.clamp.default 2025-03-21T21:09:04.9251810Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:97] Serializing: aten_clamp_default_17, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9252070Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T21:09:04.9252320Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:97] Serializing: aten_mul_tensor_8, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9252570Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T21:09:04.9252820Z [DEBUG 2025-03-21 21:09:04,900 node_visitor.py:97] Serializing: aten_div_tensor_8, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9253060Z [INFO 2025-03-21 21:09:04,900 mps_preprocess.py:179] Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T21:09:04.9253330Z [DEBUG 2025-03-21 21:09:04,901 node_visitor.py:97] Serializing: p_features_6_block_1_0_weight, data type: torch.float32, dims: [240, 1, 5, 5] 2025-03-21T21:09:04.9263330Z [DEBUG 2025-03-21 21:09:04,901 node_visitor.py:97] Serializing: aten_convolution_default_22, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9263750Z [INFO 2025-03-21 21:09:04,901 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_16, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9264020Z [DEBUG 2025-03-21 21:09:04,901 node_visitor.py:97] Serializing: p_features_6_block_1_1_weight, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9264270Z [DEBUG 2025-03-21 21:09:04,901 node_visitor.py:97] Serializing: p_features_6_block_1_1_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9264560Z [DEBUG 2025-03-21 21:09:04,901 node_visitor.py:97] Serializing: b_features_6_block_1_1_running_mean, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9264860Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: b_features_6_block_1_1_running_var, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9265220Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_16, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9265720Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9266090Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_16, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9266610Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9266960Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_16, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9267740Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9267990Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: getitem_16, getitem 2025-03-21T21:09:04.9268180Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T21:09:04.9268430Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_add_tensor_11, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9268630Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_clamp_default_18, aten.clamp.default 2025-03-21T21:09:04.9268880Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_clamp_default_18, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9269080Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_clamp_default_19, aten.clamp.default 2025-03-21T21:09:04.9269460Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_clamp_default_19, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9269650Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T21:09:04.9269980Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_mul_tensor_9, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9270170Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T21:09:04.9270420Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_div_tensor_9, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9270600Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_mean_dim_3, aten.mean.dim 2025-03-21T21:09:04.9270850Z [DEBUG 2025-03-21 21:09:04,902 node_visitor.py:97] Serializing: aten_mean_dim_3, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9271080Z [INFO 2025-03-21 21:09:04,902 mps_preprocess.py:179] Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T21:09:04.9271370Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: p_features_6_block_2_fc1_weight, data type: torch.float32, dims: [64, 240, 1, 1] 2025-03-21T21:09:04.9271660Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: p_features_6_block_2_fc1_bias, data type: torch.float32, dims: [64] 2025-03-21T21:09:04.9271950Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: aten_convolution_default_23, data type: torch.float32, dims: [1, 64, 1, 1] 2025-03-21T21:09:04.9272160Z [INFO 2025-03-21 21:09:04,903 mps_preprocess.py:179] Visiting: aten_relu_default_8, aten.relu.default 2025-03-21T21:09:04.9272420Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: aten_relu_default_8, data type: torch.float32, dims: [1, 64, 1, 1] 2025-03-21T21:09:04.9272660Z [INFO 2025-03-21 21:09:04,903 mps_preprocess.py:179] Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T21:09:04.9273840Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: p_features_6_block_2_fc2_weight, data type: torch.float32, dims: [240, 64, 1, 1] 2025-03-21T21:09:04.9275160Z [DEBUG 2025-03-21 21:09:04,903 node_visitor.py:97] Serializing: p_features_6_block_2_fc2_bias, data type: torch.float32, dims: [240] 2025-03-21T21:09:04.9275930Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_convolution_default_24, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9276460Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T21:09:04.9277150Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_add_tensor_12, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9278340Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_clamp_default_20, aten.clamp.default 2025-03-21T21:09:04.9279740Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_clamp_default_20, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9280160Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_clamp_default_21, aten.clamp.default 2025-03-21T21:09:04.9280450Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_clamp_default_21, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9280660Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T21:09:04.9281660Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_div_tensor_10, data type: torch.float32, dims: [1, 240, 1, 1] 2025-03-21T21:09:04.9282510Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T21:09:04.9283310Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_mul_tensor_10, data type: torch.float32, dims: [1, 240, 14, 14] 2025-03-21T21:09:04.9283720Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T21:09:04.9284040Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: p_features_6_block_3_0_weight, data type: torch.float32, dims: [40, 240, 1, 1] 2025-03-21T21:09:04.9284440Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: aten_convolution_default_25, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9284800Z [INFO 2025-03-21 21:09:04,904 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_17, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9285080Z [DEBUG 2025-03-21 21:09:04,904 node_visitor.py:97] Serializing: p_features_6_block_3_1_weight, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9285320Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:97] Serializing: p_features_6_block_3_1_bias, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9285590Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:97] Serializing: b_features_6_block_3_1_running_mean, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9285860Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:97] Serializing: b_features_6_block_3_1_running_var, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9286200Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_17, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9286690Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9287000Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_17, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9287470Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9287790Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_17, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9288250Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9288410Z [INFO 2025-03-21 21:09:04,905 mps_preprocess.py:179] Visiting: getitem_17, getitem 2025-03-21T21:09:04.9288600Z [INFO 2025-03-21 21:09:04,905 mps_preprocess.py:179] Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T21:09:04.9288970Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:97] Serializing: aten_add_tensor_13, data type: torch.float32, dims: [1, 40, 14, 14] 2025-03-21T21:09:04.9289230Z [INFO 2025-03-21 21:09:04,905 mps_preprocess.py:179] Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T21:09:04.9289650Z [DEBUG 2025-03-21 21:09:04,905 node_visitor.py:97] Serializing: p_features_7_block_0_0_weight, data type: torch.float32, dims: [120, 40, 1, 1] 2025-03-21T21:09:04.9289920Z [DEBUG 2025-03-21 21:09:04,906 node_visitor.py:97] Serializing: aten_convolution_default_26, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9290260Z [INFO 2025-03-21 21:09:04,906 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_18, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9290520Z [DEBUG 2025-03-21 21:09:04,906 node_visitor.py:97] Serializing: p_features_7_block_0_1_weight, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9290770Z [DEBUG 2025-03-21 21:09:04,906 node_visitor.py:97] Serializing: p_features_7_block_0_1_bias, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9291620Z [DEBUG 2025-03-21 21:09:04,906 node_visitor.py:97] Serializing: b_features_7_block_0_1_running_mean, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9293080Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: b_features_7_block_0_1_running_var, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9296770Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_18, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9298230Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9299140Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_18, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9306430Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9307690Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_18, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9309150Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9309570Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: getitem_18, getitem 2025-03-21T21:09:04.9310080Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T21:09:04.9310810Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: aten_add_tensor_14, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9311780Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_clamp_default_22, aten.clamp.default 2025-03-21T21:09:04.9312160Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: aten_clamp_default_22, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9312370Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_clamp_default_23, aten.clamp.default 2025-03-21T21:09:04.9312630Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: aten_clamp_default_23, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9312820Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T21:09:04.9313060Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: aten_mul_tensor_11, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9313710Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T21:09:04.9313960Z [DEBUG 2025-03-21 21:09:04,907 node_visitor.py:97] Serializing: aten_div_tensor_11, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9314380Z [INFO 2025-03-21 21:09:04,907 mps_preprocess.py:179] Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T21:09:04.9314660Z [DEBUG 2025-03-21 21:09:04,908 node_visitor.py:97] Serializing: p_features_7_block_1_0_weight, data type: torch.float32, dims: [120, 1, 5, 5] 2025-03-21T21:09:04.9314930Z [DEBUG 2025-03-21 21:09:04,908 node_visitor.py:97] Serializing: aten_convolution_default_27, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9315270Z [INFO 2025-03-21 21:09:04,908 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_19, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9315530Z [DEBUG 2025-03-21 21:09:04,908 node_visitor.py:97] Serializing: p_features_7_block_1_1_weight, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9315860Z [DEBUG 2025-03-21 21:09:04,908 node_visitor.py:97] Serializing: p_features_7_block_1_1_bias, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9316230Z [DEBUG 2025-03-21 21:09:04,908 node_visitor.py:97] Serializing: b_features_7_block_1_1_running_mean, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9316490Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: b_features_7_block_1_1_running_var, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9316830Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_19, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9317310Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9317630Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_19, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9318110Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9318420Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_19, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9318890Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9319040Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: getitem_19, getitem 2025-03-21T21:09:04.9319260Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T21:09:04.9319520Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_add_tensor_15, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9319720Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_clamp_default_24, aten.clamp.default 2025-03-21T21:09:04.9319980Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_clamp_default_24, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9320170Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_clamp_default_25, aten.clamp.default 2025-03-21T21:09:04.9320430Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_clamp_default_25, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9320730Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T21:09:04.9320990Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_mul_tensor_12, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9321270Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T21:09:04.9321530Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_div_tensor_12, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9321710Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_mean_dim_4, aten.mean.dim 2025-03-21T21:09:04.9321950Z [DEBUG 2025-03-21 21:09:04,909 node_visitor.py:97] Serializing: aten_mean_dim_4, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9322180Z [INFO 2025-03-21 21:09:04,909 mps_preprocess.py:179] Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T21:09:04.9322460Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: p_features_7_block_2_fc1_weight, data type: torch.float32, dims: [32, 120, 1, 1] 2025-03-21T21:09:04.9322810Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: p_features_7_block_2_fc1_bias, data type: torch.float32, dims: [32] 2025-03-21T21:09:04.9323150Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: aten_convolution_default_28, data type: torch.float32, dims: [1, 32, 1, 1] 2025-03-21T21:09:04.9323360Z [INFO 2025-03-21 21:09:04,910 mps_preprocess.py:179] Visiting: aten_relu_default_9, aten.relu.default 2025-03-21T21:09:04.9323610Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: aten_relu_default_9, data type: torch.float32, dims: [1, 32, 1, 1] 2025-03-21T21:09:04.9323840Z [INFO 2025-03-21 21:09:04,910 mps_preprocess.py:179] Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T21:09:04.9324120Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: p_features_7_block_2_fc2_weight, data type: torch.float32, dims: [120, 32, 1, 1] 2025-03-21T21:09:04.9324380Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: p_features_7_block_2_fc2_bias, data type: torch.float32, dims: [120] 2025-03-21T21:09:04.9324650Z [DEBUG 2025-03-21 21:09:04,910 node_visitor.py:97] Serializing: aten_convolution_default_29, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9324840Z [INFO 2025-03-21 21:09:04,910 mps_preprocess.py:179] Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T21:09:04.9325110Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_add_tensor_16, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9325310Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten_clamp_default_26, aten.clamp.default 2025-03-21T21:09:04.9325570Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_clamp_default_26, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9325770Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten_clamp_default_27, aten.clamp.default 2025-03-21T21:09:04.9326020Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_clamp_default_27, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9326210Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T21:09:04.9326460Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_div_tensor_13, data type: torch.float32, dims: [1, 120, 1, 1] 2025-03-21T21:09:04.9326640Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T21:09:04.9326890Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_mul_tensor_13, data type: torch.float32, dims: [1, 120, 14, 14] 2025-03-21T21:09:04.9327110Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T21:09:04.9327390Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: p_features_7_block_3_0_weight, data type: torch.float32, dims: [48, 120, 1, 1] 2025-03-21T21:09:04.9327780Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: aten_convolution_default_30, data type: torch.float32, dims: [1, 48, 14, 14] 2025-03-21T21:09:04.9328230Z [INFO 2025-03-21 21:09:04,911 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_20, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9328490Z [DEBUG 2025-03-21 21:09:04,911 node_visitor.py:97] Serializing: p_features_7_block_3_1_weight, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9328740Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:97] Serializing: p_features_7_block_3_1_bias, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9329000Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:97] Serializing: b_features_7_block_3_1_running_mean, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9329270Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:97] Serializing: b_features_7_block_3_1_running_var, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9329670Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_20, data type: torch.float32, dims: [1, 48, 14, 14] 2025-03-21T21:09:04.9330240Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9330560Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_20, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9331030Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9331340Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_20, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9331810Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9331970Z [INFO 2025-03-21 21:09:04,912 mps_preprocess.py:179] Visiting: getitem_20, getitem 2025-03-21T21:09:04.9332200Z [INFO 2025-03-21 21:09:04,912 mps_preprocess.py:179] Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T21:09:04.9332490Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:97] Serializing: p_features_8_block_0_0_weight, data type: torch.float32, dims: [144, 48, 1, 1] 2025-03-21T21:09:04.9332780Z [DEBUG 2025-03-21 21:09:04,912 node_visitor.py:97] Serializing: aten_convolution_default_31, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9333130Z [INFO 2025-03-21 21:09:04,912 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_21, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9333380Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: p_features_8_block_0_1_weight, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9333630Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: p_features_8_block_0_1_bias, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9333890Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: b_features_8_block_0_1_running_mean, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9334170Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: b_features_8_block_0_1_running_var, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9334520Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_21, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9335130Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9335580Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_21, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9336170Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9336490Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_21, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9337170Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9337340Z [INFO 2025-03-21 21:09:04,913 mps_preprocess.py:179] Visiting: getitem_21, getitem 2025-03-21T21:09:04.9337680Z [INFO 2025-03-21 21:09:04,913 mps_preprocess.py:179] Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T21:09:04.9337940Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: aten_add_tensor_17, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9338130Z [INFO 2025-03-21 21:09:04,913 mps_preprocess.py:179] Visiting: aten_clamp_default_28, aten.clamp.default 2025-03-21T21:09:04.9338390Z [DEBUG 2025-03-21 21:09:04,913 node_visitor.py:97] Serializing: aten_clamp_default_28, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9338600Z [INFO 2025-03-21 21:09:04,914 mps_preprocess.py:179] Visiting: aten_clamp_default_29, aten.clamp.default 2025-03-21T21:09:04.9338870Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: aten_clamp_default_29, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9339060Z [INFO 2025-03-21 21:09:04,914 mps_preprocess.py:179] Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T21:09:04.9339310Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: aten_mul_tensor_14, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9339500Z [INFO 2025-03-21 21:09:04,914 mps_preprocess.py:179] Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T21:09:04.9339750Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: aten_div_tensor_14, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9339980Z [INFO 2025-03-21 21:09:04,914 mps_preprocess.py:179] Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T21:09:04.9340250Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: p_features_8_block_1_0_weight, data type: torch.float32, dims: [144, 1, 5, 5] 2025-03-21T21:09:04.9340560Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: aten_convolution_default_32, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9340900Z [INFO 2025-03-21 21:09:04,914 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_22, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9341160Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: p_features_8_block_1_1_weight, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9341410Z [DEBUG 2025-03-21 21:09:04,914 node_visitor.py:97] Serializing: p_features_8_block_1_1_bias, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9341670Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: b_features_8_block_1_1_running_mean, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9341930Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: b_features_8_block_1_1_running_var, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9342480Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_22, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9343200Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9343530Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_22, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9344000Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9345400Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_22, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9346520Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9347420Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: getitem_22, getitem 2025-03-21T21:09:04.9348240Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T21:09:04.9348520Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: aten_add_tensor_18, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9348720Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_clamp_default_30, aten.clamp.default 2025-03-21T21:09:04.9348980Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: aten_clamp_default_30, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9349180Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_clamp_default_31, aten.clamp.default 2025-03-21T21:09:04.9349470Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: aten_clamp_default_31, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9349660Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T21:09:04.9349930Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: aten_mul_tensor_15, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9350120Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T21:09:04.9350370Z [DEBUG 2025-03-21 21:09:04,915 node_visitor.py:97] Serializing: aten_div_tensor_15, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9350550Z [INFO 2025-03-21 21:09:04,915 mps_preprocess.py:179] Visiting: aten_mean_dim_5, aten.mean.dim 2025-03-21T21:09:04.9350820Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: aten_mean_dim_5, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9351060Z [INFO 2025-03-21 21:09:04,916 mps_preprocess.py:179] Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T21:09:04.9351370Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: p_features_8_block_2_fc1_weight, data type: torch.float32, dims: [40, 144, 1, 1] 2025-03-21T21:09:04.9351630Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: p_features_8_block_2_fc1_bias, data type: torch.float32, dims: [40] 2025-03-21T21:09:04.9351930Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: aten_convolution_default_33, data type: torch.float32, dims: [1, 40, 1, 1] 2025-03-21T21:09:04.9352150Z [INFO 2025-03-21 21:09:04,916 mps_preprocess.py:179] Visiting: aten_relu_default_10, aten.relu.default 2025-03-21T21:09:04.9352570Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: aten_relu_default_10, data type: torch.float32, dims: [1, 40, 1, 1] 2025-03-21T21:09:04.9352800Z [INFO 2025-03-21 21:09:04,916 mps_preprocess.py:179] Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T21:09:04.9353170Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: p_features_8_block_2_fc2_weight, data type: torch.float32, dims: [144, 40, 1, 1] 2025-03-21T21:09:04.9353450Z [DEBUG 2025-03-21 21:09:04,916 node_visitor.py:97] Serializing: p_features_8_block_2_fc2_bias, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9353750Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_convolution_default_34, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9353950Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T21:09:04.9354210Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_add_tensor_19, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9354410Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_clamp_default_32, aten.clamp.default 2025-03-21T21:09:04.9354760Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_clamp_default_32, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9355030Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_clamp_default_33, aten.clamp.default 2025-03-21T21:09:04.9355290Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_clamp_default_33, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9355480Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T21:09:04.9355790Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_div_tensor_16, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9355970Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T21:09:04.9356220Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: aten_mul_tensor_16, data type: torch.float32, dims: [1, 144, 14, 14] 2025-03-21T21:09:04.9356450Z [INFO 2025-03-21 21:09:04,917 mps_preprocess.py:179] Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T21:09:04.9356720Z [DEBUG 2025-03-21 21:09:04,917 node_visitor.py:97] Serializing: p_features_8_block_3_0_weight, data type: torch.float32, dims: [48, 144, 1, 1] 2025-03-21T21:09:04.9356990Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:97] Serializing: aten_convolution_default_35, data type: torch.float32, dims: [1, 48, 14, 14] 2025-03-21T21:09:04.9357330Z [INFO 2025-03-21 21:09:04,918 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_23, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9357580Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:97] Serializing: p_features_8_block_3_1_weight, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9357830Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:97] Serializing: p_features_8_block_3_1_bias, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9358090Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:97] Serializing: b_features_8_block_3_1_running_mean, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9358350Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:97] Serializing: b_features_8_block_3_1_running_var, data type: torch.float32, dims: [48] 2025-03-21T21:09:04.9358680Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_23, data type: torch.float32, dims: [1, 48, 14, 14] 2025-03-21T21:09:04.9359170Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9359560Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_23, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9360040Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9360410Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_23, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9360880Z [DEBUG 2025-03-21 21:09:04,918 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9361030Z [INFO 2025-03-21 21:09:04,918 mps_preprocess.py:179] Visiting: getitem_23, getitem 2025-03-21T21:09:04.9361220Z [INFO 2025-03-21 21:09:04,918 mps_preprocess.py:179] Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T21:09:04.9361520Z [DEBUG 2025-03-21 21:09:04,919 node_visitor.py:97] Serializing: aten_add_tensor_20, data type: torch.float32, dims: [1, 48, 14, 14] 2025-03-21T21:09:04.9361750Z [INFO 2025-03-21 21:09:04,919 mps_preprocess.py:179] Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T21:09:04.9362080Z [DEBUG 2025-03-21 21:09:04,919 node_visitor.py:97] Serializing: p_features_9_block_0_0_weight, data type: torch.float32, dims: [288, 48, 1, 1] 2025-03-21T21:09:04.9362360Z [DEBUG 2025-03-21 21:09:04,919 node_visitor.py:97] Serializing: aten_convolution_default_36, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9362690Z [INFO 2025-03-21 21:09:04,919 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_24, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9362950Z [DEBUG 2025-03-21 21:09:04,919 node_visitor.py:97] Serializing: p_features_9_block_0_1_weight, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9363200Z [DEBUG 2025-03-21 21:09:04,919 node_visitor.py:97] Serializing: p_features_9_block_0_1_bias, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9363470Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: b_features_9_block_0_1_running_mean, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9363730Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: b_features_9_block_0_1_running_var, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9364060Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_24, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9364550Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9364860Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_24, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9365350Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9365660Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_24, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9366130Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9366280Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: getitem_24, getitem 2025-03-21T21:09:04.9366520Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T21:09:04.9366770Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: aten_add_tensor_21, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9367030Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_clamp_default_34, aten.clamp.default 2025-03-21T21:09:04.9367280Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: aten_clamp_default_34, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9367480Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_clamp_default_35, aten.clamp.default 2025-03-21T21:09:04.9367730Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: aten_clamp_default_35, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9367920Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T21:09:04.9368160Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: aten_mul_tensor_17, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9368480Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T21:09:04.9368860Z [DEBUG 2025-03-21 21:09:04,920 node_visitor.py:97] Serializing: aten_div_tensor_17, data type: torch.float32, dims: [1, 288, 14, 14] 2025-03-21T21:09:04.9369090Z [INFO 2025-03-21 21:09:04,920 mps_preprocess.py:179] Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T21:09:04.9369370Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: p_features_9_block_1_0_weight, data type: torch.float32, dims: [288, 1, 5, 5] 2025-03-21T21:09:04.9369630Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: aten_convolution_default_37, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9369970Z [INFO 2025-03-21 21:09:04,921 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_25, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9370270Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: p_features_9_block_1_1_weight, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9370520Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: p_features_9_block_1_1_bias, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9370780Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: b_features_9_block_1_1_running_mean, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9371050Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:97] Serializing: b_features_9_block_1_1_running_var, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9371380Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_25, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9371870Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9372180Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_25, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9372650Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9372960Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_25, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9373430Z [DEBUG 2025-03-21 21:09:04,921 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9373790Z [INFO 2025-03-21 21:09:04,921 mps_preprocess.py:179] Visiting: getitem_25, getitem 2025-03-21T21:09:04.9374280Z [INFO 2025-03-21 21:09:04,921 mps_preprocess.py:179] Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T21:09:04.9374540Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_add_tensor_22, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9374730Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_clamp_default_36, aten.clamp.default 2025-03-21T21:09:04.9375010Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_clamp_default_36, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9375220Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_clamp_default_37, aten.clamp.default 2025-03-21T21:09:04.9375490Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_clamp_default_37, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9375690Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T21:09:04.9376120Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_mul_tensor_18, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9376370Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T21:09:04.9376630Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_div_tensor_18, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9376800Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_mean_dim_6, aten.mean.dim 2025-03-21T21:09:04.9377040Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: aten_mean_dim_6, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9377260Z [INFO 2025-03-21 21:09:04,922 mps_preprocess.py:179] Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T21:09:04.9377550Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: p_features_9_block_2_fc1_weight, data type: torch.float32, dims: [72, 288, 1, 1] 2025-03-21T21:09:04.9377800Z [DEBUG 2025-03-21 21:09:04,922 node_visitor.py:97] Serializing: p_features_9_block_2_fc1_bias, data type: torch.float32, dims: [72] 2025-03-21T21:09:04.9378220Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_convolution_default_38, data type: torch.float32, dims: [1, 72, 1, 1] 2025-03-21T21:09:04.9378460Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_relu_default_11, aten.relu.default 2025-03-21T21:09:04.9378710Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_relu_default_11, data type: torch.float32, dims: [1, 72, 1, 1] 2025-03-21T21:09:04.9378980Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T21:09:04.9379320Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: p_features_9_block_2_fc2_weight, data type: torch.float32, dims: [288, 72, 1, 1] 2025-03-21T21:09:04.9379870Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: p_features_9_block_2_fc2_bias, data type: torch.float32, dims: [288] 2025-03-21T21:09:04.9380160Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_convolution_default_39, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9380350Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T21:09:04.9380600Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_add_tensor_23, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9380790Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_clamp_default_38, aten.clamp.default 2025-03-21T21:09:04.9381040Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_clamp_default_38, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9381340Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_clamp_default_39, aten.clamp.default 2025-03-21T21:09:04.9382460Z [DEBUG 2025-03-21 21:09:04,923 node_visitor.py:97] Serializing: aten_clamp_default_39, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9383740Z [INFO 2025-03-21 21:09:04,923 mps_preprocess.py:179] Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T21:09:04.9384550Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: aten_div_tensor_19, data type: torch.float32, dims: [1, 288, 1, 1] 2025-03-21T21:09:04.9385060Z [INFO 2025-03-21 21:09:04,924 mps_preprocess.py:179] Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T21:09:04.9385720Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: aten_mul_tensor_19, data type: torch.float32, dims: [1, 288, 7, 7] 2025-03-21T21:09:04.9386340Z [INFO 2025-03-21 21:09:04,924 mps_preprocess.py:179] Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T21:09:04.9387340Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: p_features_9_block_3_0_weight, data type: torch.float32, dims: [96, 288, 1, 1] 2025-03-21T21:09:04.9388080Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: aten_convolution_default_40, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9389190Z [INFO 2025-03-21 21:09:04,924 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_26, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9389900Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: p_features_9_block_3_1_weight, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9390570Z [DEBUG 2025-03-21 21:09:04,924 node_visitor.py:97] Serializing: p_features_9_block_3_1_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9391280Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:97] Serializing: b_features_9_block_3_1_running_mean, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9391980Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:97] Serializing: b_features_9_block_3_1_running_var, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9392890Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_26, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9394230Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9395080Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_26, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9396370Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9397790Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_26, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9399680Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9400130Z [INFO 2025-03-21 21:09:04,925 mps_preprocess.py:179] Visiting: getitem_26, getitem 2025-03-21T21:09:04.9400790Z [INFO 2025-03-21 21:09:04,925 mps_preprocess.py:179] Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T21:09:04.9401560Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:97] Serializing: p_features_10_block_0_0_weight, data type: torch.float32, dims: [576, 96, 1, 1] 2025-03-21T21:09:04.9402780Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:97] Serializing: aten_convolution_default_41, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9403680Z [INFO 2025-03-21 21:09:04,925 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_27, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9404140Z [DEBUG 2025-03-21 21:09:04,925 node_visitor.py:97] Serializing: p_features_10_block_0_1_weight, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9404390Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: p_features_10_block_0_1_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9404660Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: b_features_10_block_0_1_running_mean, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9404920Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: b_features_10_block_0_1_running_var, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9405250Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_27, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9405800Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9406190Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_27, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9406660Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9406970Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_27, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9407440Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9407590Z [INFO 2025-03-21 21:09:04,926 mps_preprocess.py:179] Visiting: getitem_27, getitem 2025-03-21T21:09:04.9407780Z [INFO 2025-03-21 21:09:04,926 mps_preprocess.py:179] Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T21:09:04.9408030Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: aten_add_tensor_24, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9408220Z [INFO 2025-03-21 21:09:04,926 mps_preprocess.py:179] Visiting: aten_clamp_default_40, aten.clamp.default 2025-03-21T21:09:04.9408480Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: aten_clamp_default_40, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9408670Z [INFO 2025-03-21 21:09:04,926 mps_preprocess.py:179] Visiting: aten_clamp_default_41, aten.clamp.default 2025-03-21T21:09:04.9408930Z [DEBUG 2025-03-21 21:09:04,926 node_visitor.py:97] Serializing: aten_clamp_default_41, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9409120Z [INFO 2025-03-21 21:09:04,926 mps_preprocess.py:179] Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T21:09:04.9409370Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: aten_mul_tensor_20, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9409550Z [INFO 2025-03-21 21:09:04,927 mps_preprocess.py:179] Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T21:09:04.9409790Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: aten_div_tensor_20, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9410020Z [INFO 2025-03-21 21:09:04,927 mps_preprocess.py:179] Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T21:09:04.9410360Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: p_features_10_block_1_0_weight, data type: torch.float32, dims: [576, 1, 5, 5] 2025-03-21T21:09:04.9410630Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: aten_convolution_default_42, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9411020Z [INFO 2025-03-21 21:09:04,927 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_28, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9411280Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: p_features_10_block_1_1_weight, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9411530Z [DEBUG 2025-03-21 21:09:04,927 node_visitor.py:97] Serializing: p_features_10_block_1_1_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9411790Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: b_features_10_block_1_1_running_mean, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9412050Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: b_features_10_block_1_1_running_var, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9412500Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_28, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9413110Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9413430Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_28, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9413890Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9414200Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_28, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9414670Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9414820Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: getitem_28, getitem 2025-03-21T21:09:04.9415030Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T21:09:04.9415290Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: aten_add_tensor_25, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9415480Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_clamp_default_42, aten.clamp.default 2025-03-21T21:09:04.9415740Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: aten_clamp_default_42, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9416330Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_clamp_default_43, aten.clamp.default 2025-03-21T21:09:04.9416590Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: aten_clamp_default_43, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9416780Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T21:09:04.9417020Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: aten_mul_tensor_21, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9417200Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T21:09:04.9417440Z [DEBUG 2025-03-21 21:09:04,928 node_visitor.py:97] Serializing: aten_div_tensor_21, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9417800Z [INFO 2025-03-21 21:09:04,928 mps_preprocess.py:179] Visiting: aten_mean_dim_7, aten.mean.dim 2025-03-21T21:09:04.9418050Z [DEBUG 2025-03-21 21:09:04,929 node_visitor.py:97] Serializing: aten_mean_dim_7, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9418440Z [INFO 2025-03-21 21:09:04,929 mps_preprocess.py:179] Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T21:09:04.9418730Z [DEBUG 2025-03-21 21:09:04,929 node_visitor.py:97] Serializing: p_features_10_block_2_fc1_weight, data type: torch.float32, dims: [144, 576, 1, 1] 2025-03-21T21:09:04.9418990Z [DEBUG 2025-03-21 21:09:04,929 node_visitor.py:97] Serializing: p_features_10_block_2_fc1_bias, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9419260Z [DEBUG 2025-03-21 21:09:04,929 node_visitor.py:97] Serializing: aten_convolution_default_43, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9419450Z [INFO 2025-03-21 21:09:04,929 mps_preprocess.py:179] Visiting: aten_relu_default_12, aten.relu.default 2025-03-21T21:09:04.9419760Z [DEBUG 2025-03-21 21:09:04,929 node_visitor.py:97] Serializing: aten_relu_default_12, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9420000Z [INFO 2025-03-21 21:09:04,929 mps_preprocess.py:179] Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T21:09:04.9420330Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: p_features_10_block_2_fc2_weight, data type: torch.float32, dims: [576, 144, 1, 1] 2025-03-21T21:09:04.9420590Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: p_features_10_block_2_fc2_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9420910Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: aten_convolution_default_44, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9421100Z [INFO 2025-03-21 21:09:04,930 mps_preprocess.py:179] Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T21:09:04.9421350Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: aten_add_tensor_26, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9421550Z [INFO 2025-03-21 21:09:04,930 mps_preprocess.py:179] Visiting: aten_clamp_default_44, aten.clamp.default 2025-03-21T21:09:04.9421810Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: aten_clamp_default_44, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9422030Z [INFO 2025-03-21 21:09:04,930 mps_preprocess.py:179] Visiting: aten_clamp_default_45, aten.clamp.default 2025-03-21T21:09:04.9422290Z [DEBUG 2025-03-21 21:09:04,930 node_visitor.py:97] Serializing: aten_clamp_default_45, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9422470Z [INFO 2025-03-21 21:09:04,930 mps_preprocess.py:179] Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T21:09:04.9430850Z [DEBUG 2025-03-21 21:09:04,931 node_visitor.py:97] Serializing: aten_div_tensor_22, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9431090Z [INFO 2025-03-21 21:09:04,931 mps_preprocess.py:179] Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T21:09:04.9431340Z [DEBUG 2025-03-21 21:09:04,931 node_visitor.py:97] Serializing: aten_mul_tensor_22, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9431580Z [INFO 2025-03-21 21:09:04,931 mps_preprocess.py:179] Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T21:09:04.9431850Z [DEBUG 2025-03-21 21:09:04,931 node_visitor.py:97] Serializing: p_features_10_block_3_0_weight, data type: torch.float32, dims: [96, 576, 1, 1] 2025-03-21T21:09:04.9432120Z [DEBUG 2025-03-21 21:09:04,931 node_visitor.py:97] Serializing: aten_convolution_default_45, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9432460Z [INFO 2025-03-21 21:09:04,932 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_29, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9432880Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:97] Serializing: p_features_10_block_3_1_weight, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9433130Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:97] Serializing: p_features_10_block_3_1_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9433470Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:97] Serializing: b_features_10_block_3_1_running_mean, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9433730Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:97] Serializing: b_features_10_block_3_1_running_var, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9434070Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_29, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9434550Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9434960Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_29, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9435570Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9435890Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_29, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9436360Z [DEBUG 2025-03-21 21:09:04,932 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9436510Z [INFO 2025-03-21 21:09:04,932 mps_preprocess.py:179] Visiting: getitem_29, getitem 2025-03-21T21:09:04.9436690Z [INFO 2025-03-21 21:09:04,932 mps_preprocess.py:179] Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T21:09:04.9436940Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: aten_add_tensor_27, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9437170Z [INFO 2025-03-21 21:09:04,933 mps_preprocess.py:179] Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T21:09:04.9437450Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: p_features_11_block_0_0_weight, data type: torch.float32, dims: [576, 96, 1, 1] 2025-03-21T21:09:04.9437710Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: aten_convolution_default_46, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9438770Z [INFO 2025-03-21 21:09:04,933 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_30, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9439890Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: p_features_11_block_0_1_weight, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9440610Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: p_features_11_block_0_1_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9441500Z [DEBUG 2025-03-21 21:09:04,933 node_visitor.py:97] Serializing: b_features_11_block_0_1_running_mean, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9441830Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:97] Serializing: b_features_11_block_0_1_running_var, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9442180Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_30, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9442670Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9443170Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_30, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9443720Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9444040Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_30, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9444530Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9444700Z [INFO 2025-03-21 21:09:04,934 mps_preprocess.py:179] Visiting: getitem_30, getitem 2025-03-21T21:09:04.9444980Z [INFO 2025-03-21 21:09:04,934 mps_preprocess.py:179] Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T21:09:04.9445240Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:97] Serializing: aten_add_tensor_28, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9445500Z [INFO 2025-03-21 21:09:04,934 mps_preprocess.py:179] Visiting: aten_clamp_default_46, aten.clamp.default 2025-03-21T21:09:04.9445760Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:97] Serializing: aten_clamp_default_46, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9445960Z [INFO 2025-03-21 21:09:04,934 mps_preprocess.py:179] Visiting: aten_clamp_default_47, aten.clamp.default 2025-03-21T21:09:04.9446210Z [DEBUG 2025-03-21 21:09:04,934 node_visitor.py:97] Serializing: aten_clamp_default_47, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9446400Z [INFO 2025-03-21 21:09:04,934 mps_preprocess.py:179] Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T21:09:04.9446690Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: aten_mul_tensor_23, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9446910Z [INFO 2025-03-21 21:09:04,935 mps_preprocess.py:179] Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T21:09:04.9447160Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: aten_div_tensor_23, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9447390Z [INFO 2025-03-21 21:09:04,935 mps_preprocess.py:179] Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T21:09:04.9447660Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: p_features_11_block_1_0_weight, data type: torch.float32, dims: [576, 1, 5, 5] 2025-03-21T21:09:04.9447930Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: aten_convolution_default_47, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9448270Z [INFO 2025-03-21 21:09:04,935 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_31, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9448540Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: p_features_11_block_1_1_weight, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9456750Z [DEBUG 2025-03-21 21:09:04,935 node_visitor.py:97] Serializing: p_features_11_block_1_1_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9457040Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:97] Serializing: b_features_11_block_1_1_running_mean, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9457320Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:97] Serializing: b_features_11_block_1_1_running_var, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9457700Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_31, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9458380Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9458790Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_31, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9459290Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9459600Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_31, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9460070Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9460400Z [INFO 2025-03-21 21:09:04,936 mps_preprocess.py:179] Visiting: getitem_31, getitem 2025-03-21T21:09:04.9460600Z [INFO 2025-03-21 21:09:04,936 mps_preprocess.py:179] Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T21:09:04.9460990Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:97] Serializing: aten_add_tensor_29, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9461200Z [INFO 2025-03-21 21:09:04,936 mps_preprocess.py:179] Visiting: aten_clamp_default_48, aten.clamp.default 2025-03-21T21:09:04.9461450Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:97] Serializing: aten_clamp_default_48, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9461650Z [INFO 2025-03-21 21:09:04,936 mps_preprocess.py:179] Visiting: aten_clamp_default_49, aten.clamp.default 2025-03-21T21:09:04.9461900Z [DEBUG 2025-03-21 21:09:04,936 node_visitor.py:97] Serializing: aten_clamp_default_49, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9462090Z [INFO 2025-03-21 21:09:04,936 mps_preprocess.py:179] Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T21:09:04.9462340Z [DEBUG 2025-03-21 21:09:04,937 node_visitor.py:97] Serializing: aten_mul_tensor_24, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9462520Z [INFO 2025-03-21 21:09:04,937 mps_preprocess.py:179] Visiting: aten_div_tensor_24, aten.div.Tensor 2025-03-21T21:09:04.9462780Z [DEBUG 2025-03-21 21:09:04,937 node_visitor.py:97] Serializing: aten_div_tensor_24, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9462950Z [INFO 2025-03-21 21:09:04,937 mps_preprocess.py:179] Visiting: aten_mean_dim_8, aten.mean.dim 2025-03-21T21:09:04.9463190Z [DEBUG 2025-03-21 21:09:04,937 node_visitor.py:97] Serializing: aten_mean_dim_8, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9463420Z [INFO 2025-03-21 21:09:04,937 mps_preprocess.py:179] Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T21:09:04.9463700Z [DEBUG 2025-03-21 21:09:04,937 node_visitor.py:97] Serializing: p_features_11_block_2_fc1_weight, data type: torch.float32, dims: [144, 576, 1, 1] 2025-03-21T21:09:04.9463960Z [DEBUG 2025-03-21 21:09:04,937 node_visitor.py:97] Serializing: p_features_11_block_2_fc1_bias, data type: torch.float32, dims: [144] 2025-03-21T21:09:04.9464230Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_convolution_default_48, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9464420Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_relu_default_13, aten.relu.default 2025-03-21T21:09:04.9464680Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_relu_default_13, data type: torch.float32, dims: [1, 144, 1, 1] 2025-03-21T21:09:04.9464900Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T21:09:04.9465700Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: p_features_11_block_2_fc2_weight, data type: torch.float32, dims: [576, 144, 1, 1] 2025-03-21T21:09:04.9466170Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: p_features_11_block_2_fc2_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9466450Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_convolution_default_49, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9466640Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T21:09:04.9466910Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_add_tensor_30, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9467120Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_clamp_default_50, aten.clamp.default 2025-03-21T21:09:04.9467370Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_clamp_default_50, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9467680Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_clamp_default_51, aten.clamp.default 2025-03-21T21:09:04.9467950Z [DEBUG 2025-03-21 21:09:04,938 node_visitor.py:97] Serializing: aten_clamp_default_51, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9468200Z [INFO 2025-03-21 21:09:04,938 mps_preprocess.py:179] Visiting: aten_div_tensor_25, aten.div.Tensor 2025-03-21T21:09:04.9468450Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: aten_div_tensor_25, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9468640Z [INFO 2025-03-21 21:09:04,939 mps_preprocess.py:179] Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T21:09:04.9468880Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: aten_mul_tensor_25, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9469110Z [INFO 2025-03-21 21:09:04,939 mps_preprocess.py:179] Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T21:09:04.9469390Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: p_features_11_block_3_0_weight, data type: torch.float32, dims: [96, 576, 1, 1] 2025-03-21T21:09:04.9469660Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: aten_convolution_default_50, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9470000Z [INFO 2025-03-21 21:09:04,939 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_32, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9470250Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: p_features_11_block_3_1_weight, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9470500Z [DEBUG 2025-03-21 21:09:04,939 node_visitor.py:97] Serializing: p_features_11_block_3_1_bias, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9470760Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:97] Serializing: b_features_11_block_3_1_running_mean, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9471030Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:97] Serializing: b_features_11_block_3_1_running_var, data type: torch.float32, dims: [96] 2025-03-21T21:09:04.9471360Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_32, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9471840Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9472570Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_32, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9473060Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9473610Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_32, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9476830Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9477030Z [INFO 2025-03-21 21:09:04,940 mps_preprocess.py:179] Visiting: getitem_32, getitem 2025-03-21T21:09:04.9477230Z [INFO 2025-03-21 21:09:04,940 mps_preprocess.py:179] Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T21:09:04.9478030Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:97] Serializing: aten_add_tensor_31, data type: torch.float32, dims: [1, 96, 7, 7] 2025-03-21T21:09:04.9478280Z [INFO 2025-03-21 21:09:04,940 mps_preprocess.py:179] Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T21:09:04.9478910Z [DEBUG 2025-03-21 21:09:04,940 node_visitor.py:97] Serializing: p_features_12_0_weight, data type: torch.float32, dims: [576, 96, 1, 1] 2025-03-21T21:09:04.9479290Z [DEBUG 2025-03-21 21:09:04,941 node_visitor.py:97] Serializing: aten_convolution_default_51, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9479630Z [INFO 2025-03-21 21:09:04,941 mps_preprocess.py:179] Visiting: aten__native_batch_norm_legit_no_training_default_33, aten._native_batch_norm_legit_no_training.default 2025-03-21T21:09:04.9479880Z [DEBUG 2025-03-21 21:09:04,941 node_visitor.py:97] Serializing: p_features_12_1_weight, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9480120Z [DEBUG 2025-03-21 21:09:04,941 node_visitor.py:97] Serializing: p_features_12_1_bias, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9480370Z [DEBUG 2025-03-21 21:09:04,941 node_visitor.py:97] Serializing: b_features_12_1_running_mean, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9480620Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: b_features_12_1_running_var, data type: torch.float32, dims: [576] 2025-03-21T21:09:04.9480960Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:132] Serializing: [0]: aten__native_batch_norm_legit_no_training_default_33, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9481440Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9481760Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:132] Serializing: [1]: aten__native_batch_norm_legit_no_training_default_33, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9482240Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9482550Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:132] Serializing: [2]: aten__native_batch_norm_legit_no_training_default_33, data type: torch.float32, dims: [0] 2025-03-21T21:09:04.9483030Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:143] Serialized tensor: MPSTensor(datatype=, num_dims=1, dims=[0], constant_buffer_size=0, constant_buffer=Buffer(storage=b''), segment_offset=0) 2025-03-21T21:09:04.9483190Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: getitem_33, getitem 2025-03-21T21:09:04.9483370Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T21:09:04.9483620Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: aten_add_tensor_32, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9483900Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_clamp_default_52, aten.clamp.default 2025-03-21T21:09:04.9484150Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: aten_clamp_default_52, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9484420Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_clamp_default_53, aten.clamp.default 2025-03-21T21:09:04.9484670Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: aten_clamp_default_53, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9484860Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T21:09:04.9485100Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: aten_mul_tensor_26, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9485320Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_div_tensor_26, aten.div.Tensor 2025-03-21T21:09:04.9485570Z [DEBUG 2025-03-21 21:09:04,942 node_visitor.py:97] Serializing: aten_div_tensor_26, data type: torch.float32, dims: [1, 576, 7, 7] 2025-03-21T21:09:04.9485830Z [INFO 2025-03-21 21:09:04,942 mps_preprocess.py:179] Visiting: aten_mean_dim_9, aten.mean.dim 2025-03-21T21:09:04.9486100Z [DEBUG 2025-03-21 21:09:04,943 node_visitor.py:97] Serializing: aten_mean_dim_9, data type: torch.float32, dims: [1, 576, 1, 1] 2025-03-21T21:09:04.9486410Z [INFO 2025-03-21 21:09:04,943 mps_preprocess.py:179] Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T21:09:04.9486660Z [DEBUG 2025-03-21 21:09:04,943 node_visitor.py:97] Serializing: aten_view_copy_default, data type: torch.float32, dims: [1, 576] 2025-03-21T21:09:04.9486860Z [INFO 2025-03-21 21:09:04,943 mps_preprocess.py:179] Visiting: aten_addmm_default, aten.addmm.default 2025-03-21T21:09:04.9487100Z [DEBUG 2025-03-21 21:09:04,943 node_visitor.py:97] Serializing: p_classifier_0_bias, data type: torch.float32, dims: [1024] 2025-03-21T21:09:04.9487340Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_addmm_default, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9487530Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T21:09:04.9487770Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_add_tensor_33, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9487990Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_clamp_default_54, aten.clamp.default 2025-03-21T21:09:04.9488230Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_clamp_default_54, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9488420Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_clamp_default_55, aten.clamp.default 2025-03-21T21:09:04.9488660Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_clamp_default_55, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9488850Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T21:09:04.9489080Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_mul_tensor_27, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9489280Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_div_tensor_27, aten.div.Tensor 2025-03-21T21:09:04.9489510Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_div_tensor_27, data type: torch.float32, dims: [1, 1024] 2025-03-21T21:09:04.9489710Z [INFO 2025-03-21 21:09:04,944 mps_preprocess.py:179] Visiting: aten_addmm_default_1, aten.addmm.default 2025-03-21T21:09:04.9489940Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: p_classifier_3_bias, data type: torch.float32, dims: [1000] 2025-03-21T21:09:04.9490190Z [DEBUG 2025-03-21 21:09:04,944 node_visitor.py:97] Serializing: aten_addmm_default_1, data type: torch.float32, dims: [1, 1000] 2025-03-21T21:09:04.9490420Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:270] Serialized MPSGraph: 2025-03-21T21:09:04.9490540Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:271] Version: 0 2025-03-21T21:09:04.9490660Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:272] MPS nodes: 2025-03-21T21:09:04.9491100Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [0]: MPSNode(mpsnode_union=MPSCast(input1_id=0, output_id=0, dtype=), min_max=None) 2025-03-21T21:09:04.9491660Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [1]: MPSNode(mpsnode_union=MPSConv2D(input1_id=0, input2_id=1, input3_id=-1, output_id=2, stride_x=2, stride_y=2, dilation_x=1, dilation_y=1, groups=1, padding_left=1, padding_right=1, padding_top=1, padding_bottom=1), min_max=None) 2025-03-21T21:09:04.9491970Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [2]: MPSNode(mpsnode_union=MPSPermute(input1_id=3, output_id=4, num_dims=2, perm=[1, 0]), min_max=None) 2025-03-21T21:09:04.9492270Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [3]: MPSNode(mpsnode_union=MPSPermute(input1_id=5, output_id=6, num_dims=2, perm=[1, 0]), min_max=None) 2025-03-21T21:09:04.9492910Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [4]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=2, mean_id=65, var_id=66, weight_id=63, bias_id=64, momentum=0.01, epsilon=0.001, output1_id=67, output2_id=68, output3_id=69), min_max=None) 2025-03-21T21:09:04.9493350Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [5]: MPSNode(mpsnode_union=MPSAdd(input1_id=67, input2_id=7, output_id=70, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9493690Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [6]: MPSNode(mpsnode_union=MPSClamp(input1_id=70, output_id=71), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9494010Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [7]: MPSNode(mpsnode_union=MPSClamp(input1_id=71, output_id=72), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9494290Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [8]: MPSNode(mpsnode_union=MPSMul(input1_id=67, input2_id=72, output_id=73), min_max=None) 2025-03-21T21:09:04.9494640Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [9]: MPSNode(mpsnode_union=MPSDiv(input1_id=73, input2_id=8, output_id=74, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9495280Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [10]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=74, input2_id=75, input3_id=-1, output_id=76, stride_x=2, stride_y=2, dilation_x=1, dilation_y=1, groups=16, padding_left=1, padding_right=1, padding_top=1, padding_bottom=1), min_max=None) 2025-03-21T21:09:04.9495750Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [11]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=76, mean_id=79, var_id=80, weight_id=77, bias_id=78, momentum=0.01, epsilon=0.001, output1_id=81, output2_id=82, output3_id=83), min_max=None) 2025-03-21T21:09:04.9496010Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [12]: MPSNode(mpsnode_union=MPSReLU(input1_id=81, output_id=84), min_max=None) 2025-03-21T21:09:04.9496390Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [13]: MPSNode(mpsnode_union=MPSMean(input1_id=84, output_id=85, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9496990Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [14]: MPSNode(mpsnode_union=MPSConv2D(input1_id=85, input2_id=86, input3_id=87, output_id=88, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9497250Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [15]: MPSNode(mpsnode_union=MPSReLU(input1_id=88, output_id=89), min_max=None) 2025-03-21T21:09:04.9497840Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [16]: MPSNode(mpsnode_union=MPSConv2D(input1_id=89, input2_id=90, input3_id=91, output_id=92, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9498340Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [17]: MPSNode(mpsnode_union=MPSAdd(input1_id=92, input2_id=9, output_id=93, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9498880Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [18]: MPSNode(mpsnode_union=MPSClamp(input1_id=93, output_id=94), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9499210Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [19]: MPSNode(mpsnode_union=MPSClamp(input1_id=94, output_id=95), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9499520Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [20]: MPSNode(mpsnode_union=MPSDiv(input1_id=95, input2_id=10, output_id=96, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9499800Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [21]: MPSNode(mpsnode_union=MPSMul(input1_id=96, input2_id=84, output_id=97), min_max=None) 2025-03-21T21:09:04.9500490Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [22]: MPSNode(mpsnode_union=MPSConv2D(input1_id=97, input2_id=98, input3_id=-1, output_id=99, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9501060Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [23]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=99, mean_id=102, var_id=103, weight_id=100, bias_id=101, momentum=0.01, epsilon=0.001, output1_id=104, output2_id=105, output3_id=106), min_max=None) 2025-03-21T21:09:04.9501660Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [24]: MPSNode(mpsnode_union=MPSConv2D(input1_id=104, input2_id=107, input3_id=-1, output_id=108, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9502170Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [25]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=108, mean_id=111, var_id=112, weight_id=109, bias_id=110, momentum=0.01, epsilon=0.001, output1_id=113, output2_id=114, output3_id=115), min_max=None) 2025-03-21T21:09:04.9502450Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [26]: MPSNode(mpsnode_union=MPSReLU(input1_id=113, output_id=116), min_max=None) 2025-03-21T21:09:04.9503090Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [27]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=116, input2_id=117, input3_id=-1, output_id=118, stride_x=2, stride_y=2, dilation_x=1, dilation_y=1, groups=72, padding_left=1, padding_right=1, padding_top=1, padding_bottom=1), min_max=None) 2025-03-21T21:09:04.9503600Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [28]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=118, mean_id=121, var_id=122, weight_id=119, bias_id=120, momentum=0.01, epsilon=0.001, output1_id=123, output2_id=124, output3_id=125), min_max=None) 2025-03-21T21:09:04.9503860Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [29]: MPSNode(mpsnode_union=MPSReLU(input1_id=123, output_id=126), min_max=None) 2025-03-21T21:09:04.9504820Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [30]: MPSNode(mpsnode_union=MPSConv2D(input1_id=126, input2_id=127, input3_id=-1, output_id=128, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9505300Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [31]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=128, mean_id=131, var_id=132, weight_id=129, bias_id=130, momentum=0.01, epsilon=0.001, output1_id=133, output2_id=134, output3_id=135), min_max=None) 2025-03-21T21:09:04.9505870Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [32]: MPSNode(mpsnode_union=MPSConv2D(input1_id=133, input2_id=136, input3_id=-1, output_id=137, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9506460Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [33]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=137, mean_id=140, var_id=141, weight_id=138, bias_id=139, momentum=0.01, epsilon=0.001, output1_id=142, output2_id=143, output3_id=144), min_max=None) 2025-03-21T21:09:04.9506810Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [34]: MPSNode(mpsnode_union=MPSReLU(input1_id=142, output_id=145), min_max=None) 2025-03-21T21:09:04.9507410Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [35]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=145, input2_id=146, input3_id=-1, output_id=147, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=88, padding_left=1, padding_right=1, padding_top=1, padding_bottom=1), min_max=None) 2025-03-21T21:09:04.9507890Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [36]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=147, mean_id=150, var_id=151, weight_id=148, bias_id=149, momentum=0.01, epsilon=0.001, output1_id=152, output2_id=153, output3_id=154), min_max=None) 2025-03-21T21:09:04.9508230Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [37]: MPSNode(mpsnode_union=MPSReLU(input1_id=152, output_id=155), min_max=None) 2025-03-21T21:09:04.9508870Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [38]: MPSNode(mpsnode_union=MPSConv2D(input1_id=155, input2_id=156, input3_id=-1, output_id=157, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9509390Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [39]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=157, mean_id=160, var_id=161, weight_id=158, bias_id=159, momentum=0.01, epsilon=0.001, output1_id=162, output2_id=163, output3_id=164), min_max=None) 2025-03-21T21:09:04.9509700Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [40]: MPSNode(mpsnode_union=MPSAdd(input1_id=162, input2_id=133, output_id=165, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9510270Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [41]: MPSNode(mpsnode_union=MPSConv2D(input1_id=165, input2_id=166, input3_id=-1, output_id=167, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9510740Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [42]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=167, mean_id=170, var_id=171, weight_id=168, bias_id=169, momentum=0.01, epsilon=0.001, output1_id=172, output2_id=173, output3_id=174), min_max=None) 2025-03-21T21:09:04.9511050Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [43]: MPSNode(mpsnode_union=MPSAdd(input1_id=172, input2_id=11, output_id=175, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9511380Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [44]: MPSNode(mpsnode_union=MPSClamp(input1_id=175, output_id=176), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9511710Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [45]: MPSNode(mpsnode_union=MPSClamp(input1_id=176, output_id=177), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9511990Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [46]: MPSNode(mpsnode_union=MPSMul(input1_id=172, input2_id=177, output_id=178), min_max=None) 2025-03-21T21:09:04.9512310Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [47]: MPSNode(mpsnode_union=MPSDiv(input1_id=178, input2_id=12, output_id=179, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9512910Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [48]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=179, input2_id=180, input3_id=-1, output_id=181, stride_x=2, stride_y=2, dilation_x=1, dilation_y=1, groups=96, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9513400Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [49]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=181, mean_id=184, var_id=185, weight_id=182, bias_id=183, momentum=0.01, epsilon=0.001, output1_id=186, output2_id=187, output3_id=188), min_max=None) 2025-03-21T21:09:04.9513860Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [50]: MPSNode(mpsnode_union=MPSAdd(input1_id=186, input2_id=13, output_id=189, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9514190Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [51]: MPSNode(mpsnode_union=MPSClamp(input1_id=189, output_id=190), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9514510Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [52]: MPSNode(mpsnode_union=MPSClamp(input1_id=190, output_id=191), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9514790Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [53]: MPSNode(mpsnode_union=MPSMul(input1_id=186, input2_id=191, output_id=192), min_max=None) 2025-03-21T21:09:04.9515110Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [54]: MPSNode(mpsnode_union=MPSDiv(input1_id=192, input2_id=14, output_id=193, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9515500Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [55]: MPSNode(mpsnode_union=MPSMean(input1_id=193, output_id=194, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9516130Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [56]: MPSNode(mpsnode_union=MPSConv2D(input1_id=194, input2_id=195, input3_id=196, output_id=197, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9516400Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [57]: MPSNode(mpsnode_union=MPSReLU(input1_id=197, output_id=198), min_max=None) 2025-03-21T21:09:04.9516960Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [58]: MPSNode(mpsnode_union=MPSConv2D(input1_id=198, input2_id=199, input3_id=200, output_id=201, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9517260Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [59]: MPSNode(mpsnode_union=MPSAdd(input1_id=201, input2_id=15, output_id=202, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9517590Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [60]: MPSNode(mpsnode_union=MPSClamp(input1_id=202, output_id=203), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9517910Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [61]: MPSNode(mpsnode_union=MPSClamp(input1_id=203, output_id=204), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9518230Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [62]: MPSNode(mpsnode_union=MPSDiv(input1_id=204, input2_id=16, output_id=205, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9518510Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [63]: MPSNode(mpsnode_union=MPSMul(input1_id=205, input2_id=193, output_id=206), min_max=None) 2025-03-21T21:09:04.9519070Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [64]: MPSNode(mpsnode_union=MPSConv2D(input1_id=206, input2_id=207, input3_id=-1, output_id=208, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9519550Z [INFO 2025-03-21 21:09:04,945 mps_preprocess.py:274] [65]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=208, mean_id=211, var_id=212, weight_id=209, bias_id=210, momentum=0.01, epsilon=0.001, output1_id=213, output2_id=214, output3_id=215), min_max=None) 2025-03-21T21:09:04.9520120Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [66]: MPSNode(mpsnode_union=MPSConv2D(input1_id=213, input2_id=216, input3_id=-1, output_id=217, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9520650Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [67]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=217, mean_id=220, var_id=221, weight_id=218, bias_id=219, momentum=0.01, epsilon=0.001, output1_id=222, output2_id=223, output3_id=224), min_max=None) 2025-03-21T21:09:04.9521000Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [68]: MPSNode(mpsnode_union=MPSAdd(input1_id=222, input2_id=17, output_id=225, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9521330Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [69]: MPSNode(mpsnode_union=MPSClamp(input1_id=225, output_id=226), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9521650Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [70]: MPSNode(mpsnode_union=MPSClamp(input1_id=226, output_id=227), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9521930Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [71]: MPSNode(mpsnode_union=MPSMul(input1_id=222, input2_id=227, output_id=228), min_max=None) 2025-03-21T21:09:04.9522370Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [72]: MPSNode(mpsnode_union=MPSDiv(input1_id=228, input2_id=18, output_id=229, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9523090Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [73]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=229, input2_id=230, input3_id=-1, output_id=231, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=240, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9523580Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [74]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=231, mean_id=234, var_id=235, weight_id=232, bias_id=233, momentum=0.01, epsilon=0.001, output1_id=236, output2_id=237, output3_id=238), min_max=None) 2025-03-21T21:09:04.9523880Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [75]: MPSNode(mpsnode_union=MPSAdd(input1_id=236, input2_id=19, output_id=239, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9524210Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [76]: MPSNode(mpsnode_union=MPSClamp(input1_id=239, output_id=240), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9524540Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [77]: MPSNode(mpsnode_union=MPSClamp(input1_id=240, output_id=241), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9524820Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [78]: MPSNode(mpsnode_union=MPSMul(input1_id=236, input2_id=241, output_id=242), min_max=None) 2025-03-21T21:09:04.9525150Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [79]: MPSNode(mpsnode_union=MPSDiv(input1_id=242, input2_id=20, output_id=243, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9525490Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [80]: MPSNode(mpsnode_union=MPSMean(input1_id=243, output_id=244, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9526200Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [81]: MPSNode(mpsnode_union=MPSConv2D(input1_id=244, input2_id=245, input3_id=246, output_id=247, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9526480Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [82]: MPSNode(mpsnode_union=MPSReLU(input1_id=247, output_id=248), min_max=None) 2025-03-21T21:09:04.9527060Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [83]: MPSNode(mpsnode_union=MPSConv2D(input1_id=248, input2_id=249, input3_id=250, output_id=251, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9527360Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [84]: MPSNode(mpsnode_union=MPSAdd(input1_id=251, input2_id=21, output_id=252, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9527950Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [85]: MPSNode(mpsnode_union=MPSClamp(input1_id=252, output_id=253), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9528290Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [86]: MPSNode(mpsnode_union=MPSClamp(input1_id=253, output_id=254), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9528740Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [87]: MPSNode(mpsnode_union=MPSDiv(input1_id=254, input2_id=22, output_id=255, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9529020Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [88]: MPSNode(mpsnode_union=MPSMul(input1_id=255, input2_id=243, output_id=256), min_max=None) 2025-03-21T21:09:04.9529630Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [89]: MPSNode(mpsnode_union=MPSConv2D(input1_id=256, input2_id=257, input3_id=-1, output_id=258, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9530220Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [90]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=258, mean_id=261, var_id=262, weight_id=259, bias_id=260, momentum=0.01, epsilon=0.001, output1_id=263, output2_id=264, output3_id=265), min_max=None) 2025-03-21T21:09:04.9530590Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [91]: MPSNode(mpsnode_union=MPSAdd(input1_id=263, input2_id=213, output_id=266, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9531260Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [92]: MPSNode(mpsnode_union=MPSConv2D(input1_id=266, input2_id=267, input3_id=-1, output_id=268, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9531980Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [93]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=268, mean_id=271, var_id=272, weight_id=269, bias_id=270, momentum=0.01, epsilon=0.001, output1_id=273, output2_id=274, output3_id=275), min_max=None) 2025-03-21T21:09:04.9532280Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [94]: MPSNode(mpsnode_union=MPSAdd(input1_id=273, input2_id=23, output_id=276, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9532610Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [95]: MPSNode(mpsnode_union=MPSClamp(input1_id=276, output_id=277), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9532930Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [96]: MPSNode(mpsnode_union=MPSClamp(input1_id=277, output_id=278), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9533210Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [97]: MPSNode(mpsnode_union=MPSMul(input1_id=273, input2_id=278, output_id=279), min_max=None) 2025-03-21T21:09:04.9533530Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [98]: MPSNode(mpsnode_union=MPSDiv(input1_id=279, input2_id=24, output_id=280, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9534130Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [99]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=280, input2_id=281, input3_id=-1, output_id=282, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=240, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9534620Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [100]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=282, mean_id=285, var_id=286, weight_id=283, bias_id=284, momentum=0.01, epsilon=0.001, output1_id=287, output2_id=288, output3_id=289), min_max=None) 2025-03-21T21:09:04.9534920Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [101]: MPSNode(mpsnode_union=MPSAdd(input1_id=287, input2_id=25, output_id=290, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9535250Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [102]: MPSNode(mpsnode_union=MPSClamp(input1_id=290, output_id=291), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9535670Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [103]: MPSNode(mpsnode_union=MPSClamp(input1_id=291, output_id=292), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9536300Z [INFO 2025-03-21 21:09:04,946 mps_preprocess.py:274] [104]: MPSNode(mpsnode_union=MPSMul(input1_id=287, input2_id=292, output_id=293), min_max=None) 2025-03-21T21:09:04.9536650Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [105]: MPSNode(mpsnode_union=MPSDiv(input1_id=293, input2_id=26, output_id=294, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9537000Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [106]: MPSNode(mpsnode_union=MPSMean(input1_id=294, output_id=295, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9537580Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [107]: MPSNode(mpsnode_union=MPSConv2D(input1_id=295, input2_id=296, input3_id=297, output_id=298, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9537990Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [108]: MPSNode(mpsnode_union=MPSReLU(input1_id=298, output_id=299), min_max=None) 2025-03-21T21:09:04.9538640Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [109]: MPSNode(mpsnode_union=MPSConv2D(input1_id=299, input2_id=300, input3_id=301, output_id=302, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9538950Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [110]: MPSNode(mpsnode_union=MPSAdd(input1_id=302, input2_id=27, output_id=303, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9539280Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [111]: MPSNode(mpsnode_union=MPSClamp(input1_id=303, output_id=304), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9541880Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [112]: MPSNode(mpsnode_union=MPSClamp(input1_id=304, output_id=305), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9542240Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [113]: MPSNode(mpsnode_union=MPSDiv(input1_id=305, input2_id=28, output_id=306, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9542530Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [114]: MPSNode(mpsnode_union=MPSMul(input1_id=306, input2_id=294, output_id=307), min_max=None) 2025-03-21T21:09:04.9543130Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [115]: MPSNode(mpsnode_union=MPSConv2D(input1_id=307, input2_id=308, input3_id=-1, output_id=309, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9543650Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [116]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=309, mean_id=312, var_id=313, weight_id=310, bias_id=311, momentum=0.01, epsilon=0.001, output1_id=314, output2_id=315, output3_id=316), min_max=None) 2025-03-21T21:09:04.9543970Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [117]: MPSNode(mpsnode_union=MPSAdd(input1_id=314, input2_id=266, output_id=317, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9544560Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [118]: MPSNode(mpsnode_union=MPSConv2D(input1_id=317, input2_id=318, input3_id=-1, output_id=319, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9545060Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [119]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=319, mean_id=322, var_id=323, weight_id=320, bias_id=321, momentum=0.01, epsilon=0.001, output1_id=324, output2_id=325, output3_id=326), min_max=None) 2025-03-21T21:09:04.9547610Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [120]: MPSNode(mpsnode_union=MPSAdd(input1_id=324, input2_id=29, output_id=327, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9547950Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [121]: MPSNode(mpsnode_union=MPSClamp(input1_id=327, output_id=328), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9548420Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [122]: MPSNode(mpsnode_union=MPSClamp(input1_id=328, output_id=329), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9548700Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [123]: MPSNode(mpsnode_union=MPSMul(input1_id=324, input2_id=329, output_id=330), min_max=None) 2025-03-21T21:09:04.9549020Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [124]: MPSNode(mpsnode_union=MPSDiv(input1_id=330, input2_id=30, output_id=331, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9549700Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [125]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=331, input2_id=332, input3_id=-1, output_id=333, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=120, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9550250Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [126]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=333, mean_id=336, var_id=337, weight_id=334, bias_id=335, momentum=0.01, epsilon=0.001, output1_id=338, output2_id=339, output3_id=340), min_max=None) 2025-03-21T21:09:04.9550560Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [127]: MPSNode(mpsnode_union=MPSAdd(input1_id=338, input2_id=31, output_id=341, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9550890Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [128]: MPSNode(mpsnode_union=MPSClamp(input1_id=341, output_id=342), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9551220Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [129]: MPSNode(mpsnode_union=MPSClamp(input1_id=342, output_id=343), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9551500Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [130]: MPSNode(mpsnode_union=MPSMul(input1_id=338, input2_id=343, output_id=344), min_max=None) 2025-03-21T21:09:04.9551830Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [131]: MPSNode(mpsnode_union=MPSDiv(input1_id=344, input2_id=32, output_id=345, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9552170Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [132]: MPSNode(mpsnode_union=MPSMean(input1_id=345, output_id=346, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9552750Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [133]: MPSNode(mpsnode_union=MPSConv2D(input1_id=346, input2_id=347, input3_id=348, output_id=349, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9553020Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [134]: MPSNode(mpsnode_union=MPSReLU(input1_id=349, output_id=350), min_max=None) 2025-03-21T21:09:04.9553610Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [135]: MPSNode(mpsnode_union=MPSConv2D(input1_id=350, input2_id=351, input3_id=352, output_id=353, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9553910Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [136]: MPSNode(mpsnode_union=MPSAdd(input1_id=353, input2_id=33, output_id=354, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9554240Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [137]: MPSNode(mpsnode_union=MPSClamp(input1_id=354, output_id=355), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9554560Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [138]: MPSNode(mpsnode_union=MPSClamp(input1_id=355, output_id=356), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9554950Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [139]: MPSNode(mpsnode_union=MPSDiv(input1_id=356, input2_id=34, output_id=357, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9555280Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [140]: MPSNode(mpsnode_union=MPSMul(input1_id=357, input2_id=345, output_id=358), min_max=None) 2025-03-21T21:09:04.9555850Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [141]: MPSNode(mpsnode_union=MPSConv2D(input1_id=358, input2_id=359, input3_id=-1, output_id=360, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9556350Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [142]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=360, mean_id=363, var_id=364, weight_id=361, bias_id=362, momentum=0.01, epsilon=0.001, output1_id=365, output2_id=366, output3_id=367), min_max=None) 2025-03-21T21:09:04.9557050Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [143]: MPSNode(mpsnode_union=MPSConv2D(input1_id=365, input2_id=368, input3_id=-1, output_id=369, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9557660Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [144]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=369, mean_id=372, var_id=373, weight_id=370, bias_id=371, momentum=0.01, epsilon=0.001, output1_id=374, output2_id=375, output3_id=376), min_max=None) 2025-03-21T21:09:04.9557960Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [145]: MPSNode(mpsnode_union=MPSAdd(input1_id=374, input2_id=35, output_id=377, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9558290Z [INFO 2025-03-21 21:09:04,947 mps_preprocess.py:274] [146]: MPSNode(mpsnode_union=MPSClamp(input1_id=377, output_id=378), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9558620Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [147]: MPSNode(mpsnode_union=MPSClamp(input1_id=378, output_id=379), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9558910Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [148]: MPSNode(mpsnode_union=MPSMul(input1_id=374, input2_id=379, output_id=380), min_max=None) 2025-03-21T21:09:04.9559230Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [149]: MPSNode(mpsnode_union=MPSDiv(input1_id=380, input2_id=36, output_id=381, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9559830Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [150]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=381, input2_id=382, input3_id=-1, output_id=383, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=144, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9560320Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [151]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=383, mean_id=386, var_id=387, weight_id=384, bias_id=385, momentum=0.01, epsilon=0.001, output1_id=388, output2_id=389, output3_id=390), min_max=None) 2025-03-21T21:09:04.9560620Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [152]: MPSNode(mpsnode_union=MPSAdd(input1_id=388, input2_id=37, output_id=391, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9560960Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [153]: MPSNode(mpsnode_union=MPSClamp(input1_id=391, output_id=392), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9561280Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [154]: MPSNode(mpsnode_union=MPSClamp(input1_id=392, output_id=393), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9561560Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [155]: MPSNode(mpsnode_union=MPSMul(input1_id=388, input2_id=393, output_id=394), min_max=None) 2025-03-21T21:09:04.9562010Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [156]: MPSNode(mpsnode_union=MPSDiv(input1_id=394, input2_id=38, output_id=395, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9562460Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [157]: MPSNode(mpsnode_union=MPSMean(input1_id=395, output_id=396, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9563040Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [158]: MPSNode(mpsnode_union=MPSConv2D(input1_id=396, input2_id=397, input3_id=398, output_id=399, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9563290Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [159]: MPSNode(mpsnode_union=MPSReLU(input1_id=399, output_id=400), min_max=None) 2025-03-21T21:09:04.9563920Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [160]: MPSNode(mpsnode_union=MPSConv2D(input1_id=400, input2_id=401, input3_id=402, output_id=403, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9564230Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [161]: MPSNode(mpsnode_union=MPSAdd(input1_id=403, input2_id=39, output_id=404, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9564610Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [162]: MPSNode(mpsnode_union=MPSClamp(input1_id=404, output_id=405), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9564930Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [163]: MPSNode(mpsnode_union=MPSClamp(input1_id=405, output_id=406), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9565260Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [164]: MPSNode(mpsnode_union=MPSDiv(input1_id=406, input2_id=40, output_id=407, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9565540Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [165]: MPSNode(mpsnode_union=MPSMul(input1_id=407, input2_id=395, output_id=408), min_max=None) 2025-03-21T21:09:04.9566110Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [166]: MPSNode(mpsnode_union=MPSConv2D(input1_id=408, input2_id=409, input3_id=-1, output_id=410, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9566600Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [167]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=410, mean_id=413, var_id=414, weight_id=411, bias_id=412, momentum=0.01, epsilon=0.001, output1_id=415, output2_id=416, output3_id=417), min_max=None) 2025-03-21T21:09:04.9566900Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [168]: MPSNode(mpsnode_union=MPSAdd(input1_id=415, input2_id=365, output_id=418, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9567470Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [169]: MPSNode(mpsnode_union=MPSConv2D(input1_id=418, input2_id=419, input3_id=-1, output_id=420, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9567950Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [170]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=420, mean_id=423, var_id=424, weight_id=421, bias_id=422, momentum=0.01, epsilon=0.001, output1_id=425, output2_id=426, output3_id=427), min_max=None) 2025-03-21T21:09:04.9568250Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [171]: MPSNode(mpsnode_union=MPSAdd(input1_id=425, input2_id=41, output_id=428, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9568580Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [172]: MPSNode(mpsnode_union=MPSClamp(input1_id=428, output_id=429), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9568960Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [173]: MPSNode(mpsnode_union=MPSClamp(input1_id=429, output_id=430), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9569250Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [174]: MPSNode(mpsnode_union=MPSMul(input1_id=425, input2_id=430, output_id=431), min_max=None) 2025-03-21T21:09:04.9569620Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [175]: MPSNode(mpsnode_union=MPSDiv(input1_id=431, input2_id=42, output_id=432, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9570220Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [176]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=432, input2_id=433, input3_id=-1, output_id=434, stride_x=2, stride_y=2, dilation_x=1, dilation_y=1, groups=288, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9570700Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [177]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=434, mean_id=437, var_id=438, weight_id=435, bias_id=436, momentum=0.01, epsilon=0.001, output1_id=439, output2_id=440, output3_id=441), min_max=None) 2025-03-21T21:09:04.9571060Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [178]: MPSNode(mpsnode_union=MPSAdd(input1_id=439, input2_id=43, output_id=442, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9571450Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [179]: MPSNode(mpsnode_union=MPSClamp(input1_id=442, output_id=443), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9571780Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [180]: MPSNode(mpsnode_union=MPSClamp(input1_id=443, output_id=444), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9574670Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [181]: MPSNode(mpsnode_union=MPSMul(input1_id=439, input2_id=444, output_id=445), min_max=None) 2025-03-21T21:09:04.9575010Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [182]: MPSNode(mpsnode_union=MPSDiv(input1_id=445, input2_id=44, output_id=446, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9575360Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [183]: MPSNode(mpsnode_union=MPSMean(input1_id=446, output_id=447, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9576430Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [184]: MPSNode(mpsnode_union=MPSConv2D(input1_id=447, input2_id=448, input3_id=449, output_id=450, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9576690Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [185]: MPSNode(mpsnode_union=MPSReLU(input1_id=450, output_id=451), min_max=None) 2025-03-21T21:09:04.9577260Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [186]: MPSNode(mpsnode_union=MPSConv2D(input1_id=451, input2_id=452, input3_id=453, output_id=454, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9577570Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [187]: MPSNode(mpsnode_union=MPSAdd(input1_id=454, input2_id=45, output_id=455, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9577900Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [188]: MPSNode(mpsnode_union=MPSClamp(input1_id=455, output_id=456), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9578230Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [189]: MPSNode(mpsnode_union=MPSClamp(input1_id=456, output_id=457), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9578570Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [190]: MPSNode(mpsnode_union=MPSDiv(input1_id=457, input2_id=46, output_id=458, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9578860Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [191]: MPSNode(mpsnode_union=MPSMul(input1_id=458, input2_id=446, output_id=459), min_max=None) 2025-03-21T21:09:04.9579610Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [192]: MPSNode(mpsnode_union=MPSConv2D(input1_id=459, input2_id=460, input3_id=-1, output_id=461, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9580170Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [193]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=461, mean_id=464, var_id=465, weight_id=462, bias_id=463, momentum=0.01, epsilon=0.001, output1_id=466, output2_id=467, output3_id=468), min_max=None) 2025-03-21T21:09:04.9580750Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [194]: MPSNode(mpsnode_union=MPSConv2D(input1_id=466, input2_id=469, input3_id=-1, output_id=470, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9581300Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [195]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=470, mean_id=473, var_id=474, weight_id=471, bias_id=472, momentum=0.01, epsilon=0.001, output1_id=475, output2_id=476, output3_id=477), min_max=None) 2025-03-21T21:09:04.9581680Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [196]: MPSNode(mpsnode_union=MPSAdd(input1_id=475, input2_id=47, output_id=478, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9582060Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [197]: MPSNode(mpsnode_union=MPSClamp(input1_id=478, output_id=479), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9582820Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [198]: MPSNode(mpsnode_union=MPSClamp(input1_id=479, output_id=480), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9583100Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [199]: MPSNode(mpsnode_union=MPSMul(input1_id=475, input2_id=480, output_id=481), min_max=None) 2025-03-21T21:09:04.9583430Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [200]: MPSNode(mpsnode_union=MPSDiv(input1_id=481, input2_id=48, output_id=482, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9584030Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [201]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=482, input2_id=483, input3_id=-1, output_id=484, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=576, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9584510Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [202]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=484, mean_id=487, var_id=488, weight_id=485, bias_id=486, momentum=0.01, epsilon=0.001, output1_id=489, output2_id=490, output3_id=491), min_max=None) 2025-03-21T21:09:04.9584820Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [203]: MPSNode(mpsnode_union=MPSAdd(input1_id=489, input2_id=49, output_id=492, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9585140Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [204]: MPSNode(mpsnode_union=MPSClamp(input1_id=492, output_id=493), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9585470Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [205]: MPSNode(mpsnode_union=MPSClamp(input1_id=493, output_id=494), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9585750Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [206]: MPSNode(mpsnode_union=MPSMul(input1_id=489, input2_id=494, output_id=495), min_max=None) 2025-03-21T21:09:04.9586070Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [207]: MPSNode(mpsnode_union=MPSDiv(input1_id=495, input2_id=50, output_id=496, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9586400Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [208]: MPSNode(mpsnode_union=MPSMean(input1_id=496, output_id=497, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9587080Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [209]: MPSNode(mpsnode_union=MPSConv2D(input1_id=497, input2_id=498, input3_id=499, output_id=500, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9587400Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [210]: MPSNode(mpsnode_union=MPSReLU(input1_id=500, output_id=501), min_max=None) 2025-03-21T21:09:04.9587970Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [211]: MPSNode(mpsnode_union=MPSConv2D(input1_id=501, input2_id=502, input3_id=503, output_id=504, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9588270Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [212]: MPSNode(mpsnode_union=MPSAdd(input1_id=504, input2_id=51, output_id=505, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9588600Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [213]: MPSNode(mpsnode_union=MPSClamp(input1_id=505, output_id=506), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9589060Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [214]: MPSNode(mpsnode_union=MPSClamp(input1_id=506, output_id=507), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9589530Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [215]: MPSNode(mpsnode_union=MPSDiv(input1_id=507, input2_id=52, output_id=508, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9589820Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [216]: MPSNode(mpsnode_union=MPSMul(input1_id=508, input2_id=496, output_id=509), min_max=None) 2025-03-21T21:09:04.9590380Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [217]: MPSNode(mpsnode_union=MPSConv2D(input1_id=509, input2_id=510, input3_id=-1, output_id=511, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9590870Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [218]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=511, mean_id=514, var_id=515, weight_id=512, bias_id=513, momentum=0.01, epsilon=0.001, output1_id=516, output2_id=517, output3_id=518), min_max=None) 2025-03-21T21:09:04.9591170Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [219]: MPSNode(mpsnode_union=MPSAdd(input1_id=516, input2_id=466, output_id=519, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9591740Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [220]: MPSNode(mpsnode_union=MPSConv2D(input1_id=519, input2_id=520, input3_id=-1, output_id=521, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9592220Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [221]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=521, mean_id=524, var_id=525, weight_id=522, bias_id=523, momentum=0.01, epsilon=0.001, output1_id=526, output2_id=527, output3_id=528), min_max=None) 2025-03-21T21:09:04.9592530Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [222]: MPSNode(mpsnode_union=MPSAdd(input1_id=526, input2_id=53, output_id=529, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9592860Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [223]: MPSNode(mpsnode_union=MPSClamp(input1_id=529, output_id=530), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9593190Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [224]: MPSNode(mpsnode_union=MPSClamp(input1_id=530, output_id=531), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9593470Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [225]: MPSNode(mpsnode_union=MPSMul(input1_id=526, input2_id=531, output_id=532), min_max=None) 2025-03-21T21:09:04.9593790Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [226]: MPSNode(mpsnode_union=MPSDiv(input1_id=532, input2_id=54, output_id=533, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9594520Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [227]: MPSNode(mpsnode_union=MPSDepthwiseConv2D(input1_id=533, input2_id=534, input3_id=-1, output_id=535, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=576, padding_left=2, padding_right=2, padding_top=2, padding_bottom=2), min_max=None) 2025-03-21T21:09:04.9595120Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [228]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=535, mean_id=538, var_id=539, weight_id=536, bias_id=537, momentum=0.01, epsilon=0.001, output1_id=540, output2_id=541, output3_id=542), min_max=None) 2025-03-21T21:09:04.9595420Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [229]: MPSNode(mpsnode_union=MPSAdd(input1_id=540, input2_id=55, output_id=543, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9595750Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [230]: MPSNode(mpsnode_union=MPSClamp(input1_id=543, output_id=544), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9596130Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [231]: MPSNode(mpsnode_union=MPSClamp(input1_id=544, output_id=545), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9596470Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [232]: MPSNode(mpsnode_union=MPSMul(input1_id=540, input2_id=545, output_id=546), min_max=None) 2025-03-21T21:09:04.9596790Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [233]: MPSNode(mpsnode_union=MPSDiv(input1_id=546, input2_id=56, output_id=547, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9597130Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [234]: MPSNode(mpsnode_union=MPSMean(input1_id=547, output_id=548, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9597700Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [235]: MPSNode(mpsnode_union=MPSConv2D(input1_id=548, input2_id=549, input3_id=550, output_id=551, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9597960Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [236]: MPSNode(mpsnode_union=MPSReLU(input1_id=551, output_id=552), min_max=None) 2025-03-21T21:09:04.9598530Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [237]: MPSNode(mpsnode_union=MPSConv2D(input1_id=552, input2_id=553, input3_id=554, output_id=555, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9598830Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [238]: MPSNode(mpsnode_union=MPSAdd(input1_id=555, input2_id=57, output_id=556, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9599160Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [239]: MPSNode(mpsnode_union=MPSClamp(input1_id=556, output_id=557), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9599490Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [240]: MPSNode(mpsnode_union=MPSClamp(input1_id=557, output_id=558), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9609500Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [241]: MPSNode(mpsnode_union=MPSDiv(input1_id=558, input2_id=58, output_id=559, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9609830Z [INFO 2025-03-21 21:09:04,948 mps_preprocess.py:274] [242]: MPSNode(mpsnode_union=MPSMul(input1_id=559, input2_id=547, output_id=560), min_max=None) 2025-03-21T21:09:04.9617090Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [243]: MPSNode(mpsnode_union=MPSConv2D(input1_id=560, input2_id=561, input3_id=-1, output_id=562, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9617680Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [244]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=562, mean_id=565, var_id=566, weight_id=563, bias_id=564, momentum=0.01, epsilon=0.001, output1_id=567, output2_id=568, output3_id=569), min_max=None) 2025-03-21T21:09:04.9618360Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [245]: MPSNode(mpsnode_union=MPSAdd(input1_id=567, input2_id=519, output_id=570, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9619050Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [246]: MPSNode(mpsnode_union=MPSConv2D(input1_id=570, input2_id=571, input3_id=-1, output_id=572, stride_x=1, stride_y=1, dilation_x=1, dilation_y=1, groups=1, padding_left=0, padding_right=0, padding_top=0, padding_bottom=0), min_max=None) 2025-03-21T21:09:04.9619550Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [247]: MPSNode(mpsnode_union=MPSBatchNorm(input_id=572, mean_id=575, var_id=576, weight_id=573, bias_id=574, momentum=0.01, epsilon=0.001, output1_id=577, output2_id=578, output3_id=579), min_max=None) 2025-03-21T21:09:04.9620240Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [248]: MPSNode(mpsnode_union=MPSAdd(input1_id=577, input2_id=59, output_id=580, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9620780Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [249]: MPSNode(mpsnode_union=MPSClamp(input1_id=580, output_id=581), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9621230Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [250]: MPSNode(mpsnode_union=MPSClamp(input1_id=581, output_id=582), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9621530Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [251]: MPSNode(mpsnode_union=MPSMul(input1_id=577, input2_id=582, output_id=583), min_max=None) 2025-03-21T21:09:04.9621850Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [252]: MPSNode(mpsnode_union=MPSDiv(input1_id=583, input2_id=60, output_id=584, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9622240Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [253]: MPSNode(mpsnode_union=MPSMean(input1_id=584, output_id=585, num_dims=2, dims=[-1, -2], keep_dims=True), min_max=None) 2025-03-21T21:09:04.9622560Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [254]: MPSNode(mpsnode_union=MPSView(input1_id=585, output_id=586, num_dims=2, shape=[1, 576]), min_max=None) 2025-03-21T21:09:04.9622930Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [255]: MPSNode(mpsnode_union=MPSAddmm(input1_id=587, input2_id=586, input3_id=4, output_id=588, beta=1.0, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9623240Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [256]: MPSNode(mpsnode_union=MPSAdd(input1_id=588, input2_id=61, output_id=589, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9623600Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [257]: MPSNode(mpsnode_union=MPSClamp(input1_id=589, output_id=590), min_max=MPSMinMax(min_value=0, max_value='inf')) 2025-03-21T21:09:04.9623960Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [258]: MPSNode(mpsnode_union=MPSClamp(input1_id=590, output_id=591), min_max=MPSMinMax(min_value='-inf', max_value=6)) 2025-03-21T21:09:04.9624260Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [259]: MPSNode(mpsnode_union=MPSMul(input1_id=588, input2_id=591, output_id=592), min_max=None) 2025-03-21T21:09:04.9624610Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [260]: MPSNode(mpsnode_union=MPSDiv(input1_id=592, input2_id=62, output_id=593, rounding_mode=None), min_max=None) 2025-03-21T21:09:04.9625000Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [261]: MPSNode(mpsnode_union=MPSAddmm(input1_id=594, input2_id=593, input3_id=6, output_id=595, beta=1.0, alpha=1.0), min_max=None) 2025-03-21T21:09:04.9625370Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:274] [262]: MPSNode(mpsnode_union=MPSCast(input1_id=595, output_id=595, dtype=), min_max=None) 2025-03-21T21:09:04.9625500Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:275] MPS values: 2025-03-21T21:09:04.9625940Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [0]: MPSTensor(datatype=2, num_dims=4, dims=[1, 3, 224, 224], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9626260Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [1]: MPSTensor(datatype=1, num_dims=4, dims=[16, 3, 3, 3], constant_buffer_size=864, segment_offset=0) 2025-03-21T21:09:04.9626670Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [2]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9626980Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [3]: MPSTensor(datatype=1, num_dims=2, dims=[1024, 576], constant_buffer_size=1179648, segment_offset=864) 2025-03-21T21:09:04.9627260Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [4]: MPSTensor(datatype=2, num_dims=2, dims=[576, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9627570Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [5]: MPSTensor(datatype=1, num_dims=2, dims=[1000, 1024], constant_buffer_size=2048000, segment_offset=1180512) 2025-03-21T21:09:04.9627950Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [6]: MPSTensor(datatype=2, num_dims=2, dims=[1024, 1000], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9628290Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [7]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228512) 2025-03-21T21:09:04.9628570Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [8]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228520) 2025-03-21T21:09:04.9628860Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [9]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228528) 2025-03-21T21:09:04.9629140Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [10]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228536) 2025-03-21T21:09:04.9629410Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [11]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228544) 2025-03-21T21:09:04.9629670Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [12]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228552) 2025-03-21T21:09:04.9629940Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [13]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228560) 2025-03-21T21:09:04.9630210Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [14]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228568) 2025-03-21T21:09:04.9630480Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [15]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228576) 2025-03-21T21:09:04.9630740Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [16]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228584) 2025-03-21T21:09:04.9631010Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [17]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228592) 2025-03-21T21:09:04.9631280Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [18]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228600) 2025-03-21T21:09:04.9631550Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [19]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228608) 2025-03-21T21:09:04.9631820Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [20]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228616) 2025-03-21T21:09:04.9632080Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [21]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228624) 2025-03-21T21:09:04.9632450Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [22]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228632) 2025-03-21T21:09:04.9633170Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [23]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228640) 2025-03-21T21:09:04.9633640Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [24]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228648) 2025-03-21T21:09:04.9633920Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [25]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228656) 2025-03-21T21:09:04.9634190Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [26]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228664) 2025-03-21T21:09:04.9635750Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [27]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228672) 2025-03-21T21:09:04.9636380Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [28]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228680) 2025-03-21T21:09:04.9636680Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [29]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228688) 2025-03-21T21:09:04.9637120Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [30]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228696) 2025-03-21T21:09:04.9637400Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [31]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228704) 2025-03-21T21:09:04.9637770Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [32]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228712) 2025-03-21T21:09:04.9638050Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [33]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228720) 2025-03-21T21:09:04.9638320Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [34]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228728) 2025-03-21T21:09:04.9638690Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [35]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228736) 2025-03-21T21:09:04.9638960Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [36]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228744) 2025-03-21T21:09:04.9639230Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [37]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228752) 2025-03-21T21:09:04.9639520Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [38]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228760) 2025-03-21T21:09:04.9639810Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [39]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228768) 2025-03-21T21:09:04.9640090Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [40]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228776) 2025-03-21T21:09:04.9640360Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [41]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228784) 2025-03-21T21:09:04.9640650Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [42]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228792) 2025-03-21T21:09:04.9640920Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [43]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228800) 2025-03-21T21:09:04.9641190Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [44]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228808) 2025-03-21T21:09:04.9641660Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [45]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228816) 2025-03-21T21:09:04.9642130Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [46]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228824) 2025-03-21T21:09:04.9642480Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [47]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228832) 2025-03-21T21:09:04.9642750Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [48]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228840) 2025-03-21T21:09:04.9643020Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [49]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228848) 2025-03-21T21:09:04.9643300Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [50]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228856) 2025-03-21T21:09:04.9643670Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [51]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228864) 2025-03-21T21:09:04.9644010Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [52]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228872) 2025-03-21T21:09:04.9644280Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [53]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228880) 2025-03-21T21:09:04.9644560Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [54]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228888) 2025-03-21T21:09:04.9644840Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [55]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228896) 2025-03-21T21:09:04.9645110Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [56]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228904) 2025-03-21T21:09:04.9645390Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [57]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228912) 2025-03-21T21:09:04.9645660Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [58]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228920) 2025-03-21T21:09:04.9645940Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [59]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228928) 2025-03-21T21:09:04.9646230Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [60]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228936) 2025-03-21T21:09:04.9646510Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [61]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228944) 2025-03-21T21:09:04.9646780Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [62]: MPSTensor(datatype=9, num_dims=0, dims=[], constant_buffer_size=8, segment_offset=3228952) 2025-03-21T21:09:04.9647070Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [63]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3228960) 2025-03-21T21:09:04.9647360Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [64]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3228992) 2025-03-21T21:09:04.9647640Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [65]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229024) 2025-03-21T21:09:04.9647920Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [66]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229056) 2025-03-21T21:09:04.9648310Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [67]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9648600Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [68]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9648980Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [69]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9649270Z [INFO 2025-03-21 21:09:04,949 mps_preprocess.py:277] [70]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9649550Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [71]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9650230Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [72]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9650600Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [73]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9650940Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [74]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 112, 112], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9651240Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [75]: MPSTensor(datatype=1, num_dims=4, dims=[16, 1, 3, 3], constant_buffer_size=288, segment_offset=3229088) 2025-03-21T21:09:04.9651510Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [76]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9651790Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [77]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229376) 2025-03-21T21:09:04.9652120Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [78]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229408) 2025-03-21T21:09:04.9652400Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [79]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229440) 2025-03-21T21:09:04.9652680Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [80]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3229472) 2025-03-21T21:09:04.9652950Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [81]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9653210Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [82]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9653460Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [83]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9653740Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [84]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9654070Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [85]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9654360Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [86]: MPSTensor(datatype=1, num_dims=4, dims=[8, 16, 1, 1], constant_buffer_size=256, segment_offset=3229504) 2025-03-21T21:09:04.9654630Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [87]: MPSTensor(datatype=1, num_dims=1, dims=[8], constant_buffer_size=16, segment_offset=3229760) 2025-03-21T21:09:04.9654900Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [88]: MPSTensor(datatype=2, num_dims=4, dims=[1, 8, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9655230Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [89]: MPSTensor(datatype=2, num_dims=4, dims=[1, 8, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9655520Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [90]: MPSTensor(datatype=1, num_dims=4, dims=[16, 8, 1, 1], constant_buffer_size=256, segment_offset=3229776) 2025-03-21T21:09:04.9655870Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [91]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3230032) 2025-03-21T21:09:04.9656140Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [92]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9656410Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [93]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9656680Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [94]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9657010Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [95]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9657340Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [96]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9657610Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [97]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9657930Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [98]: MPSTensor(datatype=1, num_dims=4, dims=[16, 16, 1, 1], constant_buffer_size=512, segment_offset=3230064) 2025-03-21T21:09:04.9658210Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [99]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9658500Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [100]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3230576) 2025-03-21T21:09:04.9658780Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [101]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3230608) 2025-03-21T21:09:04.9659080Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [102]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3230640) 2025-03-21T21:09:04.9659360Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [103]: MPSTensor(datatype=1, num_dims=1, dims=[16], constant_buffer_size=32, segment_offset=3230672) 2025-03-21T21:09:04.9659640Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [104]: MPSTensor(datatype=2, num_dims=4, dims=[1, 16, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9659900Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [105]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9660170Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [106]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9660460Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [107]: MPSTensor(datatype=1, num_dims=4, dims=[72, 16, 1, 1], constant_buffer_size=2304, segment_offset=3230704) 2025-03-21T21:09:04.9660740Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [108]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9661020Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [109]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3233008) 2025-03-21T21:09:04.9661300Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [110]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3233152) 2025-03-21T21:09:04.9661690Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [111]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3233296) 2025-03-21T21:09:04.9662030Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [112]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3233440) 2025-03-21T21:09:04.9662320Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [113]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9662580Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [114]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9662850Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [115]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9665270Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [116]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 56, 56], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9665870Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [117]: MPSTensor(datatype=1, num_dims=4, dims=[72, 1, 3, 3], constant_buffer_size=1296, segment_offset=3233584) 2025-03-21T21:09:04.9666370Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [118]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9666660Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [119]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3234880) 2025-03-21T21:09:04.9666950Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [120]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3235024) 2025-03-21T21:09:04.9667280Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [121]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3235168) 2025-03-21T21:09:04.9667580Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [122]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3235312) 2025-03-21T21:09:04.9667860Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [123]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9668130Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [124]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9668390Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [125]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9668670Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [126]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9668970Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [127]: MPSTensor(datatype=1, num_dims=4, dims=[24, 72, 1, 1], constant_buffer_size=3456, segment_offset=3235456) 2025-03-21T21:09:04.9670350Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [128]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9671190Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [129]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3238912) 2025-03-21T21:09:04.9671500Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [130]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3238960) 2025-03-21T21:09:04.9671780Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [131]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3239008) 2025-03-21T21:09:04.9672060Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [132]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3239056) 2025-03-21T21:09:04.9672530Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [133]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9673550Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [134]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9673830Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [135]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9674120Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [136]: MPSTensor(datatype=1, num_dims=4, dims=[88, 24, 1, 1], constant_buffer_size=4224, segment_offset=3239104) 2025-03-21T21:09:04.9674400Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [137]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9674680Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [138]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3243328) 2025-03-21T21:09:04.9675080Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [139]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3243504) 2025-03-21T21:09:04.9675440Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [140]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3243680) 2025-03-21T21:09:04.9675750Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [141]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3243856) 2025-03-21T21:09:04.9676020Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [142]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9676290Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [143]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9676640Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [144]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9676920Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [145]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9677330Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [146]: MPSTensor(datatype=1, num_dims=4, dims=[88, 1, 3, 3], constant_buffer_size=1584, segment_offset=3244032) 2025-03-21T21:09:04.9677620Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [147]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9677900Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [148]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3245616) 2025-03-21T21:09:04.9678190Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [149]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3245792) 2025-03-21T21:09:04.9678470Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [150]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3245968) 2025-03-21T21:09:04.9678750Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [151]: MPSTensor(datatype=1, num_dims=1, dims=[88], constant_buffer_size=176, segment_offset=3246144) 2025-03-21T21:09:04.9679020Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [152]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9679290Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [153]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9679550Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [154]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9679910Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [155]: MPSTensor(datatype=2, num_dims=4, dims=[1, 88, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9680260Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [156]: MPSTensor(datatype=1, num_dims=4, dims=[24, 88, 1, 1], constant_buffer_size=4224, segment_offset=3246320) 2025-03-21T21:09:04.9680540Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [157]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9680820Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [158]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3250544) 2025-03-21T21:09:04.9681090Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [159]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3250592) 2025-03-21T21:09:04.9681370Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [160]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3250640) 2025-03-21T21:09:04.9681700Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [161]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3250688) 2025-03-21T21:09:04.9682870Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [162]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9686270Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [163]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9686550Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [164]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9686830Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [165]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9687140Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [166]: MPSTensor(datatype=1, num_dims=4, dims=[96, 24, 1, 1], constant_buffer_size=4608, segment_offset=3250736) 2025-03-21T21:09:04.9687420Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [167]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9687710Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [168]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3255344) 2025-03-21T21:09:04.9687990Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [169]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3255536) 2025-03-21T21:09:04.9688260Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [170]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3255728) 2025-03-21T21:09:04.9689010Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [171]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3255920) 2025-03-21T21:09:04.9689300Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [172]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9689570Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [173]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9690420Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [174]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9690730Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [175]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9691010Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [176]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9691520Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [177]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9691880Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [178]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9692160Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [179]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 28, 28], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9692460Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [180]: MPSTensor(datatype=1, num_dims=4, dims=[96, 1, 5, 5], constant_buffer_size=4800, segment_offset=3256112) 2025-03-21T21:09:04.9694060Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [181]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9694360Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [182]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3260912) 2025-03-21T21:09:04.9694760Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [183]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3261104) 2025-03-21T21:09:04.9695440Z [INFO 2025-03-21 21:09:04,950 mps_preprocess.py:277] [184]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3261296) 2025-03-21T21:09:04.9695760Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [185]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3261488) 2025-03-21T21:09:04.9696570Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [186]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9696840Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [187]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9697120Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [188]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9697400Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [189]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9697680Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [190]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9697950Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [191]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9698230Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [192]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9698510Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [193]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9698790Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [194]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9699080Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [195]: MPSTensor(datatype=1, num_dims=4, dims=[24, 96, 1, 1], constant_buffer_size=4608, segment_offset=3261680) 2025-03-21T21:09:04.9699360Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [196]: MPSTensor(datatype=1, num_dims=1, dims=[24], constant_buffer_size=48, segment_offset=3266288) 2025-03-21T21:09:04.9699700Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [197]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9700090Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [198]: MPSTensor(datatype=2, num_dims=4, dims=[1, 24, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9700380Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [199]: MPSTensor(datatype=1, num_dims=4, dims=[96, 24, 1, 1], constant_buffer_size=4608, segment_offset=3266336) 2025-03-21T21:09:04.9700720Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [200]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3270944) 2025-03-21T21:09:04.9701010Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [201]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9701280Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [202]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9701550Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [203]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9701960Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [204]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9702240Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [205]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9702650Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [206]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9702950Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [207]: MPSTensor(datatype=1, num_dims=4, dims=[40, 96, 1, 1], constant_buffer_size=7680, segment_offset=3271136) 2025-03-21T21:09:04.9703220Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [208]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9703500Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [209]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3278816) 2025-03-21T21:09:04.9703780Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [210]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3278896) 2025-03-21T21:09:04.9704060Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [211]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3278976) 2025-03-21T21:09:04.9704340Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [212]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3279056) 2025-03-21T21:09:04.9704610Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [213]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9704870Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [214]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9705840Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [215]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9706150Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [216]: MPSTensor(datatype=1, num_dims=4, dims=[240, 40, 1, 1], constant_buffer_size=19200, segment_offset=3279136) 2025-03-21T21:09:04.9706430Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [217]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9706710Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [218]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3298336) 2025-03-21T21:09:04.9706990Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [219]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3298816) 2025-03-21T21:09:04.9707480Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [220]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3299296) 2025-03-21T21:09:04.9707770Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [221]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3299776) 2025-03-21T21:09:04.9708170Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [222]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9708430Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [223]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9708700Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [224]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9708980Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [225]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9709870Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [226]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9710240Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [227]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9710520Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [228]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9710800Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [229]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9711100Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [230]: MPSTensor(datatype=1, num_dims=4, dims=[240, 1, 5, 5], constant_buffer_size=12000, segment_offset=3300256) 2025-03-21T21:09:04.9711380Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [231]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9711660Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [232]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3312256) 2025-03-21T21:09:04.9711950Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [233]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3312736) 2025-03-21T21:09:04.9712230Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [234]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3313216) 2025-03-21T21:09:04.9712510Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [235]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3313696) 2025-03-21T21:09:04.9712790Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [236]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9713050Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [237]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9713320Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [238]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9713600Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [239]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9713880Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [240]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9714160Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [241]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9714510Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [242]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9714860Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [243]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9715140Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [244]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9715440Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [245]: MPSTensor(datatype=1, num_dims=4, dims=[64, 240, 1, 1], constant_buffer_size=30720, segment_offset=3314176) 2025-03-21T21:09:04.9715730Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [246]: MPSTensor(datatype=1, num_dims=1, dims=[64], constant_buffer_size=128, segment_offset=3344896) 2025-03-21T21:09:04.9716870Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [247]: MPSTensor(datatype=2, num_dims=4, dims=[1, 64, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9717260Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [248]: MPSTensor(datatype=2, num_dims=4, dims=[1, 64, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9717790Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [249]: MPSTensor(datatype=1, num_dims=4, dims=[240, 64, 1, 1], constant_buffer_size=30720, segment_offset=3345024) 2025-03-21T21:09:04.9718080Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [250]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3375744) 2025-03-21T21:09:04.9718370Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [251]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9718640Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [252]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9718930Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [253]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9719210Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [254]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9719490Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [255]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9719820Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [256]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9720130Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [257]: MPSTensor(datatype=1, num_dims=4, dims=[40, 240, 1, 1], constant_buffer_size=19200, segment_offset=3376224) 2025-03-21T21:09:04.9720410Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [258]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9720700Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [259]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3395424) 2025-03-21T21:09:04.9720980Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [260]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3395504) 2025-03-21T21:09:04.9721260Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [261]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3395584) 2025-03-21T21:09:04.9721540Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [262]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3395664) 2025-03-21T21:09:04.9721820Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [263]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9722160Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [264]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9722490Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [265]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9722770Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [266]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9723070Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [267]: MPSTensor(datatype=1, num_dims=4, dims=[240, 40, 1, 1], constant_buffer_size=19200, segment_offset=3395744) 2025-03-21T21:09:04.9723960Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [268]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9724360Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [269]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3414944) 2025-03-21T21:09:04.9724650Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [270]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3415424) 2025-03-21T21:09:04.9725000Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [271]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3415904) 2025-03-21T21:09:04.9725280Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [272]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3416384) 2025-03-21T21:09:04.9725570Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [273]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9725840Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [274]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9726110Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [275]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9726400Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [276]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9726680Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [277]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9726960Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [278]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9727250Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [279]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9727530Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [280]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9727840Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [281]: MPSTensor(datatype=1, num_dims=4, dims=[240, 1, 5, 5], constant_buffer_size=12000, segment_offset=3416864) 2025-03-21T21:09:04.9728120Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [282]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9728400Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [283]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3428864) 2025-03-21T21:09:04.9728690Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [284]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3429344) 2025-03-21T21:09:04.9729030Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [285]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3429824) 2025-03-21T21:09:04.9729320Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [286]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3430304) 2025-03-21T21:09:04.9729660Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [287]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9729940Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [288]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9730220Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [289]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9730500Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [290]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9730890Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [291]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9731290Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [292]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9731570Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [293]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9731850Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [294]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9732130Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [295]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9732430Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [296]: MPSTensor(datatype=1, num_dims=4, dims=[64, 240, 1, 1], constant_buffer_size=30720, segment_offset=3430784) 2025-03-21T21:09:04.9732710Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [297]: MPSTensor(datatype=1, num_dims=1, dims=[64], constant_buffer_size=128, segment_offset=3461504) 2025-03-21T21:09:04.9732980Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [298]: MPSTensor(datatype=2, num_dims=4, dims=[1, 64, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9733260Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [299]: MPSTensor(datatype=2, num_dims=4, dims=[1, 64, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9733550Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [300]: MPSTensor(datatype=1, num_dims=4, dims=[240, 64, 1, 1], constant_buffer_size=30720, segment_offset=3461632) 2025-03-21T21:09:04.9733840Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [301]: MPSTensor(datatype=1, num_dims=1, dims=[240], constant_buffer_size=480, segment_offset=3492352) 2025-03-21T21:09:04.9734110Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [302]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9734390Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [303]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9734660Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [304]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9735010Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [305]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9735290Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [306]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9735690Z [INFO 2025-03-21 21:09:04,951 mps_preprocess.py:277] [307]: MPSTensor(datatype=2, num_dims=4, dims=[1, 240, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9736110Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [308]: MPSTensor(datatype=1, num_dims=4, dims=[40, 240, 1, 1], constant_buffer_size=19200, segment_offset=3492832) 2025-03-21T21:09:04.9736390Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [309]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9736660Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [310]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3512032) 2025-03-21T21:09:04.9736940Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [311]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3512112) 2025-03-21T21:09:04.9737220Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [312]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3512192) 2025-03-21T21:09:04.9737550Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [313]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3512272) 2025-03-21T21:09:04.9737880Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [314]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9738150Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [315]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9738420Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [316]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9738700Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [317]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9738990Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [318]: MPSTensor(datatype=1, num_dims=4, dims=[120, 40, 1, 1], constant_buffer_size=9600, segment_offset=3512352) 2025-03-21T21:09:04.9739280Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [319]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9739560Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [320]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3521952) 2025-03-21T21:09:04.9739850Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [321]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3522192) 2025-03-21T21:09:04.9740140Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [322]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3522432) 2025-03-21T21:09:04.9740420Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [323]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3522672) 2025-03-21T21:09:04.9740710Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [324]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9740990Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [325]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9741250Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [326]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9741530Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [327]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9741800Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [328]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9742160Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [329]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9742490Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [330]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9742770Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [331]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9743070Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [332]: MPSTensor(datatype=1, num_dims=4, dims=[120, 1, 5, 5], constant_buffer_size=6000, segment_offset=3522912) 2025-03-21T21:09:04.9743360Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [333]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9743690Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [334]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3528912) 2025-03-21T21:09:04.9743980Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [335]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3529152) 2025-03-21T21:09:04.9744330Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [336]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3529392) 2025-03-21T21:09:04.9744620Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [337]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3529632) 2025-03-21T21:09:04.9744890Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [338]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9745160Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [339]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9745430Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [340]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9745710Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [341]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9745990Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [342]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9746270Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [343]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9746560Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [344]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9746840Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [345]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9747130Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [346]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9747430Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [347]: MPSTensor(datatype=1, num_dims=4, dims=[32, 120, 1, 1], constant_buffer_size=7680, segment_offset=3529872) 2025-03-21T21:09:04.9747720Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [348]: MPSTensor(datatype=1, num_dims=1, dims=[32], constant_buffer_size=64, segment_offset=3537552) 2025-03-21T21:09:04.9748000Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [349]: MPSTensor(datatype=2, num_dims=4, dims=[1, 32, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9748330Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [350]: MPSTensor(datatype=2, num_dims=4, dims=[1, 32, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9748630Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [351]: MPSTensor(datatype=1, num_dims=4, dims=[120, 32, 1, 1], constant_buffer_size=7680, segment_offset=3537616) 2025-03-21T21:09:04.9748980Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [352]: MPSTensor(datatype=1, num_dims=1, dims=[120], constant_buffer_size=240, segment_offset=3545296) 2025-03-21T21:09:04.9749250Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [353]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9749520Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [354]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9749810Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [355]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9750140Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [356]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9750480Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [357]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9750770Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [358]: MPSTensor(datatype=2, num_dims=4, dims=[1, 120, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9751060Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [359]: MPSTensor(datatype=1, num_dims=4, dims=[48, 120, 1, 1], constant_buffer_size=11520, segment_offset=3545536) 2025-03-21T21:09:04.9751350Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [360]: MPSTensor(datatype=2, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9751630Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [361]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3557056) 2025-03-21T21:09:04.9751910Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [362]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3557152) 2025-03-21T21:09:04.9752190Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [363]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3557248) 2025-03-21T21:09:04.9752470Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [364]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3557344) 2025-03-21T21:09:04.9752750Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [365]: MPSTensor(datatype=2, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9753020Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [366]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9753280Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [367]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9753580Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [368]: MPSTensor(datatype=1, num_dims=4, dims=[144, 48, 1, 1], constant_buffer_size=13824, segment_offset=3557440) 2025-03-21T21:09:04.9753860Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [369]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9754150Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [370]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3571264) 2025-03-21T21:09:04.9754430Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [371]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3571552) 2025-03-21T21:09:04.9754770Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [372]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3571840) 2025-03-21T21:09:04.9755120Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [373]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3572128) 2025-03-21T21:09:04.9755400Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [374]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9755660Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [375]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9755920Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [376]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9756200Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [377]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9757200Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [378]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9757630Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [379]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9757920Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [380]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9758190Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [381]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9758490Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [382]: MPSTensor(datatype=1, num_dims=4, dims=[144, 1, 5, 5], constant_buffer_size=7200, segment_offset=3572416) 2025-03-21T21:09:04.9758770Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [383]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9759060Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [384]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3579616) 2025-03-21T21:09:04.9759350Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [385]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3579904) 2025-03-21T21:09:04.9759630Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [386]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3580192) 2025-03-21T21:09:04.9759920Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [387]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3580480) 2025-03-21T21:09:04.9760200Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [388]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9760470Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [389]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9760740Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [390]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9761030Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [391]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9761310Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [392]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9761590Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [393]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9762000Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [394]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9762400Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [395]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9762680Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [396]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9762970Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [397]: MPSTensor(datatype=1, num_dims=4, dims=[40, 144, 1, 1], constant_buffer_size=11520, segment_offset=3580768) 2025-03-21T21:09:04.9763700Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [398]: MPSTensor(datatype=1, num_dims=1, dims=[40], constant_buffer_size=80, segment_offset=3592288) 2025-03-21T21:09:04.9763990Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [399]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9764370Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [400]: MPSTensor(datatype=2, num_dims=4, dims=[1, 40, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9764740Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [401]: MPSTensor(datatype=1, num_dims=4, dims=[144, 40, 1, 1], constant_buffer_size=11520, segment_offset=3592368) 2025-03-21T21:09:04.9775380Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [402]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=3603888) 2025-03-21T21:09:04.9775710Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [403]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9775990Z [INFO 2025-03-21 21:09:04,952 mps_preprocess.py:277] [404]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9776270Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [405]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9776560Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [406]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9776850Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [407]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9778180Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [408]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9778500Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [409]: MPSTensor(datatype=1, num_dims=4, dims=[48, 144, 1, 1], constant_buffer_size=13824, segment_offset=3604176) 2025-03-21T21:09:04.9778780Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [410]: MPSTensor(datatype=2, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9779070Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [411]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3618000) 2025-03-21T21:09:04.9779360Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [412]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3618096) 2025-03-21T21:09:04.9779670Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [413]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3618192) 2025-03-21T21:09:04.9779950Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [414]: MPSTensor(datatype=1, num_dims=1, dims=[48], constant_buffer_size=96, segment_offset=3618288) 2025-03-21T21:09:04.9780380Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [415]: MPSTensor(datatype=2, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9780660Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [416]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9781010Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [417]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9781290Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [418]: MPSTensor(datatype=2, num_dims=4, dims=[1, 48, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9781590Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [419]: MPSTensor(datatype=1, num_dims=4, dims=[288, 48, 1, 1], constant_buffer_size=27648, segment_offset=3618384) 2025-03-21T21:09:04.9781870Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [420]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9782300Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [421]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3646032) 2025-03-21T21:09:04.9782660Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [422]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3646608) 2025-03-21T21:09:04.9782950Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [423]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3647184) 2025-03-21T21:09:04.9783220Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [424]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3647760) 2025-03-21T21:09:04.9783510Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [425]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9783770Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [426]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9784040Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [427]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9784330Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [428]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9784610Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [429]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9784890Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [430]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9785170Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [431]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9785500Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [432]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 14, 14], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9785820Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [433]: MPSTensor(datatype=1, num_dims=4, dims=[288, 1, 5, 5], constant_buffer_size=14400, segment_offset=3648336) 2025-03-21T21:09:04.9786110Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [434]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9786390Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [435]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3662736) 2025-03-21T21:09:04.9786670Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [436]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3663312) 2025-03-21T21:09:04.9787100Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [437]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3663888) 2025-03-21T21:09:04.9787380Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [438]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3664464) 2025-03-21T21:09:04.9788400Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [439]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9789530Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [440]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9790550Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [441]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9791570Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [442]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9792040Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [443]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9792390Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [444]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9792690Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [445]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9792980Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [446]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9793260Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [447]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9793570Z [INFO 2025-03-21 21:09:04,953 mps_preprocess.py:277] [448]: MPSTensor(datatype=1, num_dims=4, dims=[72, 288, 1, 1], constant_buffer_size=41472, segment_offset=3665040) 2025-03-21T21:09:04.9793850Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [449]: MPSTensor(datatype=1, num_dims=1, dims=[72], constant_buffer_size=144, segment_offset=3706512) 2025-03-21T21:09:04.9794130Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [450]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9794410Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [451]: MPSTensor(datatype=2, num_dims=4, dims=[1, 72, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9794710Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [452]: MPSTensor(datatype=1, num_dims=4, dims=[288, 72, 1, 1], constant_buffer_size=41472, segment_offset=3706656) 2025-03-21T21:09:04.9794990Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [453]: MPSTensor(datatype=1, num_dims=1, dims=[288], constant_buffer_size=576, segment_offset=3748128) 2025-03-21T21:09:04.9795270Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [454]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9795550Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [455]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9795830Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [456]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9796100Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [457]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9796370Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [458]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9796830Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [459]: MPSTensor(datatype=2, num_dims=4, dims=[1, 288, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9797190Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [460]: MPSTensor(datatype=1, num_dims=4, dims=[96, 288, 1, 1], constant_buffer_size=55296, segment_offset=3748704) 2025-03-21T21:09:04.9797470Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [461]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9797750Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [462]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3804000) 2025-03-21T21:09:04.9798030Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [463]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3804192) 2025-03-21T21:09:04.9798310Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [464]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3804384) 2025-03-21T21:09:04.9798720Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [465]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=3804576) 2025-03-21T21:09:04.9799120Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [466]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9799400Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [467]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9799670Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [468]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9799960Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [469]: MPSTensor(datatype=1, num_dims=4, dims=[576, 96, 1, 1], constant_buffer_size=110592, segment_offset=3804768) 2025-03-21T21:09:04.9800250Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [470]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9800530Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [471]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3915360) 2025-03-21T21:09:04.9800820Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [472]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3916512) 2025-03-21T21:09:04.9801100Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [473]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3917664) 2025-03-21T21:09:04.9801380Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [474]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3918816) 2025-03-21T21:09:04.9801660Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [475]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9801920Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [476]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9802190Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [477]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9802470Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [478]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9802740Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [479]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9803010Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [480]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9803410Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [481]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9803860Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [482]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9804150Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [483]: MPSTensor(datatype=1, num_dims=4, dims=[576, 1, 5, 5], constant_buffer_size=28800, segment_offset=3919968) 2025-03-21T21:09:04.9804430Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [484]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9804710Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [485]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3948768) 2025-03-21T21:09:04.9805060Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [486]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3949920) 2025-03-21T21:09:04.9805350Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [487]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3951072) 2025-03-21T21:09:04.9805800Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [488]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=3952224) 2025-03-21T21:09:04.9806080Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [489]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9806350Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [490]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9806620Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [491]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9806890Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [492]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9807230Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [493]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9807510Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [494]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9807790Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [495]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9808070Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [496]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9808350Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [497]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9808660Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [498]: MPSTensor(datatype=1, num_dims=4, dims=[144, 576, 1, 1], constant_buffer_size=165888, segment_offset=3953376) 2025-03-21T21:09:04.9808970Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [499]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=4119264) 2025-03-21T21:09:04.9809250Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [500]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9809520Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [501]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9809930Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [502]: MPSTensor(datatype=1, num_dims=4, dims=[576, 144, 1, 1], constant_buffer_size=165888, segment_offset=4119552) 2025-03-21T21:09:04.9810210Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [503]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4285440) 2025-03-21T21:09:04.9810580Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [504]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9810860Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [505]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9811130Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [506]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9811400Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [507]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9811770Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [508]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9812120Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [509]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9812420Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [510]: MPSTensor(datatype=1, num_dims=4, dims=[96, 576, 1, 1], constant_buffer_size=110592, segment_offset=4286592) 2025-03-21T21:09:04.9812700Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [511]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9812980Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [512]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4397184) 2025-03-21T21:09:04.9813260Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [513]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4397376) 2025-03-21T21:09:04.9813540Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [514]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4397568) 2025-03-21T21:09:04.9813820Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [515]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4397760) 2025-03-21T21:09:04.9814100Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [516]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9814370Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [517]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9814630Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [518]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9814900Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [519]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9815210Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [520]: MPSTensor(datatype=1, num_dims=4, dims=[576, 96, 1, 1], constant_buffer_size=110592, segment_offset=4397952) 2025-03-21T21:09:04.9815490Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [521]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9815770Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [522]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4508544) 2025-03-21T21:09:04.9816060Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [523]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4509696) 2025-03-21T21:09:04.9816410Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [524]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4510848) 2025-03-21T21:09:04.9816760Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [525]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4512000) 2025-03-21T21:09:04.9817040Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [526]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9817310Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [527]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9817570Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [528]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9817860Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [529]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9818190Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [530]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9818880Z [INFO 2025-03-21 21:09:04,954 mps_preprocess.py:277] [531]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9819190Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [532]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9819460Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [533]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9819760Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [534]: MPSTensor(datatype=1, num_dims=4, dims=[576, 1, 5, 5], constant_buffer_size=28800, segment_offset=4513152) 2025-03-21T21:09:04.9820030Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [535]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9824140Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [536]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4541952) 2025-03-21T21:09:04.9824450Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [537]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4543104) 2025-03-21T21:09:04.9824730Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [538]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4544256) 2025-03-21T21:09:04.9825020Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [539]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4545408) 2025-03-21T21:09:04.9825290Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [540]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9825570Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [541]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9825830Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [542]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9826110Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [543]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9826380Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [544]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9826660Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [545]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9827050Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [546]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9827390Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [547]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9827660Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [548]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9827960Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [549]: MPSTensor(datatype=1, num_dims=4, dims=[144, 576, 1, 1], constant_buffer_size=165888, segment_offset=4546560) 2025-03-21T21:09:04.9828240Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [550]: MPSTensor(datatype=1, num_dims=1, dims=[144], constant_buffer_size=288, segment_offset=4712448) 2025-03-21T21:09:04.9828520Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [551]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9828920Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [552]: MPSTensor(datatype=2, num_dims=4, dims=[1, 144, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9829360Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [553]: MPSTensor(datatype=1, num_dims=4, dims=[576, 144, 1, 1], constant_buffer_size=165888, segment_offset=4712736) 2025-03-21T21:09:04.9829650Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [554]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=4878624) 2025-03-21T21:09:04.9829920Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [555]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9830200Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [556]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9830470Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [557]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9830750Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [558]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9831020Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [559]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9831290Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [560]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9831590Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [561]: MPSTensor(datatype=1, num_dims=4, dims=[96, 576, 1, 1], constant_buffer_size=110592, segment_offset=4879776) 2025-03-21T21:09:04.9831870Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [562]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9832150Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [563]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4990368) 2025-03-21T21:09:04.9832430Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [564]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4990560) 2025-03-21T21:09:04.9832710Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [565]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4990752) 2025-03-21T21:09:04.9832990Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [566]: MPSTensor(datatype=1, num_dims=1, dims=[96], constant_buffer_size=192, segment_offset=4990944) 2025-03-21T21:09:04.9833390Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [567]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9833660Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [568]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9834060Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [569]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9834330Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [570]: MPSTensor(datatype=2, num_dims=4, dims=[1, 96, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9838050Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [571]: MPSTensor(datatype=1, num_dims=4, dims=[576, 96, 1, 1], constant_buffer_size=110592, segment_offset=4991136) 2025-03-21T21:09:04.9838360Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [572]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9838750Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [573]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=5101728) 2025-03-21T21:09:04.9839100Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [574]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=5102880) 2025-03-21T21:09:04.9840090Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [575]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=5104032) 2025-03-21T21:09:04.9840380Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [576]: MPSTensor(datatype=1, num_dims=1, dims=[576], constant_buffer_size=1152, segment_offset=5105184) 2025-03-21T21:09:04.9840650Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [577]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9840920Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [578]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9841180Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [579]: MPSTensor(datatype=2, num_dims=1, dims=[0], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9841460Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [580]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9841740Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [581]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9842010Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [582]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9842280Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [583]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9842560Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [584]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 7, 7], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9842840Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [585]: MPSTensor(datatype=2, num_dims=4, dims=[1, 576, 1, 1], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9843110Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [586]: MPSTensor(datatype=2, num_dims=2, dims=[1, 576], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9843390Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [587]: MPSTensor(datatype=1, num_dims=1, dims=[1024], constant_buffer_size=2048, segment_offset=5106336) 2025-03-21T21:09:04.9843670Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [588]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9844010Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [589]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9844280Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [590]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9844610Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [591]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9845970Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [592]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9846260Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [593]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1024], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9846550Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [594]: MPSTensor(datatype=1, num_dims=1, dims=[1000], constant_buffer_size=2000, segment_offset=5108384) 2025-03-21T21:09:04.9846920Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:277] [595]: MPSTensor(datatype=2, num_dims=2, dims=[1, 1000], constant_buffer_size=0, segment_offset=0) 2025-03-21T21:09:04.9847060Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:278] Input ids: 2025-03-21T21:09:04.9847230Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:280] 0 2025-03-21T21:09:04.9847360Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:281] Constant ids: 2025-03-21T21:09:04.9847470Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 1 2025-03-21T21:09:04.9847570Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 3 2025-03-21T21:09:04.9847670Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 5 2025-03-21T21:09:04.9848570Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 7 2025-03-21T21:09:04.9849000Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 8 2025-03-21T21:09:04.9849310Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 9 2025-03-21T21:09:04.9849610Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 10 2025-03-21T21:09:04.9849990Z [INFO 2025-03-21 21:09:04,955 mps_preprocess.py:283] 11 2025-03-21T21:09:04.9850280Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 12 2025-03-21T21:09:04.9850580Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 13 2025-03-21T21:09:04.9852540Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 14 2025-03-21T21:09:04.9853100Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 15 2025-03-21T21:09:04.9856110Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 16 2025-03-21T21:09:04.9863000Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 17 2025-03-21T21:09:04.9864700Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 18 2025-03-21T21:09:04.9865470Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 19 2025-03-21T21:09:04.9866280Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 20 2025-03-21T21:09:04.9866600Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 21 2025-03-21T21:09:04.9868130Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 22 2025-03-21T21:09:04.9869010Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 23 2025-03-21T21:09:04.9869140Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 24 2025-03-21T21:09:04.9869240Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 25 2025-03-21T21:09:04.9869340Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 26 2025-03-21T21:09:04.9869440Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 27 2025-03-21T21:09:04.9869540Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 28 2025-03-21T21:09:04.9869650Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 29 2025-03-21T21:09:04.9869750Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 30 2025-03-21T21:09:04.9869850Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 31 2025-03-21T21:09:04.9869950Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 32 2025-03-21T21:09:04.9870180Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 33 2025-03-21T21:09:04.9870280Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 34 2025-03-21T21:09:04.9870380Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 35 2025-03-21T21:09:04.9870550Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 36 2025-03-21T21:09:04.9870660Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 37 2025-03-21T21:09:04.9870750Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 38 2025-03-21T21:09:04.9870860Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 39 2025-03-21T21:09:04.9870960Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 40 2025-03-21T21:09:04.9871050Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 41 2025-03-21T21:09:04.9871160Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 42 2025-03-21T21:09:04.9871260Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 43 2025-03-21T21:09:04.9871360Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 44 2025-03-21T21:09:04.9871460Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 45 2025-03-21T21:09:04.9871620Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 46 2025-03-21T21:09:04.9871720Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 47 2025-03-21T21:09:04.9871830Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 48 2025-03-21T21:09:04.9871980Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 49 2025-03-21T21:09:04.9872090Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 50 2025-03-21T21:09:04.9872190Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 51 2025-03-21T21:09:04.9872290Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 52 2025-03-21T21:09:04.9872390Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 53 2025-03-21T21:09:04.9872490Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 54 2025-03-21T21:09:04.9872590Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 55 2025-03-21T21:09:04.9872700Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 56 2025-03-21T21:09:15.3022420Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 57 2025-03-21T21:09:15.3022980Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 58 2025-03-21T21:09:15.3023410Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 59 2025-03-21T21:09:15.3023790Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 60 2025-03-21T21:09:15.3024120Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 61 2025-03-21T21:09:15.3024480Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 62 2025-03-21T21:09:15.3024840Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 63 2025-03-21T21:09:15.3025160Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 64 2025-03-21T21:09:15.3025540Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 65 2025-03-21T21:09:15.3025910Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 66 2025-03-21T21:09:15.3026220Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 75 2025-03-21T21:09:15.3026600Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 77 2025-03-21T21:09:15.3026970Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 78 2025-03-21T21:09:15.3027340Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 79 2025-03-21T21:09:15.3027660Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 80 2025-03-21T21:09:15.3028030Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 86 2025-03-21T21:09:15.3028410Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 87 2025-03-21T21:09:15.3028720Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 90 2025-03-21T21:09:15.3029090Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 91 2025-03-21T21:09:15.3029440Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 98 2025-03-21T21:09:15.3029770Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 100 2025-03-21T21:09:15.3030190Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 101 2025-03-21T21:09:15.3031030Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 102 2025-03-21T21:09:15.3031400Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 103 2025-03-21T21:09:15.3031790Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 107 2025-03-21T21:09:15.3032330Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 109 2025-03-21T21:09:15.3032730Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 110 2025-03-21T21:09:15.3033090Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 111 2025-03-21T21:09:15.3033410Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 112 2025-03-21T21:09:15.3033790Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 117 2025-03-21T21:09:15.3034150Z [INFO 2025-03-21 21:09:04,956 mps_preprocess.py:283] 119 2025-03-21T21:09:15.3034470Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 120 2025-03-21T21:09:15.3034890Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 121 2025-03-21T21:09:15.3035260Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 122 2025-03-21T21:09:15.3035630Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 127 2025-03-21T21:09:15.3035940Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 129 2025-03-21T21:09:15.3036490Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 130 2025-03-21T21:09:15.3036850Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 131 2025-03-21T21:09:15.3037350Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 132 2025-03-21T21:09:15.3037730Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 136 2025-03-21T21:09:15.3038100Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 138 2025-03-21T21:09:15.3038410Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 139 2025-03-21T21:09:15.3038690Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 140 2025-03-21T21:09:15.3039010Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 141 2025-03-21T21:09:15.3039350Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 146 2025-03-21T21:09:15.3039770Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 148 2025-03-21T21:09:15.3040120Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 149 2025-03-21T21:09:15.3040460Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 150 2025-03-21T21:09:15.3040830Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 151 2025-03-21T21:09:15.3041190Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 156 2025-03-21T21:09:15.3041560Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 158 2025-03-21T21:09:15.3041870Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 159 2025-03-21T21:09:15.3042230Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 160 2025-03-21T21:09:15.3042600Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 161 2025-03-21T21:09:15.3042920Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 166 2025-03-21T21:09:15.3043290Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 168 2025-03-21T21:09:15.3043660Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 169 2025-03-21T21:09:15.3043970Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 170 2025-03-21T21:09:15.3044330Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 171 2025-03-21T21:09:15.3044710Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 180 2025-03-21T21:09:15.3045030Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 182 2025-03-21T21:09:15.3045400Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 183 2025-03-21T21:09:15.3045770Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 184 2025-03-21T21:09:15.3046080Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 185 2025-03-21T21:09:15.3046450Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 195 2025-03-21T21:09:15.3046820Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 196 2025-03-21T21:09:15.3047180Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 199 2025-03-21T21:09:15.3047500Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 200 2025-03-21T21:09:15.3047990Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 207 2025-03-21T21:09:15.3048370Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 209 2025-03-21T21:09:15.3048710Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 210 2025-03-21T21:09:15.3049170Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 211 2025-03-21T21:09:15.3049540Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 212 2025-03-21T21:09:15.3049850Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 216 2025-03-21T21:09:15.3050220Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 218 2025-03-21T21:09:15.3050580Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 219 2025-03-21T21:09:15.3050900Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 220 2025-03-21T21:09:15.3051260Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 221 2025-03-21T21:09:15.3051640Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 230 2025-03-21T21:09:15.3052010Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 232 2025-03-21T21:09:15.3052320Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 233 2025-03-21T21:09:15.3052700Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 234 2025-03-21T21:09:15.3053100Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 235 2025-03-21T21:09:15.3053430Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 245 2025-03-21T21:09:15.3053850Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 246 2025-03-21T21:09:15.3054220Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 249 2025-03-21T21:09:15.3054530Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 250 2025-03-21T21:09:15.3054920Z [INFO 2025-03-21 21:09:04,957 mps_preprocess.py:283] 257 2025-03-21T21:09:15.3055280Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 259 2025-03-21T21:09:15.3055610Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 260 2025-03-21T21:09:15.3055970Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 261 2025-03-21T21:09:15.3056340Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 262 2025-03-21T21:09:15.3056660Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 267 2025-03-21T21:09:15.3057020Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 269 2025-03-21T21:09:15.3057390Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 270 2025-03-21T21:09:15.3057760Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 271 2025-03-21T21:09:15.3058080Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 272 2025-03-21T21:09:15.3058450Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 281 2025-03-21T21:09:15.3058830Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 283 2025-03-21T21:09:15.3059140Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 284 2025-03-21T21:09:15.3059490Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 285 2025-03-21T21:09:15.3059860Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 286 2025-03-21T21:09:15.3060170Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 296 2025-03-21T21:09:15.3060590Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 297 2025-03-21T21:09:15.3060910Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 300 2025-03-21T21:09:15.3061280Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 301 2025-03-21T21:09:15.3062150Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 308 2025-03-21T21:09:15.3062520Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 310 2025-03-21T21:09:15.3062840Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 311 2025-03-21T21:09:15.3063130Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 312 2025-03-21T21:09:15.3063410Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 313 2025-03-21T21:09:15.3063680Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 318 2025-03-21T21:09:15.3063950Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 320 2025-03-21T21:09:15.3064220Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 321 2025-03-21T21:09:15.3064590Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 322 2025-03-21T21:09:15.3064870Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 323 2025-03-21T21:09:15.3065140Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 332 2025-03-21T21:09:15.3065460Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 334 2025-03-21T21:09:15.3065740Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 335 2025-03-21T21:09:15.3066020Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 336 2025-03-21T21:09:15.3066300Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 337 2025-03-21T21:09:15.3066570Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 347 2025-03-21T21:09:15.3066850Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 348 2025-03-21T21:09:15.3067120Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 351 2025-03-21T21:09:15.3067400Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 352 2025-03-21T21:09:15.3067670Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 359 2025-03-21T21:09:15.3067950Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 361 2025-03-21T21:09:15.3068230Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 362 2025-03-21T21:09:15.3068540Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 363 2025-03-21T21:09:15.3068830Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 364 2025-03-21T21:09:15.3069290Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 368 2025-03-21T21:09:15.3069670Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 370 2025-03-21T21:09:15.3070010Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 371 2025-03-21T21:09:15.3070340Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 372 2025-03-21T21:09:15.3070790Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 373 2025-03-21T21:09:15.3071070Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 382 2025-03-21T21:09:15.3071390Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 384 2025-03-21T21:09:16.2168420Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 385 2025-03-21T21:09:16.2168940Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 386 2025-03-21T21:09:16.2169330Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 387 2025-03-21T21:09:16.2169740Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 397 2025-03-21T21:09:16.2170130Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 398 2025-03-21T21:09:16.2170450Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 401 2025-03-21T21:09:16.2170890Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 402 2025-03-21T21:09:16.2171280Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 409 2025-03-21T21:09:16.2171640Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 411 2025-03-21T21:09:16.2171910Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 412 2025-03-21T21:09:16.2172290Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 413 2025-03-21T21:09:16.2172670Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 414 2025-03-21T21:09:16.2173040Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 419 2025-03-21T21:09:16.2173430Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 421 2025-03-21T21:09:16.2173740Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 422 2025-03-21T21:09:16.2174010Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 423 2025-03-21T21:09:16.2174280Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 424 2025-03-21T21:09:16.2174550Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 433 2025-03-21T21:09:16.2174810Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 435 2025-03-21T21:09:16.2175080Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 436 2025-03-21T21:09:16.2175350Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 437 2025-03-21T21:09:16.2175620Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 438 2025-03-21T21:09:16.2175880Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 448 2025-03-21T21:09:16.2176480Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 449 2025-03-21T21:09:16.2176830Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 452 2025-03-21T21:09:16.2177100Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 453 2025-03-21T21:09:16.2177450Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 460 2025-03-21T21:09:16.2177720Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 462 2025-03-21T21:09:16.2177990Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 463 2025-03-21T21:09:16.2178260Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 464 2025-03-21T21:09:16.2178530Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 465 2025-03-21T21:09:16.2178790Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 469 2025-03-21T21:09:16.2179060Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 471 2025-03-21T21:09:16.2179330Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 472 2025-03-21T21:09:16.2179600Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 473 2025-03-21T21:09:16.2179870Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 474 2025-03-21T21:09:16.2180140Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 483 2025-03-21T21:09:16.2180480Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 485 2025-03-21T21:09:16.2180750Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 486 2025-03-21T21:09:16.2181080Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 487 2025-03-21T21:09:16.2181350Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 488 2025-03-21T21:09:16.2181620Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 498 2025-03-21T21:09:16.2181890Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 499 2025-03-21T21:09:16.2182160Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 502 2025-03-21T21:09:16.2182430Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 503 2025-03-21T21:09:16.2182700Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 510 2025-03-21T21:09:16.2182970Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 512 2025-03-21T21:09:16.2183230Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 513 2025-03-21T21:09:16.2183500Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 514 2025-03-21T21:09:16.2183780Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 515 2025-03-21T21:09:16.2184040Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 520 2025-03-21T21:09:16.2184320Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 522 2025-03-21T21:09:16.2184590Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 523 2025-03-21T21:09:16.2184860Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 524 2025-03-21T21:09:16.2185130Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 525 2025-03-21T21:09:16.2185390Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 534 2025-03-21T21:09:16.2185660Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 536 2025-03-21T21:09:16.2185930Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 537 2025-03-21T21:09:16.2186200Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 538 2025-03-21T21:09:16.2186470Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 539 2025-03-21T21:09:16.2186740Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 549 2025-03-21T21:09:16.2187020Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 550 2025-03-21T21:09:16.2187280Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 553 2025-03-21T21:09:16.2187550Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 554 2025-03-21T21:09:16.2187820Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 561 2025-03-21T21:09:16.2188090Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 563 2025-03-21T21:09:16.2188360Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 564 2025-03-21T21:09:16.2188630Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 565 2025-03-21T21:09:16.2188900Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 566 2025-03-21T21:09:16.2189200Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 571 2025-03-21T21:09:16.2189470Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 573 2025-03-21T21:09:16.2189750Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 574 2025-03-21T21:09:16.2190040Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 575 2025-03-21T21:09:16.2190300Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 576 2025-03-21T21:09:16.2190580Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 587 2025-03-21T21:09:16.2190860Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:283] 594 2025-03-21T21:09:16.2191150Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:284] Output ids: 2025-03-21T21:09:16.2191580Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:286] 595 2025-03-21T21:09:16.2192030Z [INFO 2025-03-21 21:09:04,958 mps_preprocess.py:287] Constant segment: DataSegment(offset=0, size=0) 2025-03-21T21:09:16.2192530Z [INFO 2025-03-21 21:09:05,168 mps_example.py:183] Lowered graph: 2025-03-21T21:09:16.2192880Z graph(): 2025-03-21T21:09:16.2200100Z %x : [num_users=1] = placeholder[target=x] 2025-03-21T21:09:16.2200440Z %lowered_module_0 : [num_users=1] = get_attr[target=lowered_module_0] 2025-03-21T21:09:16.2201200Z %executorch_call_delegate : [num_users=1] = call_function[target=torch.ops.higher_order.executorch_call_delegate](args = (%lowered_module_0, %x), kwargs = {}) 2025-03-21T21:09:16.2201980Z %getitem_34 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 0), kwargs = {}) 2025-03-21T21:09:16.2202360Z return (getitem_34,) 2025-03-21T21:09:16.2202670Z [DEBUG 2025-03-21 21:09:05,362 normalize_view_copy_base_pass.py:52] Updated the base on 0 view_copy nodes. 2025-03-21T21:09:16.2203200Z [DEBUG 2025-03-21 21:09:05,362 replace_view_copy_with_view_pass.py:296] Replaced 0 view_copy nodes with nodes. 2025-03-21T21:09:16.2203720Z [DEBUG 2025-03-21 21:09:05,363 memory_planning.py:797] greedy algorithm returns bufsizes: [0, 606112] 2025-03-21T21:09:16.2204190Z [DEBUG 2025-03-21 21:09:05,363 memory_planning_pass.py:147] The greedy algorithm reuses storage for 0 pair of tensors 2025-03-21T21:09:16.2204630Z [INFO 2025-03-21 21:09:09,305 utils.py:141] Saved exported program to mv3_mps_float16.pte 2025-03-21T21:09:16.2204860Z 2025-03-21T21:09:16.2205760Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:16.2206880Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:16.2208010Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:16.2209040Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:16.2209440Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-03-21T21:09:16.2210130Z W0321 21:09:12.942000 86462 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs. 2025-03-21T21:09:16.2211450Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:16.2212600Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:16.2213620Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:16.2214760Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:16.2215780Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9964400Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9967050Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9969060Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9970350Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9971580Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9972700Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9974030Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9975280Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9976560Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9977720Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9978920Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9980110Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9981260Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9982410Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9984040Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9985240Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9986400Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9987670Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9988900Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9990110Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9991610Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9992810Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9994060Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9995310Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9996570Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:49.9997760Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:49.9999060Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0000400Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0001610Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0002770Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0004080Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0005450Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0006810Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0007990Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0009200Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0010510Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0011690Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:50.0012920Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:50.0014120Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9453730Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9455440Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9456890Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9458110Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9459520Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9460680Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9461880Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9463090Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9464640Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9465890Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9467240Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9468410Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9469760Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9470900Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9472280Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9473460Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9474650Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9475740Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9476890Z /Users/runner/work/_temp/conda_environment_14000170657/lib/python3.11/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /Users/runner/work/executorch/executorch/pytorch/executorch/pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:09:52.9478080Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:09:52.9479280Z  2025-03-21T21:09:52.9479500Z ** Downloading Labels ** 2025-03-21T21:09:52.9479760Z  2025-03-21T21:09:52.9480030Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T21:09:52.9480480Z Dload Upload Total Spent Left Speed 2025-03-21T21:09:52.9480730Z 2025-03-21T21:09:52.9480880Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T21:09:52.9481270Z 100 10472 100 10472 0 0 158k 0 --:--:-- --:--:-- --:--:-- 159k 2025-03-21T21:09:52.9481580Z  2025-03-21T21:09:52.9481830Z ** Creating Simulator ** 2025-03-21T21:09:52.9482090Z  2025-03-21T21:09:52.9482440Z No runtime specified, using 'iOS 18.2 (18.2 - 22C150) - com.apple.CoreSimulator.SimRuntime.iOS-18-2' 2025-03-21T21:09:52.9482880Z 57551731-363D-47AB-8CA7-5771D3249EBC 2025-03-21T21:09:52.9483170Z  2025-03-21T21:09:52.9483340Z ** Running Tests ** 2025-03-21T21:09:52.9483610Z  2025-03-21T21:09:52.9483830Z Command line invocation: 2025-03-21T21:09:52.9484550Z /Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild test -project examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj -scheme MobileNetClassifierTest -destination name=executorch 2025-03-21T21:09:52.9485440Z 2025-03-21T21:09:52.9485570Z User defaults from command line: 2025-03-21T21:09:52.9485900Z IDEPackageSupportUseBuiltinSCM = YES 2025-03-21T21:09:52.9486330Z 2025-03-21T21:09:52.9486390Z Resolve Package Graph 2025-03-21T21:09:52.9486550Z 2025-03-21T21:09:52.9486760Z Fetching from https://github.com/pytorch/executorch 2025-03-21T21:09:52.9487010Z 2025-03-21T21:09:52.9489540Z Creating working copy of package ‘executorch’ 2025-03-21T21:09:52.9489790Z 2025-03-21T21:09:52.9490180Z Checking out swiftpm-0.5.0.20250317 (a031aeb) of package ‘executorch’ 2025-03-21T21:09:52.9490470Z 2025-03-21T21:09:52.9490470Z 2025-03-21T21:09:52.9490600Z Resolved source packages: 2025-03-21T21:09:52.9491010Z executorch: https://github.com/pytorch/executorch @ swiftpm-0.5.0.20250317 (a031aeb) 2025-03-21T21:09:52.9491320Z 2025-03-21T21:09:52.9491520Z --- xcodebuild: WARNING: Using the first of multiple matching destinations: 2025-03-21T21:09:52.9492010Z { platform:iOS Simulator, id:57551731-363D-47AB-8CA7-5771D3249EBC, OS:18.2, name:executorch } 2025-03-21T21:09:52.9492660Z { platform:iOS Simulator, id:57551731-363D-47AB-8CA7-5771D3249EBC, OS:18.2, name:executorch } 2025-03-21T21:09:52.9493090Z Prepare packages 2025-03-21T21:09:52.9493230Z 2025-03-21T21:09:52.9493360Z ComputeTargetDependencyGraph 2025-03-21T21:09:52.9493710Z note: Building targets in dependency order 2025-03-21T21:09:52.9494000Z note: Target dependency graph (14 targets) 2025-03-21T21:09:52.9494400Z Target 'MobileNetClassifierTest' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9495140Z ➜ Explicit dependency on target 'App' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9495800Z ➜ Implicit dependency on target 'MobileNetClassifier' in project 'ExecuTorchDemo' via file 'libMobileNetClassifier.a' in build phase 'Link Binary' 2025-03-21T21:09:52.9496510Z ➜ Explicit dependency on target 'kernels_portable' in project 'executorch' 2025-03-21T21:09:52.9497010Z ➜ Explicit dependency on target 'backend_mps' in project 'executorch' 2025-03-21T21:09:52.9497570Z ➜ Explicit dependency on target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:09:52.9498070Z ➜ Explicit dependency on target 'backend_coreml' in project 'executorch' 2025-03-21T21:09:52.9498460Z Target 'App' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9498940Z ➜ Explicit dependency on target 'MobileNetClassifier' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9499430Z ➜ Explicit dependency on target 'kernels_portable' in project 'executorch' 2025-03-21T21:09:52.9499970Z ➜ Explicit dependency on target 'backend_mps' in project 'executorch' 2025-03-21T21:09:52.9500460Z ➜ Explicit dependency on target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:09:52.9500930Z ➜ Explicit dependency on target 'backend_coreml' in project 'executorch' 2025-03-21T21:09:52.9501370Z Target 'backend_coreml' in project 'executorch' 2025-03-21T21:09:52.9501930Z ➜ Explicit dependency on target 'backend_coreml_dependencies' in project 'executorch' 2025-03-21T21:09:52.9502450Z Target 'backend_coreml_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:09:52.9502840Z Target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:09:52.9503440Z ➜ Explicit dependency on target 'backend_xnnpack_dependencies' in project 'executorch' 2025-03-21T21:09:52.9503980Z Target 'backend_xnnpack_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:09:52.9504350Z Target 'backend_mps' in project 'executorch' 2025-03-21T21:09:52.9504820Z ➜ Explicit dependency on target 'backend_mps_dependencies' in project 'executorch' 2025-03-21T21:09:52.9505320Z Target 'backend_mps_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:09:52.9505710Z Target 'kernels_portable' in project 'executorch' 2025-03-21T21:09:52.9506310Z ➜ Explicit dependency on target 'kernels_portable_dependencies' in project 'executorch' 2025-03-21T21:09:52.9506840Z Target 'kernels_portable_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:09:52.9507290Z Target 'MobileNetClassifier' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9507900Z ➜ Explicit dependency on target 'ImageClassification' in project 'ExecuTorchDemo' 2025-03-21T21:09:52.9508470Z ➜ Explicit dependency on target 'executorch' in project 'executorch' 2025-03-21T21:09:52.9508870Z Target 'executorch' in project 'executorch' 2025-03-21T21:09:52.9509330Z ➜ Explicit dependency on target 'executorch_dependencies' in project 'executorch' 2025-03-21T21:09:52.9509840Z Target 'executorch_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:09:52.9510360Z Target 'ImageClassification' in project 'ExecuTorchDemo' (no dependencies) 2025-03-21T21:09:52.9510670Z 2025-03-21T21:09:52.9510760Z GatherProvisioningInputs 2025-03-21T21:09:52.9510930Z 2025-03-21T21:09:52.9511050Z CreateBuildDescription 2025-03-21T21:09:52.9511210Z 2025-03-21T21:09:52.9511650Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v 2025-03-21T21:09:52.9512080Z 2025-03-21T21:09:52.9512990Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -x objective-c++ -c /dev/null 2025-03-21T21:09:52.9513870Z 2025-03-21T21:09:52.9514660Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -x c -c /dev/null 2025-03-21T21:09:52.9515500Z 2025-03-21T21:09:52.9515900Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details 2025-03-21T21:09:52.9516350Z 2025-03-21T21:09:52.9516700Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V 2025-03-21T21:09:52.9517170Z 2025-03-21T21:09:52.9517380Z Build description signature: e0c148846cd76b90164dbe637f68a207 2025-03-21T21:09:52.9518230Z Build description path: /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/XCBuildData/e0c148846cd76b90164dbe637f68a207.xcbuilddata 2025-03-21T21:09:52.9519320Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products 2025-03-21T21:09:52.9520190Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9521050Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products 2025-03-21T21:09:52.9521550Z 2025-03-21T21:09:52.9522020Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex 2025-03-21T21:09:52.9522970Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9523970Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex 2025-03-21T21:09:52.9524480Z 2025-03-21T21:09:52.9525700Z ClangStatCache /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache 2025-03-21T21:09:52.9527640Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9529780Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -o /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache 2025-03-21T21:09:52.9531000Z 2025-03-21T21:09:52.9531500Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9532390Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9534180Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9534820Z 2025-03-21T21:09:52.9535500Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator 2025-03-21T21:09:52.9536760Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9537910Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator 2025-03-21T21:09:52.9538610Z 2025-03-21T21:09:52.9539120Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks 2025-03-21T21:09:52.9540260Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9541330Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks 2025-03-21T21:09:52.9541940Z 2025-03-21T21:09:52.9543130Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_xnnpack/backend_xnnpack.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_xnnpack_simulator.a ios simulator 2025-03-21T21:09:52.9544740Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9546400Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_xnnpack/backend_xnnpack.xcframework --platform ios --environment simulator --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9547690Z 2025-03-21T21:09:52.9548830Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_coreml/backend_coreml.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_coreml_simulator.a ios simulator 2025-03-21T21:09:52.9550530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9552390Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_coreml/backend_coreml.xcframework --platform ios --environment simulator --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9553780Z 2025-03-21T21:09:52.9554940Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_mps/backend_mps.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_mps_simulator.a ios simulator 2025-03-21T21:09:52.9556820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9558630Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_mps/backend_mps.xcframework --platform ios --environment simulator --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9560070Z 2025-03-21T21:09:52.9561240Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/kernels_portable/kernels_portable.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libkernels_portable_simulator.a ios simulator 2025-03-21T21:09:52.9562870Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9590260Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/kernels_portable/kernels_portable.xcframework --platform ios --environment simulator --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9591760Z 2025-03-21T21:09:52.9592810Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9594220Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9595430Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml 2025-03-21T21:09:52.9596200Z 2025-03-21T21:09:52.9597080Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9598430Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9599590Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification.hmap 2025-03-21T21:09:52.9600360Z 2025-03-21T21:09:52.9601410Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9603220Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9604410Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap 2025-03-21T21:09:52.9605260Z 2025-03-21T21:09:52.9606260Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9607680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9608940Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap 2025-03-21T21:09:52.9610040Z 2025-03-21T21:09:52.9611090Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9612450Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9613640Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap 2025-03-21T21:09:52.9614460Z 2025-03-21T21:09:52.9615370Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9616660Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9617730Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-target-headers.hmap 2025-03-21T21:09:52.9618630Z 2025-03-21T21:09:52.9619700Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9621100Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9622320Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap 2025-03-21T21:09:52.9623330Z 2025-03-21T21:09:52.9624410Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/executorch/executorch.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libexecutorch_simulator.a ios simulator 2025-03-21T21:09:52.9626230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:09:52.9627870Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/executorch/executorch.xcframework --platform ios --environment simulator --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator 2025-03-21T21:09:52.9629110Z 2025-03-21T21:09:52.9630070Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9631550Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9632760Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList 2025-03-21T21:09:52.9633570Z 2025-03-21T21:09:52.9634560Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9635950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9637090Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json 2025-03-21T21:09:52.9637990Z 2025-03-21T21:09:52.9638960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9640290Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9641360Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList 2025-03-21T21:09:52.9642160Z 2025-03-21T21:09:52.9643190Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9644530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9645750Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json 2025-03-21T21:09:52.9646710Z 2025-03-21T21:09:52.9647370Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9648530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9649360Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:09:52.9650000Z 2025-03-21T21:09:52.9650620Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9651590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9652570Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:09:52.9653130Z 2025-03-21T21:09:52.9653970Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:09:52.9655080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:52.9656030Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:09:52.9656690Z 2025-03-21T21:09:52.9657620Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9658970Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9660090Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap 2025-03-21T21:09:52.9660870Z 2025-03-21T21:09:52.9661760Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9663100Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9664280Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap 2025-03-21T21:09:52.9665080Z 2025-03-21T21:09:52.9666000Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:52.9667350Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9668750Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap 2025-03-21T21:09:52.9669620Z 2025-03-21T21:09:52.9671100Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/kernels_portable_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9673040Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9675170Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator 2025-03-21T21:09:52.9676720Z 2025-03-21T21:09:52.9678220Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_coreml_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9680080Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9681890Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator 2025-03-21T21:09:52.9683390Z 2025-03-21T21:09:52.9684860Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_xnnpack_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:52.9686790Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9688660Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator 2025-03-21T21:09:52.9690330Z 2025-03-21T21:09:52.9691220Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/backend_mps_dependencies.modulemap (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:52.9692670Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9693820Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/backend_mps_dependencies.modulemap 2025-03-21T21:09:52.9694600Z 2025-03-21T21:09:52.9695720Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9697210Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9698560Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json 2025-03-21T21:09:52.9699510Z 2025-03-21T21:09:52.9700480Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9701910Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9703120Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList 2025-03-21T21:09:52.9703950Z 2025-03-21T21:09:52.9704960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9706420Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9707640Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList 2025-03-21T21:09:52.9708500Z 2025-03-21T21:09:52.9709490Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9710980Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9712240Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList 2025-03-21T21:09:52.9713100Z 2025-03-21T21:09:52.9715330Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_mps_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/backend_mps_dependencies.modulemap (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:52.9717300Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9719500Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/backend_mps_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator 2025-03-21T21:09:52.9720980Z 2025-03-21T21:09:52.9721970Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:52.9723430Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9724710Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json 2025-03-21T21:09:52.9725590Z 2025-03-21T21:09:52.9726610Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9728140Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9730040Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json 2025-03-21T21:09:52.9731120Z 2025-03-21T21:09:52.9732180Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9734930Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9736480Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList 2025-03-21T21:09:52.9737650Z 2025-03-21T21:09:52.9739880Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:52.9743060Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9745220Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json 2025-03-21T21:09:52.9746740Z 2025-03-21T21:09:52.9748580Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:52.9751560Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9754260Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList 2025-03-21T21:09:52.9756170Z 2025-03-21T21:09:52.9758420Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:52.9760230Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:52.9763050Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList 2025-03-21T21:09:53.0216390Z 2025-03-21T21:09:53.0218120Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:53.0220030Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0221310Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json 2025-03-21T21:09:53.0222270Z 2025-03-21T21:09:53.0223250Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:53.0225040Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0226290Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json 2025-03-21T21:09:53.0227310Z 2025-03-21T21:09:53.0228260Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.0229610Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0232570Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList 2025-03-21T21:09:53.0235420Z 2025-03-21T21:09:53.0238860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.0240530Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0241780Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json 2025-03-21T21:09:53.0242640Z 2025-03-21T21:09:53.0243580Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.0244940Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0246160Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList 2025-03-21T21:09:53.0247020Z 2025-03-21T21:09:53.0247990Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.0249390Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0250610Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json 2025-03-21T21:09:53.0251420Z 2025-03-21T21:09:53.0252280Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/executorch_dependencies.modulemap (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0253910Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0255250Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/executorch_dependencies.modulemap 2025-03-21T21:09:53.0256030Z 2025-03-21T21:09:53.0258090Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/executorch_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/executorch_dependencies.modulemap (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0260220Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0262160Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/executorch_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator 2025-03-21T21:09:53.0263700Z 2025-03-21T21:09:53.0264670Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0266350Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0267510Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList 2025-03-21T21:09:53.0268300Z 2025-03-21T21:09:53.0269220Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0270570Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0271730Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList 2025-03-21T21:09:53.0272520Z 2025-03-21T21:09:53.0273460Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0274810Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0276140Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json 2025-03-21T21:09:53.0277020Z 2025-03-21T21:09:53.0278010Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0279390Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0280630Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json 2025-03-21T21:09:53.0281480Z 2025-03-21T21:09:53.0281900Z SwiftDriver executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.0282830Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0297520Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.0312000Z 2025-03-21T21:09:53.0312450Z SwiftDriver kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:53.0313290Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0327960Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.0345410Z 2025-03-21T21:09:53.0345850Z SwiftDriver backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:53.0346680Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0361750Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.0377580Z 2025-03-21T21:09:53.0378020Z SwiftDriver backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.0379060Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.0393720Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.2117340Z 2025-03-21T21:09:53.2132850Z SwiftDriver backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:53.2134390Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.2188300Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.2203280Z 2025-03-21T21:09:53.2203700Z SwiftDriver ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:53.2204470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:53.2221760Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:53.2243790Z 2025-03-21T21:09:53.2244210Z SwiftEmitModule normal arm64 Emitting\ module\ for\ kernels_portable_dependencies (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:53.2245040Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.2284550Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json 2025-03-21T21:09:53.2315280Z 2025-03-21T21:09:53.2316230Z SwiftEmitModule normal arm64 Emitting\ module\ for\ executorch_dependencies (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:53.2318520Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.2349110Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json 2025-03-21T21:09:53.2411640Z 2025-03-21T21:09:53.2412620Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_mps_dependencies (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:53.2414790Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.2463160Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json 2025-03-21T21:09:53.2524810Z 2025-03-21T21:09:53.2525580Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_coreml_dependencies (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:53.2526450Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:53.2566350Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json 2025-03-21T21:09:54.0675480Z 2025-03-21T21:09:54.0676930Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:54.0678910Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:54.0699840Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:54.0721870Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:54.0723550Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:54.0744500Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.7752470Z 2025-03-21T21:09:55.7753200Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_xnnpack_dependencies (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.7754110Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.7781450Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json 2025-03-21T21:09:55.7803670Z 2025-03-21T21:09:55.7804070Z SwiftEmitModule normal arm64 Emitting\ module\ for\ ImageClassification (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:55.7804840Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:55.7829160Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json 2025-03-21T21:09:55.7852780Z 2025-03-21T21:09:55.7853580Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:55.7854830Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.7875180Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.7896840Z 2025-03-21T21:09:55.7897690Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:55.7898960Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.7919340Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.7939830Z 2025-03-21T21:09:55.7940690Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:55.7942380Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.7963410Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.7983950Z 2025-03-21T21:09:55.7984770Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:55.7985970Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8006250Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.8027360Z 2025-03-21T21:09:55.8028220Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.8029470Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8050470Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.8071120Z 2025-03-21T21:09:55.8072090Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.8073360Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8093550Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:55.8114080Z 2025-03-21T21:09:55.8114470Z SwiftDriverJobDiscovery normal arm64 Emitting module for executorch_dependencies (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:55.8115110Z 2025-03-21T21:09:55.8115510Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_coreml_dependencies (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:55.8115990Z 2025-03-21T21:09:55.8116410Z SwiftDriverJobDiscovery normal arm64 Emitting module for kernels_portable_dependencies (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:55.8116890Z 2025-03-21T21:09:55.8117280Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_mps_dependencies (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:55.8117740Z 2025-03-21T21:09:55.8118120Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_xnnpack_dependencies (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.8118590Z 2025-03-21T21:09:55.8119140Z SwiftDriver\ Compilation\ Requirements kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:55.8120190Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8135160Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:55.8149970Z 2025-03-21T21:09:55.8150450Z SwiftDriver\ Compilation\ Requirements executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:55.8151460Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8166520Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:55.8180870Z 2025-03-21T21:09:55.8181390Z SwiftDriver\ Compilation\ Requirements backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.8182370Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8197170Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:55.8211470Z 2025-03-21T21:09:55.8211960Z SwiftDriver\ Compilation\ Requirements backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:55.8213020Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8227390Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:55.8242950Z 2025-03-21T21:09:55.8243660Z SwiftDriver\ Compilation\ Requirements backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:55.8244740Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8259170Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:55.8273210Z 2025-03-21T21:09:55.8273560Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:55.8273970Z 2025-03-21T21:09:55.8274310Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:55.8274730Z 2025-03-21T21:09:55.8275720Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:55.8277000Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:55.8297400Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.1640080Z 2025-03-21T21:09:57.1659770Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.1662130Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.1689110Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.1728860Z 2025-03-21T21:09:57.1729810Z SwiftCompile normal arm64 Compiling\ ImageClassification.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.1731080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.1778310Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.1833720Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.1837520Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.1888500Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.1931730Z 2025-03-21T21:09:57.1932210Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.1934880Z 2025-03-21T21:09:57.1935240Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.1935670Z 2025-03-21T21:09:57.1936170Z SwiftDriver\ Compilation kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.1940500Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.1986610Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2034680Z 2025-03-21T21:09:57.2035120Z SwiftDriver\ Compilation executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2036020Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2050460Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2064600Z 2025-03-21T21:09:57.2065050Z SwiftDriver\ Compilation backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2065910Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2092240Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2107160Z 2025-03-21T21:09:57.2108920Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/kernels_portable_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2111500Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2113380Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/kernels_portable_dependencies-Swift.h 2025-03-21T21:09:57.2115070Z 2025-03-21T21:09:57.2116690Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2125550Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2127800Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2129760Z 2025-03-21T21:09:57.2131310Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2133310Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2135360Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2137050Z 2025-03-21T21:09:57.2138610Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2140650Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2142850Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2144610Z 2025-03-21T21:09:57.2146290Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2148430Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2150560Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2152350Z 2025-03-21T21:09:57.2153880Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/executorch_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2155850Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2157650Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/executorch_dependencies-Swift.h 2025-03-21T21:09:57.2159090Z 2025-03-21T21:09:57.2160620Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2162560Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2164710Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2168320Z 2025-03-21T21:09:57.2173680Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2179730Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2186010Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2190740Z 2025-03-21T21:09:57.2195010Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2200470Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2211600Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2216600Z 2025-03-21T21:09:57.2218950Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2221080Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2223470Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2225360Z 2025-03-21T21:09:57.2233970Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_xnnpack_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2236520Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2238700Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_xnnpack_dependencies-Swift.h 2025-03-21T21:09:57.2240270Z 2025-03-21T21:09:57.2241930Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2243980Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2246120Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2247830Z 2025-03-21T21:09:57.2249390Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2251390Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2253480Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2255500Z 2025-03-21T21:09:57.2280390Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2282850Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2285060Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2286740Z 2025-03-21T21:09:57.2291730Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2298470Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2305080Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2310230Z 2025-03-21T21:09:57.2314670Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_mps_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2325920Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2328380Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_mps_dependencies-Swift.h 2025-03-21T21:09:57.2330110Z 2025-03-21T21:09:57.2331670Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2333770Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2336010Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2337680Z 2025-03-21T21:09:57.2339160Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2341790Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2343810Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2345450Z 2025-03-21T21:09:57.2346940Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2348870Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2350870Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2352730Z 2025-03-21T21:09:57.2354300Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2356320Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2358560Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2360310Z 2025-03-21T21:09:57.2361900Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_coreml_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2363900Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2385240Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/backend_coreml_dependencies-Swift.h 2025-03-21T21:09:57.2389080Z 2025-03-21T21:09:57.2390750Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2392830Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2394990Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2397080Z 2025-03-21T21:09:57.2398650Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2400690Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2403210Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2404940Z 2025-03-21T21:09:57.2406490Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2408460Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2410550Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2412290Z 2025-03-21T21:09:57.2413940Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2416120Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2418300Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2420380Z 2025-03-21T21:09:57.2420790Z SwiftDriver\ Compilation backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2421680Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2465260Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2520350Z 2025-03-21T21:09:57.2529640Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.o normal (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2530890Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2539910Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.o 2025-03-21T21:09:57.2548680Z 2025-03-21T21:09:57.2549340Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o normal (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2550420Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2577480Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o 2025-03-21T21:09:57.2586280Z 2025-03-21T21:09:57.2586950Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.o normal (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2588130Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2598420Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.o 2025-03-21T21:09:57.2607460Z 2025-03-21T21:09:57.2607780Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2608150Z 2025-03-21T21:09:57.2608570Z SwiftDriver\ Compilation backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2609400Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2639300Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2654190Z 2025-03-21T21:09:57.2654860Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.o normal (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2655950Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2671410Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.o 2025-03-21T21:09:57.2680010Z 2025-03-21T21:09:57.2680680Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.o normal (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2681760Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2708440Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.o 2025-03-21T21:09:57.2717580Z 2025-03-21T21:09:57.2718360Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.o (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:09:57.2719570Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2726000Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/kernels_portable_dependencies.o 2025-03-21T21:09:57.2728130Z 2025-03-21T21:09:57.2730230Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:09:57.2734070Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2735390Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o 2025-03-21T21:09:57.2736090Z 2025-03-21T21:09:57.2736830Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.o (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:09:57.2738010Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2739050Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_xnnpack_dependencies.o 2025-03-21T21:09:57.2739730Z 2025-03-21T21:09:57.2740570Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.o (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:09:57.2742670Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2745790Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_mps_dependencies.o 2025-03-21T21:09:57.2747620Z 2025-03-21T21:09:57.2749640Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.o (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:09:57.2753000Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:09:57.2755820Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/backend_coreml_dependencies.o 2025-03-21T21:09:57.2757750Z 2025-03-21T21:09:57.2758700Z SwiftDriverJobDiscovery normal arm64 Emitting module for ImageClassification (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2759830Z 2025-03-21T21:09:57.2761190Z SwiftDriver\ Compilation\ Requirements ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2762090Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2788290Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.2825280Z 2025-03-21T21:09:57.2828300Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/ImageClassification-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2830400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2832730Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/ImageClassification-Swift.h 2025-03-21T21:09:57.2834340Z 2025-03-21T21:09:57.2835890Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2837750Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2839770Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:57.2841430Z 2025-03-21T21:09:57.2842960Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2844830Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2846770Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:57.2848540Z 2025-03-21T21:09:57.2850010Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2851920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2853890Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:57.2855520Z 2025-03-21T21:09:57.2857250Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2866900Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2872470Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ImageClassification.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:57.2876160Z 2025-03-21T21:09:57.2878250Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2881880Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2882920Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml 2025-03-21T21:09:57.2883970Z 2025-03-21T21:09:57.2885140Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2888910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2894560Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier.hmap 2025-03-21T21:09:57.2898080Z 2025-03-21T21:09:57.2899030Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2900460Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2901490Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap 2025-03-21T21:09:57.2902310Z 2025-03-21T21:09:57.2903550Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2904800Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2906610Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap 2025-03-21T21:09:57.2907410Z 2025-03-21T21:09:57.2912000Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2913990Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2915030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap 2025-03-21T21:09:57.2915810Z 2025-03-21T21:09:57.2916740Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2917970Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2919030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-target-headers.hmap 2025-03-21T21:09:57.2919810Z 2025-03-21T21:09:57.2920760Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2938060Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2940830Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap 2025-03-21T21:09:57.2941940Z 2025-03-21T21:09:57.2942920Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2944310Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2945430Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json 2025-03-21T21:09:57.2946270Z 2025-03-21T21:09:57.2947310Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.2948630Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.2949820Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp 2025-03-21T21:09:57.2990220Z -target arm64-apple-ios17.0-simulator '-std=c++17' -fobjc-arc -fobjc-weak -fmodules '-fmodules-cache-path=/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex' -fpascal-strings -O0 -fno-common '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=0' -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -g '-fobjc-abi-version=2' -fobjc-legacy-dispatch -fprofile-instr-generate -fcoverage-mapping -iquote /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -ivfsoverlay /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -iquote /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator '-fmodule-map-file=/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/executorch_dependencies.modulemap' 2025-03-21T21:09:57.3010960Z 2025-03-21T21:09:57.3013850Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3015240Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3016560Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json 2025-03-21T21:09:57.3017420Z 2025-03-21T21:09:57.3018450Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3019790Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3020860Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList 2025-03-21T21:09:57.3021720Z 2025-03-21T21:09:57.3022110Z SwiftDriver MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3022820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3041830Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:57.3059760Z 2025-03-21T21:09:57.3060060Z SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3060700Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3081870Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -module-name MobileNetClassifier -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -emit-pch -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders/MobileNet-Bridging-Header-dg9atsv69pml.dia -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h 2025-03-21T21:09:57.3112130Z 2025-03-21T21:09:57.3112520Z SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3112920Z 2025-03-21T21:09:57.3113240Z SwiftEmitModule normal arm64 Emitting\ module\ for\ MobileNetClassifier (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3113940Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3142480Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json 2025-03-21T21:09:57.3177940Z 2025-03-21T21:09:57.3178790Z SwiftCompile normal arm64 Compiling\ MobileNetClassifier.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3180400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3217330Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.3253660Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3254980Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3282780Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:57.3308790Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3309120Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3309310Z ^ 2025-03-21T21:09:57.3310190Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/module/module.h' 2025-03-21T21:09:57.3311080Z 2025-03-21T21:09:57.3311220Z ^ 2025-03-21T21:09:57.3311720Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3312030Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3312230Z ^ 2025-03-21T21:09:57.3313220Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_ptr_maker.h' 2025-03-21T21:09:57.3314160Z 2025-03-21T21:09:57.3314220Z ^ 2025-03-21T21:09:57.3314480Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3314810Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3315000Z ^ 2025-03-21T21:09:57.3315830Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_accessor.h' 2025-03-21T21:09:57.3316670Z 2025-03-21T21:09:57.3316730Z ^ 2025-03-21T21:09:57.3316950Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3317240Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3317420Z ^ 2025-03-21T21:09:57.3318290Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor.h' 2025-03-21T21:09:57.3319110Z 2025-03-21T21:09:57.3319180Z ^ 2025-03-21T21:09:57.3319400Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3319690Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3319880Z ^ 2025-03-21T21:09:57.3320700Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_ptr.h' 2025-03-21T21:09:57.3321510Z 2025-03-21T21:09:57.3321560Z ^ 2025-03-21T21:09:57.3321790Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3322090Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3322280Z ^ 2025-03-21T21:09:57.3323070Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/error.h' 2025-03-21T21:09:57.3323850Z 2025-03-21T21:09:57.3323900Z ^ 2025-03-21T21:09:57.3324250Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3324690Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3324870Z ^ 2025-03-21T21:09:57.3325680Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer.h' 2025-03-21T21:09:57.3326560Z 2025-03-21T21:09:57.3326620Z ^ 2025-03-21T21:09:57.3326830Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3327120Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3327300Z ^ 2025-03-21T21:09:57.3328160Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tag.h' 2025-03-21T21:09:57.3328940Z 2025-03-21T21:09:57.3328990Z ^ 2025-03-21T21:09:57.3329200Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3329490Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3329760Z ^ 2025-03-21T21:09:57.3330710Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor_impl.h' 2025-03-21T21:09:57.3331540Z 2025-03-21T21:09:57.3331590Z ^ 2025-03-21T21:09:57.3331800Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3332090Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3332270Z ^ 2025-03-21T21:09:57.3333120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T21:09:57.3333960Z 2025-03-21T21:09:57.3334010Z ^ 2025-03-21T21:09:57.3334220Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3334510Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3334690Z ^ 2025-03-21T21:09:57.3335540Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/half.h' 2025-03-21T21:09:57.3336370Z 2025-03-21T21:09:57.3336430Z ^ 2025-03-21T21:09:57.3336630Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3336920Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3337110Z ^ 2025-03-21T21:09:57.3338020Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/device.h' 2025-03-21T21:09:57.3338840Z 2025-03-21T21:09:57.3338900Z ^ 2025-03-21T21:09:57.3339110Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3339400Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3339590Z ^ 2025-03-21T21:09:57.3340450Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/optional.h' 2025-03-21T21:09:57.3341270Z 2025-03-21T21:09:57.3341320Z ^ 2025-03-21T21:09:57.3341530Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3341820Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3342110Z ^ 2025-03-21T21:09:57.3342930Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/scalar.h' 2025-03-21T21:09:57.3343820Z 2025-03-21T21:09:57.3343880Z ^ 2025-03-21T21:09:57.3344090Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3344370Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3344560Z ^ 2025-03-21T21:09:57.3345410Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bits_types.h' 2025-03-21T21:09:57.3346240Z 2025-03-21T21:09:57.3346290Z ^ 2025-03-21T21:09:57.3346710Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3347090Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3347300Z ^ 2025-03-21T21:09:57.3348460Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bfloat16.h' 2025-03-21T21:09:57.3349340Z 2025-03-21T21:09:57.3349400Z ^ 2025-03-21T21:09:57.3349610Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3350120Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3350440Z ^ 2025-03-21T21:09:57.3351340Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor_options.h' 2025-03-21T21:09:57.3352300Z 2025-03-21T21:09:57.3352420Z ^ 2025-03-21T21:09:57.3352750Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3354370Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3354740Z ^ 2025-03-21T21:09:57.3356470Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T21:09:57.3360210Z 2025-03-21T21:09:57.3360370Z ^ 2025-03-21T21:09:57.3360670Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3372510Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3373400Z ^ 2025-03-21T21:09:57.3374390Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T21:09:57.3375380Z 2025-03-21T21:09:57.3375440Z ^ 2025-03-21T21:09:57.3375670Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3375960Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3376150Z ^ 2025-03-21T21:09:57.3377100Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T21:09:57.3378030Z 2025-03-21T21:09:57.3378090Z ^ 2025-03-21T21:09:57.3378310Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3378610Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3379060Z ^ 2025-03-21T21:09:57.3380100Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T21:09:57.3381160Z 2025-03-21T21:09:57.3381240Z ^ 2025-03-21T21:09:57.3381470Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3381810Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3382000Z ^ 2025-03-21T21:09:57.3382880Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T21:09:57.3383730Z 2025-03-21T21:09:57.3383800Z ^ 2025-03-21T21:09:57.3384040Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3384330Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3384540Z ^ 2025-03-21T21:09:57.3385670Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T21:09:57.3386610Z 2025-03-21T21:09:57.3386660Z ^ 2025-03-21T21:09:57.3387070Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3387380Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3387570Z ^ 2025-03-21T21:09:57.3388440Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T21:09:57.3389840Z 2025-03-21T21:09:57.3390090Z ^ 2025-03-21T21:09:57.3391460Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3391780Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3391970Z ^ 2025-03-21T21:09:57.3392870Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T21:09:57.3393770Z 2025-03-21T21:09:57.3393830Z ^ 2025-03-21T21:09:57.3394080Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3394410Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3394590Z ^ 2025-03-21T21:09:57.3398790Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T21:09:57.3400410Z 2025-03-21T21:09:57.3400500Z ^ 2025-03-21T21:09:57.3400830Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3401140Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3401320Z ^ 2025-03-21T21:09:57.3402170Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T21:09:57.3403380Z 2025-03-21T21:09:57.3403460Z ^ 2025-03-21T21:09:57.3403700Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3404190Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3404380Z ^ 2025-03-21T21:09:57.3405350Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T21:09:57.3406400Z 2025-03-21T21:09:57.3406490Z ^ 2025-03-21T21:09:57.3406750Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3407200Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3407440Z ^ 2025-03-21T21:09:57.3408420Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/scalar_type.h' 2025-03-21T21:09:57.3409340Z 2025-03-21T21:09:57.3409410Z ^ 2025-03-21T21:09:57.3409640Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3409980Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3410320Z ^ 2025-03-21T21:09:57.3411360Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/qint_types.h' 2025-03-21T21:09:57.3412240Z 2025-03-21T21:09:57.3412300Z ^ 2025-03-21T21:09:57.3412510Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3412930Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3413120Z ^ 2025-03-21T21:09:57.3413960Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor.h' 2025-03-21T21:09:57.3414820Z 2025-03-21T21:09:57.3414890Z ^ 2025-03-21T21:09:57.3415110Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3415430Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3415620Z ^ 2025-03-21T21:09:57.3416460Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/complex.h' 2025-03-21T21:09:57.3417350Z 2025-03-21T21:09:57.3417410Z ^ 2025-03-21T21:09:57.3417650Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3418000Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3418210Z ^ 2025-03-21T21:09:57.3419130Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/string_view.h' 2025-03-21T21:09:57.3420050Z 2025-03-21T21:09:57.3420110Z ^ 2025-03-21T21:09:57.3420370Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3420710Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3420900Z ^ 2025-03-21T21:09:57.3421810Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/named_data_map.h' 2025-03-21T21:09:57.3424420Z 2025-03-21T21:09:57.3424490Z ^ 2025-03-21T21:09:57.3424720Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3425200Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3425800Z ^ 2025-03-21T21:09:57.3426670Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tensor_shape_dynamism.h' 2025-03-21T21:09:57.3427660Z 2025-03-21T21:09:57.3427730Z ^ 2025-03-21T21:09:57.3428080Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3428510Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3428690Z ^ 2025-03-21T21:09:57.3429580Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/memory_allocator.h' 2025-03-21T21:09:57.3430440Z 2025-03-21T21:09:57.3430520Z ^ 2025-03-21T21:09:57.3430770Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3431100Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3431340Z ^ 2025-03-21T21:09:57.3432410Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T21:09:57.3433490Z 2025-03-21T21:09:57.3433550Z ^ 2025-03-21T21:09:57.3435860Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3437330Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3437600Z ^ 2025-03-21T21:09:57.3438680Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/result.h' 2025-03-21T21:09:57.3441880Z 2025-03-21T21:09:57.3441990Z ^ 2025-03-21T21:09:57.3442320Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3444440Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3445000Z ^ 2025-03-21T21:09:57.3447590Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/exec_aten.h' 2025-03-21T21:09:57.3450040Z 2025-03-21T21:09:57.3450260Z ^ 2025-03-21T21:09:57.3450930Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3451780Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3452300Z ^ 2025-03-21T21:09:57.3455570Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T21:09:57.3457390Z 2025-03-21T21:09:57.3457460Z ^ 2025-03-21T21:09:57.3457680Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3458010Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3458200Z ^ 2025-03-21T21:09:57.3459030Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T21:09:57.3459890Z 2025-03-21T21:09:57.3459950Z ^ 2025-03-21T21:09:57.3460210Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3460520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3460730Z ^ 2025-03-21T21:09:57.3461800Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T21:09:57.3462990Z 2025-03-21T21:09:57.3463340Z ^ 2025-03-21T21:09:57.3464310Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3464660Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3464850Z ^ 2025-03-21T21:09:57.3465820Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T21:09:57.3466760Z 2025-03-21T21:09:57.3466810Z ^ 2025-03-21T21:09:57.3467030Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3467320Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3467530Z ^ 2025-03-21T21:09:57.3470410Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T21:09:57.3473190Z 2025-03-21T21:09:57.3473390Z ^ 2025-03-21T21:09:57.3474150Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3474510Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3474700Z ^ 2025-03-21T21:09:57.3475550Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/freeable_buffer.h' 2025-03-21T21:09:57.3476380Z 2025-03-21T21:09:57.3476430Z ^ 2025-03-21T21:09:57.3476650Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3476940Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3477130Z ^ 2025-03-21T21:09:57.3479600Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/defines.h' 2025-03-21T21:09:57.3480420Z 2025-03-21T21:09:57.3480480Z ^ 2025-03-21T21:09:57.3480700Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3481020Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3481200Z ^ 2025-03-21T21:09:57.3482050Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tensor_layout.h' 2025-03-21T21:09:57.3482890Z 2025-03-21T21:09:57.3482970Z ^ 2025-03-21T21:09:57.3483240Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3483580Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3483760Z ^ 2025-03-21T21:09:57.3484600Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/data_loader.h' 2025-03-21T21:09:57.3485450Z 2025-03-21T21:09:57.3485510Z ^ 2025-03-21T21:09:57.3485730Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3486990Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3487610Z ^ 2025-03-21T21:09:57.3489970Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/span.h' 2025-03-21T21:09:57.3492830Z 2025-03-21T21:09:57.3493020Z ^ 2025-03-21T21:09:57.3493900Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3494720Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3495280Z ^ 2025-03-21T21:09:57.3497650Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/evalue.h' 2025-03-21T21:09:57.3499900Z 2025-03-21T21:09:57.3500080Z ^ 2025-03-21T21:09:57.3500690Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3501520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3502040Z ^ 2025-03-21T21:09:57.3504790Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer_hooks.h' 2025-03-21T21:09:57.3507540Z 2025-03-21T21:09:57.3507740Z ^ 2025-03-21T21:09:57.3508350Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3509420Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3509960Z ^ 2025-03-21T21:09:57.3513020Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/hierarchical_allocator.h' 2025-03-21T21:09:57.3513950Z 2025-03-21T21:09:57.3514020Z ^ 2025-03-21T21:09:57.3514250Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3514550Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3514740Z ^ 2025-03-21T21:09:57.3515540Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/array_ref.h' 2025-03-21T21:09:57.3516330Z 2025-03-21T21:09:57.3516380Z ^ 2025-03-21T21:09:57.3516600Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3516890Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3517070Z ^ 2025-03-21T21:09:57.3518070Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/compiler.h' 2025-03-21T21:09:57.3518930Z 2025-03-21T21:09:57.3519000Z ^ 2025-03-21T21:09:57.3519250Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3519560Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3519790Z ^ 2025-03-21T21:09:57.3520710Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/types.h' 2025-03-21T21:09:57.3521520Z 2025-03-21T21:09:57.3521570Z ^ 2025-03-21T21:09:57.3521790Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3522080Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3522300Z ^ 2025-03-21T21:09:57.3523120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/runtime.h' 2025-03-21T21:09:57.3524160Z 2025-03-21T21:09:57.3524240Z ^ 2025-03-21T21:09:57.3524470Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3524780Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3525040Z ^ 2025-03-21T21:09:57.3525840Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/log.h' 2025-03-21T21:09:57.3526630Z 2025-03-21T21:09:57.3526680Z ^ 2025-03-21T21:09:57.3526900Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3527190Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3527370Z ^ 2025-03-21T21:09:57.3528170Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/system.h' 2025-03-21T21:09:57.3528960Z 2025-03-21T21:09:57.3529010Z ^ 2025-03-21T21:09:57.3529330Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3529630Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3529810Z ^ 2025-03-21T21:09:57.3530720Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/compat_unistd.h' 2025-03-21T21:09:57.3531540Z 2025-03-21T21:09:57.3531590Z ^ 2025-03-21T21:09:57.3531870Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3532200Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3532390Z ^ 2025-03-21T21:09:57.3533260Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/profiler.h' 2025-03-21T21:09:57.3534110Z 2025-03-21T21:09:57.3534190Z ^ 2025-03-21T21:09:57.3534430Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3534760Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3534980Z ^ 2025-03-21T21:09:57.3535870Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/assert.h' 2025-03-21T21:09:57.3536740Z 2025-03-21T21:09:57.3536820Z ^ 2025-03-21T21:09:57.3537080Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3537430Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3537660Z ^ 2025-03-21T21:09:57.3538530Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/platform.h' 2025-03-21T21:09:57.3539530Z 2025-03-21T21:09:57.3539660Z ^ 2025-03-21T21:09:57.3539950Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3540420Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3540920Z ^ 2025-03-21T21:09:57.3541860Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/clock.h' 2025-03-21T21:09:57.3542770Z 2025-03-21T21:09:57.3542840Z ^ 2025-03-21T21:09:57.3543330Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3550540Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3550730Z ^ 2025-03-21T21:09:57.3551560Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/abort.h' 2025-03-21T21:09:57.3552510Z 2025-03-21T21:09:57.3552570Z ^ 2025-03-21T21:09:57.3552780Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3553070Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3553260Z ^ 2025-03-21T21:09:57.3554120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/backend_init_context.h' 2025-03-21T21:09:57.3554970Z 2025-03-21T21:09:57.3555030Z ^ 2025-03-21T21:09:57.3555240Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3555630Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3555850Z ^ 2025-03-21T21:09:57.3556770Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/interface.h' 2025-03-21T21:09:57.3557590Z 2025-03-21T21:09:57.3557640Z ^ 2025-03-21T21:09:57.3557850Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3558540Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3558770Z ^ 2025-03-21T21:09:57.3559670Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/backend_execution_context.h' 2025-03-21T21:09:57.3560560Z 2025-03-21T21:09:57.3560640Z ^ 2025-03-21T21:09:57.3560870Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3561170Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3561380Z ^ 2025-03-21T21:09:57.3562220Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/method_meta.h' 2025-03-21T21:09:57.3563050Z 2025-03-21T21:09:57.3563100Z ^ 2025-03-21T21:09:57.3563330Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3563630Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3563840Z ^ 2025-03-21T21:09:57.3564720Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/tensor_parser.h' 2025-03-21T21:09:57.3565570Z 2025-03-21T21:09:57.3565620Z ^ 2025-03-21T21:09:57.3565840Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3566140Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3566360Z ^ 2025-03-21T21:09:57.3567190Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/method.h' 2025-03-21T21:09:57.3567980Z 2025-03-21T21:09:57.3568030Z ^ 2025-03-21T21:09:57.3568260Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3568720Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3568940Z ^ 2025-03-21T21:09:57.3569800Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/memory_manager.h' 2025-03-21T21:09:57.3570690Z 2025-03-21T21:09:57.3570750Z ^ 2025-03-21T21:09:57.3570960Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3571260Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3571440Z ^ 2025-03-21T21:09:57.3572310Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/pte_data_map.h' 2025-03-21T21:09:57.3573490Z 2025-03-21T21:09:57.3573870Z ^ 2025-03-21T21:09:57.3574630Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3575520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3576100Z ^ 2025-03-21T21:09:57.3579120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/program.h' 2025-03-21T21:09:57.3581570Z 2025-03-21T21:09:57.3581800Z ^ 2025-03-21T21:09:57.3582510Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3583390Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3584000Z ^ 2025-03-21T21:09:57.3586600Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/kernel/operator_registry.h' 2025-03-21T21:09:57.3589080Z 2025-03-21T21:09:57.3589310Z ^ 2025-03-21T21:09:57.3589980Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3590880Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3591500Z ^ 2025-03-21T21:09:57.3594030Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/kernel/kernel_runtime_context.h' 2025-03-21T21:09:57.3596400Z 2025-03-21T21:09:57.3596570Z ^ 2025-03-21T21:09:57.3597240Z :1:9: note: in file included from :1: 2025-03-21T21:09:57.3598090Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:09:57.3598700Z ^ 2025-03-21T21:09:57.3601020Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/schema/extended_header.h' 2025-03-21T21:09:57.3603290Z 2025-03-21T21:09:57.3603460Z ^ 2025-03-21T21:09:57.3603680Z 2025-03-21T21:09:57.3604630Z SwiftDriverJobDiscovery normal arm64 Emitting module for MobileNetClassifier (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3605920Z 2025-03-21T21:09:57.3606450Z SwiftDriver\ Compilation\ Requirements MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:57.3607580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:57.3626420Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:58.9030840Z 2025-03-21T21:09:58.9044340Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9063590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9065840Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:09:58.9067720Z 2025-03-21T21:09:58.9069520Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/MobileNetClassifier-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9071750Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9115420Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/MobileNetClassifier-Swift.h 2025-03-21T21:09:58.9117920Z 2025-03-21T21:09:58.9119540Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9121900Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9124150Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:09:58.9126040Z 2025-03-21T21:09:58.9127760Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9129870Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9132000Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:09:58.9133820Z 2025-03-21T21:09:58.9135520Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9137620Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9139830Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifier.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:09:58.9141710Z 2025-03-21T21:09:58.9143500Z CompileC /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9145820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9157150Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.d --serialize-diagnostics /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.dia -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o 2025-03-21T21:09:58.9168710Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:09:58.9175290Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/module/module.h:17: 2025-03-21T21:09:58.9193900Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/program.h:27: 2025-03-21T21:09:58.9195540Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/method.h:374:17: warning: parameter 'named_data_map,' not found in the function declaration [-Wdocumentation] 2025-03-21T21:09:58.9197050Z * @param[in] named_data_map, to retrieve external constants from. 2025-03-21T21:09:58.9197530Z ^~~~~~~~~~~~~~~ 2025-03-21T21:09:58.9198610Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/method.h:374:17: note: did you mean 'named_data_map'? 2025-03-21T21:09:58.9199680Z * @param[in] named_data_map, to retrieve external constants from. 2025-03-21T21:09:58.9200160Z ^~~~~~~~~~~~~~~ 2025-03-21T21:09:58.9200530Z named_data_map 2025-03-21T21:09:58.9201370Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:09:58.9202990Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/module/module.h:481:28: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T21:09:58.9204510Z std::unique_ptr data_map_; 2025-03-21T21:09:58.9204930Z ^ 2025-03-21T21:09:58.9205840Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:09:58.9207190Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/module/module.h:17: 2025-03-21T21:09:58.9238080Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/program.h:27: 2025-03-21T21:09:58.9239560Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/method.h:20: 2025-03-21T21:09:58.9264160Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T21:09:58.9265280Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T21:09:58.9265690Z ^ 2025-03-21T21:09:58.9266490Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:09:58.9267830Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/module/module.h:17: 2025-03-21T21:09:58.9269460Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/program.h:21: 2025-03-21T21:09:58.9302090Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/data_loader.h:14: 2025-03-21T21:09:58.9303570Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/result.h:19: 2025-03-21T21:09:58.9304940Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/error.h:18: 2025-03-21T21:09:58.9306640Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/log.h:20: 2025-03-21T21:09:58.9308310Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T21:09:58.9418890Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T21:09:58.9483200Z ^ 2025-03-21T21:09:58.9483660Z 2 warnings generated. 2025-03-21T21:09:58.9483980Z 2025-03-21T21:09:58.9484920Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/Entitlements.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9486340Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9487500Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/Entitlements.plist 2025-03-21T21:09:58.9488380Z 2025-03-21T21:09:58.9489720Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/Entitlements-Simulated.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9492280Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9493500Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/Entitlements-Simulated.plist 2025-03-21T21:09:58.9495160Z 2025-03-21T21:09:58.9496210Z ProcessProductPackaging "" /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9497570Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9516620Z 2025-03-21T21:09:58.9517180Z Entitlements: 2025-03-21T21:09:58.9517560Z 2025-03-21T21:09:58.9517940Z { 2025-03-21T21:09:58.9518380Z "com.apple.security.get-task-allow" = 1; 2025-03-21T21:09:58.9518840Z } 2025-03-21T21:09:58.9519150Z 2025-03-21T21:09:58.9520230Z builtin-productPackagingUtility -entitlements -format xml -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent 2025-03-21T21:09:58.9521470Z 2025-03-21T21:09:58.9522430Z ProcessProductPackaging "" /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9560050Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9577440Z 2025-03-21T21:09:58.9578380Z Entitlements: 2025-03-21T21:09:58.9579230Z 2025-03-21T21:09:58.9579910Z { 2025-03-21T21:09:58.9581100Z "application-identifier" = "78E7V7QP35.org.pytorch.executorch.demo.test"; 2025-03-21T21:09:58.9582300Z } 2025-03-21T21:09:58.9582970Z 2025-03-21T21:09:58.9587110Z builtin-productPackagingUtility -entitlements -format xml -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent 2025-03-21T21:09:58.9590580Z 2025-03-21T21:09:58.9594130Z ProcessProductPackagingDER /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent.der (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9596410Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9598280Z /usr/bin/derq query -f xml -i /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent.der --raw 2025-03-21T21:09:58.9599760Z 2025-03-21T21:09:58.9601390Z ProcessProductPackagingDER /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent.der (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9603410Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9605400Z /usr/bin/derq query -f xml -i /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent.der --raw 2025-03-21T21:09:58.9606930Z 2025-03-21T21:09:58.9607850Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9609200Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9610520Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml 2025-03-21T21:09:58.9611350Z 2025-03-21T21:09:58.9612400Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9613670Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9614810Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.hmap 2025-03-21T21:09:58.9639790Z 2025-03-21T21:09:58.9641170Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9642590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9643890Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap 2025-03-21T21:09:58.9644730Z 2025-03-21T21:09:58.9645670Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9647030Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9684660Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap 2025-03-21T21:09:58.9703190Z 2025-03-21T21:09:58.9705830Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9709580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9738000Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap 2025-03-21T21:09:58.9738980Z 2025-03-21T21:09:58.9739900Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9741170Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9742310Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-target-headers.hmap 2025-03-21T21:09:58.9743110Z 2025-03-21T21:09:58.9744440Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9745940Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9747150Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap 2025-03-21T21:09:58.9781490Z 2025-03-21T21:09:58.9782700Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9815290Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9819830Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList 2025-03-21T21:09:58.9850980Z 2025-03-21T21:09:58.9852370Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9853770Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9855030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json 2025-03-21T21:09:58.9855940Z 2025-03-21T21:09:58.9856850Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-OutputFileMap.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9858390Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9859580Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-OutputFileMap.json 2025-03-21T21:09:58.9883800Z 2025-03-21T21:09:58.9884330Z SwiftDriver App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:58.9885040Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:58.9904430Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:09:58.9952970Z 2025-03-21T21:09:59.0098760Z SwiftEmitModule normal arm64 Emitting\ module\ for\ ExecuTorchDemo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:59.0133610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:59.0164930Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-master-emit-module.d -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json 2025-03-21T21:09:59.0257390Z 2025-03-21T21:09:59.0261160Z SwiftCompile normal arm64 Compiling\ ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:59.0265180Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:59.0300300Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:59.0366200Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:59.0369400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:59.4772260Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ClassificationController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:59.4810750Z 2025-03-21T21:09:59.4929680Z SwiftCompile normal arm64 Compiling\ ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:59.5054810Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:09:59.5223740Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:09:59.5251650Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:09:59.5390030Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.3865150Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ContentView.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.3918660Z 2025-03-21T21:10:00.3978660Z SwiftCompile normal arm64 Compiling\ App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.3981470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4024220Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.4063500Z 2025-03-21T21:10:00.4064260Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4067610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4118500Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.4198680Z 2025-03-21T21:10:00.4199130Z SwiftDriverJobDiscovery normal arm64 Compiling ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4199630Z 2025-03-21T21:10:00.4200070Z SwiftDriverJobDiscovery normal arm64 Compiling MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4200600Z 2025-03-21T21:10:00.4201200Z SwiftDriver\ Compilation ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4202870Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4256570Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:00.4293120Z 2025-03-21T21:10:00.4293890Z SwiftCompile normal arm64 Compiling\ CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4295000Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4363030Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.4530150Z 2025-03-21T21:10:00.4531030Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4532110Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4571960Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraPreview.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.4599190Z 2025-03-21T21:10:00.4599950Z Libtool /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libImageClassification.a normal (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4601080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4605100Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList -dependency_info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/ImageClassification.build/Objects-normal/arm64/ImageClassification_libtool_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libImageClassification.a 2025-03-21T21:10:00.4623780Z 2025-03-21T21:10:00.4624160Z SwiftDriverJobDiscovery normal arm64 Emitting module for ExecuTorchDemo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4624580Z 2025-03-21T21:10:00.4624990Z SwiftDriver\ Compilation\ Requirements App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4625710Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4645130Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:00.4684380Z 2025-03-21T21:10:00.4685770Z SwiftDriver\ Compilation MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4687980Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4765440Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:00.4818510Z 2025-03-21T21:10:00.4820080Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/ExecuTorchDemo-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4822340Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4825950Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/ExecuTorchDemo-Swift.h 2025-03-21T21:10:00.4830720Z 2025-03-21T21:10:00.4834720Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4839500Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4849110Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:10:00.4915080Z 2025-03-21T21:10:00.4917440Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4919350Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4921440Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:10:00.4928650Z 2025-03-21T21:10:00.4930090Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4931850Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4933680Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:10:00.4935230Z 2025-03-21T21:10:00.4939670Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4945170Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.4950720Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:10:00.4952610Z 2025-03-21T21:10:00.4953300Z SwiftCompile normal arm64 Compiling\ CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.4954320Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5086600Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.5246160Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5247170Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5274490Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CustomViews.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.5313820Z 2025-03-21T21:10:00.5314580Z SwiftCompile normal arm64 Compiling\ CameraController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5315750Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5424220Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.5506650Z 2025-03-21T21:10:00.5507340Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5508560Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5574630Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/CameraController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:00.5602270Z 2025-03-21T21:10:00.5602780Z SwiftDriverJobDiscovery normal arm64 Compiling App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5603130Z 2025-03-21T21:10:00.5604130Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5605410Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5606480Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml 2025-03-21T21:10:00.5609020Z 2025-03-21T21:10:00.5611640Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5615590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5618940Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest.hmap 2025-03-21T21:10:00.5647910Z 2025-03-21T21:10:00.5648340Z SwiftDriverJobDiscovery normal arm64 Compiling ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5649190Z 2025-03-21T21:10:00.5661510Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5667260Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5668600Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap 2025-03-21T21:10:00.5669570Z 2025-03-21T21:10:00.5670650Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5672360Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5673690Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap 2025-03-21T21:10:00.5674610Z 2025-03-21T21:10:00.5675740Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5677210Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5678680Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap 2025-03-21T21:10:00.5679600Z 2025-03-21T21:10:00.5680810Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5682330Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5683570Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-target-headers.hmap 2025-03-21T21:10:00.5684510Z 2025-03-21T21:10:00.5743570Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5750100Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5751470Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap 2025-03-21T21:10:00.5753060Z 2025-03-21T21:10:00.5754350Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5755860Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5757130Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json 2025-03-21T21:10:00.5758030Z 2025-03-21T21:10:00.5759120Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5760770Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5764000Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList 2025-03-21T21:10:00.5765600Z 2025-03-21T21:10:00.5768200Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5773740Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5776030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json 2025-03-21T21:10:00.5777050Z 2025-03-21T21:10:00.5777520Z SwiftDriver MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5778420Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5875100Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:00.5899960Z 2025-03-21T21:10:00.5901000Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5902400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:00.5903560Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList 2025-03-21T21:10:00.5904410Z 2025-03-21T21:10:00.5905020Z SwiftEmitModule normal arm64 Emitting\ module\ for\ MobileNetClassifierTest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:00.5905810Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.1971100Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json 2025-03-21T21:10:03.2002660Z 2025-03-21T21:10:03.2003410Z Libtool /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libMobileNetClassifier.a normal (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.2004430Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.2008480Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o -lexecutorch_simulator -lImageClassification -dependency_info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_libtool_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libMobileNetClassifier.a 2025-03-21T21:10:03.2013990Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'executorch_dependencies.o' from '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o(executorch_dependencies.o)' and '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/executorch_dependencies.o(executorch_dependencies.o)' 2025-03-21T21:10:03.2015770Z 2025-03-21T21:10:03.2016620Z SwiftCompile normal arm64 Compiling\ MobileNetClassifierTest.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.2017760Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.2044490Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:03.2071130Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.2072400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4710330Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.dia -target arm64-apple-ios17.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:10:03.4737240Z 2025-03-21T21:10:03.4737580Z SwiftDriverJobDiscovery normal arm64 Compiling CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4737990Z 2025-03-21T21:10:03.4738800Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/empty-ExecuTorchDemo.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4740040Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4741100Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/empty-ExecuTorchDemo.plist 2025-03-21T21:10:03.4741820Z 2025-03-21T21:10:03.4742650Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4743920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4745030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList 2025-03-21T21:10:03.4745930Z 2025-03-21T21:10:03.4746250Z SwiftDriverJobDiscovery normal arm64 Compiling CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4746840Z 2025-03-21T21:10:03.4747980Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/mv3_xnnpack_fp32.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4749530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4751230Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:10:03.4773290Z 2025-03-21T21:10:03.4774890Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/mv3_mps_float16.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4776670Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4778430Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:10:03.4779850Z 2025-03-21T21:10:03.4780210Z SwiftDriverJobDiscovery normal arm64 Compiling ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4780710Z 2025-03-21T21:10:03.4781950Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/mv3_coreml_all.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4783680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4785450Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:10:03.4786830Z 2025-03-21T21:10:03.4788220Z ProcessInfoPlistFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Info.plist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/empty-ExecuTorchDemo.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4790070Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4792670Z builtin-infoPlistUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/empty-ExecuTorchDemo.plist -producttype com.apple.product-type.application -genpkginfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Info.plist 2025-03-21T21:10:03.4794950Z 2025-03-21T21:10:03.4795290Z SwiftDriverJobDiscovery normal arm64 Compiling CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4795670Z 2025-03-21T21:10:03.4796880Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/mv3.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4798520Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4800190Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:10:03.4801430Z 2025-03-21T21:10:03.4801760Z SwiftDriver\ Compilation App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4802490Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4821310Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:03.4839960Z 2025-03-21T21:10:03.4841160Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/imagenet_classes.txt /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4842740Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4844440Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:10:03.4845770Z 2025-03-21T21:10:03.4846920Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4848380Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4849970Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4851290Z 2025-03-21T21:10:03.4852350Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestBundleInject.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4853910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4855650Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestBundleInject.dylib /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4857130Z 2025-03-21T21:10:03.4858180Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCUnit.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUnit.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4859760Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4861480Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUnit.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4863130Z 2025-03-21T21:10:03.4864330Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4865990Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4867810Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4869290Z 2025-03-21T21:10:03.4870450Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4871950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4873640Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4875020Z 2025-03-21T21:10:03.4875640Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/ExecuTorchDemo normal (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4876580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4894210Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList -Xlinker -rpath -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -lc++ -all_load -framework Accelerate -framework CoreML -lsqlite3 -framework Metal -framework MetalPerformanceShaders -framework MetalPerformanceShadersGraph -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __ents_der -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app-Simulated.xcent.der -lkernels_portable_simulator -lbackend_mps_simulator -lbackend_xnnpack_simulator -lMobileNetClassifier -lbackend_coreml_simulator -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/ExecuTorchDemo -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule 2025-03-21T21:10:03.4913900Z 2025-03-21T21:10:03.4915020Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCTestCore.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4916600Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4918510Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4919970Z 2025-03-21T21:10:03.4921110Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCTest.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4922530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4924170Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4925540Z 2025-03-21T21:10:03.4926720Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4928250Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4930010Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks 2025-03-21T21:10:03.4931490Z 2025-03-21T21:10:03.4932390Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4933750Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4934930Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList 2025-03-21T21:10:03.4935780Z 2025-03-21T21:10:03.4936440Z CopySwiftLibs /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.4937460Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.4990530Z builtin-swiftStdLibTool --copy --verbose --sign - --scan-executable /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/ExecuTorchDemo --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/SystemExtensions --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Extensions --platform iphonesimulator --toolchain /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Frameworks --strip-bitcode --strip-bitcode-tool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os 2025-03-21T21:10:03.5000220Z 2025-03-21T21:10:03.5000430Z ExtractAppIntentsMetadata (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5000970Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5007040Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app --toolchain-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ExecuTorchDemo --sdk-root /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 17.0 --target-triple arm64-apple-ios17.0-simulator --binary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/ExecuTorchDemo --dependency-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo_dependency_info.dat --stringsdata-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList --swift-const-vals-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing 2025-03-21T21:10:03.5013530Z note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5013890Z 2025-03-21T21:10:03.5014060Z AppIntentsSSUTraining (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5014610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5018230Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Info.plist --temp-dir-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ssu --bundle-id org.pytorch.executorch.demo.test --product-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app --extracted-metadata-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/Metadata.appintents --archive-ssu-assets 2025-03-21T21:10:03.5021440Z 2025-03-21 21:10:01.310 appintentsnltrainingprocessor[88006:235713] Parsing options for appintentsnltrainingprocessor 2025-03-21T21:10:03.5022010Z 2025-03-21 21:10:01.318 appintentsnltrainingprocessor[88006:235713] No AppShortcuts found - Skipping. 2025-03-21T21:10:03.5022340Z 2025-03-21T21:10:03.5023320Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5024650Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5025770Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist 2025-03-21T21:10:03.5026630Z 2025-03-21T21:10:03.5028000Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_xnnpack_fp32.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5029740Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5031450Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5033040Z 2025-03-21T21:10:03.5034400Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_mps_float16.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5036070Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5037900Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5039330Z 2025-03-21T21:10:03.5040690Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_coreml_all.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5042420Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5044090Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5045450Z 2025-03-21T21:10:03.5046480Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5047910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5049100Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList 2025-03-21T21:10:03.5049990Z 2025-03-21T21:10:03.5051580Z ProcessInfoPlistFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5053510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5055700Z builtin-infoPlistUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphonesimulator -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist 2025-03-21T21:10:03.5057710Z 2025-03-21T21:10:03.5059020Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5060810Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5062590Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5063950Z 2025-03-21T21:10:03.5065310Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/imagenet_classes.txt /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5067040Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5068770Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5070190Z 2025-03-21T21:10:03.5071500Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/hot\ pot.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot\ pot.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5073230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5074870Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot\ pot.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5076240Z 2025-03-21T21:10:03.5077510Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Samoyed.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5079250Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5080910Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5082290Z 2025-03-21T21:10:03.5083720Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Arctic\ fox.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic\ fox.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5085370Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5087060Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic\ fox.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:10:03.5088430Z 2025-03-21T21:10:03.5088820Z SwiftDriverJobDiscovery normal arm64 Emitting module for MobileNetClassifierTest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5089310Z 2025-03-21T21:10:03.5089810Z SwiftDriver\ Compilation\ Requirements MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.5090680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.5111370Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:03.6255240Z 2025-03-21T21:10:03.6260070Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/MobileNetClassifierTest-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6320000Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6327410Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/MobileNetClassifierTest-Swift.h 2025-03-21T21:10:03.6332040Z 2025-03-21T21:10:03.6337120Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6342650Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6348070Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule 2025-03-21T21:10:03.6350050Z 2025-03-21T21:10:03.6351840Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6354190Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6356370Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.abi.json 2025-03-21T21:10:03.6358160Z 2025-03-21T21:10:03.6360090Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6362110Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6364180Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc 2025-03-21T21:10:03.6366080Z 2025-03-21T21:10:03.6367770Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6369850Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6372040Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/MobileNetClassifierTest.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo 2025-03-21T21:10:03.6373880Z 2025-03-21T21:10:03.6374280Z SwiftDriverJobDiscovery normal arm64 Compiling MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6374740Z 2025-03-21T21:10:03.6375190Z SwiftDriver\ Compilation MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.6376120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.6397110Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios17.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-23950cd4b3f73050108268841b0fa1a8.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:10:03.7973970Z 2025-03-21T21:10:03.7975200Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest normal (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.7976470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.7994640Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0-simulator -bundle -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList -Xlinker -rpath -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -lc++ -all_load -framework Accelerate -framework CoreML -lsqlite3 -framework Metal -framework MetalPerformanceShaders -framework MetalPerformanceShadersGraph -framework XCTest -lkernels_portable_simulator -lbackend_mps_simulator -lbackend_xnnpack_simulator -lMobileNetClassifier -lbackend_coreml_simulator -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphonesimulator/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule 2025-03-21T21:10:03.8012750Z 2025-03-21T21:10:03.8013740Z CopySwiftLibs /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:10:03.8015140Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:10:03.8021890Z builtin-swiftStdLibTool --copy --verbose --sign - --scan-executable /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Frameworks --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/PlugIns --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/SystemExtensions --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Extensions --platform iphonesimulator --toolchain /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os 2025-03-21T21:13:05.1822260Z 2025-03-21T21:13:05.1828080Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1830590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1832130Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList 2025-03-21T21:13:05.1853840Z 2025-03-21T21:13:05.1854100Z ExtractAppIntentsMetadata (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1854820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1866240Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest --toolchain-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MobileNetClassifierTest --sdk-root /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 17.0 --target-triple arm64-apple-ios17.0-simulator --binary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest --dependency-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_dependency_info.dat --stringsdata-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList --swift-const-vals-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing 2025-03-21T21:13:05.1874210Z note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1874630Z 2025-03-21T21:13:05.1874900Z AppIntentsSSUTraining (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1875680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1879990Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist --temp-dir-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/MobileNetClassifierTest.build/ssu --bundle-id org.pytorch.executorch.demo.test --product-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest --extracted-metadata-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Metadata.appintents --archive-ssu-assets 2025-03-21T21:13:05.1884640Z 2025-03-21 21:10:03.642 appintentsnltrainingprocessor[88124:236044] Parsing options for appintentsnltrainingprocessor 2025-03-21T21:13:05.1885730Z 2025-03-21 21:10:03.643 appintentsnltrainingprocessor[88124:236044] No AppShortcuts found - Skipping. 2025-03-21T21:13:05.1886080Z 2025-03-21T21:13:05.1886990Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1888260Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1888780Z 2025-03-21T21:13:05.1889090Z Signing Identity: "-" 2025-03-21T21:13:05.1889760Z 2025-03-21T21:13:05.1890830Z /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:05.1891870Z 2025-03-21T21:13:05.1892980Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1894530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1895830Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:05.1896570Z 2025-03-21T21:13:05.1897790Z Touch /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1899120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1900490Z /usr/bin/touch -c /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:05.1901350Z 2025-03-21T21:13:05.1902130Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1903150Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1903960Z 2025-03-21T21:13:05.1904390Z Signing Identity: "-" 2025-03-21T21:13:05.1904720Z 2025-03-21T21:13:05.1906350Z /usr/bin/codesign --force --sign - --entitlements /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphonesimulator/App.build/ExecuTorchDemo.app.xcent --timestamp\=none --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:13:05.1907880Z 2025-03-21T21:13:05.1908680Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1910550Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1911640Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:13:05.1912470Z 2025-03-21T21:13:05.1913110Z Validate /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1914200Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1915400Z builtin-validationUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:13:05.1916170Z 2025-03-21T21:13:05.1916810Z Touch /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:05.1918990Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:05.1920100Z /usr/bin/touch -c /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/ExecuTorchDemo.app 2025-03-21T21:13:05.1920990Z 2025-03-21T21:13:05.1921370Z 2025-03-21 21:12:15.471 xcodebuild[86967:233654] [MT] IDETestOperationsObserverDebug: 131.637 elapsed -- Testing started completed. 2025-03-21T21:13:05.1922010Z 2025-03-21 21:12:15.472 xcodebuild[86967:233654] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start 2025-03-21T21:13:05.1922830Z 2025-03-21 21:12:15.472 xcodebuild[86967:233654] [MT] IDETestOperationsObserverDebug: 131.640 sec, +131.640 sec -- end 2025-03-21T21:13:05.1923190Z 2025-03-21T21:13:05.1923460Z Test session results, code coverage, and logs: 2025-03-21T21:13:05.1924300Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Logs/Test/Test-MobileNetClassifierTest-2025.03.21_21-09-48-+0000.xcresult 2025-03-21T21:13:05.1924830Z 2025-03-21T21:13:05.1925060Z ** TEST SUCCEEDED ** 2025-03-21T21:13:05.1925300Z 2025-03-21T21:13:05.1925420Z Testing started 2025-03-21T21:13:05.1925960Z Test suite 'MobileNetClassifierTest' started on 'Clone 1 of executorch - ExecuTorchDemo (89216)' 2025-03-21T21:13:05.1926630Z Test case 'MobileNetClassifierTest.testV3WithCoreMLBackend()' passed on 'Clone 1 of executorch - ExecuTorchDemo (89216)' (0.966 seconds) 2025-03-21T21:13:05.1927580Z Test case 'MobileNetClassifierTest.testV3WithMPSBackend()' passed on 'Clone 1 of executorch - ExecuTorchDemo (89216)' (5.215 seconds) 2025-03-21T21:13:05.1928490Z Test case 'MobileNetClassifierTest.testV3WithPortableBackend()' passed on 'Clone 1 of executorch - ExecuTorchDemo (89216)' (0.778 seconds) 2025-03-21T21:13:05.1929330Z Test case 'MobileNetClassifierTest.testV3WithXNNPACKBackend()' passed on 'Clone 1 of executorch - ExecuTorchDemo (89216)' (0.982 seconds) 2025-03-21T21:13:05.1940240Z  2025-03-21T21:13:05.1940590Z ** Package The Test Suite ** 2025-03-21T21:13:05.1941060Z  2025-03-21T21:13:05.1941330Z Command line invocation: 2025-03-21T21:13:05.1942630Z /Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild build-for-testing -project examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj -scheme MobileNetClassifierTest -destination platform=iOS -allowProvisioningUpdates DEVELOPMENT_TEAM=78E7V7QP35 CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER=ExecuTorchDemo "CODE_SIGN_IDENTITY=iPhone Distribution" 2025-03-21T21:13:05.1943840Z 2025-03-21T21:13:05.1944070Z User defaults from command line: 2025-03-21T21:13:05.1944400Z IDEPackageSupportUseBuiltinSCM = YES 2025-03-21T21:13:05.1944980Z 2025-03-21T21:13:05.1945170Z Build settings from command line: 2025-03-21T21:13:05.1945460Z CODE_SIGN_IDENTITY = iPhone Distribution 2025-03-21T21:13:05.1946030Z CODE_SIGN_STYLE = Manual 2025-03-21T21:13:05.1946460Z DEVELOPMENT_TEAM = 78E7V7QP35 2025-03-21T21:13:05.1947670Z PROVISIONING_PROFILE_SPECIFIER = ExecuTorchDemo 2025-03-21T21:13:05.1948000Z 2025-03-21T21:13:05.1948180Z Resolve Package Graph 2025-03-21T21:13:05.1948380Z 2025-03-21T21:13:05.1948390Z 2025-03-21T21:13:05.1948710Z Resolved source packages: 2025-03-21T21:13:05.1949270Z executorch: https://github.com/pytorch/executorch @ swiftpm-0.5.0.20250317 (a031aeb) 2025-03-21T21:13:05.1949590Z 2025-03-21T21:13:05.1949810Z --- xcodebuild: WARNING: Using the first of multiple matching destinations: 2025-03-21T21:13:05.1950900Z { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device } 2025-03-21T21:13:05.1952010Z { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device } 2025-03-21T21:13:05.1952910Z { platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:56A401BC-2926-41DB-BABC-1780F5EE0C62, OS:1.2, name:Apple Vision Pro } 2025-03-21T21:13:05.1953850Z { platform:iOS Simulator, id:57551731-363D-47AB-8CA7-5771D3249EBC, OS:18.2, name:executorch } 2025-03-21T21:13:05.1954510Z { platform:iOS Simulator, id:57551731-363D-47AB-8CA7-5771D3249EBC, OS:18.2, name:executorch } 2025-03-21T21:13:05.1955250Z { platform:iOS Simulator, id:FEC7AD67-A100-4A21-B658-F23466553745, OS:17.0.1, name:iPad (10th generation) } 2025-03-21T21:13:05.1955970Z { platform:iOS Simulator, id:FEC7AD67-A100-4A21-B658-F23466553745, OS:17.0.1, name:iPad (10th generation) } 2025-03-21T21:13:05.1956930Z { platform:iOS Simulator, id:7E697A30-0A82-4DDF-8EEE-65FC869816E2, OS:17.2, name:iPad (10th generation) } 2025-03-21T21:13:05.1957510Z { platform:iOS Simulator, id:7E697A30-0A82-4DDF-8EEE-65FC869816E2, OS:17.2, name:iPad (10th generation) } 2025-03-21T21:13:05.1958580Z { platform:iOS Simulator, id:6F9C2EE3-A821-4C67-9F6D-44BC391CBE0E, OS:17.4, name:iPad (10th generation) } 2025-03-21T21:13:05.1959210Z { platform:iOS Simulator, id:6F9C2EE3-A821-4C67-9F6D-44BC391CBE0E, OS:17.4, name:iPad (10th generation) } 2025-03-21T21:13:05.1960080Z { platform:iOS Simulator, id:E7C34380-6BDD-4D70-BA79-A42A98A4EB43, OS:17.5, name:iPad (10th generation) } 2025-03-21T21:13:05.1960700Z { platform:iOS Simulator, id:E7C34380-6BDD-4D70-BA79-A42A98A4EB43, OS:17.5, name:iPad (10th generation) } 2025-03-21T21:13:05.1961600Z { platform:iOS Simulator, id:97A34828-3667-4B7F-8509-A568ACF38539, OS:18.1, name:iPad (10th generation) } 2025-03-21T21:13:05.1962420Z { platform:iOS Simulator, id:97A34828-3667-4B7F-8509-A568ACF38539, OS:18.1, name:iPad (10th generation) } 2025-03-21T21:13:05.1963140Z { platform:iOS Simulator, id:AAAC11B2-AD84-4020-9891-E9A9444C1F00, OS:18.2, name:iPad (10th generation) } 2025-03-21T21:13:05.1964020Z { platform:iOS Simulator, id:AAAC11B2-AD84-4020-9891-E9A9444C1F00, OS:18.2, name:iPad (10th generation) } 2025-03-21T21:13:05.1964900Z { platform:iOS Simulator, id:FCE33CA9-8749-4AC5-BEFD-8C79D4E075E9, OS:17.0.1, name:iPad Air (5th generation) } 2025-03-21T21:13:05.1965760Z { platform:iOS Simulator, id:FCE33CA9-8749-4AC5-BEFD-8C79D4E075E9, OS:17.0.1, name:iPad Air (5th generation) } 2025-03-21T21:13:05.1966450Z { platform:iOS Simulator, id:9349253F-EB64-425C-B023-732AD7CA4B34, OS:17.2, name:iPad Air (5th generation) } 2025-03-21T21:13:05.1967320Z { platform:iOS Simulator, id:9349253F-EB64-425C-B023-732AD7CA4B34, OS:17.2, name:iPad Air (5th generation) } 2025-03-21T21:13:05.1968220Z { platform:iOS Simulator, id:674A83F3-25CC-4439-8363-17FBFD6300A5, OS:17.4, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1969260Z { platform:iOS Simulator, id:674A83F3-25CC-4439-8363-17FBFD6300A5, OS:17.4, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1969940Z { platform:iOS Simulator, id:DC9F3C08-0180-4FCF-B703-36E1EF58E7E7, OS:17.5, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1970840Z { platform:iOS Simulator, id:DC9F3C08-0180-4FCF-B703-36E1EF58E7E7, OS:17.5, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1971420Z { platform:iOS Simulator, id:BF85E431-2ACD-4B69-B5CB-4C17B68CB07C, OS:18.1, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1972170Z { platform:iOS Simulator, id:BF85E431-2ACD-4B69-B5CB-4C17B68CB07C, OS:18.1, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1973060Z { platform:iOS Simulator, id:DE6D6C06-6CFA-40BA-8693-69F3709CFD8F, OS:18.2, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1973890Z { platform:iOS Simulator, id:DE6D6C06-6CFA-40BA-8693-69F3709CFD8F, OS:18.2, name:iPad Air 11-inch (M2) } 2025-03-21T21:13:05.1974610Z { platform:iOS Simulator, id:871857D0-0202-498A-A623-739913BECACD, OS:17.4, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1975690Z { platform:iOS Simulator, id:871857D0-0202-498A-A623-739913BECACD, OS:17.4, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1976510Z { platform:iOS Simulator, id:21CB608D-A93C-48F3-9349-5DEE6804C761, OS:17.5, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1977090Z { platform:iOS Simulator, id:21CB608D-A93C-48F3-9349-5DEE6804C761, OS:17.5, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1978250Z { platform:iOS Simulator, id:1F92E34C-A0A0-4FCF-B77A-F05E5C1C5582, OS:18.1, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1979300Z { platform:iOS Simulator, id:1F92E34C-A0A0-4FCF-B77A-F05E5C1C5582, OS:18.1, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1980120Z { platform:iOS Simulator, id:98D99D8C-4C0C-4EDB-87BF-BBA39E03BA26, OS:18.2, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1980730Z { platform:iOS Simulator, id:98D99D8C-4C0C-4EDB-87BF-BBA39E03BA26, OS:18.2, name:iPad Air 13-inch (M2) } 2025-03-21T21:13:05.1981690Z { platform:iOS Simulator, id:FB43C459-186A-4D8F-97D8-8FE17814C3B0, OS:17.0.1, name:iPad Pro (11-inch) (4th generation) } 2025-03-21T21:13:05.1982440Z { platform:iOS Simulator, id:FB43C459-186A-4D8F-97D8-8FE17814C3B0, OS:17.0.1, name:iPad Pro (11-inch) (4th generation) } 2025-03-21T21:13:05.1983470Z { platform:iOS Simulator, id:7234BC24-C0C3-41D4-8ED6-D6831DFD15A1, OS:17.2, name:iPad Pro (11-inch) (4th generation) } 2025-03-21T21:13:05.1984200Z { platform:iOS Simulator, id:7234BC24-C0C3-41D4-8ED6-D6831DFD15A1, OS:17.2, name:iPad Pro (11-inch) (4th generation) } 2025-03-21T21:13:05.1984940Z { platform:iOS Simulator, id:4F641532-0CC7-4F86-A6F6-3FFA8FB7CB36, OS:17.0.1, name:iPad Pro (12.9-inch) (6th generation) } 2025-03-21T21:13:05.1985700Z { platform:iOS Simulator, id:4F641532-0CC7-4F86-A6F6-3FFA8FB7CB36, OS:17.0.1, name:iPad Pro (12.9-inch) (6th generation) } 2025-03-21T21:13:05.1986530Z { platform:iOS Simulator, id:1B64F40C-2B2B-487C-AD01-CA96612EB923, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) } 2025-03-21T21:13:05.1987390Z { platform:iOS Simulator, id:1B64F40C-2B2B-487C-AD01-CA96612EB923, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) } 2025-03-21T21:13:05.1988150Z { platform:iOS Simulator, id:92501356-30F3-4ADA-9029-B43C4B8F9E64, OS:17.4, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:05.1988730Z { platform:iOS Simulator, id:92501356-30F3-4ADA-9029-B43C4B8F9E64, OS:17.4, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:05.1989400Z { platform:iOS Simulator, id:90CE2A62-1354-4A0D-B3FD-30EEC552279A, OS:17.5, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:05.1990050Z { platform:iOS Simulator, id:90CE2A62-1354-4A0D-B3FD-30EEC552279A, OS:17.5, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:11.5931440Z { platform:iOS Simulator, id:D619E74F-AECA-4B3D-A999-2898273B13E3, OS:18.1, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:11.5934940Z { platform:iOS Simulator, id:D619E74F-AECA-4B3D-A999-2898273B13E3, OS:18.1, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:11.5939060Z { platform:iOS Simulator, id:37AAA56C-1EBC-41A4-A4F7-EE5C5DBE94AB, OS:18.2, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:11.5940320Z { platform:iOS Simulator, id:37AAA56C-1EBC-41A4-A4F7-EE5C5DBE94AB, OS:18.2, name:iPad Pro 11-inch (M4) } 2025-03-21T21:13:11.5941460Z { platform:iOS Simulator, id:B6FA4420-BA5C-4C2B-A723-4E77D2315D14, OS:17.4, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5947290Z { platform:iOS Simulator, id:B6FA4420-BA5C-4C2B-A723-4E77D2315D14, OS:17.4, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5948230Z { platform:iOS Simulator, id:72F4888C-67FF-4A85-9E1B-8101DD1AEBD3, OS:17.5, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5949190Z { platform:iOS Simulator, id:72F4888C-67FF-4A85-9E1B-8101DD1AEBD3, OS:17.5, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5950030Z { platform:iOS Simulator, id:8F7FFD76-61E9-4F25-99E3-473784565DF2, OS:18.1, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5952160Z { platform:iOS Simulator, id:8F7FFD76-61E9-4F25-99E3-473784565DF2, OS:18.1, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5952910Z { platform:iOS Simulator, id:0171531D-DE79-4036-AB8F-9A71709FD511, OS:18.2, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5954640Z { platform:iOS Simulator, id:0171531D-DE79-4036-AB8F-9A71709FD511, OS:18.2, name:iPad Pro 13-inch (M4) } 2025-03-21T21:13:11.5956170Z { platform:iOS Simulator, id:193EEA58-7236-4F2C-9A05-453161DAB81B, OS:17.0.1, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5957280Z { platform:iOS Simulator, id:193EEA58-7236-4F2C-9A05-453161DAB81B, OS:17.0.1, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5959710Z { platform:iOS Simulator, id:411D9A0D-9F37-4FFE-B39E-D67CA246521D, OS:17.2, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5965210Z { platform:iOS Simulator, id:411D9A0D-9F37-4FFE-B39E-D67CA246521D, OS:17.2, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5968250Z { platform:iOS Simulator, id:114FEF7C-5206-4D22-8930-83182AE0535B, OS:17.4, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5970720Z { platform:iOS Simulator, id:114FEF7C-5206-4D22-8930-83182AE0535B, OS:17.4, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5973860Z { platform:iOS Simulator, id:BEDEF0D3-0DC2-46DB-B2E4-614D80635CB9, OS:17.5, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5974800Z { platform:iOS Simulator, id:BEDEF0D3-0DC2-46DB-B2E4-614D80635CB9, OS:17.5, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5975870Z { platform:iOS Simulator, id:675BFEF6-38F8-4F44-B4C9-8A0DB64EB4C9, OS:18.1, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5977450Z { platform:iOS Simulator, id:675BFEF6-38F8-4F44-B4C9-8A0DB64EB4C9, OS:18.1, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5978280Z { platform:iOS Simulator, id:27A5819B-7FC2-4A19-B39D-3785A5D355E1, OS:18.2, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5979340Z { platform:iOS Simulator, id:27A5819B-7FC2-4A19-B39D-3785A5D355E1, OS:18.2, name:iPad mini (6th generation) } 2025-03-21T21:13:11.5981490Z { platform:iOS Simulator, id:307466C4-C155-48CB-89B7-1B3C87AAE5AC, OS:18.1, name:iPad mini (A17 Pro) } 2025-03-21T21:13:11.5982320Z { platform:iOS Simulator, id:307466C4-C155-48CB-89B7-1B3C87AAE5AC, OS:18.1, name:iPad mini (A17 Pro) } 2025-03-21T21:13:11.5983240Z { platform:iOS Simulator, id:B8256002-9604-42A2-A279-132D473F34FF, OS:18.2, name:iPad mini (A17 Pro) } 2025-03-21T21:13:11.5984200Z { platform:iOS Simulator, id:B8256002-9604-42A2-A279-132D473F34FF, OS:18.2, name:iPad mini (A17 Pro) } 2025-03-21T21:13:11.5985120Z { platform:iOS Simulator, id:7A6F76ED-E48C-4ED1-8DF9-4577AA66C37D, OS:17.0.1, name:iPhone 15 } 2025-03-21T21:13:11.5985820Z { platform:iOS Simulator, id:7A6F76ED-E48C-4ED1-8DF9-4577AA66C37D, OS:17.0.1, name:iPhone 15 } 2025-03-21T21:13:11.5986640Z { platform:iOS Simulator, id:9E4453D5-A878-4D28-9ACC-E39A5A6676F1, OS:17.2, name:iPhone 15 } 2025-03-21T21:13:11.5987500Z { platform:iOS Simulator, id:9E4453D5-A878-4D28-9ACC-E39A5A6676F1, OS:17.2, name:iPhone 15 } 2025-03-21T21:13:11.5988710Z { platform:iOS Simulator, id:13474607-7ABF-4E8D-93F8-76FF955550BA, OS:17.4, name:iPhone 15 } 2025-03-21T21:13:11.5989510Z { platform:iOS Simulator, id:13474607-7ABF-4E8D-93F8-76FF955550BA, OS:17.4, name:iPhone 15 } 2025-03-21T21:13:11.5990220Z { platform:iOS Simulator, id:3FB7AB5B-BF57-426A-9E94-4FAF74A8DF81, OS:17.5, name:iPhone 15 } 2025-03-21T21:13:11.5990870Z { platform:iOS Simulator, id:3FB7AB5B-BF57-426A-9E94-4FAF74A8DF81, OS:17.5, name:iPhone 15 } 2025-03-21T21:13:11.5992020Z { platform:iOS Simulator, id:7EAD8791-FA68-4EC5-8F98-CEBA333E3620, OS:18.1, name:iPhone 15 } 2025-03-21T21:13:11.5992820Z { platform:iOS Simulator, id:7EAD8791-FA68-4EC5-8F98-CEBA333E3620, OS:18.1, name:iPhone 15 } 2025-03-21T21:13:11.5993750Z { platform:iOS Simulator, id:D01E377A-0BF5-41EA-9309-1560D9063E25, OS:18.2, name:iPhone 15 } 2025-03-21T21:13:11.5994340Z { platform:iOS Simulator, id:D01E377A-0BF5-41EA-9309-1560D9063E25, OS:18.2, name:iPhone 15 } 2025-03-21T21:13:11.5995070Z { platform:iOS Simulator, id:6DAEAE04-91E6-458E-852E-2A4C81DA2BEF, OS:17.0.1, name:iPhone 15 Plus } 2025-03-21T21:13:11.5996030Z { platform:iOS Simulator, id:6DAEAE04-91E6-458E-852E-2A4C81DA2BEF, OS:17.0.1, name:iPhone 15 Plus } 2025-03-21T21:13:11.5996730Z { platform:iOS Simulator, id:EB95D6C0-6E9B-4A9A-A0B5-E81409D96A89, OS:17.2, name:iPhone 15 Plus } 2025-03-21T21:13:11.5997520Z { platform:iOS Simulator, id:EB95D6C0-6E9B-4A9A-A0B5-E81409D96A89, OS:17.2, name:iPhone 15 Plus } 2025-03-21T21:13:11.5998370Z { platform:iOS Simulator, id:FC184A26-26F7-40A5-ADE1-AD7AECDD6001, OS:17.4, name:iPhone 15 Plus } 2025-03-21T21:13:11.5999150Z { platform:iOS Simulator, id:FC184A26-26F7-40A5-ADE1-AD7AECDD6001, OS:17.4, name:iPhone 15 Plus } 2025-03-21T21:13:11.5999950Z { platform:iOS Simulator, id:B37A786A-1AF7-4375-B2AB-FD84321B700B, OS:17.5, name:iPhone 15 Plus } 2025-03-21T21:13:11.6000880Z { platform:iOS Simulator, id:B37A786A-1AF7-4375-B2AB-FD84321B700B, OS:17.5, name:iPhone 15 Plus } 2025-03-21T21:13:11.6001680Z { platform:iOS Simulator, id:FF264DA0-35DF-4942-AC25-964AFB3FCE97, OS:18.1, name:iPhone 15 Plus } 2025-03-21T21:13:11.6002340Z { platform:iOS Simulator, id:FF264DA0-35DF-4942-AC25-964AFB3FCE97, OS:18.1, name:iPhone 15 Plus } 2025-03-21T21:13:11.6003190Z { platform:iOS Simulator, id:C575DE31-8117-4DA2-8F8E-F948003287ED, OS:18.2, name:iPhone 15 Plus } 2025-03-21T21:13:11.6004140Z { platform:iOS Simulator, id:C575DE31-8117-4DA2-8F8E-F948003287ED, OS:18.2, name:iPhone 15 Plus } 2025-03-21T21:13:11.6004860Z { platform:iOS Simulator, id:BF977AC9-F95D-4F48-A40D-ED622A729196, OS:17.0.1, name:iPhone 15 Pro } 2025-03-21T21:13:11.6005680Z { platform:iOS Simulator, id:BF977AC9-F95D-4F48-A40D-ED622A729196, OS:17.0.1, name:iPhone 15 Pro } 2025-03-21T21:13:11.6006610Z { platform:iOS Simulator, id:33DCC8F4-5B9A-4C79-9B48-E45A91F79BA8, OS:17.2, name:iPhone 15 Pro } 2025-03-21T21:13:11.6007320Z { platform:iOS Simulator, id:33DCC8F4-5B9A-4C79-9B48-E45A91F79BA8, OS:17.2, name:iPhone 15 Pro } 2025-03-21T21:13:11.6007990Z { platform:iOS Simulator, id:EB72CF90-DCAC-44E9-9B89-F668ACEE0CB7, OS:17.4, name:iPhone 15 Pro } 2025-03-21T21:13:11.6009020Z { platform:iOS Simulator, id:EB72CF90-DCAC-44E9-9B89-F668ACEE0CB7, OS:17.4, name:iPhone 15 Pro } 2025-03-21T21:13:11.6009810Z { platform:iOS Simulator, id:BDBBBF83-2F63-4AF4-9433-FB050026227B, OS:17.5, name:iPhone 15 Pro } 2025-03-21T21:13:11.6010450Z { platform:iOS Simulator, id:BDBBBF83-2F63-4AF4-9433-FB050026227B, OS:17.5, name:iPhone 15 Pro } 2025-03-21T21:13:11.6011230Z { platform:iOS Simulator, id:78A0449B-A23C-43A9-9883-74C63C9DAC65, OS:18.1, name:iPhone 15 Pro } 2025-03-21T21:13:11.6012010Z { platform:iOS Simulator, id:78A0449B-A23C-43A9-9883-74C63C9DAC65, OS:18.1, name:iPhone 15 Pro } 2025-03-21T21:13:11.6012660Z { platform:iOS Simulator, id:A982B62E-877B-4F15-BBE5-D114F7E06DA7, OS:18.2, name:iPhone 15 Pro } 2025-03-21T21:13:11.6013490Z { platform:iOS Simulator, id:A982B62E-877B-4F15-BBE5-D114F7E06DA7, OS:18.2, name:iPhone 15 Pro } 2025-03-21T21:13:11.6014630Z { platform:iOS Simulator, id:664D26D6-96C8-4242-839A-F4827C2C3C4C, OS:17.0.1, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6088920Z { platform:iOS Simulator, id:664D26D6-96C8-4242-839A-F4827C2C3C4C, OS:17.0.1, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6092140Z { platform:iOS Simulator, id:26E908A4-0694-4FF5-B6BC-BA52B7C0E336, OS:17.2, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6094490Z { platform:iOS Simulator, id:26E908A4-0694-4FF5-B6BC-BA52B7C0E336, OS:17.2, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6097910Z { platform:iOS Simulator, id:9BF9BC0A-2E9E-40CB-A273-6A94158715C5, OS:17.4, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6101450Z { platform:iOS Simulator, id:9BF9BC0A-2E9E-40CB-A273-6A94158715C5, OS:17.4, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6109550Z { platform:iOS Simulator, id:479E53A2-6A8E-41C8-853A-D59F8FFD93CF, OS:17.5, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6111300Z { platform:iOS Simulator, id:479E53A2-6A8E-41C8-853A-D59F8FFD93CF, OS:17.5, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6113020Z { platform:iOS Simulator, id:B6198AEC-61F3-4C1A-A04D-6068AFF31178, OS:18.1, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6114890Z { platform:iOS Simulator, id:B6198AEC-61F3-4C1A-A04D-6068AFF31178, OS:18.1, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6116530Z { platform:iOS Simulator, id:3979F64B-899F-48D9-BAC1-F59477ADB163, OS:18.2, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6117180Z { platform:iOS Simulator, id:3979F64B-899F-48D9-BAC1-F59477ADB163, OS:18.2, name:iPhone 15 Pro Max } 2025-03-21T21:13:11.6117710Z { platform:iOS Simulator, id:3C65A378-2FF7-4CFF-A0C2-AACB64FF6BCE, OS:18.1, name:iPhone 16 } 2025-03-21T21:13:11.6118920Z { platform:iOS Simulator, id:3C65A378-2FF7-4CFF-A0C2-AACB64FF6BCE, OS:18.1, name:iPhone 16 } 2025-03-21T21:13:11.6119730Z { platform:iOS Simulator, id:B3DE5744-A428-48F9-BB83-4ECBB3588607, OS:18.2, name:iPhone 16 } 2025-03-21T21:13:11.6121490Z { platform:iOS Simulator, id:B3DE5744-A428-48F9-BB83-4ECBB3588607, OS:18.2, name:iPhone 16 } 2025-03-21T21:13:11.6123380Z { platform:iOS Simulator, id:298A2A15-8752-45BB-93CF-EB7CFBE58D3E, OS:18.1, name:iPhone 16 Plus } 2025-03-21T21:13:11.6125760Z { platform:iOS Simulator, id:298A2A15-8752-45BB-93CF-EB7CFBE58D3E, OS:18.1, name:iPhone 16 Plus } 2025-03-21T21:13:11.6126670Z { platform:iOS Simulator, id:4E35CA61-BF50-4D8A-9028-8D48B19086EE, OS:18.2, name:iPhone 16 Plus } 2025-03-21T21:13:11.6127280Z { platform:iOS Simulator, id:4E35CA61-BF50-4D8A-9028-8D48B19086EE, OS:18.2, name:iPhone 16 Plus } 2025-03-21T21:13:11.6127900Z { platform:iOS Simulator, id:3D0BD164-D2D5-4213-A720-9D447AD357FA, OS:18.1, name:iPhone 16 Pro } 2025-03-21T21:13:11.6128590Z { platform:iOS Simulator, id:3D0BD164-D2D5-4213-A720-9D447AD357FA, OS:18.1, name:iPhone 16 Pro } 2025-03-21T21:13:11.6129180Z { platform:iOS Simulator, id:3B4A102C-DCE4-43B5-AE70-54753F07BEE7, OS:18.2, name:iPhone 16 Pro } 2025-03-21T21:13:11.6129910Z { platform:iOS Simulator, id:3B4A102C-DCE4-43B5-AE70-54753F07BEE7, OS:18.2, name:iPhone 16 Pro } 2025-03-21T21:13:11.6130490Z { platform:iOS Simulator, id:A11F44D8-BE1D-422D-A47E-B5009E980D7F, OS:18.1, name:iPhone 16 Pro Max } 2025-03-21T21:13:11.6131090Z { platform:iOS Simulator, id:A11F44D8-BE1D-422D-A47E-B5009E980D7F, OS:18.1, name:iPhone 16 Pro Max } 2025-03-21T21:13:11.6133610Z { platform:iOS Simulator, id:8BB7B01F-9B41-479F-9C4E-1609E73F3A94, OS:18.2, name:iPhone 16 Pro Max } 2025-03-21T21:13:11.6135390Z { platform:iOS Simulator, id:8BB7B01F-9B41-479F-9C4E-1609E73F3A94, OS:18.2, name:iPhone 16 Pro Max } 2025-03-21T21:13:11.6136570Z { platform:iOS Simulator, id:B1108DFF-AB70-448F-848F-913B7E8E1876, OS:17.0.1, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6137370Z { platform:iOS Simulator, id:B1108DFF-AB70-448F-848F-913B7E8E1876, OS:17.0.1, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6139340Z { platform:iOS Simulator, id:0DB97F6D-E417-49A9-9E0A-07717290E441, OS:17.2, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6141910Z { platform:iOS Simulator, id:0DB97F6D-E417-49A9-9E0A-07717290E441, OS:17.2, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6142890Z { platform:iOS Simulator, id:4A6A214E-B1BF-481E-81FA-2AD26951A669, OS:17.4, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6143590Z { platform:iOS Simulator, id:4A6A214E-B1BF-481E-81FA-2AD26951A669, OS:17.4, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6144310Z { platform:iOS Simulator, id:B8D28177-F923-440C-959F-1BCB1B02D582, OS:17.5, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6144900Z { platform:iOS Simulator, id:B8D28177-F923-440C-959F-1BCB1B02D582, OS:17.5, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6145720Z { platform:iOS Simulator, id:5AF4EE5B-19D2-4FED-BD05-117B133F504A, OS:18.1, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6146430Z { platform:iOS Simulator, id:5AF4EE5B-19D2-4FED-BD05-117B133F504A, OS:18.1, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6147840Z { platform:iOS Simulator, id:FDAC06B4-11CE-499C-BEEE-50092E07A5FF, OS:18.2, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6150730Z { platform:iOS Simulator, id:FDAC06B4-11CE-499C-BEEE-50092E07A5FF, OS:18.2, name:iPhone SE (3rd generation) } 2025-03-21T21:13:11.6152080Z Prepare packages 2025-03-21T21:13:11.6152270Z 2025-03-21T21:13:11.6152500Z note: Using codesigning identity override: iPhone Distribution 2025-03-21T21:13:11.6153440Z ComputeTargetDependencyGraph 2025-03-21T21:13:11.6153850Z note: Building targets in dependency order 2025-03-21T21:13:11.6154130Z note: Target dependency graph (14 targets) 2025-03-21T21:13:11.6154570Z Target 'MobileNetClassifierTest' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6209160Z ➜ Explicit dependency on target 'App' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6212570Z ➜ Implicit dependency on target 'MobileNetClassifier' in project 'ExecuTorchDemo' via file 'libMobileNetClassifier.a' in build phase 'Link Binary' 2025-03-21T21:13:11.6214330Z ➜ Explicit dependency on target 'kernels_portable' in project 'executorch' 2025-03-21T21:13:11.6215050Z ➜ Explicit dependency on target 'backend_mps' in project 'executorch' 2025-03-21T21:13:11.6215710Z ➜ Explicit dependency on target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:13:11.6216280Z ➜ Explicit dependency on target 'backend_coreml' in project 'executorch' 2025-03-21T21:13:11.6216740Z Target 'App' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6217370Z ➜ Explicit dependency on target 'MobileNetClassifier' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6217920Z ➜ Explicit dependency on target 'kernels_portable' in project 'executorch' 2025-03-21T21:13:11.6218540Z ➜ Explicit dependency on target 'backend_mps' in project 'executorch' 2025-03-21T21:13:11.6219120Z ➜ Explicit dependency on target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:13:11.6219650Z ➜ Explicit dependency on target 'backend_coreml' in project 'executorch' 2025-03-21T21:13:11.6220110Z Target 'backend_coreml' in project 'executorch' 2025-03-21T21:13:11.6220640Z ➜ Explicit dependency on target 'backend_coreml_dependencies' in project 'executorch' 2025-03-21T21:13:11.6221160Z Target 'backend_coreml_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:13:11.6221660Z Target 'backend_xnnpack' in project 'executorch' 2025-03-21T21:13:11.6222390Z ➜ Explicit dependency on target 'backend_xnnpack_dependencies' in project 'executorch' 2025-03-21T21:13:11.6222950Z Target 'backend_xnnpack_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:13:11.6223430Z Target 'backend_mps' in project 'executorch' 2025-03-21T21:13:11.6224010Z ➜ Explicit dependency on target 'backend_mps_dependencies' in project 'executorch' 2025-03-21T21:13:11.6224600Z Target 'backend_mps_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:13:11.6225010Z Target 'kernels_portable' in project 'executorch' 2025-03-21T21:13:11.6225570Z ➜ Explicit dependency on target 'kernels_portable_dependencies' in project 'executorch' 2025-03-21T21:13:11.6226130Z Target 'kernels_portable_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:13:11.6226570Z Target 'MobileNetClassifier' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6227190Z ➜ Explicit dependency on target 'ImageClassification' in project 'ExecuTorchDemo' 2025-03-21T21:13:11.6227810Z ➜ Explicit dependency on target 'executorch' in project 'executorch' 2025-03-21T21:13:11.6228170Z Target 'executorch' in project 'executorch' 2025-03-21T21:13:11.6228950Z ➜ Explicit dependency on target 'executorch_dependencies' in project 'executorch' 2025-03-21T21:13:11.6229460Z Target 'executorch_dependencies' in project 'executorch' (no dependencies) 2025-03-21T21:13:11.6230100Z Target 'ImageClassification' in project 'ExecuTorchDemo' (no dependencies) 2025-03-21T21:13:11.6230430Z 2025-03-21T21:13:11.6230540Z GatherProvisioningInputs 2025-03-21T21:13:11.6230750Z 2025-03-21T21:13:11.6230890Z CreateBuildDescription 2025-03-21T21:13:11.6231130Z 2025-03-21T21:13:11.6231620Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v 2025-03-21T21:13:11.6232030Z 2025-03-21T21:13:11.6232930Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x objective-c++ -c /dev/null 2025-03-21T21:13:11.6234050Z 2025-03-21T21:13:11.6234930Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x c -c /dev/null 2025-03-21T21:13:11.6235800Z 2025-03-21T21:13:11.6236350Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V 2025-03-21T21:13:11.6236830Z 2025-03-21T21:13:11.6237270Z ExecuteExternalTool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details 2025-03-21T21:13:11.6240430Z 2025-03-21T21:13:11.6240600Z Build description signature: 0b7eb95b2414ded7d116bf40d93dbf69 2025-03-21T21:13:11.6241550Z Build description path: /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/XCBuildData/0b7eb95b2414ded7d116bf40d93dbf69.xcbuilddata 2025-03-21T21:13:11.6243400Z ClangStatCache /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache 2025-03-21T21:13:11.6245050Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6255680Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -o /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache 2025-03-21T21:13:11.6257720Z 2025-03-21T21:13:11.6258210Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6259300Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6260330Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6260890Z 2025-03-21T21:13:11.6261430Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos 2025-03-21T21:13:11.6262530Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6263630Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos 2025-03-21T21:13:11.6264570Z 2025-03-21T21:13:11.6266230Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/kernels_portable/kernels_portable.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libkernels_portable_ios.a ios 2025-03-21T21:13:11.6270380Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6273100Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/kernels_portable/kernels_portable.xcframework --platform ios --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6274410Z 2025-03-21T21:13:11.6275980Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_xnnpack/backend_xnnpack.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libbackend_xnnpack_ios.a ios 2025-03-21T21:13:11.6277730Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6279720Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_xnnpack/backend_xnnpack.xcframework --platform ios --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6281000Z 2025-03-21T21:13:11.6282170Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_mps/backend_mps.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libbackend_mps_ios.a ios 2025-03-21T21:13:11.6283870Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6285550Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_mps/backend_mps.xcframework --platform ios --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6286770Z 2025-03-21T21:13:11.6287900Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_coreml/backend_coreml.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libbackend_coreml_ios.a ios 2025-03-21T21:13:11.6289510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6291220Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/backend_coreml/backend_coreml.xcframework --platform ios --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6292710Z 2025-03-21T21:13:11.6293850Z ProcessXCFramework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/executorch/executorch.xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libexecutorch_ios.a ios 2025-03-21T21:13:11.6296120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6298330Z builtin-process-xcframework --xcframework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/artifacts/executorch/executorch/executorch.xcframework --platform ios --target-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos 2025-03-21T21:13:11.6303650Z 2025-03-21T21:13:11.6304600Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6306500Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6307750Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml 2025-03-21T21:13:11.6309890Z 2025-03-21T21:13:11.6312310Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6313830Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6316190Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification.hmap 2025-03-21T21:13:11.6316980Z 2025-03-21T21:13:11.6317960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6319370Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6320580Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap 2025-03-21T21:13:11.6321560Z 2025-03-21T21:13:11.6322480Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6323920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6325120Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap 2025-03-21T21:13:11.6327960Z 2025-03-21T21:13:11.6328960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6330860Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6333010Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap 2025-03-21T21:13:11.6334110Z 2025-03-21T21:13:11.6335070Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6337580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6340030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-target-headers.hmap 2025-03-21T21:13:11.6340910Z 2025-03-21T21:13:11.6342750Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6344260Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6345550Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap 2025-03-21T21:13:11.6346440Z 2025-03-21T21:13:11.6346990Z CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks 2025-03-21T21:13:11.6348010Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj 2025-03-21T21:13:11.6349110Z builtin-create-build-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks 2025-03-21T21:13:11.6349760Z 2025-03-21T21:13:11.6350560Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6351770Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6352880Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:11.6353590Z 2025-03-21T21:13:11.6354620Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6356080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6357270Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList 2025-03-21T21:13:11.6358410Z 2025-03-21T21:13:11.6359450Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6362900Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6364180Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json 2025-03-21T21:13:11.6365120Z 2025-03-21T21:13:11.6367670Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6369160Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6370340Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList 2025-03-21T21:13:11.6372230Z 2025-03-21T21:13:11.6373290Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6374610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6375780Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json 2025-03-21T21:13:11.6376650Z 2025-03-21T21:13:11.6377290Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6378280Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6379120Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:11.6379720Z 2025-03-21T21:13:11.6380310Z MkDir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.6381270Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.6382130Z /bin/mkdir -p /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:11.6382680Z 2025-03-21T21:13:11.6385110Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6386620Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6387850Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap 2025-03-21T21:13:11.6388910Z 2025-03-21T21:13:11.6389860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6391250Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6392730Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap 2025-03-21T21:13:11.6393570Z 2025-03-21T21:13:11.6396280Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/backend_mps_dependencies.modulemap (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6400540Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6401700Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/backend_mps_dependencies.modulemap 2025-03-21T21:13:11.6402460Z 2025-03-21T21:13:11.6403360Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6404710Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6405840Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap 2025-03-21T21:13:11.6406620Z 2025-03-21T21:13:11.6408120Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/kernels_portable_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6410500Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6412460Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/kernels_portable_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos 2025-03-21T21:13:11.6414150Z 2025-03-21T21:13:11.6415650Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_xnnpack_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6417660Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6420420Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/backend_xnnpack_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos 2025-03-21T21:13:11.6422190Z 2025-03-21T21:13:11.6424620Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_mps_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/backend_mps_dependencies.modulemap (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6426570Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6428420Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/backend_mps_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos 2025-03-21T21:13:11.6429870Z 2025-03-21T21:13:11.6431330Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_coreml_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6433230Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6435150Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/backend_coreml_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos 2025-03-21T21:13:11.6436700Z 2025-03-21T21:13:11.6437750Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6439360Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6440680Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList 2025-03-21T21:13:11.6441670Z 2025-03-21T21:13:11.6442750Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6444330Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6445920Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json 2025-03-21T21:13:11.6446870Z 2025-03-21T21:13:11.6448070Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6449640Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6450940Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList 2025-03-21T21:13:11.6451870Z 2025-03-21T21:13:11.6452960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6454500Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6455840Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json 2025-03-21T21:13:11.6456790Z 2025-03-21T21:13:11.6457830Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6459380Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6460710Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList 2025-03-21T21:13:11.6461620Z 2025-03-21T21:13:11.6462860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6464870Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6466290Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList 2025-03-21T21:13:11.6467200Z 2025-03-21T21:13:11.6468210Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6469930Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6471380Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList 2025-03-21T21:13:11.6472670Z 2025-03-21T21:13:11.6473740Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6475300Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6476810Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json 2025-03-21T21:13:11.6477790Z 2025-03-21T21:13:11.6478870Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6480430Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6481740Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList 2025-03-21T21:13:11.6482630Z 2025-03-21T21:13:11.6484680Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6486140Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6487330Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json 2025-03-21T21:13:11.6488320Z 2025-03-21T21:13:11.6489290Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6490810Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6492010Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json 2025-03-21T21:13:11.6492840Z 2025-03-21T21:13:11.6493820Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6495350Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6496810Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList 2025-03-21T21:13:11.6497640Z 2025-03-21T21:13:11.6498740Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.6500440Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6501990Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json 2025-03-21T21:13:11.6503030Z 2025-03-21T21:13:11.6504200Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6512460Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6513760Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json 2025-03-21T21:13:11.6514940Z 2025-03-21T21:13:11.6515940Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6517400Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6518810Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList 2025-03-21T21:13:11.6519740Z 2025-03-21T21:13:11.6520730Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:11.6522200Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6523570Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json 2025-03-21T21:13:11.6524440Z 2025-03-21T21:13:11.6525410Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/executorch_dependencies.modulemap (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6526760Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6877360Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/executorch_dependencies.modulemap 2025-03-21T21:13:11.6879050Z 2025-03-21T21:13:11.6886500Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/executorch_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/executorch_dependencies.modulemap (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6890550Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6896400Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/executorch_dependencies.modulemap /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos 2025-03-21T21:13:11.6901140Z 2025-03-21T21:13:11.6902790Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6904430Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6905680Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList 2025-03-21T21:13:11.6906760Z 2025-03-21T21:13:11.6907760Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6909310Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6913500Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json 2025-03-21T21:13:11.6914830Z 2025-03-21T21:13:11.6917830Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6919740Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6921090Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList 2025-03-21T21:13:11.6921930Z 2025-03-21T21:13:11.6923000Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6924700Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6927870Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json 2025-03-21T21:13:11.6928840Z 2025-03-21T21:13:11.6929260Z SwiftDriver kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:11.6930580Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6948590Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:11.6963330Z 2025-03-21T21:13:11.6963780Z SwiftDriver backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:11.6964640Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.6979690Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:11.6994830Z 2025-03-21T21:13:11.6995250Z SwiftDriver executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:11.6996250Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.7011950Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:11.7025770Z 2025-03-21T21:13:11.7026170Z SwiftDriver backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:11.7027280Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:11.7043220Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:11.7061490Z 2025-03-21T21:13:11.7061880Z SwiftDriver ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:11.7062680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:11.7106590Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:12.4312350Z 2025-03-21T21:13:12.4320890Z SwiftDriver backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:12.4373750Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:12.4491160Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:12.4584610Z 2025-03-21T21:13:12.4591690Z SwiftEmitModule normal arm64 Emitting\ module\ for\ executorch_dependencies (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:12.4622460Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:12.4690920Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json 2025-03-21T21:13:20.4334060Z 2025-03-21T21:13:20.4339920Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_xnnpack_dependencies (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:20.4341650Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4411070Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json 2025-03-21T21:13:20.4464390Z 2025-03-21T21:13:20.4464890Z SwiftEmitModule normal arm64 Emitting\ module\ for\ kernels_portable_dependencies (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.4465820Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4490750Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json 2025-03-21T21:13:20.4516640Z 2025-03-21T21:13:20.4517250Z SwiftEmitModule normal arm64 Emitting\ module\ for\ ImageClassification (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:20.4518040Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:20.4554460Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json 2025-03-21T21:13:20.4585380Z 2025-03-21T21:13:20.4587610Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_mps_dependencies (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:20.4590440Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4613190Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json 2025-03-21T21:13:20.4634680Z 2025-03-21T21:13:20.4635590Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.4638080Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4660300Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4684020Z 2025-03-21T21:13:20.4684880Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.4686230Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4707200Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/kernels_portable/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name kernels_portable_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4727270Z 2025-03-21T21:13:20.4727700Z SwiftEmitModule normal arm64 Emitting\ module\ for\ backend_coreml_dependencies (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:20.4728640Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4749990Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json 2025-03-21T21:13:20.4772480Z 2025-03-21T21:13:20.4773540Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:20.4775150Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4795830Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4819170Z 2025-03-21T21:13:20.4820010Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:20.4821620Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4845270Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/executorch/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name executorch_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4865050Z 2025-03-21T21:13:20.4865950Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:20.4867410Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4890110Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4911320Z 2025-03-21T21:13:20.4912380Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:20.4913810Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4934720Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_xnnpack/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_xnnpack_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4954510Z 2025-03-21T21:13:20.4955480Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:20.4956770Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.4977680Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.4997040Z 2025-03-21T21:13:20.4997840Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:20.4999210Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5019520Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_mps/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_mps_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.5043920Z 2025-03-21T21:13:20.5044360Z SwiftDriverJobDiscovery normal arm64 Emitting module for kernels_portable_dependencies (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.5044910Z 2025-03-21T21:13:20.5045360Z SwiftDriverJobDiscovery normal arm64 Emitting module for executorch_dependencies (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:20.5045870Z 2025-03-21T21:13:20.5046290Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_mps_dependencies (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:20.5046790Z 2025-03-21T21:13:20.5047220Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_xnnpack_dependencies (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:20.5047710Z 2025-03-21T21:13:20.5048200Z SwiftDriver\ Compilation\ Requirements kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.5049340Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5063870Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:20.5078370Z 2025-03-21T21:13:20.5078790Z SwiftDriverJobDiscovery normal arm64 Emitting module for backend_coreml_dependencies (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:20.5079240Z 2025-03-21T21:13:20.5079730Z SwiftDriver\ Compilation\ Requirements executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:20.5080760Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5095130Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:20.5108910Z 2025-03-21T21:13:20.5109450Z SwiftDriver\ Compilation\ Requirements backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:20.5110880Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5125130Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:20.5139290Z 2025-03-21T21:13:20.5140010Z SwiftDriver\ Compilation\ Requirements backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:20.5141110Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5155410Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:20.5173820Z 2025-03-21T21:13:20.5175690Z SwiftDriver\ Compilation\ Requirements backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:20.5177580Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5201830Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:20.5229350Z 2025-03-21T21:13:20.5230750Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:20.5231320Z 2025-03-21T21:13:20.5233600Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:20.5234300Z 2025-03-21T21:13:20.5236240Z SwiftCompile normal arm64 Compiling\ dummy.swift /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:20.5238080Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5276510Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:20.5300800Z 2025-03-21T21:13:20.5302240Z SwiftCompile normal arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:20.5303630Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:20.5325390Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch/.Package.swift/backend_coreml/dummy.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name executorch -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name backend_coreml_dependencies -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-unit-output-path /executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/dummy.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:21.6449920Z 2025-03-21T21:13:21.6468290Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6473690Z 2025-03-21T21:13:21.6475490Z SwiftCompile normal arm64 Compiling\ ImageClassification.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.6479740Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.6553510Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:21.6593800Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.6595510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.6619910Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ImageClassification -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:21.6652000Z 2025-03-21T21:13:21.6653360Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6653900Z 2025-03-21T21:13:21.6654340Z SwiftDriver\ Compilation kernels_portable_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6655520Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6671770Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name kernels_portable_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.6693600Z 2025-03-21T21:13:21.6694150Z SwiftDriver\ Compilation executorch_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6695070Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6713890Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name executorch_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.6729900Z 2025-03-21T21:13:21.6730410Z SwiftDriver\ Compilation backend_xnnpack_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6731390Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6745420Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_xnnpack_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.6763840Z 2025-03-21T21:13:21.6764350Z SwiftDriver\ Compilation backend_mps_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6765400Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6779650Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_mps_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.6803310Z 2025-03-21T21:13:21.6806680Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/kernels_portable_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6809620Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6811650Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/kernels_portable_dependencies-Swift.h 2025-03-21T21:13:21.6815090Z 2025-03-21T21:13:21.6816930Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/executorch_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6818900Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6820810Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/executorch_dependencies-Swift.h 2025-03-21T21:13:21.6822240Z 2025-03-21T21:13:21.6823810Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_xnnpack_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6825860Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6827900Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_xnnpack_dependencies-Swift.h 2025-03-21T21:13:21.6831410Z 2025-03-21T21:13:21.6833290Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6835400Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6837700Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.6839360Z 2025-03-21T21:13:21.6841170Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6843310Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6845450Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.6847130Z 2025-03-21T21:13:21.6848580Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6850560Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6852640Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.6854280Z 2025-03-21T21:13:21.6855970Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.6859330Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6861520Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.6863440Z 2025-03-21T21:13:21.6864930Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6867050Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6869200Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.6870860Z 2025-03-21T21:13:21.6872310Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6874320Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6876340Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.6878080Z 2025-03-21T21:13:21.6879570Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6881530Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6883690Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.6885320Z 2025-03-21T21:13:21.6886840Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.6888970Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6891090Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.6892800Z 2025-03-21T21:13:21.6894350Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6896310Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6898350Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.6906350Z 2025-03-21T21:13:21.6913560Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6916560Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6918550Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.6920430Z 2025-03-21T21:13:21.6922160Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6924280Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6928420Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.6930100Z 2025-03-21T21:13:21.6931710Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.6933660Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6935690Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.6937390Z 2025-03-21T21:13:21.6938870Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_mps_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6940780Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6942530Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_mps_dependencies-Swift.h 2025-03-21T21:13:21.6944080Z 2025-03-21T21:13:21.6945490Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6947320Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6949680Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.6951320Z 2025-03-21T21:13:21.6952730Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6954570Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6957210Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.6959770Z 2025-03-21T21:13:21.6962030Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6965140Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6968340Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.6971650Z 2025-03-21T21:13:21.6974550Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.6978680Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6981950Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.6983690Z 2025-03-21T21:13:21.6985710Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_coreml_dependencies-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.6987830Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.6989650Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/backend_coreml_dependencies-Swift.h 2025-03-21T21:13:21.6991070Z 2025-03-21T21:13:21.6992540Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.6996570Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7002590Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.7007420Z 2025-03-21T21:13:21.7012710Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7029720Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7034160Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.7036100Z 2025-03-21T21:13:21.7041210Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7045090Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7047150Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.7048780Z 2025-03-21T21:13:21.7050320Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7052690Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7054800Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.7056510Z 2025-03-21T21:13:21.7057150Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.o normal (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.7058970Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7073830Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.o 2025-03-21T21:13:21.7082370Z 2025-03-21T21:13:21.7083000Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o normal (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.7084060Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7092590Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/executorch_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o 2025-03-21T21:13:21.7104500Z 2025-03-21T21:13:21.7105190Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.o normal (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.7106330Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7121060Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.o 2025-03-21T21:13:21.7130570Z 2025-03-21T21:13:21.7131090Z SwiftDriverJobDiscovery normal arm64 Compiling dummy.swift (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7131480Z 2025-03-21T21:13:21.7134520Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.o normal (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.7135640Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7144040Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.o 2025-03-21T21:13:21.7152410Z 2025-03-21T21:13:21.7152840Z SwiftDriver\ Compilation backend_coreml_dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7153710Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7172640Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name backend_coreml_dependencies -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend executorch -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_const_extract_protocols.json -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies-Swift.h -working-directory /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.7188580Z 2025-03-21T21:13:21.7189370Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.o normal (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7190480Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7199740Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.o 2025-03-21T21:13:21.7208180Z 2025-03-21T21:13:21.7208920Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.o (in target 'kernels_portable_dependencies' from project 'executorch') 2025-03-21T21:13:21.7210070Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7211080Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/kernels_portable_dependencies.o 2025-03-21T21:13:21.7211810Z 2025-03-21T21:13:21.7212680Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o (in target 'executorch_dependencies' from project 'executorch') 2025-03-21T21:13:21.7214000Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7215000Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o 2025-03-21T21:13:21.7215620Z 2025-03-21T21:13:21.7216480Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.o (in target 'backend_xnnpack_dependencies' from project 'executorch') 2025-03-21T21:13:21.7217710Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7218730Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_xnnpack_dependencies.o 2025-03-21T21:13:21.7219380Z 2025-03-21T21:13:21.7220080Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.o (in target 'backend_mps_dependencies' from project 'executorch') 2025-03-21T21:13:21.7221210Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7222220Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_mps_dependencies.o 2025-03-21T21:13:21.7222850Z 2025-03-21T21:13:21.7223550Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.o (in target 'backend_coreml_dependencies' from project 'executorch') 2025-03-21T21:13:21.7224690Z cd /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/SourcePackages/checkouts/executorch 2025-03-21T21:13:21.7225680Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/backend_coreml_dependencies.o 2025-03-21T21:13:21.7226310Z 2025-03-21T21:13:21.7226660Z SwiftDriverJobDiscovery normal arm64 Emitting module for ImageClassification (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7227320Z 2025-03-21T21:13:21.7227760Z SwiftDriver\ Compilation\ Requirements ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7228660Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7248520Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.7264750Z 2025-03-21T21:13:21.7266270Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7268140Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7270240Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:21.7273160Z 2025-03-21T21:13:21.7274630Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7276420Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7278310Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:21.7280770Z 2025-03-21T21:13:21.7282280Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7284280Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7286180Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:21.7287900Z 2025-03-21T21:13:21.7291300Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7293640Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7295580Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ImageClassification.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:21.7297260Z 2025-03-21T21:13:21.7298950Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/ImageClassification-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7301060Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7303000Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/ImageClassification-Swift.h 2025-03-21T21:13:21.7304590Z 2025-03-21T21:13:21.7310280Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7312270Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7313380Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier.hmap 2025-03-21T21:13:21.7314180Z 2025-03-21T21:13:21.7315040Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7316230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7317230Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml 2025-03-21T21:13:21.7317960Z 2025-03-21T21:13:21.7319220Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7320510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7321600Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap 2025-03-21T21:13:21.7322380Z 2025-03-21T21:13:21.7323300Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7324580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7325660Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap 2025-03-21T21:13:21.7326420Z 2025-03-21T21:13:21.7327310Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7328550Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7329600Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap 2025-03-21T21:13:21.7330380Z 2025-03-21T21:13:21.7331300Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7332610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7333690Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-target-headers.hmap 2025-03-21T21:13:21.7334780Z 2025-03-21T21:13:21.7335960Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7337310Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7338390Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap 2025-03-21T21:13:21.7339210Z 2025-03-21T21:13:21.7340290Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7341720Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7342830Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp 2025-03-21T21:13:21.7353140Z -target arm64-apple-ios17.0 '-std=c++17' -fobjc-arc -fobjc-weak -fmodules '-fmodules-cache-path=/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex' -fpascal-strings -O0 -fno-common '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=0' -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -ivfsoverlay /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -iquote /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos '-fmodule-map-file=/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/executorch_dependencies.modulemap' 2025-03-21T21:13:21.7362750Z 2025-03-21T21:13:21.7366900Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7368290Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7369580Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json 2025-03-21T21:13:21.7370430Z 2025-03-21T21:13:21.7372850Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7374510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7375600Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json 2025-03-21T21:13:21.7376430Z 2025-03-21T21:13:21.7377360Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7378650Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7379720Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList 2025-03-21T21:13:21.7380520Z 2025-03-21T21:13:21.7380880Z SwiftDriver MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7381590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7404440Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:21.7433520Z 2025-03-21T21:13:21.7434040Z SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7437610Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7458860Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -module-name MobileNetClassifier -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -emit-pch -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders/MobileNet-Bridging-Header-3oottdh3sbst8.dia -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h 2025-03-21T21:13:21.7485160Z 2025-03-21T21:13:21.7485540Z SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7487590Z 2025-03-21T21:13:21.7488130Z SwiftEmitModule normal arm64 Emitting\ module\ for\ MobileNetClassifier (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7496440Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7523340Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json 2025-03-21T21:13:21.7549160Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7549470Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7549670Z ^ 2025-03-21T21:13:21.7550490Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/module/module.h' 2025-03-21T21:13:21.7553750Z 2025-03-21T21:13:21.7554910Z ^ 2025-03-21T21:13:21.7555210Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7555510Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7555700Z ^ 2025-03-21T21:13:21.7556540Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_ptr_maker.h' 2025-03-21T21:13:21.7557370Z 2025-03-21T21:13:21.7557420Z ^ 2025-03-21T21:13:21.7557650Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7558180Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7558390Z ^ 2025-03-21T21:13:21.7559410Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_accessor.h' 2025-03-21T21:13:21.7560240Z 2025-03-21T21:13:21.7560290Z ^ 2025-03-21T21:13:21.7560510Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7560820Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7561000Z ^ 2025-03-21T21:13:21.7561800Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor.h' 2025-03-21T21:13:21.7562600Z 2025-03-21T21:13:21.7562650Z ^ 2025-03-21T21:13:21.7562870Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7563170Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7563370Z ^ 2025-03-21T21:13:21.7564180Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/extension/tensor/tensor_ptr.h' 2025-03-21T21:13:21.7564980Z 2025-03-21T21:13:21.7565030Z ^ 2025-03-21T21:13:21.7565240Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7565540Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7565730Z ^ 2025-03-21T21:13:21.7566510Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/error.h' 2025-03-21T21:13:21.7567280Z 2025-03-21T21:13:21.7567330Z ^ 2025-03-21T21:13:21.7567550Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7567860Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7568050Z ^ 2025-03-21T21:13:21.7568860Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer.h' 2025-03-21T21:13:21.7569650Z 2025-03-21T21:13:21.7569700Z ^ 2025-03-21T21:13:21.7569920Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7570220Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7570410Z ^ 2025-03-21T21:13:21.7571510Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tag.h' 2025-03-21T21:13:21.7572450Z 2025-03-21T21:13:21.7572510Z ^ 2025-03-21T21:13:21.7572720Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7573020Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7573200Z ^ 2025-03-21T21:13:21.7574030Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor_impl.h' 2025-03-21T21:13:21.7574870Z 2025-03-21T21:13:21.7574920Z ^ 2025-03-21T21:13:21.7575140Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7575440Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7575630Z ^ 2025-03-21T21:13:21.7576550Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T21:13:21.7577400Z 2025-03-21T21:13:21.7577460Z ^ 2025-03-21T21:13:21.7577750Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7578060Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7578250Z ^ 2025-03-21T21:13:21.7579080Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/half.h' 2025-03-21T21:13:21.7580120Z 2025-03-21T21:13:21.7580250Z ^ 2025-03-21T21:13:21.7580500Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7580810Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7581030Z ^ 2025-03-21T21:13:21.7581880Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/device.h' 2025-03-21T21:13:21.7582730Z 2025-03-21T21:13:21.7582790Z ^ 2025-03-21T21:13:21.7583020Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7583320Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7583510Z ^ 2025-03-21T21:13:21.7584370Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/optional.h' 2025-03-21T21:13:21.7585200Z 2025-03-21T21:13:21.7585250Z ^ 2025-03-21T21:13:21.7585470Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7585770Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7585960Z ^ 2025-03-21T21:13:21.7586790Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/scalar.h' 2025-03-21T21:13:21.7587600Z 2025-03-21T21:13:21.7587650Z ^ 2025-03-21T21:13:21.7587870Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7588160Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7588350Z ^ 2025-03-21T21:13:21.7589190Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bits_types.h' 2025-03-21T21:13:21.7590290Z 2025-03-21T21:13:21.7590350Z ^ 2025-03-21T21:13:21.7590560Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7590930Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7591120Z ^ 2025-03-21T21:13:21.7591940Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/bfloat16.h' 2025-03-21T21:13:21.7592750Z 2025-03-21T21:13:21.7592800Z ^ 2025-03-21T21:13:21.7593020Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7593320Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7593510Z ^ 2025-03-21T21:13:21.7597450Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor_options.h' 2025-03-21T21:13:21.7598800Z 2025-03-21T21:13:21.7598880Z ^ 2025-03-21T21:13:21.7599110Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7599550Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7599740Z ^ 2025-03-21T21:13:21.7600890Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T21:13:21.7602030Z 2025-03-21T21:13:21.7602100Z ^ 2025-03-21T21:13:21.7602350Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7602680Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7602870Z ^ 2025-03-21T21:13:21.7603790Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T21:13:21.7604690Z 2025-03-21T21:13:21.7604750Z ^ 2025-03-21T21:13:21.7604970Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7605270Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7605460Z ^ 2025-03-21T21:13:21.7606300Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T21:13:21.7607140Z 2025-03-21T21:13:21.7607190Z ^ 2025-03-21T21:13:21.7607410Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7607700Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7607890Z ^ 2025-03-21T21:13:21.7609140Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T21:13:21.7610020Z 2025-03-21T21:13:21.7610070Z ^ 2025-03-21T21:13:21.7610290Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7610570Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7610760Z ^ 2025-03-21T21:13:21.7611750Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T21:13:21.7612790Z 2025-03-21T21:13:21.7612850Z ^ 2025-03-21T21:13:21.7613090Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7613460Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7613660Z ^ 2025-03-21T21:13:21.7614560Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T21:13:21.7615430Z 2025-03-21T21:13:21.7615490Z ^ 2025-03-21T21:13:21.7615760Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7616070Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7616260Z ^ 2025-03-21T21:13:21.7617200Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T21:13:21.7618060Z 2025-03-21T21:13:21.7618120Z ^ 2025-03-21T21:13:21.7618340Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7618690Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7618880Z ^ 2025-03-21T21:13:21.7620120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T21:13:21.7620980Z 2025-03-21T21:13:21.7621040Z ^ 2025-03-21T21:13:21.7621250Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7621560Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7621740Z ^ 2025-03-21T21:13:21.7622580Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T21:13:21.7623430Z 2025-03-21T21:13:21.7623480Z ^ 2025-03-21T21:13:21.7623710Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7624000Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7624180Z ^ 2025-03-21T21:13:21.7625020Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T21:13:21.7625890Z 2025-03-21T21:13:21.7625950Z ^ 2025-03-21T21:13:21.7626160Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7626450Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7626640Z ^ 2025-03-21T21:13:21.7627490Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T21:13:21.7628320Z 2025-03-21T21:13:21.7628380Z ^ 2025-03-21T21:13:21.7628590Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7628880Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7629060Z ^ 2025-03-21T21:13:21.7629900Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/scalar_type.h' 2025-03-21T21:13:21.7630900Z 2025-03-21T21:13:21.7630950Z ^ 2025-03-21T21:13:21.7631170Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7631740Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7631930Z ^ 2025-03-21T21:13:21.7632800Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/qint_types.h' 2025-03-21T21:13:21.7633670Z 2025-03-21T21:13:21.7633730Z ^ 2025-03-21T21:13:21.7633950Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7634250Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7634440Z ^ 2025-03-21T21:13:21.7636090Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/tensor.h' 2025-03-21T21:13:21.7636950Z 2025-03-21T21:13:21.7637010Z ^ 2025-03-21T21:13:21.7637240Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7637530Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7637890Z ^ 2025-03-21T21:13:21.7638720Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/complex.h' 2025-03-21T21:13:21.7639550Z 2025-03-21T21:13:21.7639600Z ^ 2025-03-21T21:13:21.7639820Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7640120Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7640330Z ^ 2025-03-21T21:13:21.7641160Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/portable_type/string_view.h' 2025-03-21T21:13:21.7642000Z 2025-03-21T21:13:21.7642050Z ^ 2025-03-21T21:13:21.7642280Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7642570Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7642760Z ^ 2025-03-21T21:13:21.7643560Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/named_data_map.h' 2025-03-21T21:13:21.7644390Z 2025-03-21T21:13:21.7644440Z ^ 2025-03-21T21:13:21.7644650Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7644960Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7645150Z ^ 2025-03-21T21:13:21.7645970Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tensor_shape_dynamism.h' 2025-03-21T21:13:21.7646930Z 2025-03-21T21:13:21.7647010Z ^ 2025-03-21T21:13:21.7647230Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7647520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7647710Z ^ 2025-03-21T21:13:21.7648510Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/memory_allocator.h' 2025-03-21T21:13:21.7649580Z 2025-03-21T21:13:21.7649630Z ^ 2025-03-21T21:13:21.7649840Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7650120Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7650310Z ^ 2025-03-21T21:13:21.7651300Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T21:13:21.7652120Z 2025-03-21T21:13:21.7652170Z ^ 2025-03-21T21:13:21.7652390Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7652680Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7652870Z ^ 2025-03-21T21:13:21.7653650Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/result.h' 2025-03-21T21:13:21.7654430Z 2025-03-21T21:13:21.7654480Z ^ 2025-03-21T21:13:21.7654770Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7655080Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7655260Z ^ 2025-03-21T21:13:21.7656140Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/exec_aten.h' 2025-03-21T21:13:21.7656940Z 2025-03-21T21:13:21.7656990Z ^ 2025-03-21T21:13:21.7657190Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7657490Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7657670Z ^ 2025-03-21T21:13:21.7658510Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T21:13:21.7659360Z 2025-03-21T21:13:21.7659410Z ^ 2025-03-21T21:13:21.7659620Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7659910Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7660090Z ^ 2025-03-21T21:13:21.7660910Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T21:13:21.7661700Z 2025-03-21T21:13:21.7661760Z ^ 2025-03-21T21:13:21.7661970Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7662250Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7662440Z ^ 2025-03-21T21:13:21.7663260Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T21:13:21.7664070Z 2025-03-21T21:13:21.7664120Z ^ 2025-03-21T21:13:21.7664330Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7664620Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7664800Z ^ 2025-03-21T21:13:21.7665860Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T21:13:21.7666760Z 2025-03-21T21:13:21.7666820Z ^ 2025-03-21T21:13:21.7667230Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7668110Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7670870Z ^ 2025-03-21T21:13:21.7671920Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T21:13:21.7674670Z 2025-03-21T21:13:21.7678090Z ^ 2025-03-21T21:13:21.7678550Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7685290Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7685490Z ^ 2025-03-21T21:13:21.7686300Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/freeable_buffer.h' 2025-03-21T21:13:21.7687670Z 2025-03-21T21:13:21.7687740Z ^ 2025-03-21T21:13:21.7687960Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7688520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7688720Z ^ 2025-03-21T21:13:21.7689590Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/defines.h' 2025-03-21T21:13:21.7690370Z 2025-03-21T21:13:21.7690420Z ^ 2025-03-21T21:13:21.7690640Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7690930Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7691110Z ^ 2025-03-21T21:13:21.7691890Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/tensor_layout.h' 2025-03-21T21:13:21.7692680Z 2025-03-21T21:13:21.7692730Z ^ 2025-03-21T21:13:21.7692950Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7693240Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7693420Z ^ 2025-03-21T21:13:21.7694200Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/data_loader.h' 2025-03-21T21:13:21.7694970Z 2025-03-21T21:13:21.7695020Z ^ 2025-03-21T21:13:21.7695230Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7695520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7695700Z ^ 2025-03-21T21:13:21.7696880Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/span.h' 2025-03-21T21:13:21.7697680Z 2025-03-21T21:13:21.7697740Z ^ 2025-03-21T21:13:21.7697970Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7698270Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7698460Z ^ 2025-03-21T21:13:21.7699240Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/evalue.h' 2025-03-21T21:13:21.7700000Z 2025-03-21T21:13:21.7700050Z ^ 2025-03-21T21:13:21.7700260Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7701020Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7702040Z ^ 2025-03-21T21:13:21.7703020Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/event_tracer_hooks.h' 2025-03-21T21:13:21.7703890Z 2025-03-21T21:13:21.7703940Z ^ 2025-03-21T21:13:21.7704160Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7704450Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7704630Z ^ 2025-03-21T21:13:21.7705450Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/hierarchical_allocator.h' 2025-03-21T21:13:21.7706240Z 2025-03-21T21:13:21.7706290Z ^ 2025-03-21T21:13:21.7706500Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7706800Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7706980Z ^ 2025-03-21T21:13:21.7707840Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/core/array_ref.h' 2025-03-21T21:13:21.7708620Z 2025-03-21T21:13:21.7708670Z ^ 2025-03-21T21:13:21.7708940Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7709270Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7709450Z ^ 2025-03-21T21:13:21.7710240Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/compiler.h' 2025-03-21T21:13:21.7711020Z 2025-03-21T21:13:21.7711070Z ^ 2025-03-21T21:13:21.7711290Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7711580Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7711770Z ^ 2025-03-21T21:13:21.7712540Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/types.h' 2025-03-21T21:13:21.7713310Z 2025-03-21T21:13:21.7713360Z ^ 2025-03-21T21:13:21.7713570Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7713860Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7714060Z ^ 2025-03-21T21:13:21.7714860Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/runtime.h' 2025-03-21T21:13:21.7715650Z 2025-03-21T21:13:21.7715700Z ^ 2025-03-21T21:13:21.7715900Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7716190Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7716380Z ^ 2025-03-21T21:13:21.7717140Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/log.h' 2025-03-21T21:13:21.7717900Z 2025-03-21T21:13:21.7717950Z ^ 2025-03-21T21:13:21.7718160Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7718450Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7718630Z ^ 2025-03-21T21:13:21.7719400Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/system.h' 2025-03-21T21:13:21.7720280Z 2025-03-21T21:13:21.7720330Z ^ 2025-03-21T21:13:21.7720540Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7720880Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7721060Z ^ 2025-03-21T21:13:21.7721890Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/compat_unistd.h' 2025-03-21T21:13:21.7722670Z 2025-03-21T21:13:21.7722720Z ^ 2025-03-21T21:13:21.7722930Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7723210Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7723390Z ^ 2025-03-21T21:13:21.7724170Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/profiler.h' 2025-03-21T21:13:21.7725110Z 2025-03-21T21:13:21.7725180Z ^ 2025-03-21T21:13:21.7725400Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7725690Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7726030Z ^ 2025-03-21T21:13:21.7726840Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/assert.h' 2025-03-21T21:13:21.7727650Z 2025-03-21T21:13:21.7727700Z ^ 2025-03-21T21:13:21.7727920Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7728200Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7728390Z ^ 2025-03-21T21:13:21.7729340Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/platform.h' 2025-03-21T21:13:21.7730180Z 2025-03-21T21:13:21.7730240Z ^ 2025-03-21T21:13:21.7730460Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7730750Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7730940Z ^ 2025-03-21T21:13:21.7731720Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/clock.h' 2025-03-21T21:13:21.7732960Z 2025-03-21T21:13:21.7733020Z ^ 2025-03-21T21:13:21.7733230Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7733520Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7733710Z ^ 2025-03-21T21:13:21.7734480Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/platform/abort.h' 2025-03-21T21:13:21.7735290Z 2025-03-21T21:13:21.7735350Z ^ 2025-03-21T21:13:21.7735560Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7735850Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7736120Z ^ 2025-03-21T21:13:21.7737300Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/backend_init_context.h' 2025-03-21T21:13:21.7738100Z 2025-03-21T21:13:21.7738150Z ^ 2025-03-21T21:13:21.7738600Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7738890Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7739080Z ^ 2025-03-21T21:13:21.7739860Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/interface.h' 2025-03-21T21:13:21.7740890Z 2025-03-21T21:13:21.7740950Z ^ 2025-03-21T21:13:21.7741160Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7741450Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7741630Z ^ 2025-03-21T21:13:21.7742450Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/backend/backend_execution_context.h' 2025-03-21T21:13:21.7743260Z 2025-03-21T21:13:21.7743310Z ^ 2025-03-21T21:13:21.7743520Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7743900Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7744100Z ^ 2025-03-21T21:13:21.7744960Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/method_meta.h' 2025-03-21T21:13:21.7745760Z 2025-03-21T21:13:21.7745820Z ^ 2025-03-21T21:13:21.7746030Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7746320Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7746500Z ^ 2025-03-21T21:13:21.7747320Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/tensor_parser.h' 2025-03-21T21:13:21.7748140Z 2025-03-21T21:13:21.7748190Z ^ 2025-03-21T21:13:21.7748410Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7748690Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7748880Z ^ 2025-03-21T21:13:21.7749650Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/method.h' 2025-03-21T21:13:21.7750570Z 2025-03-21T21:13:21.7750630Z ^ 2025-03-21T21:13:21.7750850Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7751130Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7751320Z ^ 2025-03-21T21:13:21.7752120Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/memory_manager.h' 2025-03-21T21:13:21.7753330Z 2025-03-21T21:13:21.7753740Z ^ 2025-03-21T21:13:21.7754470Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7755980Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7756180Z ^ 2025-03-21T21:13:21.7756970Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/pte_data_map.h' 2025-03-21T21:13:21.7757850Z 2025-03-21T21:13:21.7757950Z ^ 2025-03-21T21:13:21.7758200Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7758500Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7758960Z ^ 2025-03-21T21:13:21.7759770Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/executor/program.h' 2025-03-21T21:13:21.7760640Z 2025-03-21T21:13:21.7760690Z ^ 2025-03-21T21:13:21.7760910Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7761200Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7761390Z ^ 2025-03-21T21:13:21.7762910Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/kernel/operator_registry.h' 2025-03-21T21:13:21.7763700Z 2025-03-21T21:13:21.7763760Z ^ 2025-03-21T21:13:21.7763970Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7764250Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7764440Z ^ 2025-03-21T21:13:21.7765340Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/runtime/kernel/kernel_runtime_context.h' 2025-03-21T21:13:21.7766250Z 2025-03-21T21:13:21.7766310Z ^ 2025-03-21T21:13:21.7766520Z :1:9: note: in file included from :1: 2025-03-21T21:13:21.7766800Z #import "ExecuTorch/ExecuTorch.h" 2025-03-21T21:13:21.7766990Z ^ 2025-03-21T21:13:21.7767780Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/ExecuTorch/ExecuTorch.h:14:1: warning: umbrella header for module 'ExecuTorch' does not include header '/schema/extended_header.h' 2025-03-21T21:13:21.7768550Z 2025-03-21T21:13:21.7768600Z ^ 2025-03-21T21:13:21.7768660Z 2025-03-21T21:13:21.7769460Z SwiftCompile normal arm64 Compiling\ MobileNetClassifier.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7770600Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7796100Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:21.7821460Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:21.7822520Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:21.7847170Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name MobileNetClassifier -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-d4aebfcb5f1124489c9e2a56552599c0.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:23.5306280Z 2025-03-21T21:13:23.5364130Z SwiftDriverJobDiscovery normal arm64 Emitting module for MobileNetClassifier (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5366320Z 2025-03-21T21:13:23.5368230Z SwiftDriver\ Compilation\ Requirements MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5378820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5442920Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:23.5487640Z 2025-03-21T21:13:23.5493790Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5501080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5508340Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:23.5510360Z 2025-03-21T21:13:23.5520930Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5526200Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5531480Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:23.5538280Z 2025-03-21T21:13:23.5545560Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/MobileNetClassifier-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5548020Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5552210Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/MobileNetClassifier-Swift.h 2025-03-21T21:13:23.5558730Z 2025-03-21T21:13:23.5560940Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5563080Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5568740Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:23.5574260Z 2025-03-21T21:13:23.5579430Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5586230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5592290Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifier.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:23.5597420Z 2025-03-21T21:13:23.5602610Z CompileC /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5634730Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5653170Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.d --serialize-diagnostics /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.dia -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-9fafe6e28bd0342839ae5401fb08649d.o 2025-03-21T21:13:23.5678320Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:13:23.5681560Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/extension/module/module.h:17: 2025-03-21T21:13:23.5684730Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/program.h:27: 2025-03-21T21:13:23.5686410Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/method.h:374:17: warning: parameter 'named_data_map,' not found in the function declaration [-Wdocumentation] 2025-03-21T21:13:23.5688000Z * @param[in] named_data_map, to retrieve external constants from. 2025-03-21T21:13:23.5688470Z ^~~~~~~~~~~~~~~ 2025-03-21T21:13:23.5689430Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/method.h:374:17: note: did you mean 'named_data_map'? 2025-03-21T21:13:23.5690530Z * @param[in] named_data_map, to retrieve external constants from. 2025-03-21T21:13:23.5690800Z ^~~~~~~~~~~~~~~ 2025-03-21T21:13:23.5690990Z named_data_map 2025-03-21T21:13:23.5691740Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:13:23.5693400Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/extension/module/module.h:481:28: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T21:13:23.5702920Z std::unique_ptr data_map_; 2025-03-21T21:13:23.5703370Z ^ 2025-03-21T21:13:23.5704130Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:13:23.5705510Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/extension/module/module.h:17: 2025-03-21T21:13:23.5710300Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/program.h:27: 2025-03-21T21:13:23.5714750Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/method.h:20: 2025-03-21T21:13:23.5720220Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T21:13:23.5721420Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T21:13:23.5721710Z ^ 2025-03-21T21:13:23.5724940Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm:11: 2025-03-21T21:13:23.5729000Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/extension/module/module.h:17: 2025-03-21T21:13:23.5732530Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/executor/program.h:21: 2025-03-21T21:13:23.5736500Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/core/data_loader.h:14: 2025-03-21T21:13:23.5739310Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/core/result.h:19: 2025-03-21T21:13:23.5740980Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/core/error.h:18: 2025-03-21T21:13:23.5742380Z In file included from /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/platform/log.h:20: 2025-03-21T21:13:23.5745080Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include/executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T21:13:23.5746300Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T21:13:23.5747050Z ^ 2025-03-21T21:13:23.5747640Z 2 warnings generated. 2025-03-21T21:13:23.5747820Z 2025-03-21T21:13:23.5748930Z ProcessProductPackaging /Users/runner/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/embedded.mobileprovision (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5750650Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5752700Z builtin-productPackagingUtility /Users/runner/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/embedded.mobileprovision 2025-03-21T21:13:23.5756110Z 2025-03-21T21:13:23.5758880Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/Entitlements.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5760420Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5761610Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/Entitlements.plist 2025-03-21T21:13:23.5762440Z 2025-03-21T21:13:23.5763370Z ProcessProductPackaging "" /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5766120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5767360Z 2025-03-21T21:13:23.5771090Z Entitlements: 2025-03-21T21:13:23.5771340Z 2025-03-21T21:13:23.5771540Z { 2025-03-21T21:13:23.5771900Z "application-identifier" = "78E7V7QP35.org.pytorch.executorch.demo.test"; 2025-03-21T21:13:23.5772400Z "com.apple.developer.team-identifier" = 78E7V7QP35; 2025-03-21T21:13:23.5772760Z "get-task-allow" = 0; 2025-03-21T21:13:23.5772980Z } 2025-03-21T21:13:23.5773180Z 2025-03-21T21:13:23.5774200Z builtin-productPackagingUtility -entitlements -format xml -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent 2025-03-21T21:13:23.5775590Z 2025-03-21T21:13:23.5779220Z ProcessProductPackagingDER /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent.der (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5781260Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5783160Z /usr/bin/derq query -f xml -i /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent.der --raw 2025-03-21T21:13:23.5786140Z 2025-03-21T21:13:23.5787030Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5788400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5791140Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml 2025-03-21T21:13:23.5792030Z 2025-03-21T21:13:23.5793750Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5795460Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5796830Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.hmap 2025-03-21T21:13:23.5797630Z 2025-03-21T21:13:23.5798600Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5800020Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5803860Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap 2025-03-21T21:13:23.5806210Z 2025-03-21T21:13:23.5808860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5812620Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5815300Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap 2025-03-21T21:13:23.5816400Z 2025-03-21T21:13:23.5817530Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5822500Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5823730Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap 2025-03-21T21:13:23.5825180Z 2025-03-21T21:13:23.5826180Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5829680Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5833140Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-target-headers.hmap 2025-03-21T21:13:23.5836090Z 2025-03-21T21:13:23.5838830Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5842730Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5846140Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap 2025-03-21T21:13:23.5848590Z 2025-03-21T21:13:23.5852360Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5857270Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5861850Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList 2025-03-21T21:13:23.5864440Z 2025-03-21T21:13:23.5867270Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5870860Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5872190Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json 2025-03-21T21:13:23.5872940Z 2025-03-21T21:13:23.5873920Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-OutputFileMap.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5875310Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5876650Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-OutputFileMap.json 2025-03-21T21:13:23.5877520Z 2025-03-21T21:13:23.5877870Z SwiftDriver App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5878660Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.5910110Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:23.5952510Z 2025-03-21T21:13:23.5954010Z SwiftEmitModule normal arm64 Emitting\ module\ for\ ExecuTorchDemo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.5954910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.6018390Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-master-emit-module.d -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json 2025-03-21T21:13:23.6064130Z 2025-03-21T21:13:23.6065010Z SwiftCompile normal arm64 Compiling\ CameraController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.6066360Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:23.6108280Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:23.6167580Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:23.6168950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.3798370Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.3887770Z 2025-03-21T21:13:24.3888540Z SwiftCompile normal arm64 Compiling\ ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.3889960Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.3918770Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.3959350Z 2025-03-21T21:13:24.3960060Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.3961250Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.3989260Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ContentView.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4027200Z 2025-03-21T21:13:24.4029370Z SwiftCompile normal arm64 Compiling\ App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4033000Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4070230Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4099500Z 2025-03-21T21:13:24.4100210Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4101270Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4128330Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4164270Z 2025-03-21T21:13:24.4165220Z SwiftDriverJobDiscovery normal arm64 Compiling ImageClassification.swift (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4166250Z 2025-03-21T21:13:24.4167150Z SwiftDriverJobDiscovery normal arm64 Compiling MobileNetClassifier.swift (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4167590Z 2025-03-21T21:13:24.4168060Z SwiftDriver\ Compilation ImageClassification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4169470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4199240Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ImageClassification -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/ImageClassification-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:24.4224470Z 2025-03-21T21:13:24.4225260Z SwiftCompile normal arm64 Compiling\ CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4226880Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4257350Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4289530Z 2025-03-21T21:13:24.4290240Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4291300Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4331450Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CustomViews.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4367430Z 2025-03-21T21:13:24.4368160Z Libtool /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libImageClassification.a normal (in target 'ImageClassification' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4369270Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4378570Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification.LinkFileList -dependency_info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/ImageClassification.build/Objects-normal/arm64/ImageClassification_libtool_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libImageClassification.a 2025-03-21T21:13:24.4383810Z 2025-03-21T21:13:24.4384210Z SwiftDriverJobDiscovery normal arm64 Emitting module for ExecuTorchDemo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4384590Z 2025-03-21T21:13:24.4384990Z SwiftDriver\ Compilation\ Requirements App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4385770Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4425390Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:24.4447190Z 2025-03-21T21:13:24.4447900Z SwiftDriver\ Compilation MobileNetClassifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4448790Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4477700Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifier -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/MobileNetClassifier-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier-Swift.h -import-objc-header /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h -pch-output-dir /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:24.4500590Z 2025-03-21T21:13:24.4504020Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/ExecuTorchDemo-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4505990Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4511270Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/ExecuTorchDemo-Swift.h 2025-03-21T21:13:24.4514910Z 2025-03-21T21:13:24.4516340Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4518430Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4520390Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:24.4522000Z 2025-03-21T21:13:24.4523380Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4525140Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4527050Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:24.4528790Z 2025-03-21T21:13:24.4530220Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4532700Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4534570Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:24.4536190Z 2025-03-21T21:13:24.4537760Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4539540Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4541400Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:24.4543140Z 2025-03-21T21:13:24.4543980Z SwiftCompile normal arm64 Compiling\ ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4545230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4583030Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4613990Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4616340Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4907090Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ClassificationController.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.4941040Z 2025-03-21T21:13:24.4942080Z SwiftCompile normal arm64 Compiling\ CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.4943440Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.4980570Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.5017730Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.5019460Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6040760Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.dia -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -module-name ExecuTorchDemo -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/CameraPreview.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:24.6082640Z 2025-03-21T21:13:24.6082980Z SwiftDriverJobDiscovery normal arm64 Compiling ContentView.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6083350Z 2025-03-21T21:13:24.6083610Z SwiftDriverJobDiscovery normal arm64 Compiling App.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6083930Z 2025-03-21T21:13:24.6085470Z ProcessProductPackaging /Users/runner/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/embedded.mobileprovision (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6088900Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6092370Z builtin-productPackagingUtility /Users/runner/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/embedded.mobileprovision 2025-03-21T21:13:24.6093500Z 2025-03-21T21:13:24.6094580Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/Entitlements.plist (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6095920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6097000Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/Entitlements.plist 2025-03-21T21:13:24.6097840Z 2025-03-21T21:13:24.6098800Z ProcessProductPackaging "" /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6100570Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6101130Z 2025-03-21T21:13:24.6101270Z Entitlements: 2025-03-21T21:13:24.6101460Z 2025-03-21T21:13:24.6101590Z { 2025-03-21T21:13:24.6106790Z "application-identifier" = "78E7V7QP35.org.pytorch.executorch.demo.test"; 2025-03-21T21:13:24.6108450Z "com.apple.developer.team-identifier" = 78E7V7QP35; 2025-03-21T21:13:24.6108710Z "get-task-allow" = 0; 2025-03-21T21:13:24.6108880Z } 2025-03-21T21:13:24.6109010Z 2025-03-21T21:13:24.6109920Z builtin-productPackagingUtility -entitlements -format xml -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent 2025-03-21T21:13:24.6110830Z 2025-03-21T21:13:24.6112780Z ProcessProductPackagingDER /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent.der (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6114830Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6118840Z /usr/bin/derq query -f xml -i /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent.der --raw 2025-03-21T21:13:24.6122760Z 2025-03-21T21:13:24.6123740Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6125190Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6126260Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList 2025-03-21T21:13:24.6127040Z 2025-03-21T21:13:24.6127680Z Libtool /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libMobileNetClassifier.a normal (in target 'MobileNetClassifier' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6130490Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6134970Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.LinkFileList /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o -lexecutorch_ios -lImageClassification -dependency_info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier_libtool_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/libMobileNetClassifier.a 2025-03-21T21:13:24.6141760Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'executorch_dependencies.o' from '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o(executorch_dependencies.o)' and '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/executorch_dependencies.o(executorch_dependencies.o)' 2025-03-21T21:13:24.6144570Z 2025-03-21T21:13:24.6144870Z SwiftDriverJobDiscovery normal arm64 Compiling CustomViews.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6145230Z 2025-03-21T21:13:24.6146330Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6147590Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6149090Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.hmap 2025-03-21T21:13:24.6149870Z 2025-03-21T21:13:24.6150770Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6152000Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6152980Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml 2025-03-21T21:13:24.6153740Z 2025-03-21T21:13:24.6154700Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6155990Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6157050Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap 2025-03-21T21:13:24.6157820Z 2025-03-21T21:13:24.6158780Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6160060Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6161690Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap 2025-03-21T21:13:24.6164830Z 2025-03-21T21:13:24.6167980Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6174120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6177260Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap 2025-03-21T21:13:24.6180520Z 2025-03-21T21:13:24.6181860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6183200Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6184260Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-target-headers.hmap 2025-03-21T21:13:24.6187580Z 2025-03-21T21:13:24.6188580Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6189910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6191030Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap 2025-03-21T21:13:24.6196880Z 2025-03-21T21:13:24.6197860Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6199180Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6200310Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList 2025-03-21T21:13:24.6201280Z 2025-03-21T21:13:24.6202280Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6203790Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6205510Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json 2025-03-21T21:13:24.6206610Z 2025-03-21T21:13:24.6207640Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6210140Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6212990Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json 2025-03-21T21:13:24.6214600Z 2025-03-21T21:13:24.6217010Z SwiftDriver MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6218690Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:24.6259360Z builtin-SwiftDriver -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:24.6282700Z 2025-03-21T21:13:24.6283120Z SwiftDriverJobDiscovery normal arm64 Compiling CameraController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6283600Z 2025-03-21T21:13:24.6283980Z SwiftEmitModule normal arm64 Emitting\ module\ for\ MobileNetClassifierTest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:24.6285330Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.5880720Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc -emit-module-source-info-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-master-emit-module.dia -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-master-emit-module.d -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -emit-abi-descriptor-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json 2025-03-21T21:13:27.5908220Z 2025-03-21T21:13:27.5909140Z SwiftCompile normal arm64 Compiling\ MobileNetClassifierTest.swift /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.5910440Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.5936230Z builtin-swiftTaskExecution -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:27.5962300Z SwiftCompile normal arm64 /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.5963330Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9902970Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift -emit-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.d -emit-const-values-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftconstvalues -emit-reference-dependencies-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdeps -serialize-diagnostics-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.dia -target arm64-apple-ios17.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -resource-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -module-name MobileNetClassifierTest -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-unit-output-path /ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.o -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -index-system-modules 2025-03-21T21:13:27.9928700Z 2025-03-21T21:13:27.9929650Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9930930Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9932110Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList 2025-03-21T21:13:27.9932930Z 2025-03-21T21:13:27.9933870Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/empty-ExecuTorchDemo.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9935120Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9936220Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/empty-ExecuTorchDemo.plist 2025-03-21T21:13:27.9936980Z 2025-03-21T21:13:27.9938220Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/mv3_xnnpack_fp32.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9940070Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9942010Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:27.9943490Z 2025-03-21T21:13:27.9944700Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/mv3_mps_float16.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9946330Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9948150Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:27.9949500Z 2025-03-21T21:13:27.9950840Z ProcessInfoPlistFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Info.plist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/empty-ExecuTorchDemo.plist (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9952570Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9955210Z builtin-infoPlistUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/empty-ExecuTorchDemo.plist -producttype com.apple.product-type.application -genpkginfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Info.plist 2025-03-21T21:13:27.9957450Z 2025-03-21T21:13:27.9958670Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/mv3_coreml_all.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9960280Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9961870Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:27.9963270Z 2025-03-21T21:13:27.9963640Z SwiftDriverJobDiscovery normal arm64 Compiling ClassificationController.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9964270Z 2025-03-21T21:13:27.9965500Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/mv3.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9967010Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9968580Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:27.9969850Z 2025-03-21T21:13:27.9971100Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/imagenet_classes.txt /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9972630Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9974480Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:27.9975810Z 2025-03-21T21:13:27.9976850Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9978310Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9979990Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:27.9981280Z 2025-03-21T21:13:27.9982290Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestBundleInject.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9983720Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9985370Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestBundleInject.dylib /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:27.9987120Z 2025-03-21T21:13:27.9988380Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUnit.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUnit.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9989830Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9991480Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUnit.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:27.9992840Z 2025-03-21T21:13:27.9994050Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:27.9995480Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:27.9997080Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:27.9998420Z 2025-03-21T21:13:27.9999520Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0000920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0002550Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:28.0003890Z 2025-03-21T21:13:28.0004900Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestCore.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0006300Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0007990Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:28.0009460Z 2025-03-21T21:13:28.0010440Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTest.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0011750Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0013350Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:28.0014960Z 2025-03-21T21:13:28.0016070Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0017510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0019250Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks 2025-03-21T21:13:28.0020640Z 2025-03-21T21:13:28.0020960Z SwiftDriverJobDiscovery normal arm64 Compiling CameraPreview.swift (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0021380Z 2025-03-21T21:13:28.0022100Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0023210Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0023650Z 2025-03-21T21:13:28.0023970Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0024370Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0024680Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0025010Z 2025-03-21T21:13:28.0026140Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib 2025-03-21T21:13:28.0027830Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib: replacing existing signature 2025-03-21T21:13:28.0028770Z 2025-03-21T21:13:28.0029110Z SwiftDriver\ Compilation App normal arm64 com.apple.xcode.tools.swift.compiler (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0029920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0048100Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExecuTorchDemo -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64 -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/App_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:28.0066050Z 2025-03-21T21:13:28.0066810Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0067940Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0068550Z 2025-03-21T21:13:28.0068860Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0069270Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0069640Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0069950Z 2025-03-21T21:13:28.0071110Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib 2025-03-21T21:13:28.0072890Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib: replacing existing signature 2025-03-21T21:13:28.0073600Z 2025-03-21T21:13:28.0074270Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/ExecuTorchDemo normal (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0075320Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0091400Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.LinkFileList -Xlinker -rpath -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -lc++ -all_load -framework Accelerate -framework CoreML -lsqlite3 -framework Metal -framework MetalPerformanceShaders -framework MetalPerformanceShadersGraph -lkernels_portable_ios -lbackend_mps_ios -lbackend_xnnpack_ios -lMobileNetClassifier -lbackend_coreml_ios -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/ExecuTorchDemo -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule 2025-03-21T21:13:28.0108090Z 2025-03-21T21:13:28.0108820Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUnit.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0112210Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0128760Z 2025-03-21T21:13:28.0129090Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0129570Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0130130Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0130450Z 2025-03-21T21:13:28.0131540Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUnit.framework 2025-03-21T21:13:28.0133440Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUnit.framework: replacing existing signature 2025-03-21T21:13:28.0134250Z 2025-03-21T21:13:28.0135020Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0136350Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0136800Z 2025-03-21T21:13:28.0137210Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0137600Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0137920Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0138300Z 2025-03-21T21:13:28.0139530Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework 2025-03-21T21:13:28.0141430Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework: replacing existing signature 2025-03-21T21:13:28.0142240Z 2025-03-21T21:13:28.0151570Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0154230Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0156430Z 2025-03-21T21:13:28.0157200Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0158160Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0161540Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0161960Z 2025-03-21T21:13:28.0163230Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework 2025-03-21T21:13:28.0164960Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework: replacing existing signature 2025-03-21T21:13:28.0165630Z 2025-03-21T21:13:28.0166330Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestCore.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0167480Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0168020Z 2025-03-21T21:13:28.0168310Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0168950Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0169300Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0169610Z 2025-03-21T21:13:28.0170780Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestCore.framework 2025-03-21T21:13:28.0172610Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTestCore.framework: replacing existing signature 2025-03-21T21:13:28.0173390Z 2025-03-21T21:13:28.0174140Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTest.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0175280Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0175790Z 2025-03-21T21:13:28.0176100Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0176550Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0176850Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0177200Z 2025-03-21T21:13:28.0178350Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTest.framework 2025-03-21T21:13:28.0180090Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTest.framework: replacing existing signature 2025-03-21T21:13:28.0181920Z 2025-03-21T21:13:28.0184000Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0186940Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0188060Z 2025-03-21T21:13:28.0188660Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.0190070Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.0190720Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.0191820Z 2025-03-21T21:13:28.0198690Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework 2025-03-21T21:13:28.0203470Z /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework: replacing existing signature 2025-03-21T21:13:28.0205400Z 2025-03-21T21:13:28.0208050Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0212950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0214380Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList 2025-03-21T21:13:28.0215170Z 2025-03-21T21:13:28.0215750Z CopySwiftLibs /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0216700Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0221960Z builtin-swiftStdLibTool --copy --verbose --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --scan-executable /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/ExecuTorchDemo --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/SystemExtensions --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Extensions --platform iphoneos --toolchain /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Frameworks --strip-bitcode --strip-bitcode-tool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os 2025-03-21T21:13:28.0227140Z 2025-03-21T21:13:28.0227320Z ExtractAppIntentsMetadata (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0227840Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0233930Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app --toolchain-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ExecuTorchDemo --sdk-root /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 17.0 --target-triple arm64-apple-ios17.0 --binary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/ExecuTorchDemo --dependency-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo_dependency_info.dat --stringsdata-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftFileList --swift-const-vals-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/Objects-normal/arm64/ExecuTorchDemo.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing 2025-03-21T21:13:28.0240060Z note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0240430Z 2025-03-21T21:13:28.0240590Z AppIntentsSSUTraining (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0241100Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0244070Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Info.plist --temp-dir-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ssu --bundle-id org.pytorch.executorch.demo.test --product-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app --extracted-metadata-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/Metadata.appintents --archive-ssu-assets 2025-03-21T21:13:28.0247020Z 2025-03-21 21:13:25.331 appintentsnltrainingprocessor[91047:247308] Parsing options for appintentsnltrainingprocessor 2025-03-21T21:13:28.0247570Z 2025-03-21 21:13:25.333 appintentsnltrainingprocessor[91047:247308] No AppShortcuts found - Skipping. 2025-03-21T21:13:28.0247860Z 2025-03-21T21:13:28.0248830Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0250130Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0251210Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList 2025-03-21T21:13:28.0252070Z 2025-03-21T21:13:28.0253450Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_xnnpack_fp32.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0255060Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0256660Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_xnnpack_fp32.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0257980Z 2025-03-21T21:13:28.0258900Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0260130Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0261150Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist 2025-03-21T21:13:28.0261900Z 2025-03-21T21:13:28.0263250Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_mps_float16.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0265160Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0268000Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_mps_float16.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0270010Z 2025-03-21T21:13:28.0272360Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_coreml_all.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0275320Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0278450Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3_coreml_all.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0281030Z 2025-03-21T21:13:28.0283140Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3.pte /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0285470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0287360Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/mv3.pte /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0289710Z 2025-03-21T21:13:28.0291820Z ProcessInfoPlistFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0294410Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0296840Z builtin-infoPlistUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/empty-MobileNetClassifierTest.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist 2025-03-21T21:13:28.0298950Z 2025-03-21T21:13:28.0300680Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/imagenet_classes.txt /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0302880Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0304970Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet/imagenet_classes.txt /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0306540Z 2025-03-21T21:13:28.0308020Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/hot\ pot.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot\ pot.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0310700Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0313180Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot\ pot.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0314740Z 2025-03-21T21:13:28.0316270Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Samoyed.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0318190Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0320110Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0321590Z 2025-03-21T21:13:28.0323020Z CpResource /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Arctic\ fox.jpg /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic\ fox.jpg (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0324910Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0326780Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic\ fox.jpg /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.0328360Z 2025-03-21T21:13:28.0328880Z SwiftDriverJobDiscovery normal arm64 Emitting module for MobileNetClassifierTest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0329430Z 2025-03-21T21:13:28.0330050Z SwiftDriver\ Compilation\ Requirements MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.0331110Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.0354320Z builtin-Swift-Compilation-Requirements -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:28.4886910Z 2025-03-21T21:13:28.4889000Z SwiftMergeGeneratedHeaders /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/MobileNetClassifierTest-Swift.h /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4891180Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4893100Z builtin-swiftHeaderTool -arch arm64 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/MobileNetClassifierTest-Swift.h 2025-03-21T21:13:28.4896200Z 2025-03-21T21:13:28.4897770Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4899630Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4901740Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftdoc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.swiftdoc 2025-03-21T21:13:28.4903830Z 2025-03-21T21:13:28.4905430Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4907470Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4909610Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.abi.json /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.abi.json 2025-03-21T21:13:28.4911310Z 2025-03-21T21:13:28.4912820Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4914670Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4916650Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/arm64-apple-ios.swiftmodule 2025-03-21T21:13:28.4918300Z 2025-03-21T21:13:28.4919890Z Copy /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4922020Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4924060Z builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftsourceinfo /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/MobileNetClassifierTest.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo 2025-03-21T21:13:28.4925950Z 2025-03-21T21:13:28.4926320Z SwiftDriverJobDiscovery normal arm64 Compiling MobileNetClassifierTest.swift (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4927860Z 2025-03-21T21:13:28.4928440Z SwiftDriver\ Compilation MobileNetClassifierTest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.4929360Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.4949680Z builtin-Swift-Compilation -- /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MobileNetClassifierTest -Onone -enforce-exclusivity\=checked @/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList -DDEBUG -sdk /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios17.0 -enable-bare-slash-regex -g -module-cache-path /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Index.noindex/DataStore -swift-version 5 -I /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -I /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j6 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-f0fa7969d082b13145125136a829df3a.sdkstatcache -output-file-map /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_const_extract_protocols.json -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-generated-files.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-own-target-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest-project-headers.hmap -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/include -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources-normal/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources/arm64 -Xcc -I/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest-Swift.h -working-directory /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo -experimental-emit-module-separately -disable-cmo 2025-03-21T21:13:28.7515040Z 2025-03-21T21:13:28.7516120Z Ld /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest normal (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.7517370Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.7535110Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -bundle -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -L/Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.LinkFileList -Xlinker -rpath -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -lc++ -all_load -framework Accelerate -framework CoreML -lsqlite3 -framework Metal -framework MetalPerformanceShaders -framework MetalPerformanceShadersGraph -framework XCTest -lkernels_portable_ios -lbackend_mps_ios -lbackend_xnnpack_ios -lMobileNetClassifier -lbackend_coreml_ios -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_dependency_info.dat -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/kernels_portable_dependencies.build/Objects-normal/arm64/kernels_portable_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_mps_dependencies.build/Objects-normal/arm64/backend_mps_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_xnnpack_dependencies.build/Objects-normal/arm64/backend_xnnpack_dependencies.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifier.build/Objects-normal/arm64/MobileNetClassifier.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/backend_coreml_dependencies.build/Objects-normal/arm64/backend_coreml_dependencies.swiftmodule 2025-03-21T21:13:28.7552350Z 2025-03-21T21:13:28.7553820Z GenerateDSYMFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.7555950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.7558090Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest -o /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM 2025-03-21T21:13:28.7562860Z warning: (arm64) skipping debug map object with duplicate name and timestamp: 1970-01-01 00:00:00.000000000 /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/executorch.build/Debug-iphoneos/executorch_dependencies.build/Objects-normal/arm64/dummy.o 2025-03-21T21:13:28.7563950Z 2025-03-21T21:13:28.7564710Z CopySwiftLibs /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.7565920Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.7573290Z builtin-swiftStdLibTool --copy --verbose --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --scan-executable /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Frameworks --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/PlugIns --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/SystemExtensions --scan-folder /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os 2025-03-21T21:13:28.8083150Z 2025-03-21T21:13:28.8084890Z WriteAuxiliaryFile /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8086580Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8088110Z write-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList 2025-03-21T21:13:28.8089070Z 2025-03-21T21:13:28.8089310Z ExtractAppIntentsMetadata (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8089950Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8096610Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest --toolchain-dir /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MobileNetClassifierTest --sdk-root /Applications/Xcode_15.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 17.0 --target-triple arm64-apple-ios17.0 --binary-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest --dependency-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest_dependency_info.dat --stringsdata-file /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftFileList --swift-const-vals-list /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/Objects-normal/arm64/MobileNetClassifierTest.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing 2025-03-21T21:13:28.8103950Z note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8104510Z 2025-03-21T21:13:28.8104830Z AppIntentsSSUTraining (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8105630Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8109200Z /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist --temp-dir-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/ssu --bundle-id org.pytorch.executorch.demo.test --product-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest --extracted-metadata-path /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Metadata.appintents --archive-ssu-assets 2025-03-21T21:13:28.8112940Z 2025-03-21 21:13:28.218 appintentsnltrainingprocessor[91065:247402] Parsing options for appintentsnltrainingprocessor 2025-03-21T21:13:28.8113630Z 2025-03-21 21:13:28.219 appintentsnltrainingprocessor[91065:247402] No AppShortcuts found - Skipping. 2025-03-21T21:13:28.8113980Z 2025-03-21T21:13:28.8114780Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8115980Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8116450Z 2025-03-21T21:13:28.8116740Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.8117090Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.8117380Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.8117630Z 2025-03-21T21:13:28.8119340Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --entitlements /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/MobileNetClassifierTest.build/MobileNetClassifierTest.xctest.xcent --timestamp\=none --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.8121370Z 2025-03-21T21:13:28.8122230Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8123450Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8124490Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.8125250Z 2025-03-21T21:13:28.8126040Z Touch /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest (in target 'MobileNetClassifierTest' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8127340Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8128480Z /usr/bin/touch -c /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest 2025-03-21T21:13:28.8129170Z 2025-03-21T21:13:28.8129820Z CodeSign /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8130820Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8131230Z 2025-03-21T21:13:28.8131460Z Signing Identity: "iPhone Distribution: Anton Shumikhin (78E7V7QP35)" 2025-03-21T21:13:28.8131780Z Provisioning Profile: "ExecuTorchDemo" 2025-03-21T21:13:28.8132060Z (d83bcd16-3ddf-46e4-b923-77c4f33eada0) 2025-03-21T21:13:28.8132270Z 2025-03-21T21:13:28.8133800Z /usr/bin/codesign --force --sign B0324EAD33C9FFCC36D4E69159D7DE4393BE864C --entitlements /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Intermediates.noindex/ExecuTorchDemo.build/Debug-iphoneos/App.build/ExecuTorchDemo.app.xcent --timestamp\=none --generate-entitlement-der /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:28.8135260Z 2025-03-21T21:13:28.8135930Z RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8139440Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8141140Z builtin-RegisterExecutionPolicyException /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:28.8141810Z 2025-03-21T21:13:28.8142440Z Validate /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8143400Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8144880Z builtin-validationUtility /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:28.8145640Z 2025-03-21T21:13:28.8147800Z Touch /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app (in target 'App' from project 'ExecuTorchDemo') 2025-03-21T21:13:28.8149510Z cd /Users/runner/work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo 2025-03-21T21:13:28.8152330Z /usr/bin/touch -c /Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos/ExecuTorchDemo.app 2025-03-21T21:13:28.8154570Z 2025-03-21T21:13:28.8155430Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/macros/Export.h' 2025-03-21T21:13:28.8158020Z 2025-03-21T21:13:28.8158700Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/macros/Macros.h' 2025-03-21T21:13:28.8161030Z 2025-03-21T21:13:28.8161630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/BFloat16-inl.h' 2025-03-21T21:13:28.8163750Z 2025-03-21T21:13:28.8164520Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/BFloat16-math.h' 2025-03-21T21:13:28.8165290Z 2025-03-21T21:13:28.8166140Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/BFloat16.h' 2025-03-21T21:13:28.8168550Z 2025-03-21T21:13:28.8169350Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/Half-inl.h' 2025-03-21T21:13:28.8170120Z 2025-03-21T21:13:28.8170650Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/Half.h' 2025-03-21T21:13:28.8173420Z 2025-03-21T21:13:28.8174190Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/TypeSafeSignMath.h' 2025-03-21T21:13:28.8175240Z 2025-03-21T21:13:28.8175950Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/bit_cast.h' 2025-03-21T21:13:28.8176690Z 2025-03-21T21:13:28.8177460Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/floating_point_utils.h' 2025-03-21T21:13:28.8178290Z 2025-03-21T21:13:28.8178830Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/c10/util/irange.h' 2025-03-21T21:13:28.8220940Z 2025-03-21T21:13:28.8226350Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorch.h' 2025-03-21T21:13:28.8228840Z 2025-03-21T21:13:28.8231040Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorchError.h' 2025-03-21T21:13:28.8232640Z 2025-03-21T21:13:28.8233460Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorchLog.h' 2025-03-21T21:13:28.8234200Z 2025-03-21T21:13:28.8244200Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorchModule.h' 2025-03-21T21:13:28.8244940Z 2025-03-21T21:13:28.8245530Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorchTensor.h' 2025-03-21T21:13:28.8246220Z 2025-03-21T21:13:28.8246810Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/ExecuTorchValue.h' 2025-03-21T21:13:28.8247490Z 2025-03-21T21:13:28.8248110Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/module/module.h' 2025-03-21T21:13:28.8248800Z 2025-03-21T21:13:28.8249420Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/tensor/tensor.h' 2025-03-21T21:13:28.8250380Z 2025-03-21T21:13:28.8251040Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T21:13:28.8252070Z 2025-03-21T21:13:28.8252720Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T21:13:28.8253430Z 2025-03-21T21:13:28.8254060Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T21:13:28.8254770Z 2025-03-21T21:13:28.8255440Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/backend/backend_execution_context.h' 2025-03-21T21:13:28.8256180Z 2025-03-21T21:13:28.8256910Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/backend/backend_init_context.h' 2025-03-21T21:13:28.8257640Z 2025-03-21T21:13:28.8258270Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/backend/interface.h' 2025-03-21T21:13:28.8258930Z 2025-03-21T21:13:28.8259560Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/array_ref.h' 2025-03-21T21:13:28.8260230Z 2025-03-21T21:13:28.8260830Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/data_loader.h' 2025-03-21T21:13:28.8261540Z 2025-03-21T21:13:28.8262140Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/defines.h' 2025-03-21T21:13:28.8262860Z 2025-03-21T21:13:28.8263470Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/error.h' 2025-03-21T21:13:28.8264150Z 2025-03-21T21:13:28.8264740Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/evalue.h' 2025-03-21T21:13:28.8265410Z 2025-03-21T21:13:28.8266010Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/event_tracer.h' 2025-03-21T21:13:28.8266690Z 2025-03-21T21:13:28.8267310Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T21:13:28.8268040Z 2025-03-21T21:13:28.8268710Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T21:13:28.8269470Z 2025-03-21T21:13:28.8270100Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T21:13:28.8271050Z 2025-03-21T21:13:28.8271710Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T21:13:28.8272550Z 2025-03-21T21:13:28.8273450Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T21:13:31.7900790Z 2025-03-21T21:13:31.7903870Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T21:13:31.7905030Z 2025-03-21T21:13:31.7905800Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T21:13:31.7906860Z 2025-03-21T21:13:31.7908050Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T21:13:31.7908890Z 2025-03-21T21:13:31.7909640Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T21:13:31.7911870Z 2025-03-21T21:13:31.7912630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T21:13:31.7913460Z 2025-03-21T21:13:31.7914140Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T21:13:31.7914950Z 2025-03-21T21:13:31.7915630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/named_data_map.h' 2025-03-21T21:13:31.7916370Z 2025-03-21T21:13:31.7917120Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T21:13:31.7917930Z 2025-03-21T21:13:31.7918660Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T21:13:31.7919510Z 2025-03-21T21:13:31.7920300Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T21:13:31.7921080Z 2025-03-21T21:13:31.7922390Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T21:13:31.7923310Z 2025-03-21T21:13:31.7924080Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T21:13:31.7925100Z 2025-03-21T21:13:31.7925870Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T21:13:31.7927650Z 2025-03-21T21:13:31.7929230Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T21:13:31.7931100Z 2025-03-21T21:13:31.7931830Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T21:13:31.7932680Z 2025-03-21T21:13:31.7933430Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T21:13:31.7934260Z 2025-03-21T21:13:31.7935030Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T21:13:31.7935920Z 2025-03-21T21:13:31.7936870Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T21:13:31.7938120Z 2025-03-21T21:13:31.7938840Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T21:13:31.7939750Z 2025-03-21T21:13:31.7940630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T21:13:31.7942190Z 2025-03-21T21:13:31.7942960Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T21:13:31.7943790Z 2025-03-21T21:13:31.7944600Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T21:13:31.7945430Z 2025-03-21T21:13:31.7946190Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T21:13:31.7946940Z 2025-03-21T21:13:31.7947700Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T21:13:31.7948490Z 2025-03-21T21:13:31.7949240Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T21:13:31.7950030Z 2025-03-21T21:13:31.7950820Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T21:13:31.7951700Z 2025-03-21T21:13:31.7952500Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T21:13:31.7953310Z 2025-03-21T21:13:31.7954060Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T21:13:31.7956210Z 2025-03-21T21:13:31.7957090Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T21:13:31.7957930Z 2025-03-21T21:13:31.7958630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T21:13:31.7959460Z 2025-03-21T21:13:31.7960240Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T21:13:31.7961100Z 2025-03-21T21:13:31.7961850Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T21:13:31.7962660Z 2025-03-21T21:13:31.7963760Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/result.h' 2025-03-21T21:13:31.7964520Z 2025-03-21T21:13:31.7965180Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/span.h' 2025-03-21T21:13:31.7965920Z 2025-03-21T21:13:31.7966560Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/tag.h' 2025-03-21T21:13:31.7967240Z 2025-03-21T21:13:31.7967880Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T21:13:31.7968620Z 2025-03-21T21:13:31.7969310Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T21:13:31.7970170Z 2025-03-21T21:13:31.7970920Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/memory_manager.h' 2025-03-21T21:13:34.4881380Z 2025-03-21T21:13:34.4883720Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/method.h' 2025-03-21T21:13:34.4886070Z 2025-03-21T21:13:34.4887840Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/method_meta.h' 2025-03-21T21:13:34.4888630Z 2025-03-21T21:13:34.4890250Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/program.h' 2025-03-21T21:13:34.4891490Z 2025-03-21T21:13:34.4892180Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/pte_data_map.h' 2025-03-21T21:13:34.4892890Z 2025-03-21T21:13:34.4893520Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/executor/tensor_parser.h' 2025-03-21T21:13:34.4894620Z 2025-03-21T21:13:34.4895380Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T21:13:34.4896110Z 2025-03-21T21:13:34.4896760Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T21:13:34.4897690Z 2025-03-21T21:13:34.4898300Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/abort.h' 2025-03-21T21:13:34.4898980Z 2025-03-21T21:13:34.4899580Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/assert.h' 2025-03-21T21:13:34.4900210Z 2025-03-21T21:13:34.4900930Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/clock.h' 2025-03-21T21:13:34.4901630Z 2025-03-21T21:13:34.4902270Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T21:13:34.4903640Z 2025-03-21T21:13:34.4904250Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/compiler.h' 2025-03-21T21:13:34.4904980Z 2025-03-21T21:13:34.4905610Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/log.h' 2025-03-21T21:13:34.4906280Z 2025-03-21T21:13:34.4906840Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/platform.h' 2025-03-21T21:13:34.4909130Z 2025-03-21T21:13:34.4909760Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/profiler.h' 2025-03-21T21:13:34.4910440Z 2025-03-21T21:13:34.4911030Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/runtime.h' 2025-03-21T21:13:34.4912940Z 2025-03-21T21:13:34.4914610Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/system.h' 2025-03-21T21:13:34.4915350Z 2025-03-21T21:13:34.4915910Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/runtime/platform/types.h' 2025-03-21T21:13:34.4916570Z 2025-03-21T21:13:34.4917200Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/executorch/schema/extended_header.h' 2025-03-21T21:13:34.4920160Z 2025-03-21T21:13:34.4920870Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/include/module.modulemap' 2025-03-21T21:13:34.4921510Z 2025-03-21T21:13:34.4922360Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_coreml_simulator.a' 2025-03-21T21:13:34.4923100Z 2025-03-21T21:13:34.4923790Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_mps_simulator.a' 2025-03-21T21:13:34.4924480Z 2025-03-21T21:13:34.4926180Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libbackend_xnnpack_simulator.a' 2025-03-21T21:13:34.4926900Z 2025-03-21T21:13:34.4927450Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libexecutorch_simulator.a' 2025-03-21T21:13:34.4928070Z 2025-03-21T21:13:34.4928630Z note: Removed stale file '/Users/runner/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphonesimulator/libkernels_portable_simulator.a' 2025-03-21T21:13:34.4929270Z 2025-03-21T21:13:34.4929340Z ** TEST BUILD SUCCEEDED ** 2025-03-21T21:13:34.4929570Z 2025-03-21T21:13:34.4930190Z ~/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products/Debug-iphoneos ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:13:34.4930870Z total 16440 2025-03-21T21:13:34.4932510Z drwxr-xr-x@ 27 runner staff 864B Mar 21 21:13 . 2025-03-21T21:13:34.4933900Z drwxr-xr-x@ 5 runner staff 160B Mar 21 21:13 .. 2025-03-21T21:13:34.4935020Z drwxr-xr-x 14 runner staff 448B Mar 21 21:13 ExecuTorchDemo.app 2025-03-21T21:13:34.4936200Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 ExecuTorchDemo.swiftmodule 2025-03-21T21:13:34.4937280Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 ImageClassification.swiftmodule 2025-03-21T21:13:34.4938020Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 MobileNetClassifier.swiftmodule 2025-03-21T21:13:34.4938560Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 MobileNetClassifierTest.swiftmodule 2025-03-21T21:13:34.4939060Z drwxr-xr-x@ 2 runner staff 64B Mar 21 21:13 PackageFrameworks 2025-03-21T21:13:34.4939480Z drwxr-xr-x 2 runner staff 64B Mar 21 21:13 Payload 2025-03-21T21:13:34.4939900Z -rw-r--r-- 1 runner staff 1.9K Mar 21 21:13 backend_coreml_dependencies.o 2025-03-21T21:13:34.4940500Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 backend_coreml_dependencies.swiftmodule 2025-03-21T21:13:34.4941190Z -rw-r--r-- 1 runner staff 1.9K Mar 21 21:13 backend_mps_dependencies.o 2025-03-21T21:13:34.4941660Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 backend_mps_dependencies.swiftmodule 2025-03-21T21:13:34.4942150Z -rw-r--r-- 1 runner staff 1.9K Mar 21 21:13 backend_xnnpack_dependencies.o 2025-03-21T21:13:34.4942600Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 backend_xnnpack_dependencies.swiftmodule 2025-03-21T21:13:34.4943150Z -rw-r--r-- 1 runner staff 1.9K Mar 21 21:13 executorch_dependencies.o 2025-03-21T21:13:34.4943630Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 executorch_dependencies.swiftmodule 2025-03-21T21:13:34.4944030Z drwxr-xr-x 5 runner staff 160B Mar 21 21:13 include 2025-03-21T21:13:34.4944500Z -rw-r--r-- 1 runner staff 1.9K Mar 21 21:13 kernels_portable_dependencies.o 2025-03-21T21:13:34.4945030Z drwxr-xr-x 6 runner staff 192B Mar 21 21:13 kernels_portable_dependencies.swiftmodule 2025-03-21T21:13:34.4945460Z -rw-r--r-- 1 runner staff 18K Mar 21 21:13 libImageClassification.a 2025-03-21T21:13:34.4946140Z -rw-r--r-- 1 runner staff 1.3M Mar 21 21:13 libMobileNetClassifier.a 2025-03-21T21:13:34.4946560Z -rw-r--r-- 1 runner staff 690K Mar 17 20:22 libbackend_coreml_ios.a 2025-03-21T21:13:34.4947030Z -rw-r--r-- 1 runner staff 403K Mar 17 20:22 libbackend_mps_ios.a 2025-03-21T21:13:34.4947400Z -rw-r--r-- 1 runner staff 2.3M Mar 17 20:22 libbackend_xnnpack_ios.a 2025-03-21T21:13:34.4948050Z -rw-r--r-- 1 runner staff 239K Mar 17 20:22 libexecutorch_ios.a 2025-03-21T21:13:34.4948620Z -rw-r--r-- 1 runner staff 3.0M Mar 17 20:22 libkernels_portable_ios.a 2025-03-21T21:13:34.4948980Z adding: Payload/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4950600Z adding: Payload/ExecuTorchDemo.app/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4951130Z adding: Payload/ExecuTorchDemo.app/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4952890Z adding: Payload/ExecuTorchDemo.app/_CodeSignature/CodeResources (in=15221) (out=3241) (deflated 79%) 2025-03-21T21:13:34.4954110Z adding: Payload/ExecuTorchDemo.app/ExecuTorchDemo (in=4799792) (out=1380371) (deflated 71%) 2025-03-21T21:13:34.4954690Z adding: Payload/ExecuTorchDemo.app/imagenet_classes.txt (in=10472) (out=5210) (deflated 50%) 2025-03-21T21:13:34.4955300Z adding: Payload/ExecuTorchDemo.app/mv3_mps_float16.pte (in=5158640) (out=4709422) (deflated 9%) 2025-03-21T21:13:34.4955860Z adding: Payload/ExecuTorchDemo.app/PlugIns/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4956410Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4957310Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:34.4958160Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0560250Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/Relocations/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0561220Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/Relocations/aarch64/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0562270Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/Relocations/aarch64/MobileNetClassifierTest.yml (in=169983) (out=22699) (deflated 87%) 2025-03-21T21:13:36.0563490Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/DWARF/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0564570Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Resources/DWARF/MobileNetClassifierTest (in=2641032) (out=703194) (deflated 73%) 2025-03-21T21:13:36.0565500Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest.dSYM/Contents/Info.plist (in=661) (out=317) (deflated 52%) 2025-03-21T21:13:36.0566250Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0566950Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0567710Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/_CodeSignature/CodeResources (in=3768) (out=1135) (deflated 70%) 2025-03-21T21:13:36.0568580Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Arctic fox.jpg (in=211531) (out=211318) (deflated 0%) 2025-03-21T21:13:36.0569390Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/imagenet_classes.txt (in=10472) (out=5210) (deflated 50%) 2025-03-21T21:13:36.0570500Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_mps_float16.pte (in=5158640) (out=4709422) (deflated 9%) 2025-03-21T21:13:36.0571350Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_xnnpack_fp32.pte (in=10231456) (out=9424876) (deflated 8%) 2025-03-21T21:13:36.0572160Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/hot pot.jpg (in=29676) (out=29605) (deflated 0%) 2025-03-21T21:13:36.0572960Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/MobileNetClassifierTest (in=4477008) (out=1291933) (deflated 71%) 2025-03-21T21:13:36.0574160Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3_coreml_all.pte (in=5558163) (out=4705416) (deflated 15%) 2025-03-21T21:13:36.0575160Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Samoyed.jpg (in=661378) (out=649975) (deflated 2%) 2025-03-21T21:13:36.0575970Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/mv3.pte (in=10318216) (out=9484916) (deflated 8%) 2025-03-21T21:13:36.0576790Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/embedded.mobileprovision (in=12250) (out=7739) (deflated 37%) 2025-03-21T21:13:36.0577580Z adding: Payload/ExecuTorchDemo.app/PlugIns/MobileNetClassifierTest.xctest/Info.plist (in=775) (out=557) (deflated 28%) 2025-03-21T21:13:36.0578250Z adding: Payload/ExecuTorchDemo.app/mv3_xnnpack_fp32.pte (in=10231456) (out=9424876) (deflated 8%) 2025-03-21T21:13:36.0578790Z adding: Payload/ExecuTorchDemo.app/mv3_coreml_all.pte (in=5558163) (out=4705416) (deflated 15%) 2025-03-21T21:13:36.0579380Z adding: Payload/ExecuTorchDemo.app/Frameworks/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0580010Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0580760Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0581490Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/_CodeSignature/CodeResources (in=2018) (out=508) (deflated 75%) 2025-03-21T21:13:36.0582200Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/XCUnit (in=166560) (out=9194) (deflated 94%) 2025-03-21T21:13:36.0582870Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/Info.plist (in=899) (out=645) (deflated 28%) 2025-03-21T21:13:36.0583500Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUnit.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0584200Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0585000Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0585760Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/_CodeSignature/CodeResources (in=2018) (out=508) (deflated 75%) 2025-03-21T21:13:36.0586600Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/Info.plist (in=977) (out=681) (deflated 30%) 2025-03-21T21:13:36.0587410Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/XCTAutomationSupport (in=1543392) (out=419872) (deflated 73%) 2025-03-21T21:13:36.0588190Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTAutomationSupport.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0588900Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0589600Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0590470Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/_CodeSignature/CodeResources (in=2018) (out=507) (deflated 75%) 2025-03-21T21:13:36.0591250Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/XCUIAutomation (in=2906144) (out=812233) (deflated 72%) 2025-03-21T21:13:36.0592020Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/Info.plist (in=915) (out=650) (deflated 29%) 2025-03-21T21:13:36.0592760Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCUIAutomation.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0593420Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0594090Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0594990Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/_CodeSignature/CodeResources (in=2018) (out=509) (deflated 75%) 2025-03-21T21:13:36.0595990Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/XCTestSupport (in=208480) (out=23147) (deflated 89%) 2025-03-21T21:13:36.0596750Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/Info.plist (in=913) (out=647) (deflated 29%) 2025-03-21T21:13:36.0597470Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestSupport.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0598130Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0598700Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0599490Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/_CodeSignature/CodeResources (in=2018) (out=508) (deflated 75%) 2025-03-21T21:13:36.0600220Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/XCTest (in=332448) (out=39195) (deflated 88%) 2025-03-21T21:13:36.0600900Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/Info.plist (in=899) (out=645) (deflated 28%) 2025-03-21T21:13:36.0601590Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTest.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0602260Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0602890Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/_CodeSignature/ (in=0) (out=0) (stored 0%) 2025-03-21T21:13:36.0603600Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/_CodeSignature/CodeResources (in=2018) (out=508) (deflated 75%) 2025-03-21T21:13:36.0604350Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/XCTestCore (in=3381072) (out=980695) (deflated 71%) 2025-03-21T21:13:36.0605050Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/Info.plist (in=907) (out=648) (deflated 29%) 2025-03-21T21:13:36.0605800Z adding: Payload/ExecuTorchDemo.app/Frameworks/XCTestCore.framework/version.plist (in=512) (out=259) (deflated 49%) 2025-03-21T21:13:36.0606490Z adding: Payload/ExecuTorchDemo.app/Frameworks/libXCTestSwiftSupport.dylib (in=1016704) (out=270583) (deflated 73%) 2025-03-21T21:13:36.0607250Z adding: Payload/ExecuTorchDemo.app/Frameworks/libXCTestBundleInject.dylib (in=237424) (out=19284) (deflated 92%) 2025-03-21T21:13:36.0607880Z adding: Payload/ExecuTorchDemo.app/mv3.pte (in=10318216) (out=9484916) (deflated 8%) 2025-03-21T21:13:36.0608400Z adding: Payload/ExecuTorchDemo.app/embedded.mobileprovision (in=12250) (out=7739) (deflated 37%) 2025-03-21T21:13:36.0609020Z adding: Payload/ExecuTorchDemo.app/Info.plist (in=1145) (out=797) (deflated 30%) 2025-03-21T21:13:36.0609510Z adding: Payload/ExecuTorchDemo.app/PkgInfo (in=8) (out=8) (stored 0%) 2025-03-21T21:13:36.0609890Z total bytes=85403286, compressed=63553029 -> 26% savings 2025-03-21T21:13:36.0610290Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:13:36.0610950Z ~/Library/Developer/Xcode/DerivedData/ExecuTorchDemo-daqfnpxjguekxpczkuifpysebxkb/Build/Products ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:13:36.0611570Z total 24 2025-03-21T21:13:36.0611800Z drwxr-xr-x@ 5 runner staff 160B Mar 21 21:13 . 2025-03-21T21:13:36.0612170Z drwxr-xr-x 5 runner staff 160B Mar 21 21:12 .. 2025-03-21T21:13:36.0612550Z drwxr-xr-x@ 28 runner staff 896B Mar 21 21:13 Debug-iphoneos 2025-03-21T21:13:36.0612930Z drwxr-xr-x@ 21 runner staff 672B Mar 21 21:13 Debug-iphonesimulator 2025-03-21T21:13:36.0613490Z -rw-r--r-- 1 runner staff 11K Mar 21 21:13 MobileNetClassifierTest_MobileNetClassifierTest_iphoneos17.5-arm64.xctestrun 2025-03-21T21:13:36.0614200Z adding: MobileNetClassifierTest_MobileNetClassifierTest_iphoneos17.5-arm64.xctestrun (in=11146) (out=1761) (deflated 84%) 2025-03-21T21:13:36.0614810Z total bytes=11146, compressed=1761 -> 84% savings 2025-03-21T21:13:36.0615250Z ~/work/executorch/executorch/pytorch/executorch 2025-03-21T21:13:36.0615680Z total 124176 2025-03-21T21:13:36.0616150Z drwxr-xr-x 4 runner staff 128B Mar 21 21:13 . 2025-03-21T21:13:36.0616770Z drwxr-xr-x 67 runner staff 2.1K Mar 21 21:13 .. 2025-03-21T21:13:36.0617210Z -rw-r--r-- 1 runner staff 61M Mar 21 21:13 ExecuTorchDemo.ipa 2025-03-21T21:13:36.0638390Z -rw-r--r-- 1 runner staff 2.0K Mar 21 21:13 ExecuTorchDemo.xctestrun.zip 2025-03-21T21:13:36.0641120Z  2025-03-21T21:13:36.0641370Z ** Deleting Simulator ** 2025-03-21T21:13:36.0641600Z  2025-03-21T21:13:36.0641870Z  2025-03-21T21:13:36.0642100Z ** SUCCEEDED ** 2025-03-21T21:13:36.0642300Z  2025-03-21T21:13:36.1151950Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:13:36.1152220Z with: 2025-03-21T21:13:36.1152400Z path: /Users/runner/work/_temp/test-results 2025-03-21T21:13:36.1152630Z fail-on-empty: false 2025-03-21T21:13:36.1152780Z env: 2025-03-21T21:13:36.1152930Z REPOSITORY: pytorch/executorch 2025-03-21T21:13:36.1154970Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T21:13:36.1158220Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T21:13:36.1159860Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T21:13:36.1160190Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:36.1160540Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:36.1161080Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T21:13:36.1161830Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T21:13:36.1162400Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T21:13:36.1162720Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T21:13:36.1163000Z ##[endgroup] 2025-03-21T21:13:36.7876450Z ##[group]Run # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:13:36.7877160Z # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:13:36.7877610Z # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:13:36.7877980Z if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:13:36.7878300Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:13:36.7878590Z fi 2025-03-21T21:13:36.7878820Z if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:13:36.7879300Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:13:36.7879590Z fi 2025-03-21T21:13:36.7880030Z # Set to fail upload step if there are no files for upload and expected files for upload 2025-03-21T21:13:36.7880520Z echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2025-03-21T21:13:37.0821200Z shell: /bin/bash -l {0} 2025-03-21T21:13:37.0821450Z env: 2025-03-21T21:13:37.0821660Z REPOSITORY: pytorch/executorch 2025-03-21T21:13:37.0823710Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T21:13:37.0827060Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T21:13:37.0828750Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T21:13:37.0829090Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:37.0829470Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:37.0885320Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T21:13:37.0886300Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T21:13:37.0887070Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T21:13:37.0887580Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T21:13:37.0888010Z UPLOAD_ARTIFACT_NAME: ios-demo-app 2025-03-21T21:13:37.0888490Z ##[endgroup] 2025-03-21T21:13:37.2533390Z artifacts-to-be-uploaded/ExecuTorchDemo.ipa -> /Users/runner/work/_temp/artifacts/ExecuTorchDemo.ipa 2025-03-21T21:13:37.2534930Z artifacts-to-be-uploaded/ExecuTorchDemo.xctestrun.zip -> /Users/runner/work/_temp/artifacts/ExecuTorchDemo.xctestrun.zip 2025-03-21T21:13:37.2609320Z ##[group]Run actions/upload-artifact@v4 2025-03-21T21:13:37.2609750Z with: 2025-03-21T21:13:37.2610050Z name: ios-demo-app 2025-03-21T21:13:37.2610410Z path: /Users/runner/work/_temp/artifacts/ 2025-03-21T21:13:37.2610770Z if-no-files-found: error 2025-03-21T21:13:37.2611030Z compression-level: 6 2025-03-21T21:13:37.2611300Z overwrite: false 2025-03-21T21:13:37.2611530Z include-hidden-files: false 2025-03-21T21:13:37.2611840Z env: 2025-03-21T21:13:37.2612110Z REPOSITORY: pytorch/executorch 2025-03-21T21:13:37.2614440Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T21:13:37.2618400Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T21:13:37.2620080Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T21:13:37.2620420Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:37.2620810Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:37.2621360Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T21:13:37.2622120Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T21:13:37.2622730Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T21:13:37.2623070Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T21:13:37.2623350Z ##[endgroup] 2025-03-21T21:13:37.5049550Z With the provided path, there will be 2 files uploaded 2025-03-21T21:13:37.5051970Z Artifact name is valid! 2025-03-21T21:13:37.5055750Z Root directory input is valid! 2025-03-21T21:13:37.6087260Z Beginning upload of artifact content to blob storage 2025-03-21T21:13:38.1425650Z Uploaded bytes 8388608 2025-03-21T21:13:38.3963090Z Uploaded bytes 16777216 2025-03-21T21:13:38.6443270Z Uploaded bytes 25165824 2025-03-21T21:13:38.9390830Z Uploaded bytes 33554432 2025-03-21T21:13:39.1169530Z Uploaded bytes 41943040 2025-03-21T21:13:39.4015790Z Uploaded bytes 50331648 2025-03-21T21:13:39.6368950Z Uploaded bytes 58720256 2025-03-21T21:13:39.8408160Z Uploaded bytes 63546192 2025-03-21T21:13:39.8596320Z Finished uploading artifact content to blob storage! 2025-03-21T21:13:39.8596990Z SHA256 digest of uploaded artifact zip is 9ff1df10426c76681d6ec367494ebd048f1aaa58b30d889b31c3692da8628675 2025-03-21T21:13:39.8597480Z Finalizing artifact upload 2025-03-21T21:13:39.9541990Z Artifact ios-demo-app.zip successfully finalized. Artifact ID 2799014595 2025-03-21T21:13:39.9543490Z Artifact ios-demo-app has been successfully uploaded! Final size is 63546192 bytes. Artifact ID is 2799014595 2025-03-21T21:13:39.9552040Z Artifact download URL: https://github.com/pytorch/executorch/actions/runs/14000170657/artifacts/2799014595 2025-03-21T21:13:39.9698580Z Prepare all required actions 2025-03-21T21:13:39.9733870Z ##[group]Run ./test-infra/.github/actions/check-disk-space 2025-03-21T21:13:39.9734200Z with: 2025-03-21T21:13:39.9734390Z minimum-available-space-in-gb: 6 2025-03-21T21:13:39.9734630Z env: 2025-03-21T21:13:39.9734790Z REPOSITORY: pytorch/executorch 2025-03-21T21:13:39.9736740Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T21:13:39.9740600Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T21:13:39.9742320Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T21:13:39.9742700Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:39.9743090Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:39.9743670Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T21:13:39.9744550Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T21:13:39.9745140Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T21:13:39.9745540Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T21:13:39.9745820Z ##[endgroup] 2025-03-21T21:13:39.9763210Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-03-21T21:13:39.9763670Z echo "Print the available disk space for manual inspection" 2025-03-21T21:13:39.9763960Z df -h 2025-03-21T21:13:39.9764110Z  2025-03-21T21:13:39.9764270Z function check_disk_space() { 2025-03-21T21:13:39.9764470Z  set +e 2025-03-21T21:13:39.9764620Z  2025-03-21T21:13:39.9764830Z  # Set the minimum requirement space to 6GB 2025-03-21T21:13:39.9765180Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-03-21T21:13:39.9765490Z  2025-03-21T21:13:39.9765690Z  # Use KB to avoid floating point warning like 3.1GB 2025-03-21T21:13:39.9766000Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-03-21T21:13:39.9766240Z  do 2025-03-21T21:13:39.9766420Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-03-21T21:13:39.9766710Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-03-21T21:13:39.9766920Z  2025-03-21T21:13:39.9767080Z  if [ "${MOUNT}" = "/" ]; then 2025-03-21T21:13:39.9767370Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-03-21T21:13:39.9768540Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2025-03-21T21:13:39.9769080Z  else 2025-03-21T21:13:39.9769380Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-03-21T21:13:39.9769740Z  fi 2025-03-21T21:13:39.9769890Z  fi 2025-03-21T21:13:39.9770040Z  done 2025-03-21T21:13:39.9770180Z  2025-03-21T21:13:39.9770320Z  set -e 2025-03-21T21:13:39.9770480Z } 2025-03-21T21:13:39.9770610Z  2025-03-21T21:13:39.9770770Z RESULT=$(check_disk_space) 2025-03-21T21:13:39.9770980Z echo "${RESULT}" 2025-03-21T21:13:39.9771150Z  2025-03-21T21:13:39.9771380Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-03-21T21:13:39.9771930Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2025-03-21T21:13:39.9772570Z  # https://github.com/pytorch/pytorch/issues/85440 2025-03-21T21:13:39.9772960Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-03-21T21:13:39.9773790Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-03-21T21:13:39.9774290Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-03-21T21:13:39.9774560Z  2025-03-21T21:13:39.9774740Z  # Clean up crash reports on the runner 2025-03-21T21:13:39.9775090Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-03-21T21:13:39.9775390Z  2025-03-21T21:13:39.9775600Z  # Also try to clean up torch.hub caching directory 2025-03-21T21:13:39.9775910Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-03-21T21:13:39.9776160Z  2025-03-21T21:13:39.9776310Z  # Purge conda 2025-03-21T21:13:39.9776520Z  conda clean -p -t -y || true 2025-03-21T21:13:39.9776740Z  # and pip cache 2025-03-21T21:13:39.9776940Z  pip cache purge || true 2025-03-21T21:13:39.9777140Z  2025-03-21T21:13:39.9777370Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-03-21T21:13:39.9777700Z  # Re-run the check 2025-03-21T21:13:39.9777890Z  RESULT=$(check_disk_space) 2025-03-21T21:13:39.9778110Z  echo "${RESULT}" 2025-03-21T21:13:39.9778280Z fi 2025-03-21T21:13:39.9778430Z  2025-03-21T21:13:39.9778600Z if [[ "${RESULT}" == *Failure* ]]; then 2025-03-21T21:13:39.9778820Z  df -h 2025-03-21T21:13:39.9778990Z  2025-03-21T21:13:39.9779460Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2025-03-21T21:13:39.9779970Z  exit 1 2025-03-21T21:13:39.9780120Z fi 2025-03-21T21:13:39.9916950Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:13:39.9917340Z env: 2025-03-21T21:13:39.9917610Z REPOSITORY: pytorch/executorch 2025-03-21T21:13:39.9920190Z SCRIPT: set -eux BUILD_TOOL=cmake .ci/scripts/setup-conda.sh # Setup Apple certificate for iOS development BUILD_PROVISION_PROFILE_BASE64="${SECRET_EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64}" \ BUILD_CERTIFICATE_BASE64="${SECRET_BUILD_CERTIFICATE_BASE64}" \ KEYCHAIN_PASSWORD="${SECRET_KEYCHAIN_PASSWORD}" \ .ci/scripts/setup-ios.sh # Setup MacOS dependencies as there is no Docker support on MacOS atm GITHUB_RUNNER=1 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/setup-macos.sh --build-tool "${BUILD_TOOL}" export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded # Build and test iOS Demo App PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}" 2025-03-21T21:13:39.9927780Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2025-03-21T21:13:39.9932090Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2025-03-21T21:13:39.9932910Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:39.9933350Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_14000170657 2025-03-21T21:13:39.9934110Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_14000170657 --no-capture-output 2025-03-21T21:13:39.9935980Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_14000170657 -c pytorch-nightly 2025-03-21T21:13:39.9938100Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2025-03-21T21:13:39.9939760Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2025-03-21T21:13:39.9941250Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-03-21T21:13:39.9941590Z ##[endgroup] 2025-03-21T21:13:40.1273290Z Print the available disk space for manual inspection 2025-03-21T21:13:40.1410230Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-03-21T21:13:40.1410730Z /dev/disk3s1s1 320Gi 9.6Gi 94Gi 10% 404k 988M 0% / 2025-03-21T21:13:40.1411210Z devfs 319Ki 319Ki 0Bi 100% 1.1k 0 100% /dev 2025-03-21T21:13:40.1411650Z /dev/disk3s6 320Gi 1.0Gi 94Gi 2% 1 988M 0% /System/Volumes/VM 2025-03-21T21:13:40.1412240Z /dev/disk3s2 320Gi 5.9Gi 94Gi 6% 912 988M 0% /System/Volumes/Preboot 2025-03-21T21:13:40.1412680Z /dev/disk3s4 320Gi 42Mi 94Gi 1% 58 988M 0% /System/Volumes/Update 2025-03-21T21:13:40.1413240Z /dev/disk1s2 500Mi 20Ki 495Mi 1% 0 5.1M 0% /System/Volumes/xarts 2025-03-21T21:13:40.1413670Z /dev/disk1s1 500Mi 108Ki 495Mi 1% 27 5.1M 0% /System/Volumes/iSCPreboot 2025-03-21T21:13:40.1414100Z /dev/disk1s3 500Mi 200Ki 495Mi 1% 18 5.1M 0% /System/Volumes/Hardware 2025-03-21T21:13:40.1414510Z /dev/disk3s5 320Gi 208Gi 94Gi 69% 2.1M 988M 0% /System/Volumes/Data 2025-03-21T21:13:40.1414930Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-03-21T21:13:40.1415590Z /dev/disk5s1 8.4Gi 8.1Gi 248Mi 98% 13 2.5M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-3C71EF7B-038C-4A97-AA40-D26B8A28B7A4 2025-03-21T21:13:40.1416320Z /dev/disk7s1 18Gi 18Gi 472Mi 98% 459k 4.8M 9% /Library/Developer/CoreSimulator/Volumes/iOS_22C150 2025-03-21T21:13:40.1416830Z /dev/disk9s1 8.7Gi 8.4Gi 283Mi 97% 222k 2.9M 7% /Library/Developer/CoreSimulator/Volumes/tvOS_21L224 2025-03-21T21:13:40.1417500Z /dev/disk11s1 4.0Gi 3.9Gi 139Mi 97% 13 1.4M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-733CB14E-C571-45E4-9AF3-61C1EF884B81 2025-03-21T21:13:40.1418190Z /dev/disk13s1 9.5Gi 9.2Gi 266Mi 98% 176k 2.7M 6% /Library/Developer/CoreSimulator/Volumes/tvOS_22J578 2025-03-21T21:13:40.1418710Z /dev/disk15s1 15Gi 14Gi 414Mi 98% 192k 4.2M 4% /Library/Developer/CoreSimulator/Volumes/xrOS_21O209 2025-03-21T21:13:40.1419930Z /dev/disk17s1 9.7Gi 9.3Gi 305Mi 97% 340k 3.1M 10% /Library/Developer/CoreSimulator/Volumes/watchOS_21T214 2025-03-21T21:13:40.1423020Z /dev/disk19s1 16Gi 16Gi 460Mi 98% 521k 4.7M 10% /Library/Developer/CoreSimulator/Volumes/iOS_21E213 2025-03-21T21:13:40.1424640Z /dev/disk21s1 8.5Gi 8.2Gi 257Mi 98% 216k 2.6M 8% /Library/Developer/CoreSimulator/Volumes/tvOS_21K364 2025-03-21T21:13:40.1426250Z /dev/disk23s1 9.7Gi 9.4Gi 300Mi 97% 341k 3.1M 10% /Library/Developer/CoreSimulator/Volumes/watchOS_21T575 2025-03-21T21:13:40.1427770Z /dev/disk25s1 8.7Gi 8.4Gi 284Mi 97% 223k 2.9M 7% /Library/Developer/CoreSimulator/Volumes/tvOS_21L569 2025-03-21T21:13:40.1429770Z /dev/disk27s1 4.4Gi 4.2Gi 151Mi 97% 13 1.5M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-6C86B0E2-3040-4506-BCE8-76276B76E3E9 2025-03-21T21:13:40.1432030Z /dev/disk29s1 10Gi 10Gi 292Mi 98% 272k 3.0M 8% /Library/Developer/CoreSimulator/Volumes/watchOS_22S99 2025-03-21T21:13:40.1433940Z /dev/disk31s1 4.0Gi 3.6Gi 375Mi 91% 212k 3.8M 5% /Library/Developer/CoreSimulator/Volumes/tvOS_21J353 2025-03-21T21:13:40.1437030Z /dev/disk33s1 8.2Gi 8.0Gi 245Mi 98% 13 2.5M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-041CFBBA-DD62-4EDB-B046-8F65EFA136AE 2025-03-21T21:13:40.1440890Z /dev/disk35s1 18Gi 18Gi 467Mi 98% 452k 4.8M 9% /Library/Developer/CoreSimulator/Volumes/iOS_22B81 2025-03-21T21:13:40.1442800Z /dev/disk37s1 4.3Gi 4.2Gi 151Mi 97% 13 1.5M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-C1D757FB-E067-428C-B7D6-209CF425AF5D 2025-03-21T21:13:40.1444790Z /dev/disk39s1 10Gi 9.8Gi 297Mi 98% 269k 3.0M 8% /Library/Developer/CoreSimulator/Volumes/watchOS_22R581 2025-03-21T21:13:40.1446300Z /dev/disk41s1 16Gi 16Gi 467Mi 98% 507k 4.8M 10% /Library/Developer/CoreSimulator/Volumes/iOS_21C62 2025-03-21T21:13:40.1448290Z /dev/disk43s1 4.2Gi 4.0Gi 146Mi 97% 13 1.5M 0% /Library/Developer/CoreSimulator/Cryptex/Images/bundle/SimRuntimeBundle-25FB4855-4C98-4A6A-9693-EC4EECBA1ABE 2025-03-21T21:13:40.1450500Z /dev/disk45s1 9.8Gi 9.5Gi 278Mi 98% 181k 2.8M 6% /Library/Developer/CoreSimulator/Volumes/tvOS_22K154 2025-03-21T21:13:40.1452090Z /dev/disk47s1 9.5Gi 9.2Gi 279Mi 98% 332k 2.9M 10% /Library/Developer/CoreSimulator/Volumes/watchOS_21S364 2025-03-21T21:13:40.1453590Z /dev/disk49s1 15Gi 14Gi 480Mi 97% 184k 4.9M 4% /Library/Developer/CoreSimulator/Volumes/xrOS_21N305 2025-03-21T21:13:40.1455650Z /dev/disk51s1 4.3Gi 4.0Gi 279Mi 94% 328k 2.9M 10% /Library/Developer/CoreSimulator/Volumes/watchOS_21R355 2025-03-21T21:13:40.1458230Z /dev/disk53s1 16Gi 16Gi 469Mi 98% 524k 4.8M 10% /Library/Developer/CoreSimulator/Volumes/iOS_21F79 2025-03-21T21:13:40.1459810Z /dev/disk55s1 15Gi 14Gi 418Mi 98% 192k 4.3M 4% /Library/Developer/CoreSimulator/Volumes/xrOS_21O5565d 2025-03-21T21:13:40.1461500Z /dev/disk57s1 16Gi 15Gi 471Mi 98% 498k 4.8M 9% /Library/Developer/CoreSimulator/Volumes/iOS_21A342 2025-03-21T21:13:40.5886990Z Success: There is 98803344KB free space left in / for macOS, continue 2025-03-21T21:13:40.6000160Z Post job cleanup. 2025-03-21T21:13:40.7623410Z [command]/opt/homebrew/bin/git version 2025-03-21T21:13:40.8518780Z git version 2.49.0 2025-03-21T21:13:40.8543100Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/07288906-6302-4eae-99b4-9eb933fdea55/.gitconfig' 2025-03-21T21:13:40.8556600Z Temporarily overriding HOME='/Users/runner/work/_temp/07288906-6302-4eae-99b4-9eb933fdea55' before making global git config changes 2025-03-21T21:13:40.8557250Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:13:40.8569450Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/pytorch/executorch 2025-03-21T21:13:40.8867340Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:13:40.8924940Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T21:13:40.9953490Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T21:13:41.0139240Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T21:13:41.0332600Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T21:13:41.0540850Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T21:13:41.0715010Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T21:13:41.0902340Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T21:13:41.1106570Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T21:13:41.1266750Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T21:13:41.1460340Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T21:13:41.1634070Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T21:13:41.1885130Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T21:13:41.2072840Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T21:13:41.2253130Z Entering 'extension/llm/tokenizers' 2025-03-21T21:13:41.2438570Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T21:13:41.2636090Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T21:13:41.2825890Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T21:13:41.3004350Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T21:13:41.3214040Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T21:13:41.3441520Z Entering 'shim' 2025-03-21T21:13:41.3660120Z Entering 'third-party/ao' 2025-03-21T21:13:41.3930110Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T21:13:41.4179460Z Entering 'third-party/flatbuffers' 2025-03-21T21:13:41.4389910Z Entering 'third-party/flatcc' 2025-03-21T21:13:41.4577420Z Entering 'third-party/gflags' 2025-03-21T21:13:41.4755370Z Entering 'third-party/googletest' 2025-03-21T21:13:41.4947720Z Entering 'third-party/ios-cmake' 2025-03-21T21:13:41.5188360Z Entering 'third-party/pocketfft' 2025-03-21T21:13:41.5368960Z Entering 'third-party/prelude' 2025-03-21T21:13:41.5560000Z Entering 'third-party/pybind11' 2025-03-21T21:13:41.5744260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:13:41.5782070Z http.https://github.com/.extraheader 2025-03-21T21:13:41.5795950Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:13:41.5862000Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T21:13:41.6489760Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T21:13:41.6599830Z http.https://github.com/.extraheader 2025-03-21T21:13:41.6713550Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T21:13:41.6826340Z http.https://github.com/.extraheader 2025-03-21T21:13:41.6929400Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T21:13:41.7032390Z http.https://github.com/.extraheader 2025-03-21T21:13:41.7141770Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T21:13:41.7251490Z http.https://github.com/.extraheader 2025-03-21T21:13:41.7358770Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T21:13:41.7466410Z http.https://github.com/.extraheader 2025-03-21T21:13:41.7569730Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T21:13:41.7679840Z http.https://github.com/.extraheader 2025-03-21T21:13:41.7779630Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T21:13:41.7886150Z http.https://github.com/.extraheader 2025-03-21T21:13:41.7986830Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T21:13:41.8092200Z http.https://github.com/.extraheader 2025-03-21T21:13:41.8194000Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T21:13:41.8305960Z http.https://github.com/.extraheader 2025-03-21T21:13:41.8411270Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T21:13:41.8522050Z http.https://github.com/.extraheader 2025-03-21T21:13:41.8641920Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T21:13:41.8753040Z http.https://github.com/.extraheader 2025-03-21T21:13:41.8867910Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T21:13:41.8985860Z http.https://github.com/.extraheader 2025-03-21T21:13:41.9092950Z Entering 'extension/llm/tokenizers' 2025-03-21T21:13:41.9204880Z http.https://github.com/.extraheader 2025-03-21T21:13:41.9308270Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T21:13:41.9425870Z http.https://github.com/.extraheader 2025-03-21T21:13:41.9556460Z Entering 'extension/llm/tokenizers/third-party/json' 2025-03-21T21:13:41.9665060Z http.https://github.com/.extraheader 2025-03-21T21:13:41.9783800Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-03-21T21:13:41.9907540Z http.https://github.com/.extraheader 2025-03-21T21:13:42.0015000Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T21:13:42.0128340Z http.https://github.com/.extraheader 2025-03-21T21:13:42.0249500Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T21:13:42.0360620Z http.https://github.com/.extraheader 2025-03-21T21:13:42.0492370Z Entering 'shim' 2025-03-21T21:13:42.0608240Z http.https://github.com/.extraheader 2025-03-21T21:13:42.0714860Z Entering 'third-party/ao' 2025-03-21T21:13:42.0836110Z http.https://github.com/.extraheader 2025-03-21T21:13:42.0946690Z Entering 'third-party/ao/third_party/cutlass' 2025-03-21T21:13:42.1055440Z http.https://github.com/.extraheader 2025-03-21T21:13:42.1168360Z Entering 'third-party/flatbuffers' 2025-03-21T21:13:42.1280230Z http.https://github.com/.extraheader 2025-03-21T21:13:42.1384160Z Entering 'third-party/flatcc' 2025-03-21T21:13:42.1487940Z http.https://github.com/.extraheader 2025-03-21T21:13:42.1588940Z Entering 'third-party/gflags' 2025-03-21T21:13:42.1697960Z http.https://github.com/.extraheader 2025-03-21T21:13:42.1795100Z Entering 'third-party/googletest' 2025-03-21T21:13:42.1907670Z http.https://github.com/.extraheader 2025-03-21T21:13:42.2007340Z Entering 'third-party/ios-cmake' 2025-03-21T21:13:42.2117570Z http.https://github.com/.extraheader 2025-03-21T21:13:42.2230240Z Entering 'third-party/pocketfft' 2025-03-21T21:13:42.2338620Z http.https://github.com/.extraheader 2025-03-21T21:13:42.2443630Z Entering 'third-party/prelude' 2025-03-21T21:13:42.2561210Z http.https://github.com/.extraheader 2025-03-21T21:13:42.2780760Z Entering 'third-party/pybind11' 2025-03-21T21:13:42.2924910Z http.https://github.com/.extraheader 2025-03-21T21:13:42.3241150Z Post job cleanup. 2025-03-21T21:13:42.5094620Z Post job cleanup. 2025-03-21T21:13:42.6748160Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.11--20250321d--, not saving cache. 2025-03-21T21:13:42.6812550Z Post job cleanup. 2025-03-21T21:13:42.8106620Z Cache hit occurred on the primary key miniconda-24.7.1-0-macOS-ARM64-3.11--20250321d, not saving cache. 2025-03-21T21:13:42.8222360Z Post job cleanup. 2025-03-21T21:13:42.9376470Z [command]/opt/homebrew/bin/git version 2025-03-21T21:13:42.9434250Z git version 2.49.0 2025-03-21T21:13:42.9462510Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9f71847a-eb9f-4d06-bb0a-73e7256a59bf/.gitconfig' 2025-03-21T21:13:42.9471350Z Temporarily overriding HOME='/Users/runner/work/_temp/9f71847a-eb9f-4d06-bb0a-73e7256a59bf' before making global git config changes 2025-03-21T21:13:42.9471970Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:13:42.9482050Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/test-infra 2025-03-21T21:13:42.9549550Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:13:42.9604190Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T21:13:43.0492130Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:13:43.0539620Z http.https://github.com/.extraheader 2025-03-21T21:13:43.0550030Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:13:43.0617610Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T21:13:43.1547960Z Cleaning up orphan processes 2025-03-21T21:13:44.8558300Z Terminate orphan process: pid (68175) (buck2) 2025-03-21T21:13:45.2331980Z Terminate orphan process: pid (68174) (buck2)